﻿/*! https://www.vancheer.com 
 * Copyright (c) VANCHEERABO. All rights reserved. 
 * https://www.vancheer.com */

.section-honor {
}

    .section-honor .honor-list {
        padding: 0;
        list-style: none;
        display: grid;
        gap: 2em;
        grid-template-columns: repeat(auto-fit, minmax(252px, 260px));
        justify-content: center;
        margin: 0 auto;
    }

        .section-honor .honor-list .play-icon {
            fill: #fff;
            position: absolute;
            left: 6px;
            bottom: 6px;
            width: 32px;
            height: 32px;
            opacity: 1;
        }

        .section-honor .honor-list .honor-thumb {
            position: relative;
        }

            .section-honor .honor-list .honor-thumb > a:after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                right: 0;
                bottom: 0;
                transition: all 300ms ease-in-out;
            }

            .section-honor .honor-list .honor-thumb:hover > a:after {
                background: rgb(0 0 0 / 10%);
            }

            .section-honor .honor-list .honor-thumb img {
                width: 100%;
                height: 142px;
                object-fit: cover;
            }

        .section-honor .honor-list .duration {
            background: #000;
            border-radius: 3px;
            color: #fff;
            position: absolute;
            right: 6px;
            bottom: 6px;
            font-size: 11px;
            padding: 0px 5px;
        }

        .section-honor .honor-list .title a {
            color: #444;
        }

.honor-js {
    border: 1px solid #ccc;
}

.honor-player .detail {
    margin-bottom: 2em;
}

.honor-player.special .page-header {
    border-bottom: none;
}

.honor-latest-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .honor-latest-list .honor-item {
        margin: 5px 0;
    }

.panel-body > .honor-category {
    margin: -15px;
}
