/* 兜底：class 前缀未替换或缓存不一致时仍生效，避免移动端整块样式丢失 */
[class*="video-detail"] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
[class*="video-detail"] .tipsy-video-player-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}
[class*="video-detail"] .tipsy-video-player-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}
[class*="video-detail"] .tipsy-video-player-wrapper video,
[class*="video-detail"] .tipsy-video-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
/* 移动端兜底：不依赖前缀，保证 414 等小屏下播放器与版心正确 */
@media (max-width: 896px) {
    [class*="detail-container"] {
        max-width: 100%;
        padding: 0 4vw;
        margin: 0 auto;
        box-sizing: border-box;
    }
    [class*="main-content"] {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    [class*="video-detail"] .tipsy-video-player-container {
        width: 100% !important;
        max-width: 100% !important;
        margin: 4vw auto 4vw;
        border-radius: 1.6vw;
        aspect-ratio: 16/9;
        padding-top: 0;
    }
    [class*="video-detail"] .tipsy-video-player-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    [class*="video-detail"] .tipsy-video-player-wrapper video,
    [class*="video-detail"] .tipsy-video-player-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    [class*="detail-title"] { font-size: 5.3333vw; line-height: 1.5; margin-bottom: 4vw; }
    [class*="detail-meta"] { gap: 2.6667vw; margin-bottom: 4.6667vw; padding-bottom: 4vw; }
    [class*="video-content"] { padding: 5.3333vw 4vw; border-radius: 2.1333vw; margin-bottom: 5.3333vw; box-sizing: border-box; width: 100%; }
    [class*="video-description"] { padding: 4vw; font-size: 3.7333vw; line-height: 1.8; }
    [class*="video-nav"] { flex-wrap: wrap; gap: 2vw; }
    [class*="video-nav-btn"] { min-width: 0; max-width: 100%; }
}

.v5c136-video-detail {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.v5c136-wrapper .v5c136-container {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
}

.v5c136-video-detail .v5c136-main-content {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.v5c136-video-detail .tipsy-video-player-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    background: #000;
    border-radius: 8px;
    overflow: hidden;
}

.v5c136-video-detail .tipsy-video-player-wrapper {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
}

.v5c136-video-detail .tipsy-video-player-wrapper video,
.v5c136-video-detail .tipsy-video-player-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (min-width: 1025px) {
    .v5c136-video-detail {
        width: 100%;
        max-width: 100%;
    }

    .v5c136-wrapper .v5c136-container {
        max-width: 1400px;
        margin: 0 auto;
        padding: 20px 24px 0;
    }

    [class*="video-detail"] .tipsy-video-player-container,
    .v5c136-video-detail .tipsy-video-player-container {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
        border-radius: 16px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
        aspect-ratio: 16/9;
        padding-top: 0;
    }
    [class*="video-detail"] .tipsy-video-player-wrapper,
    .v5c136-video-detail .tipsy-video-player-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 0;
    }
    [class*="video-detail"] .tipsy-video-player-wrapper video,
    [class*="video-detail"] .tipsy-video-player-wrapper iframe,
    .v5c136-video-detail .tipsy-video-player-wrapper video,
    .v5c136-video-detail .tipsy-video-player-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.v5c136-video-content {
    background: var(--bg-card);
    padding: 50px;
    border-radius: 16px;
    margin-bottom: 40px;
    margin-top: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.v5c136-detail-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 30px;
    margin-top: 0;
    line-height: 1.4;
    letter-spacing: -0.5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.v5c136-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 2px solid var(--border);
    width: 100%;
    box-sizing: border-box;
}

.v5c136-meta-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--text-light);
    font-size: 16px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.v5c136-meta-item:hover {
    background: rgba(255, 107, 107, 0.1);
    color: var(--primary);
    transform: translateY(-2px);
}

.v5c136-meta-icon {
    font-size: 20px;
}

.v5c136-video-description {
    color: var(--text);
    line-height: 2;
    font-size: 16px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 12px;
    border-left: 4px solid var(--primary);
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.v5c136-video-description h3 {
    color: var(--text);
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
}

.v5c136-site-description-text {
    margin-top: 15px;
    padding: 15px;
    background: rgba(248, 249, 250, 0.1);
    border-radius: 8px;
    color: var(--text-light);
    font-size: 14px;
    line-height: 1.6;
}

.v5c136-video-top-banner-ads {
    width: 100%;
    max-width: 100%;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding: 0;
    margin: 0 auto 30px;
    background: transparent;
    box-sizing: border-box;
    overflow: visible;
    min-height: 0;
    visibility: visible;
    opacity: 1;
}

.v5c136-video-top-banner-ads > div,
.v5c136-video-top-banner-ads > a,
.v5c136-video-top-banner-ad-item {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
    flex-shrink: 0;
}

.v5c136-video-top-banner-ad-item > a,
.v5c136-video-top-banner-ad-item > div {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

.v5c136-video-top-banner-ads img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto;
    display: block !important;
    margin: 0 auto;
    border: none;
    padding: 0;
    object-fit: contain;
    box-sizing: border-box;
}

.v5c136-video-top-banner-ads a {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.v5c136-video-nav {
    display: flex;
    gap: 12px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.v5c136-video-nav-btn {
    flex: 1;
    min-width: 120px;
    padding: 12px 20px;
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    border-radius: 8px;
    color: var(--primary);
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
}

.v5c136-video-nav-text {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
}

.v5c136-video-nav-btn:hover {
    background: rgba(255, 107, 107, 0.2);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.v5c136-video-nav-btn:active {
    transform: translateY(0);
}

.v5c136-recommended-videos {
    margin: 40px 0;
    padding: 0;
    contain: layout paint;
}

.v5c136-recommended-videos .v5c136-section-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary);
}

.v5c136-recommended-list {
    list-style: none;
    padding: 0;
    margin: 0;
    background: var(--bg-card);
    border-radius: 8px;
    overflow: hidden;
}

.v5c136-recommended-item {
    padding: 16px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.v5c136-recommended-item:last-child {
    border-bottom: none;
}

.v5c136-recommended-item:hover {
    background: rgba(255, 107, 107, 0.05);
    padding-left: 24px;
}

.v5c136-recommended-item a {
    display: flex;
    align-items: center;
    gap: 16px;
    text-decoration: none;
    color: var(--text);
}

.v5c136-recommended-item a:hover {
    color: var(--primary);
}

.v5c136-recommended-item .v5c136-item-number {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 107, 107, 0.2);
    border-radius: 4px;
    color: var(--primary);
    font-weight: 600;
    font-size: 14px;
}

.v5c136-recommended-item .v5c136-item-title {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}

.v5c136-recommended-item .v5c136-item-views {
    flex-shrink: 0;
    color: var(--text-light);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.v5c136-recommended-item .v5c136-item-views i {
    font-size: 12px;
    opacity: 0.8;
}

.v5c136-semantic-blocks {
    margin: 40px 0;
    contain: layout style;
}

.v5c136-semantic-block {
    margin-bottom: 40px;
    position: relative;
    contain: layout paint;
}

.v5c136-semantic-block:last-child {
    margin-bottom: 0;
}

.v5c136-semantic-block .v5c136-section-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 24px;
    padding-bottom: 14px;
    border-bottom: 3px solid var(--primary);
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.v5c136-semantic-block .v5c136-section-title::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, var(--primary), transparent);
    margin-left: 10px;
}

.v5c136-semantic-block-plot {
    background: linear-gradient(135deg, var(--bg-card) 0%, rgba(255, 107, 107, 0.05) 100%);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid rgba(255, 107, 107, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.v5c136-plot-content {
    color: var(--text);
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}

.v5c136-plot-content p {
    margin: 0;
    opacity: 0.9;
}

.v5c136-semantic-block-similar,
.v5c136-semantic-block-actor,
.v5c136-semantic-block-related,
.v5c136-semantic-block-hot-rank {
    background: linear-gradient(135deg, var(--bg-card) 0%, rgba(255, 107, 107, 0.03) 100%);
    border-radius: 12px;
    padding: 28px;
    border: 1px solid rgba(255, 107, 107, 0.1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.v5c136-similar-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.v5c136-similar-item {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.v5c136-similar-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.3);
    background: rgba(255, 107, 107, 0.05);
}

.v5c136-similar-item a {
    display: block;
    text-decoration: none;
    color: var(--text);
    transition: all 0.3s ease;
}

.v5c136-similar-item img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.v5c136-similar-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.4);
}

.v5c136-similar-title {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--text);
    font-weight: 500;
    padding: 0 4px;
    transition: color 0.3s ease;
    min-height: 45px;
}

.v5c136-similar-item:hover .v5c136-similar-title {
    color: var(--primary);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-list {
    grid-template-columns: 1fr;
    gap: 14px;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 16px 20px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 107, 107, 0.02) 100%);
    border: 1px solid rgba(255, 107, 107, 0.15);
    border-radius: 12px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--primary);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:hover {
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.12) 0%, rgba(255, 107, 107, 0.05) 100%);
    border-color: rgba(255, 107, 107, 0.4);
    transform: translateX(4px);
    box-shadow: 0 4px 20px rgba(255, 107, 107, 0.2);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:hover::before {
    opacity: 1;
}

.v5c136-rank-number {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--primary) 0%, #ff6b6b 100%);
    color: #fff;
    border-radius: 10px;
    font-weight: 800;
    font-size: 18px;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:hover .v5c136-rank-number {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.6);
}

.v5c136-rank-number::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}

.v5c136-rank-number::after {
    content: '';
    position: absolute;
    inset: 2px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, rgba(255, 215, 0, 0.05) 100%);
    border-color: rgba(255, 215, 0, 0.3);
    box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(1):hover {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.25) 0%, rgba(255, 215, 0, 0.1) 100%);
    box-shadow: 0 6px 24px rgba(255, 215, 0, 0.3);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(1) .v5c136-rank-number {
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    box-shadow: 0 4px 16px rgba(255, 215, 0, 0.6);
    width: 48px;
    height: 48px;
    font-size: 20px;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(1)::before {
    background: #ffd700;
    opacity: 1;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(2) {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.12) 0%, rgba(192, 192, 192, 0.04) 100%);
    border-color: rgba(192, 192, 192, 0.25);
    box-shadow: 0 4px 18px rgba(192, 192, 192, 0.15);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(2):hover {
    background: linear-gradient(135deg, rgba(192, 192, 192, 0.2) 0%, rgba(192, 192, 192, 0.08) 100%);
    box-shadow: 0 6px 22px rgba(192, 192, 192, 0.25);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(2) .v5c136-rank-number {
    background: linear-gradient(135deg, #c0c0c0 0%, #e8e8e8 100%);
    box-shadow: 0 4px 14px rgba(192, 192, 192, 0.5);
    width: 46px;
    height: 46px;
    font-size: 19px;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(2)::before {
    background: #c0c0c0;
    opacity: 1;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(3) {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.12) 0%, rgba(205, 127, 50, 0.04) 100%);
    border-color: rgba(205, 127, 50, 0.25);
    box-shadow: 0 4px 18px rgba(205, 127, 50, 0.15);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(3):hover {
    background: linear-gradient(135deg, rgba(205, 127, 50, 0.2) 0%, rgba(205, 127, 50, 0.08) 100%);
    box-shadow: 0 6px 22px rgba(205, 127, 50, 0.25);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(3) .v5c136-rank-number {
    background: linear-gradient(135deg, #cd7f32 0%, #e6a85c 100%);
    box-shadow: 0 4px 14px rgba(205, 127, 50, 0.5);
    width: 45px;
    height: 45px;
    font-size: 18px;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(3)::before {
    background: #cd7f32;
    opacity: 1;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item img {
    width: 120px;
    height: 68px;
    margin-bottom: 0;
    flex-shrink: 0;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    object-fit: cover;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:hover img {
    transform: scale(1.05);
    box-shadow: 0 4px 16px rgba(255, 107, 107, 0.4);
}

.v5c136-semantic-block-hot-rank .v5c136-similar-title {
    flex: 1;
    -webkit-line-clamp: 1;
    min-height: auto;
    font-size: 17px;
    font-weight: 600;
    padding: 0;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.v5c136-semantic-block-hot-rank .v5c136-similar-item:hover .v5c136-similar-title {
    color: var(--primary);
}

.v5c136-more-videos-section {
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.v5c136-more-btn {
    display: inline-block;
    padding: 12px 32px;
    background: rgba(255, 107, 107, 0.1);
    border: 1px solid rgba(255, 107, 107, 0.3);
    border-radius: 8px;
    color: var(--primary);
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    font-size: 16px;
}

.v5c136-more-btn:hover {
    background: rgba(255, 107, 107, 0.2);
    border-color: var(--primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
}

.v5c136-more-btn:active {
    transform: translateY(0);
}

.v5c136-error {
    padding: 80px 40px;
    text-align: center;
    color: #ff6b6b;
    font-size: 20px;
    background: var(--bg-card);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .v5c136-detail-container {
        max-width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }
    
    .v5c136-video-detail {
        max-width: 100%;
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .v5c136-video-content {
        padding: 40px 30px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .v5c136-video-detail .tipsy-video-player-container {
        margin-bottom: 25px;
        border-radius: 12px;
        width: 100%;
        max-width: 100%;
        position: relative;
        background: #000;
        overflow: hidden;
    }
    
    .v5c136-video-detail .tipsy-video-player-wrapper {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
        height: 0;
        overflow: hidden;
    }
    
    .v5c136-video-detail .tipsy-video-player-wrapper video,
    .v5c136-video-detail .tipsy-video-player-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    
    .v5c136-detail-title {
        font-size: 32px;
    }
    
    .v5c136-detail-meta {
        gap: 30px;
    }
    
    .v5c136-meta-item {
        font-size: 15px;
        padding: 8px 14px;
    }
    
    .v5c136-video-description {
        padding: 25px;
        font-size: 15px;
    }
    
    .v5c136-video-description h3 {
        font-size: 19px;
        margin-bottom: 18px;
    }
    
    .v5c136-site-description-text {
        margin-top: 12px;
        padding: 12px;
        font-size: 14px;
    }
    
    .v5c136-video-top-banner-ads {
        padding: 0;
        gap: 0;
        margin-bottom: 25px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        display: flex !important;
        overflow: visible;
        visibility: visible;
        opacity: 1;
    }
    
    .v5c136-video-top-banner-ads > div,
    .v5c136-video-top-banner-ads > a,
    .v5c136-video-top-banner-ad-item {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .v5c136-video-top-banner-ad-item > a,
    .v5c136-video-top-banner-ad-item > div {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
    }
    
    .v5c136-video-top-banner-ads img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto;
        display: block !important;
        margin: 0 auto;
        border: none;
        padding: 0;
        object-fit: contain;
        box-sizing: border-box;
    }
    
    .v5c136-video-top-banner-ads a {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    
    .v5c136-video-nav {
        gap: 10px;
        margin: 18px 0;
    }
    
    .v5c136-video-nav-btn {
        min-width: 100px;
        padding: 10px 18px;
        font-size: 15px;
        gap: 6px;
    }
    
    .v5c136-recommended-videos {
        margin: 35px 0;
    }
    
    .v5c136-recommended-videos .v5c136-section-title {
        font-size: 22px;
        margin-bottom: 18px;
        padding-bottom: 10px;
    }
    
    .v5c136-recommended-item {
        padding: 14px 18px;
    }
    
    .v5c136-recommended-item:hover {
        padding-left: 20px;
    }
    
    .v5c136-recommended-item .v5c136-item-number {
        width: 26px;
        height: 26px;
        font-size: 13px;
    }
    
    .v5c136-recommended-item .v5c136-item-title {
        font-size: 15px;
    }
    
    .v5c136-recommended-item .v5c136-item-views {
        font-size: 13px;
    }
    
    .v5c136-semantic-blocks {
        margin: 35px 0;
    }
    
    .v5c136-semantic-block {
        margin-bottom: 30px;
    }
    
    .v5c136-semantic-block .v5c136-section-title {
        font-size: 22px;
        margin-bottom: 20px;
        padding-bottom: 12px;
    }
    
    .v5c136-semantic-block-plot,
    .v5c136-semantic-block-similar,
    .v5c136-semantic-block-actor,
    .v5c136-semantic-block-related,
    .v5c136-semantic-block-hot-rank {
        padding: 24px;
        border-radius: 10px;
    }
    
    .v5c136-similar-list {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 16px;
    }
    
    .v5c136-similar-title {
        font-size: 14px;
        min-height: 42px;
    }
    
    .v5c136-rank-number {
        width: 38px;
        height: 38px;
        font-size: 16px;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item {
        padding: 14px 18px;
        gap: 16px;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(1) .v5c136-rank-number {
        width: 42px;
        height: 42px;
        font-size: 18px;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(2) .v5c136-rank-number {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(3) .v5c136-rank-number {
        width: 39px;
        height: 39px;
        font-size: 16px;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item img {
        width: 100px;
        height: 56px;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-title {
        font-size: 15px;
    }
    
    .v5c136-more-videos-section {
        margin-top: 18px;
        padding-top: 18px;
    }
    
    .v5c136-more-btn {
        padding: 10px 28px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .v5c136-detail-container {
        max-width: 100%;
        padding: 0 4vw;
        margin: 0 auto;
    }
    
    .v5c136-video-detail {
        padding: 0;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    
    .v5c136-video-content {
        padding: 5.3333vw 4vw;
        border-radius: 2.1333vw;
        margin-bottom: 5.3333vw;
        width: 100%;
        box-sizing: border-box;
    }
    
    .v5c136-video-detail .tipsy-video-player-container {
        margin-top: 4vw;
        margin-bottom: 4vw;
        border-radius: 1.6vw;
        width: 100%;
        max-width: 100%;
        position: relative;
        background: #000;
        overflow: hidden;
    }
    
    .v5c136-video-detail .tipsy-video-player-wrapper {
        width: 100%;
        position: relative;
        padding-top: 56.25%;
        height: 0;
        overflow: hidden;
    }
    
    .v5c136-video-detail .tipsy-video-player-wrapper video,
    .v5c136-video-detail .tipsy-video-player-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }
    
    .v5c136-detail-title {
        font-size: 5.3333vw;
        margin-bottom: 4vw;
        line-height: 1.5;
    }
    
    .v5c136-detail-meta {
        gap: 2.6667vw;
        margin-bottom: 4.6667vw;
        padding-bottom: 4vw;
    }
    
    .v5c136-meta-item {
        font-size: 3.2vw;
        padding: 1.6vw 3.2vw;
        border-radius: 1.6vw;
    }
    
    .v5c136-meta-icon {
        font-size: 4vw;
    }
    
    .v5c136-video-description {
        padding: 4vw;
        font-size: 3.7333vw;
        line-height: 1.8;
        border-radius: 2.1333vw;
        border-left-width: 0.8vw;
    }
    
    .v5c136-video-description h3 {
        font-size: 4.2667vw;
        margin-bottom: 2.6667vw;
    }
    
    .v5c136-site-description-text {
        margin-top: 2.6667vw;
        padding: 2.6667vw;
        font-size: 3.2vw;
        border-radius: 1.6vw;
    }
    
    .v5c136-video-top-banner-ads {
        padding: 0;
        gap: 0;
        margin-bottom: 4vw;
        display: flex !important;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow: visible;
        visibility: visible;
        opacity: 1;
    }
    
    .v5c136-video-top-banner-ads > div,
    .v5c136-video-top-banner-ads > a,
    .v5c136-video-top-banner-ad-item {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        display: block !important;
        box-sizing: border-box;
    }
    
    .v5c136-video-top-banner-ad-item > a,
    .v5c136-video-top-banner-ad-item > div {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
    }
    
    .v5c136-video-top-banner-ads img {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        display: block !important;
        margin: 0 auto;
        border: none;
        padding: 0;
        object-fit: contain;
        box-sizing: border-box;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .v5c136-video-top-banner-ads a {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
    }
    
    .v5c136-video-nav {
        gap: 2.6667vw;
        margin: 4vw 0;
    }
    
    .v5c136-video-nav-btn {
        min-width: auto;
        padding: 2.6667vw 4vw;
        font-size: 3.7333vw;
        border-radius: 1.6vw;
        flex-direction: column;
        gap: 1.3333vw;
    }
    
    .v5c136-video-nav-text {
        font-size: 3.2vw;
        max-width: 100%;
    }
    
    .v5c136-recommended-videos {
        margin: 5.3333vw 0;
    }
    
    .v5c136-recommended-videos .v5c136-section-title {
        font-size: 4.8vw;
        margin-bottom: 4vw;
        padding-bottom: 2.4vw;
        border-bottom-width: 0.5333vw;
    }
    
    .v5c136-recommended-list {
        border-radius: 1.6vw;
    }
    
    .v5c136-recommended-item {
        padding: 3.2vw 4vw;
    }
    
    .v5c136-recommended-item:hover {
        padding-left: 5.3333vw;
    }
    
    .v5c136-recommended-item a {
        gap: 3.2vw;
    }
    
    .v5c136-recommended-item .v5c136-item-number {
        width: 5.6vw;
        height: 5.6vw;
        font-size: 3.2vw;
        border-radius: 0.8vw;
    }
    
    .v5c136-recommended-item .v5c136-item-title {
        font-size: 3.7333vw;
    }
    
    .v5c136-recommended-item .v5c136-item-views {
        font-size: 3.2vw;
    }
    
    .v5c136-semantic-blocks {
        margin: 5.3333vw 0;
    }
    
    .v5c136-semantic-block {
        margin-bottom: 6.6667vw;
    }
    
    .v5c136-semantic-block .v5c136-section-title {
        font-size: 5.3333vw;
        margin-bottom: 4.8vw;
        padding-bottom: 3.2vw;
        border-bottom-width: 0.8vw;
    }
    
    .v5c136-semantic-block-plot,
    .v5c136-semantic-block-similar,
    .v5c136-semantic-block-actor,
    .v5c136-semantic-block-related,
    .v5c136-semantic-block-hot-rank {
        padding: 4.8vw;
        border-radius: 2.4vw;
    }
    
    .v5c136-plot-content {
        font-size: 4vw;
        line-height: 1.8;
    }
    
    .v5c136-similar-list {
        grid-template-columns: repeat(auto-fill, minmax(28vw, 1fr));
        gap: 3.7333vw;
    }
    
    .v5c136-similar-item {
        border-radius: 2vw;
    }
    
    .v5c136-similar-item img {
        border-radius: 1.6vw;
        margin-bottom: 2.1333vw;
    }
    
    .v5c136-similar-title {
        font-size: 3.4667vw;
        min-height: auto;
        padding: 0 1.0667vw;
    }
    
    .v5c136-rank-number {
        width: 8.5333vw;
        height: 8.5333vw;
        font-size: 4.2667vw;
        border-radius: 2vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item {
        padding: 3.2vw 4vw;
        gap: 3.7333vw;
        border-radius: 2.4vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item::before {
        width: 0.8vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(1) .v5c136-rank-number {
        width: 9.6vw;
        height: 9.6vw;
        font-size: 4.8vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(2) .v5c136-rank-number {
        width: 9.0667vw;
        height: 9.0667vw;
        font-size: 4.5333vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item:nth-child(3) .v5c136-rank-number {
        width: 8.8vw;
        height: 8.8vw;
        font-size: 4.2667vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-item img {
        width: 24vw;
        height: 13.5vw;
        border-radius: 2vw;
    }
    
    .v5c136-semantic-block-hot-rank .v5c136-similar-title {
        font-size: 3.7333vw;
    }
    
    .v5c136-more-videos-section {
        margin-top: 4vw;
        padding-top: 4vw;
    }
    
    .v5c136-more-btn {
        padding: 2.6667vw 6.4vw;
        font-size: 3.7333vw;
        border-radius: 1.6vw;
    }
    
    .v5c136-error {
        padding: 10.6667vw 5.3333vw;
        font-size: 4.2667vw;
        border-radius: 2.1333vw;
    }
}

