/* Maccms WP 前端样式文件 */

/* 影视内容页样式 */
.maccms-wp-vod-info {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
}

.maccms-wp-vod-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.maccms-wp-vod-info-table {
    width: 100%;
    border-collapse: collapse;
}

.maccms-wp-vod-info-table th,
.maccms-wp-vod-info-table td {
    padding: 8px 12px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.maccms-wp-vod-info-table th {
    width: 120px;
    font-weight: bold;
    background: #f5f5f5;
    color: #666;
}

.maccms-wp-vod-info-table td {
    color: #333;
}

.maccms-wp-vod-content {
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
}

.maccms-wp-vod-content h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.maccms-wp-vod-content-text {
    line-height: 1.6;
    color: #333;
    font-size: 14px;
}

.maccms-wp-vod-play {
    margin-bottom: 30px;
    text-align: center;
}

.maccms-wp-play-button {
    display: inline-block;
    padding: 12px 30px;
    background: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.maccms-wp-play-button:hover {
    background: #005177;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* 影视列表样式 */
.maccms-wp-vod-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.maccms-wp-vod-item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

@media (max-width: 1200px) {
    .maccms-wp-vod-item {
        width: 33.33%;
    }
}

@media (max-width: 992px) {
    .maccms-wp-vod-item {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .maccms-wp-vod-item {
        width: 100%;
    }
}

.maccms-wp-vod-pic {
    position: relative;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.maccms-wp-vod-pic img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
}

.maccms-wp-vod-pic:hover img {
    transform: scale(1.05);
}

.maccms-wp-vod-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.maccms-wp-vod-pic:hover .maccms-wp-vod-overlay {
    opacity: 1;
}

.maccms-wp-vod-play-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: rgba(0, 115, 170, 0.8);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    transition: all 0.3s ease;
}

.maccms-wp-vod-play-btn:hover {
    background: rgba(0, 115, 170, 1);
    transform: scale(1.1);
    color: #fff;
}

.maccms-wp-vod-info {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.maccms-wp-vod-title {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.maccms-wp-vod-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.maccms-wp-vod-title a:hover {
    color: #0073aa;
}

.maccms-wp-vod-meta {
    font-size: 13px;
    color: #666;
}

.maccms-wp-vod-meta span {
    margin-right: 10px;
}

/* 影视信息框样式 */
.maccms-wp-vod-info-box {
    display: flex;
    margin-bottom: 20px;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
}

@media (max-width: 768px) {
    .maccms-wp-vod-info-box {
        flex-direction: column;
    }
}

.maccms-wp-vod-pic {
    flex: 0 0 200px;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .maccms-wp-vod-pic {
        flex: 0 0 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.maccms-wp-vod-pic img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.maccms-wp-vod-info-content {
    flex: 1;
}

.maccms-wp-vod-title {
    font-size: 22px;
    margin-bottom: 10px;
    color: #333;
}

.maccms-wp-vod-subname {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.maccms-wp-vod-meta {
    margin-bottom: 15px;
}

.maccms-wp-vod-meta-item {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
}

.maccms-wp-vod-meta-item strong {
    color: #666;
    margin-right: 5px;
}

.maccms-wp-vod-content {
    margin-top: 15px;
}

.maccms-wp-vod-content strong {
    display: block;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.maccms-wp-vod-content-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* 播放器样式 */
.maccms-wp-player-wrapper {
    margin-bottom: 20px;
    position: relative;
}

.maccms-wp-player-playlist {
    margin-top: 15px;
    background: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
    overflow: hidden;
}

.maccms-wp-player-playlist-header {
    padding: 10px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
}

.maccms-wp-player-playlist-header h4 {
    margin: 0;
    font-size: 16px;
    color: #333;
}

.maccms-wp-player-playlist-content {
    padding: 15px;
}

.maccms-wp-player-playlist-group {
    margin-bottom: 15px;
}

.maccms-wp-player-playlist-group:last-child {
    margin-bottom: 0;
}

.maccms-wp-player-playlist-group h5 {
    margin: 0 0 10px 0;
    font-size: 14px;
    color: #666;
    font-weight: bold;
}

.maccms-wp-player-episodes {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.maccms-wp-player-episode {
    display: inline-block;
    padding: 6px 10px;
    margin: 0 5px 5px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.maccms-wp-player-episode:hover {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

.maccms-wp-player-episode.active {
    background: #0073aa;
    color: #fff;
    border-color: #0073aa;
}

/* 错误提示样式 */
.maccms-wp-error {
    padding: 15px;
    background: #fff3f3;
    border: 1px solid #ffdddd;
    border-radius: 5px;
    color: #dc3232;
    font-size: 14px;
    margin-bottom: 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .maccms-wp-vod-info-table th,
    .maccms-wp-vod-info-table td {
        display: block;
        width: 100%;
        text-align: left;
    }
    
    .maccms-wp-vod-info-table th {
        background: transparent;
        padding-bottom: 0;
    }
    
    .maccms-wp-vod-info-table td {
        padding-top: 0;
        margin-bottom: 10px;
    }
}

/* 清除浮动 */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}
