body{
    background-color: #1b2838;
    /*background: url('https://cdn.fastly.steamstatic.com/store/promo/winter2024/tile_bg_winter_2024_b.webp') repeat center top;*/
    /*background: url('https://media.st.dl.eccdnx.com/store/promo/spring2025/front_page_title.webp') repeat center top, #18225e;*/
    height: 100%;
    overflow-x: hidden;

}

.carousel-control-prev {
    margin-left: -120px;
}

.carousel-control-prev span {
    width: 3rem;
    height: 3rem;
}

.carousel-control-next{
    margin-right: -120px;
}

.carousel-control-next span{
    width: 3rem;
    height: 3rem;
}

.title {
    color: #ffffff;
    top: 25px;
}

.精选和推荐{
    position: relative;
    width: 100%;
}

.container_banner_1{
    display: flex;
    margin: 0 auto;
}

.container_banner_1_left{
    width: 66%;
}

.container_banner_1_left img{
    width: 100%;
    height: auto;
}

.container_banner_1_right{
    flex: 1; position: relative;
    background-size: cover;
    background-image: url(https://store.fastly.steamstatic.com/public/images/v6/home/background_maincap_2.jpg)
}

.container_banner_1_right_name{
    width: 100%;
    height: 70px;
    padding: 10px
}

.container_banner_1_right_name a{
    text-decoration: none;
    color: white;
}

.container_banner_1_right_img{
    padding: 0 10px;
}

.container_banner_1_right_img_1{
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px
}

.container_banner_1_right_img_1_div{
    width: 100%;
    height: auto;
}

.container_banner_1_right_img_1 img{
    width: 100%;
    height: auto
}

.container_banner_1_right_img_2{
    width: 100%;
    display: flex;
    padding: 10px 0;
    justify-content: space-between;
    gap: 10px
}

.container_banner_1_right_img_2_div{
    width: 100%;
    height: auto;
}

.container_banner_1_right_img_2_div img{
    width: 100%;
    height: auto
}

.container_banner_1_right h5{
    color: white;

}


.精选和推荐Mobile{
    position: relative;
    width: 100%;
}

.Mobile-con{
    height: auto;
    margin-bottom: 10px;
}

.MobileContour{
    width: 86%;
    position: relative;
    flex-shrink: 0;
    margin-top: 20px;
    bottom: 20px
}

.MobileContour_img{
    width: 100%;
    padding: 10px 10px 10px 2px;
}

.MobileContour_img a{
    text-decoration: none;
}

.MobileContour_img_div{
    box-shadow: 3px 3px 6px 3px #000;
}

.MobileContour_img_div img{
    width: 100%;
    height: auto;
}

.MobileContour_img_div1{
    height: 60px;
    background: linear-gradient(180deg, #0A141D 0%, rgba(10, 20, 29, 0.4) 100%);
    padding: 10px;
}

.MobileContour_img_div1 h4{
    font-size: 15px;
    color: #ffffff
}




.PC_ad_css {
    height: 450px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}

.simplebar-scrollbar::before {
    background: #2d3748 !important;
}


#demo2{
     width: 100%;
 }

.按类别浏览{
    display: flex;
    gap: 10px;
}








.log_27_1{
    background-image: url("../img/background_spotlight.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 154px;

}

.log_27{
    background-image: url("../img/background_spotlight.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 48px;

}

#log_27_4{
    background-image: url("../img/background_spotlight.jpg");
    background-repeat: repeat;
    height: 130px;
    width: 100%;
}



/* 活动页面样式 */
.HuoDong-carousel-container {
    display: flex;
    width: auto;
    height: 400px;
    gap: 10px;
    padding: 5px;
}



.HuoDong-middle-section {


}

.HuoDong-right-section {


}

.HuoDong-large-image {
    width: 100%;
    height: 230px;
}

.HuoDong-small-image-container {
    box-shadow: 0 0 5px #000000;
}

.HuoDong-small-image-container a{
    text-decoration: none;
}

.HuoDong-image-wrapper {
    width: 306px;
    height: 140px;
    overflow: hidden;
}

.HuoDong-image-wrapper img{
    width: 100%;
}


.HuoDong-margin-top {
    margin-top: 10px;
}

/*按类别浏览*/
.browseByCategory-pc{

}

.browseByCategory-m{
    display: flex;
    gap: 6px;
    padding: 5px 0 20px;
}

.browseByCategory-m a{
    flex-shrink: 0;
}

.browseByCategory-m-a-div{
    position: relative;
    max-width: 225px;
    height: auto;
    border-radius: 10px;
    overflow: hidden
}

.browseByCategory-m-a-div img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}
/* 父元素悬停时，改变子元素的样式 */

.browseByCategory-m-a-div:hover img{
    transform: scale(1.1);
}

.browseByCategory-m-a-div:hover .browseByCategory-m-a-div1{
    opacity: 0.3;
}

.browseByCategory-m-a-div:hover .browseByCategory-m-a-div1 h5{
    transform: translateY(35%);

}

.browseByCategory-m-a-div-m{
    position: relative;
    max-width: 205px;
    height: auto;
    border-radius: 10px;
    overflow: hidden
}

.browseByCategory-m-a-div-m img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease-in-out, filter 0.4s ease-in-out;
}
/* 父元素悬停时，改变子元素的样式 */

.browseByCategory-m-a-div-m:hover img{
    transform: scale(1.1);
}

.browseByCategory-m-a-div-m:hover .browseByCategory-m-a-div1{
    opacity: 0.3;
}

.browseByCategory-m-a-div-m:hover .browseByCategory-m-a-div1 h5{
    transform: translateY(35%);

}



.browseByCategory-m-a-div1{
    background: radial-gradient(115% 120% at 0% 0%, transparent, #2880a6);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;border-radius: 10px;
    transition: opacity 0.4s ease-in-out;
}



.browseByCategory-m-a-div1 h5{
    position: absolute;
    bottom: 5px;
    top: 60%;
    width: 100%;
    margin: 0;
    font-weight: bolder;
    color: white;
    transition: transform 0.4s ease-in-out;
}

.browseByCategory-m-a-div1 span{
    display: block;
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    line-height: 19px;
    font-weight: bold;
    letter-spacing: 0.1ch;
    color: #2881a7;
    text-transform: uppercase;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 4px;
}



/*分页推荐*/
.containers-tui-header{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 50px;

}

.containers-tui-header-div{
    max-width: 964px;
    padding: 0 12px;
    flex: 1;
    min-width: 90px;
}

.containers-tui-body{
    margin-top: -20px;
    background: linear-gradient(to bottom, rgba(42, 71, 94, 1.0) 5%, rgba(42, 71, 94, 0.0) 70%);
}
.containers-tui-body-div{
    width: 100%;
    height: 890px;
    display: flex;
    justify-content: center
}


/*以下是个性化推荐样式*/
.PersonalizedRecommendation1-container {
    width: 100%;
    height: auto;
    background-color: #000000;
    display: flex;
    justify-content: center;
    padding: 60px 0;
}

.PersonalizedRecommendation1-inner-container {
    width: 940px;
    height: auto;
}

.PersonalizedRecommendation1-header {
    font-size: 14px;
    text-decoration: none;
    color: #67c1f5;
    font-weight: bold;
}

.PersonalizedRecommendation1-text {
    color: #9099a1;
    font-size: 17px;
}

.PersonalizedRecommendation1-item-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
}

.PersonalizedRecommendation1-item {
    color: white;
}

.PersonalizedRecommendation1-item img {
    width: 100%;
    max-width: 500px;
}

.PersonalizedRecommendation1-item-info {
    color: white;
}

.PersonalizedRecommendation1-second-header {
    margin-top: 40px;
}

.PersonalizedRecommendation1-second-item-container {
    display: flex;
    width: 100%;
    gap: 10px;
}

.PersonalizedRecommendation1-second-item {
    display: flex;
    width: 50%;
    gap: 10px;
}

.PersonalizedRecommendation1-second-item img {
    width: 100%;
    height: auto;
}

.PersonalizedRecommendation1-second-item-info {
    color: white;
}









/*    个性化推荐 截图缩放*/
.image-container a {
    display: inline-block;
}

.image-container img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease; /* 添加平滑过渡效果 */
}

.image-container a:hover img {
    transform: scale(1.5); /* 放大 10% */
}





.PersonalizedRecommendation2-container {
    width: 100%;
    height: auto;
    background-color: #1b2838;
    display: flex;
    justify-content: center;
    padding: 25px 0;
}

.PersonalizedRecommendation2-inner-container {
    width: 940px;
    height: auto;
}

.PersonalizedRecommendation2-card {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.2);
    padding: 10px 16px 16px 16px;
    margin-top: 40px;
}

.PersonalizedRecommendation2-title {
    color: white;
}

.PersonalizedRecommendation2-subtext {
    color: #ffffff;
    font-size: 14px;
}

.PersonalizedRecommendation2-link {
    color: #ffffff;
    text-decoration: none;
}

.PersonalizedRecommendation2-link:hover {
    color: #00aaff;
}

.PersonalizedRecommendation2-images-wrapper {
    width: 100%;
    display: flex;
}

.PersonalizedRecommendation2-image-left {
    width: 30%;
}
.PersonalizedRecommendation2-image-right {
    width: 70%;
    display: flex;
    margin-top: 5px;
}

.PersonalizedRecommendation2-price {
    color: white;
}


.capsule{
    max-width: 300px;
}



/*测试分页广告--*/
.pagination {
    display: flex;
    margin: 20px 0;
}



.pagination a {
    color: #4f94bc;
    text-decoration: none;
    padding: 10px 20px;
    margin: 0 5px;
    font-size: 16px;
    white-space: nowrap;
}

.pagination a:hover {
    background-color: #005f8e;
    color: white;
}

.pagination a.active {
    background-color: #29455c;
    color: white;
}

.containers {
    display: flex;
    max-width: 964px;
    padding: 0 12px;
}

.game-list {
    display: block;
    width: 66%;
    padding: 10px 0;
}

.game-card {
    color: white;
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 5px;
    width: 100%;
    height: 70px;
    overflow: hidden;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.game-card:hover  {
    color: black;
    background: linear-gradient( to right, #c6e6f8 5%,#95bcd3 95%);
}

.game-card a{
    width: 900px;
    display: flex;
    text-decoration: none;
    color: snow
}

.game-card a:hover{
    color: rgb(16, 22, 27);
}

.game-card img {
    width: 185px;
    height: auto;
}

.game-card-content {
    padding:0 10px;
    flex: 1;
}

.game-title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 35px;
}

.game-price {
    font-size: 16px;
    color: #ff6f00;
    margin-bottom: 10px;
}

.game-discount {
    font-size: 14px;
    color: #d32f2f;
}

.game-info-wrapper {
    width: 32%;
    height: 100%;
    position: relative;
    display: block;
}

.game-info-wrapper .game-info p {
    font-size: 18px;
    font-weight: bold;

}

.game-info {
    display: none;
    background: radial-gradient(69% 62% at 100% 16%, #b4cfe1 0%, #95bbd4 100%);
    padding: 10px;
    margin-top: 15px;
    border-radius: 4px;
    width: 100%;
    height: 785px;
    margin-left: 20px;
}

.game-info.active {
    display: block;
}

.game-info p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    color: rgb(38, 54, 69);
}

.game-info-div{
    width: 100%;
    height: 45px;
    background-color: rgba(38, 54, 69, 0.6);
    padding: 5px 7px;
    border-radius: 2px;
}


.game-info-label{
    font-size: 12px;
    color: #c6d4df;
}

.game-info img {
    width: 100%;
    height: auto;
}

.game-info h2 {
    font-size: 22px;
    margin-top: 20px;
}

.game-info p {

}

/* 每一页的容器，默认隐藏 */
.page {
    display: none;
}

.page.active {
    display: flex;

}

.pagination a {
    padding: 5px 12px;
    margin: 0 0;
}

.tag-list {
    height: 22px;
    overflow: hidden;
    flex-wrap: nowrap;
}

.tag {
    background-color: rgba(38, 54, 69, 0.3);
    padding: 1px 8px;
    border-radius: 3px;
    font-size: 12px;
    transition: background-color 0.2s;
    text-decoration: none;
    margin-right: 5px;
    color: rgba(255,255,255,0.6);
    cursor: pointer;
}

.tag:hover {
    color: #ffffff;
}



/*浏览GamiFab*/
.gamiFab-con{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.gamiFab-con a{
    text-decoration: none;
}

.gamiFab-con-div{
    height: 58px;
    background: linear-gradient(90deg, #06BFFF 0%, #2D73FF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0 0 4px #000;
}

.gamiFab-con-div:hover{
    background: linear-gradient(90deg, #06BFFF 30%, #2D73FF 100%);
    color: #FFFFFF;
}

.gamiFab-con-div h6{
    color: #ffffff;
    margin: 0;
}