/* 视频模块样式 */
.movies-container {
    flex-direction: column !important;
    padding: 0 !important;
}

.content {
    width: 100% !important;
    height: 90vh !important;
    margin: 0 auto !important;
    overflow-y: auto;
}

.movie-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
    width: 100%;
    cursor: pointer;
}