    .custom-game-container {
        width: 100%;
        max-width: 1200px;
        height: 650px;
        background: #fff;
        /*border-radius: 15px;*/
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        margin: 0px auto 0px auto;
        /*padding-bottom: 64px;*/
    }
    .custom-thumbnail-container {
        text-align: center;
        position: absolute;
        width: 94%;
        margin: 5% auto;
        height: 90%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }
    .custom-thumbnail {
        width: 340px; /* 修改为400px */
        height: 260px; /* 修改为250px */
        background-size: cover;
        border-radius: 10px;
        margin: 0 auto 20px;
        /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    }
    .custom-game-title {
        font-size: 1.2rem;
        font-weight: bold;
        /*color: #6c63ff;*/
        margin-bottom: 20px;
    }
    .custom-play-button {
        padding: 10px 20px;
        font-size: 1rem;
        font-weight: bold;
        color: #fff;
        background: #2e22f5;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        text-transform: uppercase;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        transition: background 0.3s ease;
        margin-bottom: 20px;
    }
    .custom-play-button:hover {
        background: #5751d3;
    }
    .custom-iframe-container {
        display: none;
        width: 100%;
        /*height: 100%;*/
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0px;
        right: 0px;
    }
    .custom-iframe-container iframe {
        width: 100%;
        height: 100%;
        border: none;
    }
    #gamePlayerBg{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    #gamePlayerBg .gamePlayerBgImage{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: blur(45px);
        background-size: cover;
        transform: scale(1.3);
    }
    .custom-thumbnail-container .leftTdk{
        position: absolute;
        left: 5%;
        top: 30%;
        width: 40%;
        text-align: left;
        color: #fff;
    }
    .custom-thumbnail-container .custom-thumbnail{
        position: absolute;
        right: 5%;
        top: 30%;
        width: 30%;
    }
    .custom-thumbnail-container .custom-thumbnail img{
        width: 195px;
        height: 195px;
        border-radius: 50%;
    }
    .bottomTdkFullscreen{
        position: relative;
        /*bottom: 0;*/
        /*left: 0;*/
        /*right:0px;*/
        width: 100%;
        height: 64px;
        background: #10173a;
        color: #fff;
        /*z-index: 99999;*/
    }
    .bottomTdkFullscreen .bottomLeftTdk{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 50%;
    }
    .bottomTdkFullscreen .bottomLeftTdk .imgdiv{
        position: absolute;
        left: 10px;
        top: 5px;
        width: 54px;
        height: 54px;
    }
    .bottomTdkFullscreen .bottomLeftTdk .imgdiv img{
        width: 100%;
        height: 100%;
    }
    .bottomTdkFullscreen .bottomLeftTdk .tdkHtml{
        position: absolute;
        top: 5px;
        left: 74px;
    }
    .bottomTdkFullscreen .bottomLeftTdk .tdkHtml h2{
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 700;
        color: #fff;
        text-align: left;
        margin-bottom: 0px;
    }
    .bottomTdkFullscreen .bottomLeftTdk .tdkHtml span{
        font-size: 14px;
        color: #e5d0d0;
        text-align: left;
        display: block;
    }
    .bottomTdkFullscreen .rightFullscreen{
        position: absolute;
        top: 0px;
        right: 0px;
        width: 50%;
        text-align: right;
    }
    .bottomTdkFullscreen .rightFullscreen .bottomFull{
        color: #fff;
        line-height: 64px;
        padding: 0px;
        background-color: #111739;
        border: 0px;
        margin-right: 10px;
        font-size: 1rem;
        cursor: pointer !important;
        padding-left: 30px;
        background: url(https://cdn.sprunki.com/img/fdqp.jpg) no-repeat left center;
    }
    .bottomTdkFullscreen .rightFullscreen p{
        display: inline-block;
        margin-right: 30px;
        padding-left: 35px;
        background: url(https://cdn.sprunki.com/img/zan.jpg) no-repeat left -10px;
        cursor: pointer !important;
    }
    .mattop60{
        margin-top: 60px;
    }
    .hidden,.mobile{
        display: none;
    }
    .pcbut{
        display: inline-block;
    }
    .fullscreen-btn {
        margin-top: 10px;
        padding: 10px 20px;
        background-color: #347A36;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }
    #exit-fullscreen-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 99999;
    }
    @media (max-width: 768px) {
        .custom-game-container {
            height: 420px;
            min-height: 360px;
        }
        .custom-thumbnail-container .custom-thumbnail{
            margin-top: 30px;
            position: static;
            width: 100%;
            height: auto;
        }
        .custom-thumbnail-container .custom-thumbnail img{
            width: 154px;
            height: 154px;
        }
        .custom-thumbnail-container .leftTdk{
            margin-top: 30px;
            position: static;
            width: 100%;
            text-align: center;
        }
        .bottomTdkFullscreen{
            height: 128px;
        }
        .bottomTdkFullscreen .bottomLeftTdk{
            position: static;
            width: 100%;
            height: 64px;
        }
        .bottomTdkFullscreen .rightFullscreen{
            position: static;
            width: 100%;
            height: 64px;
            text-align: right;
        }
        .bottomTdkFullscreen .rightFullscreen p{
            /*margin-left: 10px;*/
        }
        .pcbut{
            display: none;
        }
        .mobile{
            display: inline-block;
        }
    }
