﻿@import url('bootstrap.min.css');
@import url('iconfont.css');

body a:not(.btn), a {
    color: #343a40;
    text-decoration: none;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s;
}

body a:not(.btn):hover, body a:not(.btn):focus, a:hover, a:focus {
    color: #4568dc;
}

.breadcrumb {
    font-size: .825rem;
    background: none !important;
    margin-bottom: 0 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    font-family: '宋体', Arial, Helvetica, sans-serif;
    content: ">";
}

.btn-outline-secondary {
    border-color: #dee2e6
}

.m-t-60 {
    margin-top: 60px;
}

nav.navbar {
    -webkit-box-pack: inherit;
    -webkit-justify-content: inherit;
    -moz-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
    -webkit-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.15);
    background: #4568dc;
    background: -webkit-linear-gradient(to right, #4568dc, #b06ab3);
    background: -webkit-gradient(linear, left top, right top, from(#4568dc), to(#b06ab3));
    background: -webkit-linear-gradient(left, #4568dc, #b06ab3);
    background: -moz- oldlinear-gradient(left, #4568dc, #b06ab3);
    background: -o-linear-gradient(left, #4568dc, #b06ab3);
    background: linear-gradient(to right, #4568dc, #b06ab3);
    padding: 0;
}

nav.navbar ul.navbar-nav li.nav-item {
    margin-left: 15px;
}

nav.navbar ul.navbar-nav li.nav-item a.nav-link {
    line-height: 100%;
    color: white;
}

nav.navbar ul.navbar-nav li.nav-item a.nav-link.active, nav.navbar ul.navbar-nav li.nav-item a.nav-link:hover, nav.navbar ul.navbar-nav li.nav-item a.nav-link:focus {
    font-weight: bold;
}

form.search {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.load-page {
    display: none;
    margin-bottom: 30px;
    text-align: center;
}

.page-item.active .page-link {
    background-color: #4568dc;
    border-color: #4568dc
}

.video-item {
    display: block;
    margin-bottom: 1rem;
    background: #ffffff;
    border: solid 1px #e5e5e5;
}

.video-item:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3)
}

.video-item .thumb {
    position: relative;
    width: 100%;
    height: calc(22vw);
    overflow: hidden;
    object-fit: cover;
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.video-item .thumb img {
    width: 100%;
    height: auto;
    min-height: calc(22vw);
    overflow: hidden;
    object-fit: cover;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.video-item .thumb:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
}

.video-item .thumb .action {
    display: none;
}

.video-item .thumb .action i {
    position: absolute;
    top: 40%;
    left: 35%;
    color: #FFFFFF;
    font-size: 4em;
}

.video-item .thumb:hover .action {
    display: block;
    position: absolute;
    top: 35%;
    left: 35%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.video-item .excerpt {
    padding: 10px;
}

.video-item .excerpt .title, .video-item .excerpt .actors {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media .thumb {
    position: relative;
    width: 200px;
    height: 300px;
    overflow: hidden;
    object-fit: cover;
}


.media .thumb img {
    width: 100%;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    object-fit: cover;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
    word-break: break-all;
}

.score {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    background: #4568dc;
}

.notes {
    position: absolute;
    display: inline-block;
    right: 5px;
    bottom: 5px;
    width: auto;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
}

.nav-tabs li.nav-item {
    margin-left: 15px;
    margin-right: 15px;
}

.nav-tabs .nav-link {
    color: #343a40;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 5px;
    border: 0 solid transparent;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #4568dc;
}

.nav-tabs .nav-link.active {
    color: #4568dc;
    background: transparent;
}

.tab-content {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.player-box, .video-box {
    background: #000000;
    color: #ffffff;
    width: 100%;
}

.player-box .box-body, .video-box .box-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   height:480px;
}


/* playlist */
.playlist {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.playlist li {
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
}

.playlist li a {
    display: block;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}

.playlist.column li {
    width: 10%;
    padding: 0 5px;
    margin-right: 0;
}

.playlist.column {
    margin: 0 -5px;
}


.filter_list {
    position: relative;
}

.filter_list .filter-result {
    position: absolute;
    bottom: 15px;
    right: 0;
}

.filter_list .filter_line {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
}

.filter_list .filter_line_first {
    padding-top: 0;
}

.filter_line_first .filter_label {
    top: 2px !important;
}

.filter_list .filter_label {
    position: absolute;
    top: 12px;
    left: 0;
    min-width: 50px;
    margin-right: 20px;
    padding: 0 5px;
    border-radius: 0 16px 16px 0;
    background-color: #7f7f8c;
    color: #ffffff;
    line-height: 30px;
    text-align: center
}

.filter_list .filter_item {
    display: inline-block;
    margin: 2px 0;
    padding: 0 10px;
    border-radius: 5px;
    color: #646464 !important;
    line-height: 30px;
    vertical-align: top
}

.filter_list .filter_item:hover {
    color: #4568dc !important;
}

.filter_list .active {
    position: relative;
    background-color: #4568dc;
    color: #fff !important;
}

.filter_list .active:hover {
    color: #fff !important;
}

@media (max-width: 992px) {
    .playlist li {
        margin-bottom: 5px;
        margin-right: 5px;
    }

    .playlist.column li {
        width: 12.5%;
    }

    .col-md-2 {
        width: 25%
    }

    .col-md-6 {
        width: 100%
    }

    .video-item .thumb {
        height: calc(33vw);
    }

    .video-item .thumb img {
        min-height: calc(33vw);
    }

    .filter_list .filter_label {
        display: none;
    }

    .filter_list .filter_line {
        padding-left: 0;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000;
        -webkit-overflow-scrolling: touch;
        text-align: justify;
        box-sizing: border-box;
    }

    .nav-tabs li.nav-item {
        margin-left: 15px;
        margin-right: 0;
    }

    .btn.btn-small {
        padding: 5px 10px;
        font-size: 13px;
    }
}

@media (max-width: 768px) {


    .playlist.column li {
        width: 16.66666667%;
    }

    .media .thumb {
        width: 170px;
        height: 255px;
    }

    .media .thumb img {
        min-height: 255px;
    }

    .media-body {
        overflow: hidden;
    }

    .media-body > div {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

}

@media (max-width: 576px) {
    .playlist.column li {
        width: 25%;
    }

    .ps-1 {
        padding-left: 0 !important;
    }

    .ps-3 {
        padding-left: 10px !important;
    }

    .pe-3 {
        padding-right: 10px !important;
    }

    .col-md-2 {
        width: 33.33333333%
    }

    .video-item .thumb {
        height: calc(45vw);
    }

    .video-item .thumb img {
        min-height: calc(45vw);
    }

    .media .thumb {
        width: 120px;
        height: 180px;
    }

    .media .thumb img {
        min-height: 180px;
    }

    .media-body > div {
        font-size: .825rem;
    }

    .media-body .media-item {
        display: none;
    }


}


@media (max-width:768px) 
{

.player-box .box-body, .video-box .box-body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
   height:220px;
}
}

@media (max-width: 370px) 
{


    .playlist.column li {
        width: 50%;
    }


    .col-md-2 {
        width: 50%
    }

    .video-item .thumb {
        height: calc(63vw);
    }

    .video-item .thumb img {
        min-height: calc(63vw);
    }

    .media .thumb {
        width: 100px;
        height: 150px;
    }

    .media .thumb img {
        min-height: 150px;
    }

    .media-body .media-button {
       
    }

}