/* 小屏一个 */
.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);
    }
}



