:not(:root):-webkit-full-screen::backdrop {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background: black;
}
.d-f {
    display: flex;
    align-items: center;
}
.detail-main {
    padding-top: 0;
    margin: 60px auto 0;
    padding-left: 68px;
    transition: all 0.3s ease-in-out;
}
.detail-main.show-item {
    padding-left: 68px;
    width: 92%;

}
.action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.action-btn img {
    width: 24px;
    height: 24px;
    margin-right: 4px;
    cursor: pointer;
}
.detail-top-right-box {
    width: 25%;
    padding-top: 24px;
    padding-left: 24px;
    border-left: 1px solid rgba(255,255,255,0.1);
}


.detail-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}
.detail-top-right-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    margin: 0 0 16px 0;
}

.detail-top-ad {
    width: 300px;
    min-height: 300px;
    padding: 18px;
    background: #1F1F26;
    border-radius: 12px;
}

.detail-top-left,
.detail-top-right {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}


.detail-game-top {
    width: 48%;
    height: 120px;
    cursor: default;
    transition: all .3s;
    position: relative;
}
.detail-top-left {
    width:100%;
    margin-bottom: 48px;
}
.detail-top-left .detail-game-top {
    width: 160px;
    height: 90px;
}

/* .detail-game-top:nth-child(1) {
    grid-column: 1/3;
    grid-row: 2/4;
} */

.detail-top-center {
    flex: 1;
    margin: 24px 48px 0 0;
    border-radius: 12px;
    overflow: hidden;
}

.h5-detail-ad-box {
    display: none;
}

.iframe-box {
    /* min-width: 944px; */
    width: 100%;
    height: 534px;
    /* background-color: #000; */
    /* border-top: 1px solid #F0F0F4; */
    z-index: 0;
}

.menu-box {
    width: 222px;
}

.menu-game-name {
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.contain {
    width: 100%;
    overflow: hidden;
}

.iframe-game {
    width: 100%;
    /* min-width: 944px; */
    min-height: 534px;
    height: 100%;
}

.iframe-game-top {
    display: none;
}

.play-img {
    min-width: 752px;
    min-height: 534px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.play-img-bg {
    min-height: 534px;
    width: 100%;
    height: 414px;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 0;
    filter: blur(20px);
}

.play-img-img {
    width: 156px;
    height: 63px;
    cursor: pointer;
    z-index: 1;
}

.play-img-icon-box {
    width: 160px;
    height: 160px;
    position: relative;
    border: 2px solid #fff;
    margin: 0 auto;
    border-radius: 12px;
    overflow: hidden;
}

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

.play-img-name {
    font-size: 24px;
    color: #fff;
    margin: 24px 0 32px;
    text-align: center;
    font-weight: bold;
}

.detail-other {
    margin: 24px auto;
}
.play-img-btn {
    width: 240px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    text-align: center;
    font-weight: bold;
    margin: 10px auto;
    color: #fff;
    font-size: 24px;
    background-color: #3399FF;
    cursor: pointer;
    animation: scaleDrew 2.5s ease-in-out infinite;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}
.play-img-btn img{
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.login-now {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 32px auto 16px;
}
.maintain-game-history {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.40);
    text-align: center;
}



@keyframes scaleDrew {
    /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.05);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(1.05);
    }
}

.detail-top-center-info-box {
    height: 48px;
    color: rgba(255,255,255,0.8);
    box-shadow: 0px 9px 27px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 12px 12px;
    padding: 0 12px;
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: flex-end;
    margin-top: -3px;
    background: #1c1c1cc7;
}

.detail-top-center-info-img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    border-radius: 6px;
    object-fit: cover;
}

.detail-top-center-info {
    flex: 1;
}

.detail-top-center-info-name {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-style: normal;
}

.detail-top-center-info-des {
    height: 20px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-style: normal;
    margin-top: 5px;
    max-width: 600px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.split-line {
    width: 1px;
    height: 20px;
    background: rgba(255,255,255,0.1);

}
.full-screen {
    border-radius: 12px;
    padding: 8px 9px;
    cursor: pointer;
}

.full-screen img {
    width: 24px;
    height: 24px;
}

.detail-center {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.detail-center-left {
    flex: 1;
}

.game-video {
    font-weight: bold;
    text-align: center;
    background-color: #1F1F26;
    margin-bottom: 24px;
    text-align: left;
    padding: 24px;
    border-radius: 12px;
}

.game-desc {
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 24px;
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    background-color: #1F1F26;
    color: rgba(255,255,255,0.4);
    line-height: 24px;
    text-align: left;
}

.game-desc-title {
    font-weight: bold;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    line-height: 28px;
    margin-bottom: 8px;
}

.detail-center-right {
    width: 424px;
    margin-left: 24px;
}

.my-site {
    color: rgba(255,255,255,0.8);
    background-color: #1F1F26;
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 24px;
    text-align: center;
    margin-bottom: 24px;
}

.my-site-title {
    font-weight: 400;
    font-size: 20px;
    color: rgba(255,255,255,0.8);
    line-height: 28px;
    padding: 24px 28px;
}

.my-site-name {
    border-radius: 12px;
    font-weight: 400;
    font-size: 20px;
    color: #1F1F26;
    background-color: #FFFFFF;
    line-height: 33px;
    padding: 12px;
}

.become {
    box-shadow: 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    text-align: center;
    padding: 24px;
    background-color: #1F1F26;
    color: #fff;
    margin-bottom: 24px;
}

.become-title {
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}

.become-des {
    font-weight: 400;
    font-size: 18px;
    color: rgba(255,255,255,0.6);
    line-height: 27px;
    margin: 12px 0;
}

.become-more {
    font-weight: bold;
    font-size: 22px;
    color: #FFFFFF;
    line-height: 33px;
    background: #3399FF;
    border-radius: 12px;
    padding: 12px;
    margin: 24px 24px 0;
}

.h5-deatil-navigation {
    display: none;
}

.mgt-16-24 {
    margin-top: 24px;
}
.mgb-16-24,
.game-desc {
    margin-bottom: 24px;
}

.mgb-16-24,
.game-desc {
    margin-bottom: 24px;
}

@media screen and (max-width: 1415px) {
    .detail-top-left {
        gap: 50px;
    }
    .menu-box {
        width: 0;
    }
    .play-img-btn {
        margin: 6px auto;
    }
    .play-img-btn {
        width: 200px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;

    }

    .play-img-img {
        width: 104px;
        height: 42px;
    }
    .play-img-name {
        margin: 12px 0 16px;
        font-size: 18px;
    }
    .play-img-icon-box {
        width: 120px;
        height: 120px;
    }
    .h5-detail-ad-box {
        display: block;
        margin: 320px auto 24px;
        width: 100%;
        background-color: #1F1F26;
    }
    .h5-detail-ad-box2 {
        margin: 24px auto 24px;
    }
    .mgt-16-24 {
        margin-top: 16px;
    }
    .mgb-16-24,
    .game-desc,
    .my-site,
    .become,
    .detail-top {
        margin-bottom: 16px;
    }
    .detail-main {
        margin: 66px auto 0;
        padding-top: 0;
    }
    .words-main {
        margin-top: 30px;
        padding-top: 0;
        width: 100vw;
    }
    .detail-other {
        width: 350px;
        margin: 80px auto 0;
    }
    .detail-top {
        position: relative;
        left: 0px;
        top: 52px;
        z-index: 10;
    }
    .play-main .detail-top {
        top: 0px;
    }
    .play-img-bg {
        min-height: 280px;
    }
    .detail-top-center {
        border-radius: 0px;
    }
    .detail-top-center-info-box {
        border-radius: 0px;
    }
    .h5-deatil-navigation {
        width: 100%;
        min-width: 350px;
        /* height: 80px; */
        background-color: #F6F8FB;
        position: fixed;
        z-index: 10;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 35px;
        box-sizing: border-box;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
        top: 0;
    }
    .h5-deatil-navigation img {
        width: 22px;
        height: 22px;
    }
    .navigation-right {
        height: 30px;
    }
    .detail-top-center {
        margin: 0;
        box-shadow: 0px 2px 0 0 rgba(0, 0, 0, 0.1);
    }
    .iframe-box,
    .play-img {
        min-width: 350px;
        min-height: 242px;
    }
    .iframe-box {
        height: 242px;
        background-color: #fff;
        border-top: 1px solid #F0F0F4;
    }
    .iframe-game {
        min-width: 350px;
        min-height: 242px;
    }
    .iframe-game-top {
        display: block;
        background-color: #fff;
    }
    .detail-center {
        flex-wrap: wrap;
    }
    .detail-center-right {
        margin-left: 0;
    }
    .detail-top-center-info-des {
        max-width: 230px;
    }

}

.iframe-game-full-box {
    width: 100vw;
}

.iframe-game-full {
    width: 100%;
    height: auto;
    min-height: 80vh;
}

@media screen and (min-width: 1920px) {
    .play-img-img {
        width: 208px;
        height: 84px;
    }
    .detail-top-center-info-box {
        height: 42px;
    }
    /* .detail-top-left,
    .detail-top-right,
    .detail-top-ad {
        width: 336px;
    } */
    .detail-center-left {
        margin-left: 0;
    }
}

/* 平板增强 */
@media (min-width: 768px) and (max-width: 1049px) {
    .detail-other,
    .iframe-game,
    .play-img {
        width: 728px;
        margin: 0 auto;
    }
    .detail-other {
        margin: 390px auto 0;
    }
    .h5-deatil-navigation {
        min-width: 728px;
    }
    .detail-center-right {
        margin-left: 16px;
    }
    .iframe-box,
    .play-img {
        width: 758px;
        min-height: 330px;
    }
    .detail-top {
        width: 758px;
        min-height: 330px;
        left: 50%;
        transform: translateX(-50%);
    }
    .iframe-box {
        height: 330px;
    }
    .h5-detail-ad-box {
        margin-top: 408px;
    }
    .h5-detail-ad-box2 {
        margin: 24px auto 24px;
    }
    .detail-top-left {
        grid-template-columns: repeat(4, calc((100% - 16px)/4));
    }
}
/* 平板增强 */
@media (min-width: 1050px) and (max-width: 1415px) {
    .detail-top-left .detail-game-top {
        width: 160px;
        height: 90px;
    }

    .detail-other,
    .iframe-game {
        width: 1000px;
        margin: 72px auto 24px;
    }
    .h5-deatil-navigation {
        min-width: 1000px;
    }
    .detail-center-right {
        margin-left: 16px;
    }
    .iframe-box,
    .play-img {
        width: 1004px;
        min-height: 330px;
    }
    .detail-top {
        width: 1004px;
        min-height: 330px;
        left: 50%;
        transform: translateX(-50%);
    }
    .iframe-box {
        height: 330px;
    }
    .h5-detail-ad-box {
        margin-top: 408px;
    }
    .h5-detail-ad-box2 {
        margin: 24px auto 24px;
    }
}

@media screen and (max-width: 800px) {
    .detail-top-left {
        gap: 30px;
    }
}