﻿/* 小屏一个 */
.ad-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}

.ad-wrap .img {
    width: 69.0rem;
    height: 7.98rem;
    display: flex;
    align-items: center;
    margin-top: 2rem;
}

.ad-wrap.play .img {
    overflow: hidden;
}

.ad-wrap.playm .img:nth-child(1) {
    margin-top: 0;
}

/* 推荐 */
.recommend-wrap {}

.recommend-wrap .title {
    margin-top: 0.8rem;
    font-size: 3.6rem;
    font-weight: 500;
    color: #fff;
}

.recommend-wrap .apps {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    /* justify-content: space-between; */
    border-radius: 0.7rem;
    /* 7px -> 0.7rem */
    /* padding: 1.5rem 1.35rem; */
    /* 15px -> 1.5em, 13.5px -> 1.35rem */
    padding: 1.5rem 0;
    border: solid 0.1rem #333;
    /* 1px -> 0.1rem */
}

.recommend-wrap .app {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    /* No change, percentage does not need conversion */
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recommend-wrap .app .icon {
    margin-bottom: 1.2rem;
    width: 8.0rem;
    height: 8.0rem;
    border-radius: 0.92rem;
    border: 0;
    overflow: hidden;
}

.recommend-wrap .app .name {
    font-size: 2.0rem;
}

.recommend-wrap .app:nth-child(6n + 6) {
    margin-top: 1rem;
    /* 10px -> 1rem */
}

.recommend-wrap .app:nth-child(6n + 7) {
    margin-top: 1rem;
    /* 10px -> 1rem */
}

.recommend-wrap .app:nth-child(6n + 8) {
    margin-top: 1rem;
    /* 10px -> 1rem */
}

.recommend-wrap .app:nth-child(6n + 9) {
    margin-top: 1rem;
    /* 10px -> 1rem */
}

.recommend-wrap .app:nth-child(6n + 10) {
    margin-top: 1rem;
    /* 10px -> 1rem */
}

.recommend-wrap .app .icon img {
    width: 100%;
    height: 100%;
}

.adaptation .recommend-wrap .app .name {
    font-size: 1.2rem;
    /* 12px -> 1.2rem */
    text-align: center;
    color: #ffffffcc;
}

.sp-update h3 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 1rem;
}

.sp-update blockquote {
    background-color: rgba(255, 255, 255, 0.06);
    margin-top: 0;
    text-align: left;
    padding: 2rem 0 1rem 2rem;
    font-size: 1.4rem;
    color: #ccc;
}

.sp-update a:not(.no-icon) {
    color: #ffbc01;
    font-size: 1.4rem;
}

.sp-update p {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 1.4rem;
}

.img {
    width: 100%;
}

.img img {
    width: 100%;
}


/* 播放器弹窗 start */
.pb-e-lg-30 {
    position: relative;
}

.pause-controls {
    position: absolute;
    top: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.pause-controls .mask {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 0 30px 0;
}

.pause-controls.pause-controls-show {
    display: block;
}

.pause-controls img {
    width: 100%;
    height: 100%;
}

.pause-controls .ad {
    width: 23.0rem;
    height: 13.0rem;
}

.pause-controls .continue {
    width: 8.0rem;
    height: 3.0rem;
    cursor: pointer;
}

/* 播放页推荐 */
.fine-wrap {
    margin-bottom: 1.4rem;
    /* 0.7rem * 2 */
}

.fine-wrap .title {
    margin-top: 0.5rem;
    /* 0.75rem * 2 */
    margin-bottom: 0.5rem;
    /* 0.75rem * 2 */
    font-size: 3.6rem;
    /* 1.8rem * 2 */
    font-weight: 500;
    color: #fff;
}

.fine-wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.6rem 0 0;
    /* -1.3rem * 2 */
}

.fine-wrap .list .fine {
    display: flex;
    align-items: center;
    width: calc(33.33% - 1.5rem);
    /* 11.3rem * 2 */
    height: 5.9rem;
    /* 2.45rem * 2 */
    margin: 0 0.8rem 1.6rem 0;
    /* 1.3rem * 2 */
    padding: 0.7rem 0.97rem 0.7rem 0.88rem;
    /* 0.35rem * 2, 0.485rem * 2, 0.44rem * 2 */
    border-radius: 0.63rem;
    /* 0.315rem * 2 */
    background-color: #2c2e2e;
}

.fine-wrap .list .fine .img {
    width: 3.53rem;
    /* 1.765rem * 2 */
    height: 3.5rem;
    /* 1.75rem * 2 */
    margin: 0 0.79rem 0 0;
    /* 0.395rem * 2 */
    border-radius: 50%;
}

.fine-wrap .list .fine .name {
    width: 100%;
    /* 6.65rem * 2 */
    font-size: 1.9rem;
    /* 0.95rem * 2 */
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #ffffff99;
    text-align: left;
}

.fine-wrap .list .fine .icon {
    margin-left: 0.9rem;
    /* 0.45rem * 2 */
    width: 2.2rem;
    /* 1.1rem * 2 */
    height: 2.2rem;
    /* 1.1rem * 2 */
}

.ad_right_new {
    width: 40.0rem;
    height: 22.42rem;
    right: 2.0rem;
    bottom: 10.0rem;
    position: fixed;
    z-index: 9999;
}

.ad_right_new .ad_right_close {
    width: 3.5rem;
    height: 3.0rem;
    position: absolute;
    right: 1.0rem;
    top: 1.0rem;
}

.ad_right_new .ad_image {
    width: 100%;
    height: 100%;
    display: block;
    display: block;
}

@media (min-width: 750px) {

    /* 大屏2个 */
    .ad-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .ad-wrap .img {
        max-width: calc(50% - 1rem);
        max-height: fit-content;
        width: 100%;
        height: 9.52rem;
        padding: 0 0 0.5rem 0;
    }

    .ad-wrap .img:nth-child(2n) {
        /* margin-left: 1rem; */
    }

    /* .ad-wrap .img:first-child {
        margin: 0 1.15rem 0 0;
    } */

    /* 大屏1个 */
    .ad-wrap.play {
        margin: 3.0rem auto;
        display: flex;
        flex-wrap: wrap;
    }

    .ad-wrap.play .img {
        max-width: 100%;
        max-height: fit-content;
        width: 100%;
        height: 14rem;
    }

    .ad-wrap.play .img:first-child {
        /* margin: 0; */
    }

    /* 推荐 */
    .recommend-wrap {}

    .recommend-wrap .title {
        margin-top: 1.5rem;
        font-size: 2.4rem;
        font-weight: 600;
        color: #fff;
    }

    .recommend-wrap .apps {
        display: flex;
        flex-wrap: wrap;
        /* justify-content: space-between; */
        align-items: end;
        border: 0;
        margin: 0 -10.0rem 0 0;
    }

    .recommend-wrap .app {
        margin-right: 2.0rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 10.0rem;
    }

    .recommend-wrap .app .icon {
        margin-bottom: 1.2rem;
        width: 5.0rem;
        height: 5.0rem;
        border-radius: 0.92rem;
        border: 0;
    }

    .recommend-wrap .app .icon img {
        width: 100%;
        height: 100%;
    }

    .recommend-wrap .app .name {
        font-size: 1.4rem;
        text-align: center;
        color: #ffffffcc;
    }

    /* 播放器弹窗 start */
    .pause-controls {
        position: absolute;
        top: 0;
        z-index: 10;
        display: none;
        width: 100%;
        height: 100%;
        background-color: transparent;
    }

    .pause-controls .mask {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 0 5.0rem 0;
    }

    .pause-controls .ad {
        width: 46.0rem;
        height: 26.0rem;
    }

    .pause-controls .continue {
        width: 12.8rem;
        height: 4.8rem;
    }

    /* 播放器弹窗 end */

    /* 播放页推荐 */
    .fine-wrap {
        margin-bottom: 1.3rem;
    }

    .fine-wrap .title {
        font-size: 2.4rem;
        font-weight: 600;
        color: #fff;
    }

    .fine-wrap .list {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.6rem 0 0;
    }

    .fine-wrap .list .fine {
        display: flex;
        align-items: center;
        width: calc(25% - 0.9rem);
        height: 4.19rem;
        margin: 0 0.8rem 1.2rem 0;
        padding: 0.7rem 0.8rem;
        border-radius: 0.36rem;
        background-color: #202020;
    }

    .fine-wrap .list .fine .img {
        width: 2.0rem;
        height: 2.0rem;
        margin: 0 0.65rem 0 0;
        border-radius: 50%;
    }

    .fine-wrap .list .fine .name {
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        font-size: 1.4rem;
        font-weight: 500;
        color: #ffffff99;
        text-align: left;
    }

    .fine-wrap .list .fine .icon {
        margin-left: 1.45rem;
        width: 1.25rem;
        height: 1.25rem;
    }

    .ad_right_new {
        width: 25.0rem;
        height: 14.0rem;
        right: 2.0rem;
        bottom: 10.0rem;
        position: fixed;
        z-index: 9999;
    }

    .ad_right_new .ad_right_close {
        width: 2.0rem;
        height: 2.0rem;
        position: absolute;
        right: 1.0rem;
        top: 1.0rem;
    }

    .ad_right_new .ad_image {
        width: 100%;
        height: 100%;
        display: block;
        display: block;
    }
}

@media (min-width: 1200px) {
    .fine-wrap .list .fine {
        width: calc(20% - 0.9rem);
    }
}
/* -------------- 隐藏播放器广告 -------------- */
.dx-ad-plugin,
.pause-controls,
.ad-fullscreen {
    display: none !important;
}
/* -------------- 隐藏播放器广告 end -------------- */
/* --------------播放器广告样式优化  start -------------- */
/*.ad-fullscreen {*/
/*    display: none !important;*/
/*}*/

/*!* 初始/暂停状态下显示广告插件，播放时隐藏 *!*/
/*.xgplayer.is-playing-advertise.xgplayer-pause .dx-ad-plugin,*/
/*.xgplayer.is-playing-advertise.xgplayer-nostart .dx-ad-plugin {*/
/*    background: none !important;*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*    z-index: 100 !important;*/
/*    pointer-events: none !important;*/
/*}*/

/*!* 播放状态下强制隐藏广告层 *!*/
/*.xgplayer.xgplayer-playing .dx-ad-plugin,*/
/*.xgplayer.xgplayer-playing .pause-controls {*/
/*    display: none !important;*/
/*}*/

/*.xgplayer.is-playing-advertise .dx-ad-container {*/
/*    width: 480px !important;*/
/*    height: 270px !important;*/
/*    max-width: 85%;*/
/*    max-height: 75%;*/
/*    position: relative !important;*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    align-items: center !important;*/
/*    background: none !important;*/
/*    padding: 0 !important;*/
/*    pointer-events: auto !important;*/
/*}*/

/*.xgplayer.is-playing-advertise .dx-ad-container .ad-video-external {*/
/*    height: 100% !important;*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*}*/

/*.xgplayer.is-playing-advertise .ad-video,*/
/*.xgplayer.is-playing-advertise .ad-video-external img,*/
/*.xgplayer.is-playing-advertise .ad-video-external video {*/
/*    !* 适应展示框，防止过大或拉伸 *!*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*    max-width: 100% !important;*/
/*    max-height: 100% !important;*/
/*    border-radius: 8px;*/
/*    object-fit: contain !important;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);*/
/*}*/

/*.xgplayer.is-playing-advertise .ad-timer {*/
/*    position: absolute !important;*/
/*    top: -45px !important;*/
/*    right: 0 !important;*/
/*    display: flex !important;*/
/*    gap: 8px;*/
/*    width: auto !important;*/
/*}*/

/*.xgplayer.is-playing-advertise .ad-control {*/
/*    position: absolute !important;*/
/*    bottom: -50px !important;*/
/*    left: 50% !important;*/
/*    transform: translateX(-50%) !important;*/
/*    width: 100% !important;*/
/*    display: flex !important;*/
/*    justify-content: center !important;*/
/*    gap: 15px !important;*/
/*}*/

/*.xgplayer.is-playing-advertise .dx-ad-mask {*/
/*    background: rgba(40, 40, 40, 0.8) !important;*/
/*    border: 1px solid rgba(255, 255, 255, 0.1) !important;*/
/*    color: #fff !important;*/
/*    padding: 6px 20px !important;*/
/*    font-size: 13px !important;*/
/*    cursor: pointer;*/
/*    pointer-events: auto !important;*/
/*    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);*/
/*    border-radius: 20px !important;*/
/*    backdrop-filter: blur(5px);*/
/*}*/

/*.xgplayer.is-playing-advertise .xgplayer-loading,*/
/*.xgplayer.is-playing-advertise .xgplayer-start {*/
/*    display: none !important;*/
/*}*/

/*.pause-controls {*/
/*    background: none !important;*/
/*    z-index: 101 !important;*/
/*    pointer-events: none !important;*/
/*    display: none;*/
/*}*/

/*!* 暂停且非广告播放期间显示暂停广告 *!*/
/*.xgplayer.xgplayer-pause:not(.is-playing-advertise) .pause-controls {*/
/*    display: block !important;*/
/*}*/

/*.pause-controls .mask {*/
/*    justify-content: center !important;*/
/*    padding: 0 !important;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

/*.pause-controls .ad {*/
/*    width: 480px !important;*/
/*    height: 270px !important;*/
/*    max-width: 85% !important;*/
/*    display: flex !important;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    border-radius: 8px;*/
/*    overflow: hidden;*/
/*    pointer-events: auto !important;*/
/*    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);*/
/*}*/

/*.pause-controls .ad img {*/
/*    width: auto !important;*/
/*    height: auto !important;*/
/*    max-width: 100% !important;*/
/*    max-height: 100% !important;*/
/*    object-fit: contain !important;*/
/*}*/

/*.pause-controls .continue {*/
/*    margin-top: 25px;*/
/*    border-radius: 25px;*/
/*    overflow: hidden;*/
/*    pointer-events: auto !important;*/
/*}*/

/*!* 移动端适配调整 *!*/
/*@media (max-width: 600px) {*/
/*    .xgplayer.is-playing-advertise .dx-ad-container {*/
/*        width: 280px !important;*/
/*        height: 100px !important;*/
/*        max-width: 85% !important;*/
/*    }*/

/*    .xgplayer.is-playing-advertise .dx-ad-container .ad-video-external {*/
/*        height: 100% !important;*/
/*        display: flex;*/
/*        justify-content: center;*/
/*    }*/

/*    .xgplayer.is-playing-advertise .ad-video,*/
/*    .xgplayer.is-playing-advertise .ad-video-external img,*/
/*    .xgplayer.is-playing-advertise .ad-video-external video {*/
/*        width: auto !important;*/
/*        height: auto !important;*/
/*        max-width: 100% !important;*/
/*        max-height: 100% !important;*/
/*    }*/

/*    !* .pause-controls .ad {*/
/*        width: 280px !important;*/
/*        height: 100px !important;*/
/*    } *!*/

/*    .xgplayer.is-playing-advertise.xgplayer-pause .dx-ad-plugin,*/
/*    .xgplayer.is-playing-advertise.xgplayer-nostart .dx-ad-plugin {*/
/*        background: none !important;*/
/*        display: flex !important;*/
/*        justify-content: flex-start !important;*/
/*        align-items: center !important;*/
/*        z-index: 100 !important;*/
/*        pointer-events: none !important;*/
/*        flex-direction: column;*/
/*        margin-top: 10px;*/
/*    }*/
/*}*/
/* --------------播放器广告样式优化  end -------------- */