a:focus, a:hover, a:link {
    text-decoration: none
}

h1, h2, h3, h4, h5, h6, a, .details-play-title .nav-tabs > li.active > a, .details-play-title .nav-tabs > li.active > a:focus, .details-play-title .nav-tabs > li.active > a:hover, .details-play-title .nav-tabs > li > a:hover, .details-play-title .nav-tabs > li.open > a, .details-play-title .dropdown-menu > li > a, .dropdown-menu > li > a {
    color: #333;
    font-weight: 500;
    margin: 0
}

.text-overflow-2 {
    overflow: hidden;
    width: 100%;
    line-height: 20px;
    height: 60px
}

body, html {
    background: #f1f1f1;
    margin: 0;
    padding: 0
}

.video-box {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    background: #fff;
}

.video-box .box-title {
    position: relative;
    padding: 5px 0;
    width: 100%
}

.video-box .box-title h3 {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    padding-left: 10px;
    height: 21px;
    margin: 0;
    line-height: 21px;
}

.video-box .box-title .share_box {
    float: right;
    vertical-align: top;
    margin: 0px 10px 0px 0
}

.video-box .box-title .share_box .share_img {
    font-size: 16px;
    color: #fff
}

.video-box .cccc {
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden
}

.video-box .content-list .content-item {
    position: relative;
    padding: 5px;
    border-top: 1px solid #ddd;
    width: 25%;
    float: left;
    vertical-align: top;
}

.video-box .content-list .content-item .video-pic {
    display: block;
    position: relative;
    padding-top: 60%;
    background: no-repeat top center #333;
    background-size: auto 100%;
}

.video-box .content-list .content-item .video-pic .content-img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%,-50%);
    width: auto;
    width: 100%;
}
.video-box .content-list .content-item .video-pic .player {
    text-indent: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .2s;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    color: #fff
}

.video-box .content-list .content-item .video-pic .player:hover {
    opacity: 1
}

.video-box .content-list .content-item .video-pic .player img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
}

.video-box .content-list .content-item .video-pic:hover .player {
    opacity: 1
}

.video-box .content-list .content-item .note {
    padding: 5px 10px
}

.video-box .content-list .content-item .text-bg-r {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    font-size: 12px;
    color: #fff;
    text-align: right;
    z-index: 3;
}

.date-text-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    font-size: 12px;
    color: #fff;
    z-index: 3;
    text-align: right;
    margin: 0;
}

@media (max-width: 738px) {
    .video-box .content-list .content-item {
        width: 50%;
    }
}

.video-box .content-list .content-item .title a {
    font-size:13px;
    font-weight:bold;
}

@media (max-width:738px){
    .text-overflow-2{
        height: 40px;
    }
}

.vip-video .video-box .content-list .content-item .vip-tip{
    padding: 3px 5px;
    position: absolute;
    top: 5px;
    z-index: 99;
    right: 5px;
    background: orange;
    border-radius: 6px;
    font-weight: bold;
}

.vip-video .video-box .content-list .content-item .video-title{

    color: #bbb;
    font-weight: normal;
    font-family: "å®‹ä½“";
    line-height: 25px;
    text-overflow: ellipsis;
    height: 25px;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;

}

.vip-video .video-box .content-list .content-item .video-pic{
    border-radius: 20px;
    background: no-repeat top center #ddd;
}

.vip-video .video-box .content-list .content-item .text-bg-r {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 10px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
    font-size: 12px;
    color: #fff;
    text-align: right;
    z-index: 3;
    border-radius: 0 0 20px 20px;
}

@media (max-width: 738px){
    .vip-video .video-box .content-list .content-item.content-item-2 {
        width: 50%;
    }
    .vip-video .video-box .content-list .content-item.content-item-1 {
        width: 100%;
    }
}

.vip-video .video-header{
    line-height: 30px;
    color: #666;
    text-align: left;
    padding: 0 15px;
}

.vip-video .video-header{
    line-height: 30px;
    color: #666;
    text-align: left;
    padding: 0 15px;
}

.vip-video .vheader-title{
    font-size: 18px;
    display: inline-block;
}

.vip-video .vheader-more{
    float: right;
}

.vip-video .video-box .content-list .content-item .video-pic .content-img {
    border-radius: 10px;
}

.vip-video .video-box .content-list .content-item {
    border-top: 0;
}

/*
======================================================
    最终版 - 视频列表布局样式 (模仿 nnr985.com)
======================================================
*/
.video-box {
    padding: 10px; /* 关键：给视频容器添加内边距，解决“突出”问题 */
    background: #fff;
}

.final-vod-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 核心：PC端4列布局 */
    gap: 20px 18px; /* 行间距 和 列间距 */
    list-style: none;
    padding: 0;
    margin: 0;
}
.list-item-link {
    display: block;
    color: #333;
}
.list-item-img {
    position: relative;
    padding-top: 56.25%; /* 16:9 宽高比 */
    border-radius: 8px;
    background-color: #f0f0f0;
    overflow: hidden;
    margin-bottom: 10px;
}
.list-item-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease;
}
.list-item-link:hover .list-item-img img {
    transform: scale(1.05);
}
.list-item-remark, .list-item-date {
    position: absolute;
    bottom: 8px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0,0,0,.5);
    padding: 3px 8px;
    border-radius: 4px;
}
.list-item-remark {
    left: 8px;
    background-color: #e8304a; /* VIP/备注的特殊颜色 */
}
.list-item-date {
    right: 8px;
}
.list-item-title {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    line-height: 1.4;
    height: 39px; /* 约等于2行文字的高度 */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制最多显示2行 */
    -webkit-box-orient: vertical;
}
.list-item-link:hover .list-item-title {
    color: #007bff; /* 目标站的悬停蓝色 */
}

/* 响应式适配 */
@media (max-width: 992px) {
    .final-vod-list {
        grid-template-columns: repeat(3, 1fr); /* 平板3列 */
    }
}
@media (max-width: 767px) {
    .final-vod-list {
        grid-template-columns: repeat(2, 1fr); /* 手机2列 */
        gap: 15px 12px;
    }
}
