@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 180deg;
}

html {
    color: #FFFFFF;
    font-family: PingFangSC, PingFang SC;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

button {
    border: none;
    background-color: transparent;
}

img {
    box-sizing: border-box;
    border: none;
    vertical-align: middle;
}

.flex {
    display: flex;
    align-items: center;
}

.flex-col {
    flex-direction: column;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    box-sizing: border-box;
    width: 100vw;
    background-color: #341A6E;
    overflow-x: hidden;
}

.container {
    width: 10rem;
    /* 设计稿宽度 */
    min-height: 100vh;
    margin: 0 auto;
    background: linear-gradient(318deg, #FFFFFF 0%, #E2DFFF 31%, #E0F8FF 58%, #FFEEF0 79%, #D6E4FF 100%);
    overflow-x: hidden;
}

.nav_wrap {
    display: none;
}

.banner_container {
    position: relative;
    height: 10.92rem;
    background: url('../images/banner_mb_bg.png') no-repeat;
    background-size: 100% auto;
    margin: 0;
}

.swiper-pagination {
    display: none !important;
}

.banner_wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.banner_swiper {
    width: 100%;
    height: 100%;
    height: 9.5rem;
}

.banner_swiper .swiper-slide {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.banner_swiper .swiper-slide img {
    width: auto;
    height: 100%;
    object-fit: cover;
}

.page_container {
    width: 100%;
    background: url('../images/mb_page_bg.png') no-repeat;
    background-color: #341A6E;
    background-size: contain;
}

.page_content {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 0.4rem 2.05rem;
}

.down_btn_green {
    display: block;
    position: absolute;
    top: 0.4rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.8533rem;
    height: 1.28rem;
    background: url('../images/donw_btn_mb.png') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.44rem;
    font-size: 0.5333rem;
    color: #FFFFFF;
    line-height: 0.6533rem;
    letter-spacing: 0.0133rem;
    text-shadow: 0px 0px 0.0267rem rgba(0, 8, 0, 0.25);
    text-stroke: 0.0267rem #196B02;
    text-align: left;
    font-style: normal;
    animation: 1s ease 0s infinite normal none running myfirst2;
}

.icon_down {
    width: 0.6rem;
    height: auto;
    object-fit: cover;
}

.down_tag_wrap {
    display: flex;
    align-items: center;
    height: 2.28rem;
    background: url('../images/mb_down_bg.png') no-repeat;
    background-size: cover;
    border: 0.0533rem solid;
    border-image: linear-gradient(45deg, rgba(255, 172, 29, 1), rgba(255, 244, 210, 1), rgba(255, 191, 60, 1)) 4 4;
}

.tag_left {
    width: 7.2667rem;
    padding-left: 0.3467rem;
    display: flex;
    align-items: center;
    gap: 0.2133rem;
}

.tag_logo_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.52rem;
    height: 1.52rem;
    background: linear-gradient(140deg, #FFCD76 0%, #FFEDC8 100%);
    border-radius: 0.2667rem;
}

.tag_logo_wrap img {
    width: auto;
    height: 1.2267rem;
}

.benefit {
    display: flex;
    flex-direction: column;
    gap: 0.06rem;
}

.benefit_down {
    display: block;
    font-weight: 600;
    font-size: 0.3467rem;
    color: #FFFFFF;
    line-height: 0.4933rem;
    text-align: left;
    font-style: normal;
}

.benefit_title {
    position: relative;
    font-size: 0.5rem;
    line-height: 0.625rem;
}

.benefit_tag {
    width: fit-content;
    background: linear-gradient(180deg, #FFCD76 0%, #FFE0A0 100%);
    border-radius: 0.2rem;
    padding: 0.0267rem 0.2rem;
    font-weight: 600;
    font-size: 0.24rem;
    color: #461338;
    line-height: 0.3333rem;
    letter-spacing: 0.0133rem;
    text-align: left;
    font-style: normal;
}

.tag_right {
    display: flex;
    align-items: center;
    gap: 0.3467rem;
}

.down_btn {
    width: 1.68rem;
    height: 1.68rem;
    background: transparent;
    animation: 1s ease 0s infinite normal none running myfirst;
}

.down_btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tag_name {
    display: none;
}

.game_banner_wrap {
    position: relative;
    width: 100%;
    height: 9.907rem;
    display: flex;
    align-items: flex-end;
}


.module_title_wrap {
    position: absolute;
    top: -0.573rem;
    left: 50%;
    transform: translateX(-50%);
    width: 4.133rem;
    height: 3rem;
}

.module_title_box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.module_title_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.game_banner_content {
    position: relative;
    width: 100%;
    height: 7.693rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.game_banner_swiper {
    width: 100%;
    height: 100%;
    overflow: visible;
}

.game_banner_swiper .swiper-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
}

.game_banner_swiper .swiper-slide {
    position: relative;
    transition: all 0.3s;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible;
    z-index: 1;
}

.game_banner_swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.32rem;
}

.game_banner_swiper .swiper-slide:not(.swiper-slide-active) img {
    filter: brightness(0.59);
}

/* 默认最小尺寸 */
.game_banner_swiper .swiper-slide {
    width: 2.827rem !important;
    height: 5.267rem !important;
    z-index: 1;
}

/* 第二层 */
.game_banner_swiper .swiper-slide-prev,
.game_banner_swiper .swiper-slide-next {
    width: 3.56rem !important;
    height: 6.653rem !important;
    z-index: 2;
}

/* 中间高亮 */
.game_banner_swiper .swiper-slide-active {
    width: 4.107rem !important;
    height: 7.693rem !important;
    z-index: 3;
}

.game_banner_swiper .swiper-slide-active::after {
    display: none;
}

/* 重叠效果 */
.game_banner_swiper .swiper-slide {
    margin-left: -0.253rem !important;
    margin-right: -0.253rem !important;
}

/* 保证最外层两张在底层 */
.game_banner_swiper .swiper-slide-prev+.swiper-slide-prev,
.game_banner_swiper .swiper-slide-next+.swiper-slide-next {
    z-index: 1;
}

.poster_wrap {
    position: relative;
    width: 100%;
    height: 7.8rem;
    display: flex;
    align-items: flex-end;
    padding-top: 2.92rem;
}

.poster_content {
    position: relative;
    width: 100%;
}

.poster_swiper {
    display: block;
    width: 100%;
}

.poster_swiper img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.poster_grid {
    display: none;
}

.game_conts {
    margin-top: 0.84rem;
    width: 100%;
    height: 6.973rem;
    display: flex;
    flex-direction: column;
    gap: 0.467rem;
}

.md_title3 {
    display: flex;
    justify-content: center;
    height: 0.813rem;
}

.md_title3 img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.conts {
    position: relative;
    overflow: hidden;
    background: transparent;
    flex-grow: 1;
    width: calc(100% + 0.8rem);
    margin: 0 -0.4rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.333rem;
}

.marquee {
    display: flex;
    width: max-content;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    gap: 0.267rem;
}

.marquee-left {
    animation-name: marquee-left;
}

.marquee-right {
    animation-name: marquee-right;
}

.game_icon_wrap {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.267rem;
}

.game_icon_border {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.467rem;
    height: 2.68rem;
    border-radius: 0.493rem;
    background: linear-gradient(207deg, rgba(222, 155, 49, 1), rgba(255, 227, 148, 1), rgba(253, 205, 66, 1), rgba(213, 121, 2, 1));
}

.game_icon_border img {
    width: calc(100% - 0.107rem);
    height: calc(100% - 0.107rem);
    object-fit: cover;
    border-radius: 0.493rem;
}

.casino_wrap {
    position: relative;
    width: 9.973rem;
    height: 6.2rem;
    z-index: 10;
    margin: 0.587rem auto 0;
}

.casino_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon_gold1 {
    position: absolute;
    width: 5.333rem;
    height: 1.667rem;
    top: 0;
    left: 2.453rem;
    z-index: 10;
}

.icon_gold2 {
    position: absolute;
    width: 2.453rem;
    height: 2.44rem;
    bottom: 0.427rem;
    left: 0;
    z-index: 12;
}

.icon_gold3 {
    position: absolute;
    width: 0.813rem;
    height: 0.947rem;
    bottom: 0.547rem;
    right: 0;
    z-index: 13;
}

.casino_content {
    position: absolute;
    width: 7.907rem;
    height: 5.347rem;
    bottom: 0;
    left: 0.893rem;
    z-index: 11;
    background: url('../images/7V.png') no-repeat;
    background-size: cover;
}

.tc_name_wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

.tc_name {
    position: absolute;
    top: 1.36rem;
    left: 2.72rem;
    color: transparent;
    font-size: 0.37rem;
    font-weight: 600;
    line-height: 0.733rem;
    text-align: center;
    font-style: normal;
}

.footer_container {
    display: none;
}

.mb_footer_container {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 1.787rem;
    background: url('../images/mb_footer_bg.png') no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    padding: 0 0.267rem;
    gap: 0.173rem;
    z-index: 99;
}

.tabbar_logo_border {
    width: 1.107rem;
    height: 1.093rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.267rem;
    background: linear-gradient(207deg, rgba(222, 155, 49, 1), rgba(255, 227, 148, 1), rgba(253, 205, 66, 1), rgba(213, 121, 2, 1));
}

.logo_box {
    width: calc(100% - 0.107rem);
    height: calc(100% - 0.107rem);
    border-radius: 0.213rem;
    background: linear-gradient(140deg, #FFCD76 0%, #FFEDC8 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo_box img {
    width: auto;
    height: 0.88rem;
    object-fit: cover;
}

.tabbar_info {
    display: flex;
    flex-direction: column;
}

.tabbar_name {
    font-weight: bold;
    font-size: 0.48rem;
    color: #FFF4C5;
    line-height: 0.587rem;
    text-align: left;
}

.tabbar_tag {
    background: linear-gradient(180deg, #FFCD76 0%, #FFE0A0 100%);
    border-radius: 0.2rem;
    padding: 0.04rem 0.2rem;
    font-weight: 600;
    font-size: 0.24rem;
    color: #461338;
    line-height: 0.333rem;
    letter-spacing: 0.013rem;
}

.tb_down_btn {
    margin-left: 0.587rem;
    width: 2.44rem;
    height: 0.787rem;
    background: linear-gradient(180deg, #72F3F7 0%, #15B2E1 8%, #18B6E0 58%, #42E6DA 100%);
    box-shadow: 0rem 0.053rem 0rem 0rem rgba(0, 0, 0, 0.29);
    border-radius: 0.2rem;
    border: 0.013rem solid #3BB1A1;
    font-weight: bold;
    font-size: 0.4rem;
    color: #FFFFFF;
    line-height: 0.547rem;
    text-shadow: 0rem 0.053rem 0rem rgba(0, 0, 0, 0.29);
    animation: 1s ease 0s infinite normal none running myfirst;
}

.float_container {
    position: fixed;
    width: 2.547rem;
    height: 2.453rem;
    top: 0;
    left: 0;
    z-index: 99;
}

.float_logo {
    position: relative;
    width: 100%;
    height: 100%;
    background: url('../images/logo_bd.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.float_logo_img {
    position: absolute;
    top: 0.693rem;
    left: 0.907rem;
    height: 0.84rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.float_website {
    position: absolute;
    width: 1.68rem;
    left: 0.42rem;
    bottom: 0.15rem;
}

.float_website img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.customer_service_btn {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1.733rem;
    min-height: 0.4rem;
    z-index: 99;
    cursor: pointer;
}

.service_wrap {
    width: 100%;
    animation: cs-shake 2.5s ease-in-out infinite;
    transform-origin: 60% 90%;
    will-change: transform;
    transition: box-shadow 0.3s;
}

.service_wrap img {
    width: 100%;
    height: auto;
    object-fit: cover;

}

.highlight-7888 {
    background: linear-gradient(90deg, #FFD700, #FF6B00, #FF00C8);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradient-animate 6s linear infinite;
    font-weight: bold;
    font-size: 0.625rem;
    padding: 0 0.05rem;
    letter-spacing: 0.026rem;
}

@keyframes cs-shake {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    10% {
        transform: translate(-2px, 0) rotate(-3deg);
    }

    20% {
        transform: translate(2px, 0) rotate(3deg);
    }

    30% {
        transform: translate(-2px, 0) rotate(-3deg);
    }

    40% {
        transform: translate(2px, 0) rotate(3deg);
    }

    50% {
        transform: translate(-1px, 0) rotate(-2deg);
    }

    60% {
        transform: translate(1px, 0) rotate(2deg);
    }

    70% {
        transform: translate(-1px, 0) rotate(-1deg);
    }

    80% {
        transform: translate(1px, 0) rotate(1deg);
    }

    90% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}




@media (min-width: 1200px) {
    .container {
        width: 100vw;
        overflow-x: hidden;
    }

    .nav_wrap {
        background: url('../images/nav_bg.png') no-repeat;
        background-size: cover;
        height: 90px;
        display: flex;
        align-items: center;
    }

    .nav_content {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 0 3px;
    }

    .logo_wrap {
        width: 56px;
        height: 56px;
        background: #FFFFFF;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo_wrap img {
        width: auto;
        height: 46px;
        object-fit: contain;
    }

    .website_title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-weight: 500;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 25px;
        padding-right: 38px;
    }

    .website_name {
        font-weight: 600;
        font-size: 22px;
        line-height: 30px;
    }

    .down_now_btn {
        height: 48px;
        background: linear-gradient(180deg, #DBF2FF 0%, #98D9FF 100%);
        border-radius: 24px;
        padding: 0 32px;
        font-weight: 500;
        font-size: 24px;
        color: #1F1D28;
    }

    .banner_container {
        position: relative;
        height: 600px;
        padding: 40px 0;
        background: url('../images/banner_bg.png') no-repeat;
        background-size: cover;
        background-position: center;
        margin: -4px 0 0;
    }

    .swiper-pagination {
        position: absolute;
        bottom: 17px !important;
    }

    .swiper-pagination-bullet {
        width: 13px !important;
        height: 13px !important;
        background: #fff !important;
        opacity: 0.47 !important;
    }

    .swiper-pagination-bullet-active {
        width: 61px !important;
        height: 13px !important;
        background: #fff !important;
        opacity: 0.81 !important;
        border-radius: 7px !important;
    }


    .banner_wrap {
        max-width: 1200px;
        height: 100%;
        margin: 0 auto;
    }

    .banner_swiper {
        width: 100%;
        height: 100%;
    }

    .banner_swiper .swiper-slide {
        display: flex;
        align-items: flex-end;
        justify-content: center;
        height: 100%;
    }

    .banner_swiper .swiper-slide img {
        width: auto;
        height: 100%;
        object-fit: cover;
    }

    .page_container {
        width: 100%;
        background: url('../images/pc_page_bg.png') no-repeat;
        background-size: 100% auto;
        background-color: #341A6E;
    }

    .page_content {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0 50px;
    }

    .down_btn_green {
        display: none;
    }

    .down_tag_wrap {
        display: flex;
        align-items: center;
        height: 171px;
        border: 4px solid;
        background: linear-gradient(270deg, rgba(104, 82, 182, 0) 0%, rgba(88, 79, 177, 0.88) 23%, rgba(103, 82, 182, 0.92) 49%, rgba(103, 82, 182, 0.94) 79%, rgba(104, 82, 182, 0) 100%);
        border-image: linear-gradient(90deg, rgba(255, 172, 29, 0), rgba(255, 204, 109, 1), rgba(255, 244, 210, 1), rgba(255, 213, 122, 1), rgba(255, 191, 60, 0)) 4 4;
    }

    .tag_left {
        width: 677px;
        padding-left: 83px;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .tag_logo_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 114px;
        height: 114px;
        background: linear-gradient(140deg, #FFCD76 0%, #FFEDC8 100%);
        border-radius: 20px;
    }

    .tag_logo_wrap img {
        width: auto;
        height: 92px;
    }

    .benefit {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .benefit_down {
        display: none;
    }

    .benefit_title {
        position: relative;
        font-weight: bold;
        font-size: 46px;
        line-height: 56px;
        text-align: left;
        font-style: normal;
        background: linear-gradient(var(--angle, 180deg), #FFF0B4 0%, #FFFDF2 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-text-fill-color: transparent;
        overflow: hidden;
        animation: gradient-angle-move 8s linear infinite;
    }

    .benefit_tag {
        width: fit-content;
        background: linear-gradient(180deg, #FFCD76 0%, #FFE0A0 100%);
        border-radius: 15px;
        padding: 2px 15px;
        font-weight: 600;
        font-size: 18px;
        color: #461338;
        line-height: 25px;
        letter-spacing: 1px;
        text-align: left;
        font-style: normal;
    }

    .tag_right {
        display: flex;
        align-items: center;
        gap: 26px;
    }

    .down_btn {
        width: 127px;
        height: 127px;
        background: transparent;
        animation: 1s ease 0s infinite normal none running myfirst;
    }

    .down_btn img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .tag_name {
        display: block;
        font-weight: 600;
        font-size: 30px;
        color: #FFFFFF;
        line-height: 42px;
        text-align: justify;
        font-style: normal;
    }

    .game_banner_wrap {
        position: relative;
        width: 100%;
        height: 743px;
        display: flex;
        align-items: flex-end;
    }


    .module_title_wrap {
        position: absolute;
        top: -43px;
        left: 50%;
        transform: translateX(-50%);
        width: 310px;
        height: 225px;
    }

    .module_title_box {
        position: relative;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .module_title_box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .game_banner_content {
        position: relative;
        width: 100%;
        height: 577px;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }

    .game_banner_swiper {
        width: 100%;
        height: 100%;
        overflow: visible;
    }

    .game_banner_swiper .swiper-wrapper {
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .game_banner_swiper .swiper-slide {
        position: relative;
        transition: all 0.3s;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        overflow: visible;
        z-index: 1;
    }

    .game_banner_swiper .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
    }

    .game_banner_swiper .swiper-slide:not(.swiper-slide-active) img {
        filter: brightness(0.59);
    }

    /* 默认最小尺寸 */
    .game_banner_swiper .swiper-slide {
        width: 212px !important;
        height: 395px !important;
        z-index: 1;
    }

    /* 第二层 */
    .game_banner_swiper .swiper-slide-prev,
    .game_banner_swiper .swiper-slide-next {
        width: 267px !important;
        height: 499px !important;
        z-index: 2;
    }

    /* 中间高亮 */
    .game_banner_swiper .swiper-slide-active {
        width: 308px !important;
        height: 577px !important;
        z-index: 3;
    }

    .game_banner_swiper .swiper-slide-active::after {
        display: none;
    }

    /* 重叠效果 */
    .game_banner_swiper .swiper-slide {
        margin-left: -19px !important;
        margin-right: -19px !important;
    }

    /* 保证最外层两张在底层 */
    .game_banner_swiper .swiper-slide-prev+.swiper-slide-prev,
    .game_banner_swiper .swiper-slide-next+.swiper-slide-next {
        z-index: 1;
    }

    .poster_wrap {
        position: relative;
        width: 100%;
        height: 903px;
        display: flex;
        align-items: flex-end;
        padding-top: 219px;
    }


    .poster_swiper {
        display: none !important;
    }

    .poster_grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .poster_grid img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .game_conts {
        margin-top: 63px;
        width: 100%;
        height: 523px;
        display: flex;
        flex-direction: column;
        gap: 35px;
    }

    .md_title3 {
        display: flex;
        justify-content: center;
        height: 61px;
    }

    .md_title3 img {
        width: auto;
        height: 100%;
        object-fit: contain;
    }

    .conts {
        position: relative;
        overflow: hidden;
        background: transparent;
        flex-grow: 1;
        width: 100%;
        margin: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        gap: 25px;

    }

    .marquee {
        display: flex;
        width: max-content;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        gap: 20px;
        will-change: transform;
    }

    .game_icon_wrap {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .game_icon_border {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 185px;
        height: 201px;
        border-radius: 37px;
        background: linear-gradient(207deg, rgba(222, 155, 49, 1), rgba(255, 227, 148, 1), rgba(253, 205, 66, 1), rgba(213, 121, 2, 1));
    }

    .game_icon_border img {
        width: calc(100% - 8px);
        height: calc(100% - 8px);
        object-fit: cover;
        border-radius: 37px;
    }

    .casino_wrap {
        position: relative;
        width: 748px;
        height: 465px;
        z-index: 10;
        margin: 44px auto 0;
    }

    .casino_wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .icon_gold1 {
        position: absolute;
        width: 400px;
        height: 125px;
        top: 0;
        left: 184px;
        z-index: 10;
    }

    .icon_gold2 {
        position: absolute;
        width: 184px;
        height: 183px;
        bottom: 32px;
        left: 0;
        z-index: 12;
    }

    .icon_gold3 {
        position: absolute;
        width: 61px;
        height: 71px;
        bottom: 41px;
        right: 0;
        z-index: 13;
    }

    .casino_content {
        position: absolute;
        width: 593px;
        height: 401px;
        bottom: 0;
        left: 67px;
        z-index: 11;
        background: url('../images/7V.png') no-repeat;
        background-size: cover;
    }

    .tc_name_wrap {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .tc_name {
        position: absolute;
        top: 102px;
        left: 204px;
        color: transparent;
        font-size: 28px;
        font-weight: 600;
        line-height: 55px;
        text-align: center;
        font-style: normal;

    }

    .footer_container {
        width: 100%;
        height: 89px;
        background-color: #4A4CAD;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

    .footer_btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 12px;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 22px;
    }

    .mb_footer_container {
        display: none;
    }

    .customer_service_btn {
        position: fixed;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 130px;
        min-height: 30px;
        z-index: 99;
        cursor: pointer;
    }

    .customer_service_btn img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .float_container {
        display: none;
    }

    .highlight-7888 {
        background: linear-gradient(90deg, #FFD700, #FF6B00, #FF00C8);
        background-size: 300% 300%;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        animation: gradient-animate 6s linear infinite;
        font-weight: bold;
        font-size: 59.8px;
        padding: 0 4px;
        letter-spacing: 2px;
    }
}




@keyframes myfirst {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(0.9)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes myfirst2 {
    0% {
        transform: translateX(-50%) scale(1)
    }

    50% {
        transform: translateX(-50%) scale(0.9)
    }

    100% {
        transform: translateX(-50%) scale(1)
    }
}

@keyframes gradient-angle-move {
    0% {
        --angle: 0deg;
    }

    25% {
        --angle: 45deg
    }

    50% {
        --angle: 180deg;
    }

    70% {
        --angle: 125deg;
    }

    100% {
        --angle: 0deg;
    }
}

@keyframes marquee-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}


.bounce {
    span {
        position: relative;
        display: inline-block;
        animation: bounce 3s ease infinite alternate;
        background: linear-gradient(90deg, #FFF48E 0%, #EEB100 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;

        &:nth-of-type(2) {
            animation-delay: .1s;
        }

        &:nth-of-type(3) {
            animation-delay: .2s;
        }

        &:nth-of-type(4) {
            animation-delay: .3s;
        }

        &:nth-of-type(5) {
            animation-delay: .4s;
        }

        &:nth-of-type(6) {
            animation-delay: .5s;
        }

        &:nth-of-type(7) {
            animation-delay: .6s;
        }

        &:nth-of-type(8) {
            animation-delay: .7s;
        }
    }
}

@keyframes bounce {
    0% {
        transform: scale(1) translateZ(0);
    }

    20% {
        transform: scale(1.06);
    }

    48% {
        transform: scale(.82) translateZ(0);
    }

    70% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1) translateZ(0);
    }
}


@keyframes gold1-scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.18);
    }

    100% {
        transform: scale(1);
    }
}

.icon_gold1 {
    animation: gold1-scale 4.2s ease-in-out infinite;
}

@keyframes gold2-move {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-18px);
    }

    100% {
        transform: translateY(0);
    }
}

.icon_gold2 {
    animation: gold2-move 3.2s ease-in-out infinite;
}

@keyframes gold3-move {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(16px);
    }

    100% {
        transform: translateX(0);
    }
}

.icon_gold3 {
    animation: gold3-move 2.8s ease-in-out infinite;
}



@keyframes gradient-animate {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}