
.slf-ad-list-type-a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slf-ad-list-type-a .ad-item {
    width: 69.0rem;
    height: 4rem;
    display: flex;
    align-items: center;
    margin: 1rem 0 0 0;
    overflow: hidden;
}

.slf-ad-list-type-a .ad-item:first-child {
    margin-top: 0;
}

.slf-ad-list-type-a .ad-image-box {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slf-ad-list-type-a .ad-image-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ad-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

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

/* 移动端：img click_btn 容器高度仅比图片高 0.1rem */
@media (max-width: 750px) {
    .ad-wrap .img {
        height: auto;
        display: block;
        padding-bottom: 0.1rem;
        overflow: hidden;
    }
    .ad-wrap .img img {
        display: block;
        width: 100%;
        height: auto;
        vertical-align: top;
    }
}

.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;
    margin-bottom: 0.4rem;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
}

.recommend-wrap .apps {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    border-radius: 0.7rem;
    padding: 1.5rem 0;
    border: solid 0.1rem #333;
}

.recommend-wrap .app {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    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;
    font-weight: 500;
    line-height: 1.25;
    text-align: center;
    color: #ffffffcc;
}

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

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

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

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

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

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

/* 移动端：使用 px 断点，rem 在媒体查询中会随 root 缩放导致失效（如 51.2rem 在 root=5px 时仅 256px） */
@media (max-width: 750px) {
    /* 精品推荐：移动端字体缩小 3 倍 */
    .fine-wrap .title {
        font-size: 0.8rem;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .fine-wrap .list .fine {
        width: calc(33.33% - 1.07rem);
        height: 3.27rem;
        margin: 0 0.53rem 1.07rem 0;
        padding: 0.47rem 0.53rem 0.47rem 0.53rem;
    }
    .fine-wrap .list .fine .img {
        width: 2.35rem;
        height: 2.33rem;
        margin: 0 0.53rem 0 0;
        flex-shrink: 0;
    }
    .fine-wrap .list .fine .name {
        font-size: 0.533rem;
    }
    .fine-wrap .list .fine .icon {
        width: 1.47rem;
        height: 1.47rem;
        margin-left: 0.4rem;
        flex-shrink: 0;
    }

    /* 移动端：对齐 91jav1 站长推荐 — 固定 px + .adaptation 提高优先级，避免 rem/链接触底字号放大 */
    .adaptation.recommend-wrap .title {
        font-size: 14px !important;
        font-weight: 600;
        line-height: 1.2;
        margin-top: 0;
        margin-bottom: 5px;
        letter-spacing: 0.02em;
    }
    .adaptation.recommend-wrap .app .icon {
        width: 38px;
        height: 38px;
        margin-bottom: 3px;
        border-radius: 5px;
    }
    .adaptation.recommend-wrap .app .name {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 1px;
        font-size: 10px !important;
        font-weight: 400;
        line-height: 1.15;
        text-align: center;
        color: rgba(255, 255, 255, 0.78);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .adaptation.recommend-wrap a.app {
        font-size: 10px !important;
    }
    .adaptation.recommend-wrap .app {
        min-width: 0;
    }
    .adaptation.recommend-wrap .apps {
        padding: 8px 0;
    }
    .adaptation.recommend-wrap .app:nth-child(6n + 6),
    .adaptation.recommend-wrap .app:nth-child(6n + 7),
    .adaptation.recommend-wrap .app:nth-child(6n + 8),
    .adaptation.recommend-wrap .app:nth-child(6n + 9),
    .adaptation.recommend-wrap .app:nth-child(6n + 10) {
        margin-top: 6px;
    }
}

.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: 0.875rem;
}
.sp-update p {
    margin-bottom: 2rem;
    text-align: left;
    font-size: 0.875rem;
}
.img {
    width: 100%;
}
.img img {
    width: 100%;
}

.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 1.875rem 0;
}

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

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

.pause-controls .ad {
    width: 14.375rem;
    height: 8.125rem;
}

.pause-controls .continue {
    width: 5rem;
    height: 1.875rem;
    cursor: pointer;
}

.fine-wrap {
    margin-bottom: 1.4rem;
}
.fine-wrap .title {
    margin-top: 3.2rem;
    margin-bottom: 3.2rem;
    font-size: 2.4rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
}
.fine-wrap .list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -2.6rem 0 0;
}
.fine-wrap .list .fine {
    display: flex;
    align-items: center;
    width: calc(33.33% - 1.07rem);
    height: 3.27rem;
    margin: 0 0.53rem 1.07rem 0;
    padding: 0.47rem 0.65rem 0.47rem 0.59rem;
    border-radius: 0.42rem;
    background-color: #2c2e2e;
}
.fine-wrap .list .fine .img {
    width: 2.35rem;
    height: 2.33rem;
    margin: 0 0.53rem 0 0;
    border-radius: 50%;
    flex-shrink: 0;
}
.fine-wrap .list .fine .name {
    flex: 1;
    min-width: 0;
    font-size: 1.6rem;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
    color: #ffffff99;
}
.fine-wrap .list .fine .icon {
    margin-left: 0.6rem;
    width: 1.47rem;
    height: 1.47rem;
    flex-shrink: 0;
}

/* 桌面端：使用 px 断点，与移动端 750px 对应 */
@media (min-width: 751px) {
    .slf-ad-list-type-a .ad-item {
        max-width: 49.8%;
        max-height: fit-content;
        width: 100%;
        height: 5rem;
        padding: 0 0 0.25rem 0;
    }

    .slf-ad-list-type-a .ad-item:nth-child(1),
    .slf-ad-list-type-a .ad-item:nth-child(2) {
        margin-top: 0;
    }

    .ad-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .ad-wrap .img {
        max-width: 49.8%;
        max-height: fit-content;
        width: 100%;
        height: 9.52rem;
        padding: 0 0 0.25rem 0;
    }

    .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 {
    }
    .recommend-wrap {
    }
    .recommend-wrap .title {
        margin-top: 0.9375rem;
        font-size: 2.4rem;
        font-weight: 600;
        color: #fff;
    }
    .recommend-wrap .apps {
        display: grid;
        grid-template-columns: repeat(6, 16.667%);
        border: 0;
    }
    .recommend-wrap .app {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
    }
    .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;
        font-weight: 500;
        line-height: 1.25;
        text-align: center;
        color: #ffffffcc;
    }

    .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 50px 0;
    }

    .pause-controls .ad {
        width: 460px;
        height: 260px;
    }

    .pause-controls .continue {
        width: 128px;
        height: 48px;
    }

    .fine-wrap {
        margin-bottom: 1.3rem;
    }
    .fine-wrap .title {
        font-size: 1.6rem;
        font-weight: 600;
        color: #fff;
    }
    h3.sub-title, .h3-md {
        font-size: 2.4rem;
    }
    .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.6rem);
        height: 2.79rem;
        margin: 0 0.53rem 0.8rem 0;
        padding: 0.47rem 0.53rem;
        border-radius: 0.24rem;
        background-color: #202020;
    }
    .fine-wrap .list .fine .img {
        width: 1.33rem;
        height: 1.33rem;
        margin: 0 0.43rem 0 0;
        border-radius: 50%;
    }
    .fine-wrap .list .fine .name {
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
        font-size: 0.93rem;
        font-weight: 500;
        color: #ffffff99;
    }
    .fine-wrap .list .fine .icon {
        margin-left: 0.97rem;
        width: 0.83rem;
        height: 0.83rem;
    }
}

@media (min-width: 976px) {
    .recommend-wrap .apps {
        display: grid;
        grid-template-columns: repeat(8, 12.5%);
        border: 0;
    }
}

@media (min-width: 1200px) {
    .fine-wrap .list .fine {
        width: calc(20% - 0.9rem);
    }
    .recommend-wrap .apps {
        display: grid;
        grid-template-columns: repeat(10, 10%);
        border: 0;
    }
}

.ad-e2-bottom {
    margin-top: 1rem;
    padding-bottom: 35px;
}
