/* PC端专属样式 - 底部完整图片 */

/* 底部图片容器 */
.p-footer {
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.1rem 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: transparent;
}

.p-footer img {
    width: 100%;
    height: auto;
    display: block;
}

.p-footer .video-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* 禁用PC端点击下载 */
.pc-main a[data-action="download"] {
    cursor: default;
    pointer-events: none;
}
