html,body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica;
    background: #fff;
    width: 100%;
    height: auto;
}

.g-0 {
    width: 80%;
    max-width: 300px;
    height: 3.5rem;
}

#bg {
    margin: auto;
    width: 100%;
    max-width: 600px;
    background-image: url("../index_files/main_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 100%;
}

#bg > .banner {
    position: relative;
    top: 17rem;
    margin: auto;
}

.position-sticky {
    position: sticky;
}

#banner_1 {
    max-width: 1190px;
    background: url("../index_files/banner_centerinfo.png") no-repeat;
    background-size: 100% 100%;
    height: 8rem;
    max-height: 314px;
}

#banner_2 {
    width: 90%;
    max-width: 1280px;
    background: url("../index_files/banner_centerinfo_2.png") no-repeat;
    background-size: 100% 100%;
    height: 8rem;
    max-height: 392px;
}

#banner_3 {
    width: 90%;
    max-width: 1148px;
    background: url("../index_files/hot_games.png") no-repeat;
    background-size: 100% 100%;
    height: 3rem;
    max-height: 146px;
}

.mySwiper {
    width: 90%;
    height: 14rem;
    background: url("../index_files/hot_game_banner.png") no-repeat;
    background-size: cover; /* 修改为cover，以确保背景图完全覆盖 */
    max-width: 1197px;
    max-height: 575px;
}

.swiper-slide {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    flex-shrink: 0; /* 防止缩小 */
}

.swiper-slide img {
    position: relative;
    top: 2rem;
    left: 1.5rem;
    width: 90%;
    height: 80%;
}

.jackpot > img {
    margin: auto;
    width: 100%;
    max-width: 1148px;
    height: 4rem;
    max-height: 146px;
}

.jackpot-img {
    width: 95%;
    height: 14rem;
    background: url("../index_files/hot_game_banner.png") no-repeat;
    background-size: 100% 100%;
    max-width: 1197px;
    max-height: 575px;
}

.w-75 {
    width: 12.5rem;
    height: 4rem;
    left: 25%;
}

#btn-download {
    bottom: 0;
}

.jackpot-img > img {
    position: sticky;
    margin: 2rem 0 0 3.5rem;
    width: 70%;
    max-width: 1030px;
    height: 70%;
    max-height: 520px;
}

.jackpot-banner-casino {
    width: 100%;
    max-width: 1146px;
    height: 4rem;
    max-height: 146px;
}

.jackpot-banner {
    width: 100%;
    max-width: 1211px;
}

.provider {
    width: 100%;
    max-width: 1106px;
    height: 4rem;
    max-height: 178px;
}

.app-footer {
    margin-top: 18rem;
}

.app-footer > img {
    margin-top: 1rem;
}

.app-footer > p {
    margin-top: 1rem;
}

div.title {
    background: rgba(225, 154, 61, 0.37);
}

div .align-items-center{
    align-items: center !important;
}

.p-1{
    padding: .25rem !important;
}

.justify-content-center{
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

div.title img {
    max-width: 3rem;
}

div.center-info {
    margin-top: 37vmax;
}

div.hot-game-banner {
    background-image: url(../index_files/profit_banner.png);
    background-size: cover;
    background-repeat: no-repeat;
}

div.hot-game-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

div.hot-game-banner img {
    width: 90%;
}

div.app-footer p {
    text-align: justify;
}

div.media-social {
    width: 4.5rem;
    bottom: 65vw;
    right: 0.5rem;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 1.5rem;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(1px);
}

div.download-app img {
    width: 75%;
}

.app-logo {
    width: 4rem;
}

.wid-40 {
    width: 40%;
}


.mb-0{
    font-family: "Times New Roman", Times, serif;
    line-height: 1rem;
    text-align: justify;
    margin-top: 0;
}

.m-2{
    font-family: "Times New Roman", Times, serif;
    margin: .5rem !important;
}

@media screen and (min-width: 768px) {
    div.center-info {
        padding-top: 26vmax;
    }
    div.title img {
        max-width: 4rem;
    }
    div.title span {
        font-size: 2rem;
    }
    div.hot-game-banner .swiper-slide {
        padding: 2rem;
    }
    div.media-social {
        width: 6rem;
    }
}

@media screen and (min-width: 1200px) {
    body {
        background: rgb(2, 0, 40) !important;
    }
    div.content {
        width: 50%;
    }
    div.center-info {
        padding-top: 3vmax;
    }
    div.title span {
        font-size: 1.5rem;
    }
    div.media-social {
        width: 5rem;
        bottom: 15vw;
        right: 25vw;
    }
    div.download-app img {
        width: 44%;
    }
}
