

.mv-review-site {
    padding-top: 3rem;
}

.mv-review {
    background: #171923;
    border-radius: 1rem;
    height: calc(100% - 2rem);
}

.mv-review .img-box {
    margin-bottom: 0;
}

.mv-review .title {
    width: 100%;
    white-space: inherit;
    position: relative;
    max-width: none;
}

.mv-review .detail .code {
    color: #f7327b;
    background-color: #171923;
}

.mv-review .detail .code:hover {
    color: #f7327b;
}

.mv-review .sub-title {
    color: rgba(255, 255, 255, .8);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mv-review .detail .title .text {
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mv-review .detail {
    padding: 1.2rem;
}

.mv-review.mb-e-20 .img-box a {
    display: block;
    padding-bottom: 50.47%;
}

.mv-review-header {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.2rem 0 0.4rem;
}

.mv-review-header .mv-review-title-box {
    margin: 0;
}

.mv-review-header-title {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 700;
    margin: 0;
}

.mv-review-intro {
    color: rgba(255, 255, 255, .65);
    font-size: 0.7rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    padding: 0 0.5rem;
}

.mv-review-intro-label {
    font-size: 0.85rem;
    color: #fff;
    font-weight: 600;
    display: block;
    margin-bottom: 0.3rem;
}

.mv-review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.3333rem;
}

.mv-review-card {
    background: #171923;
    border-radius: 1rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    height: 100%;
}

.mv-review-card:hover {
    transform: translateY(-0.1333rem);
}

.mv-review-card-link {
    display: block;
    color: inherit;
    text-decoration: none;
    height: 100%;
}

.mv-review-card-cover {
    position: relative;
    width: 100%;
    padding-bottom: 50.47%;
    overflow: hidden;
    background: #161a26;
    margin-bottom: 0;
}

.mv-review-card-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.mv-review-card:hover .mv-review-card-cover img {
    transform: scale(1.03);
}

.mv-review-card-body {
    padding: 1.2rem;
}

.mv-review-card-title {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 0 0 0.5rem;
    width: 100%;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
}

.mv-review-card:hover .mv-review-card-title {
    color: #f7327b;
}

.mv-review-card-desc {
    color: rgba(255, 255, 255, .8);
    font-size: 0.7rem;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

.mv-review-list-wrapper {
    margin-bottom: 2rem;
}

@media (max-width: 51.2rem) {
    .mv-review-site {
        padding-top: 0.1rem;
    }

    .mv-review-site .title-with-avatar h1 {
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.4;
    }
    .mv-review-site .title-with-avatar .title-box {
        margin: 1.5rem;
    }
    .mv-review-site .tab_desc h2 {
        font-size: 1.2rem;
        font-weight: 600;
        margin: 0 0 0.5rem 0;
        line-height: 1.4;
    }
    .mv-review-site .tab_desc {
        font-size: 1rem;
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.8);
        margin-bottom: 1.5rem;
    }

    .mv-review-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.2rem;
    }

    .mv-review-header-title {
        font-size: 1.6rem;
    }

    .mv-review-card-title {
        font-size: 1.4rem;
    }

    .mv-review-card-desc {
        font-size: 1.1rem;
    }

    .mv-review-intro {
        font-size: 1.2rem;
    }

    .mv-review-intro-label {
        font-size: 1.3rem;
    }
}

@media (max-width: 29.8667rem) {
    .mv-review-site {
        padding-top: 0.1rem;
    }

    .mv-review-grid {
        grid-template-columns: 1fr;
        gap: 1.2rem;
    }

    .mv-review-header-title {
        font-size: 1.8rem;
    }

    .mv-review-card-title {
        font-size: 1.6rem;
    }

    .mv-review-card-desc {
        font-size: 1.2rem;
    }

    .mv-review-intro {
        font-size: 1.2rem;
    }

    .mv-review-intro-label {
        font-size: 1.3rem;
    }
}


@media (min-width: 51.21rem) {
    .mv-review-site .tab_desc h2.h3-md {
        font-size: 1.6rem;
    }
}


/* ============================================================
   AV资讯和影评页（movie.tpl · .mv-review-site）
   PC 设计稿：pc/51yc/av-news/desktop
   Zeplin：https://zpl.io/7GK61lp
   仅样式覆盖，不改变 DOM 与交互
   ============================================================ */

.slf-ad-list-type-a {
    display: none;
}

/* 页面容器：对齐设计稿深色底 */
.container.mv-review-site {
    padding-top: 0;
    background-color: #1c1c1c;
}

/* 主标题 h1 字号：PC 在下方 @media (min-width: 769px)，H5 在 @media (max-width: 768px) */

/* 版块介绍：标题 20px 白字，正文 14px #aaa */
.container.mv-review-site .tab_desc {
    text-align: left;
    color: #aaa;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    margin: 0 0 40px;
    padding: 0;
}

.container.mv-review-site .tab_desc h2.h3-md {
    padding-top: 40px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 0;
}

/* 列表栅格：卡片间距 20px（设计稿 Component 8 宽 346，列间距 20） */
.container.mv-review-site .row.gutter-20 {
    margin-left: -10px;
    margin-right: -10px;
}

.container.mv-review-site .row.gutter-20 > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    /* margin-bottom: 20px; */
}

/* 卡片：无底色块，仅缩略图 + 文案（设计稿无 #171923 包裹） */
.container.mv-review-site .video-img-box.mv-review {
    background: transparent;
    border-radius: 0;
    height: auto;
    margin-bottom: 0;
}

.container.mv-review-site .video-img-box.mv-review .img-box {
    margin-bottom: 0;
}

/* PC 标题区 Rectangle 141 + 缩略图 Rectangle 142 — 仅桌面端，不改 H5 */
@media (min-width: 769px) {
    /* Rectangle 141：全宽黑色背景条 1920×171，标题垂直留白（Zeplin y=128，字高 42） */
    .container.mv-review-site .title-with-avatar.center {
        background-color: #000;
        /* min-height: 171px; */
        box-sizing: border-box;
        padding-top: 30px;
        padding-bottom: 50px;
        padding-left: 0;
        padding-right: 0;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
        max-width: 100vw;
    }

    .container.mv-review-site .title-with-avatar .title-box {
        margin: 0;
    }

    .container.mv-review-site .title-with-avatar h1.h3-md {
        font-size: 30px;
        font-weight: 600;
        line-height: 1.4;
        color: #fff;
        margin: 0;
    }

    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img {
        position: relative;
        margin-bottom: 0 !important;
        border-radius: 5px !important;
        overflow: hidden !important;
        line-height: 0;
        font-size: 0;
    }

    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a {
        position: relative;
        display: block !important;
        width: 100% !important;
        height: 0 !important;
        padding-bottom: 56.06936416184971% !important; /* 194 ÷ 346，对齐 Rectangle 142 */
        overflow: hidden !important;
        border-radius: 5px !important;
        background-color: transparent !important;
    }

    /* 覆盖 common.css：loading 时 a 变 flex 会撑破比例容器 */
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a:has(> img.loading) {
        display: block !important;
        height: 0 !important;
        padding-bottom: 56.06936416184971% !important;
        align-items: stretch !important;
        justify-content: stretch !important;
    }

    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        max-width: none !important;
        margin: 0 !important;
        border-radius: 5px !important;
        object-fit: cover !important;
        -o-object-fit: cover !important;
        object-position: center center !important;
    }

    /* .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg[src]:not(.loading) {
        object-fit: cover !important;
        -o-object-fit: cover !important;
        content: unset;
    } */

    /* .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg.loading,
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg:not([src]) {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        -o-object-fit: cover !important;
        background-color: #1c1c1c !important;
        background-size: cover !important;
    } */
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg.loading,
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg:not([src]),
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg[src=""],
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md.bind_video_img > a > img.zximg[z-image-loader-url]:not([load="success"]) {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        -o-object-fit: cover !important;
        content: url(../../__base/images/holder@3x.png) !important;
        background-color: #1c1c1c !important;
        background-size: contain !important;
    }
}

.container.mv-review-site .video-img-box.mv-review .detail {
    padding: 16px 0 0;
}

/* 卡片标题：14px 白色单行省略 */
.container.mv-review-site .video-img-box.mv-review .detail .title {
    max-width: none;
    white-space: normal;
    margin-bottom: 4px;
}

.container.mv-review-site .video-img-box.mv-review .detail .title .text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    color: #fff;
    -webkit-line-clamp: 1;
}

/* 摘要/更新说明：12px #b8b6bc，最多 3 行 */
.container.mv-review-site .video-img-box.mv-review .sub-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #b8b6bc;
    margin: 0;
    -webkit-line-clamp: 3;
}

.container.mv-review-site .video-img-box.mv-review:hover {
    transform: none;
}

/* ============================================================
   AV资讯和影评页 — H5 端（≤768px）
   设计稿：h5/51yc/japanese-av-2/mobile
   Zeplin：https://zpl.io/8Eyzlyx
   在 PC 规则基础上微调移动端排版
   ============================================================ */
@media (max-width: 768px) {
    .container.mv-review-site {
        padding-top: 0;
        background-color: #1c1c1c;
    }

    /* 主标题矩形：全宽 #000 水平铺满（Zeplin 矩形 375×208） */
    .container.mv-review-site .title-with-avatar.center {
        background-color: #000;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: 100vw;
        max-width: 100vw;
        box-sizing: border-box;
        min-height:0;
    }

    .container.mv-review-site .title-with-avatar .title-box {
        margin: 0;
    }

    .container.mv-review-site .title-with-avatar h1.h3-md {
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
    }

    /* 板块介绍：标题 15px，正文 10px，左右 12px 边距 */
    .container.mv-review-site .tab_desc {
        font-size: 10px;
        line-height: 1.6;
        color: #aaa;
        margin: 0 12px 20px;
        padding: 0;
    }

    .container.mv-review-site .tab_desc h2.h3-md {
        padding-top: 20px;
        font-size: 15px;
        font-weight: 600;
        /* margin-bottom: 6px; */
    }

    /* 单列列表：卡片间距 20px */
    .container.mv-review-site .row.gutter-20 {
        margin-left: 0;
        margin-right: 0;
    }

    .container.mv-review-site .row.gutter-20 > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
        margin-bottom: 20px;
    }

    .container.mv-review-site .row.gutter-20 > [class*="col-"]:last-child {
        margin-bottom: 0;
    }

    /* 缩略图 351×195 */
    .container.mv-review-site .video-img-box.mv-review.mb-e-20 .img-box a,
    .container.mv-review-site .video-img-box.mv-review .img-box.cover-md a {
        padding-bottom: 55.56%;
    }

    .container.mv-review-site .video-img-box.mv-review .detail {
        padding: 20px 0 0;
    }

    /* 卡片标题 15px Semibold */
    .container.mv-review-site .video-img-box.mv-review .detail .title {
        margin-bottom: 6px;
    }

    .container.mv-review-site .video-img-box.mv-review .detail .title .text {
        font-size: 15px;
        font-weight: 600;
        line-height: 1.4;
        -webkit-line-clamp: 2;
    }

    /* 摘要 10px #aaa */
    .container.mv-review-site .video-img-box.mv-review .sub-title {
        font-size: 10px;
        line-height: 1.5;
        color: #aaa;
        -webkit-line-clamp: 3;
    }

    /* 分页：紧凑居中 */
    .container.mv-review-site .pagination {
        margin-top: 24px;
        margin-bottom: 16px;
        padding: 0 12px;
        gap: 6px;
    }

    .container.mv-review-site .pagination .page-link {
        min-width: 32px;
        height: 32px;
        line-height: 32px;
        padding: 0 8px;
        font-size: 13px;
    }
    .video-img-box.mb-e-20{
        margin-bottom: 0 !important;
    }
}

.container.mv-review-site .tab_desc {
    color: #aaa;
    font-size: 14px;
}

.container.mv-review-site .tab_desc h2.h3-md {
    font-size: 20px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .container.mv-review-site .tab_desc {
        color: #aaa;
        font-size: 12px;
    }

    .container.mv-review-site .tab_desc h2.h3-md {
        font-size: 15px;
        font-weight: 600;
    }
}