﻿i,em { font-style:normal; }
ul,li { list-style:none; padding:0; margin:0; }
h1, h2, h3 {
    padding: 0;
    margin: 0;
}
input:focus, textarea:focus, select:focus {
    outline-offset: 0;
    outline: none;
}
/*
@font-face {
    font-family: Open Sans Light;
    font-style: normal;
    src: local("Open Sans Light"),local("Open-Sans-Light"),url(/static/font/aaa.ttf);
}
*/

@keyframes scroll {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

    50%, 52% {
        -webkit-transform: translateY(-40%);
        transform: translateY(-40%);
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }
}

.layer { margin-top: 0; }
.border { border:#ddd 1px solid; }
.no-border { border:none !important ; }
.no-pos { position: unset; }
.np { padding:0; }
.hid {
    display: none;
}
.clear::after { clear:both; float:none; content:""; display:block; }

a {  text-decoration:none; color: #696a6e; }
a:hover { text-decoration:none; color:#696a6e; }
a:focus { outline:none; text-decoration:none; color:#696a6e; }
.container { padding:0; position:relative; }
header{
    background: rgba(0,0,0,0.8);
    color: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.site-logo { margin-top:8px; }
.site-logo a { color:#fff; display:block; text-align:center; }
.site-logo p { margin:0; font-size: 12px; display:inline-block; }
.site-logo img { max-width:100%; height: 38px; }

.site-menu { float:left; width: 40%;  }
.site-menu li:hover > div { display:block; }
.nav-link { float: left; font-size: 20px;}
.menu-link { display:block; color:#fff; padding: 22px 0; border-bottom: rgba(0, 0, 0, 0.00) 3px solid; /* font-family: Open Sans Light,sans-serif;*/ }
.menu-link:hover { border-bottom: #CC3333 3px solid; color:#fff; }

.sub-menu {
    display: none;
    position: absolute;    
    right: 0;
    background: rgba(0,0,0,.9);     
    z-index: 99;
    padding: 30px 0;
}

.free-link { }
.free-link span { display:block; font-size: 18px; color:#CC3333; }
.free-link a {
    display: block;
    font-size: 14px;
    padding: 3px 0;
    color: #fff;
}
.menu-v-list { }
.menu-v-list span { display: block; font-size: 18px; color:#CC3333; }
.menu-v-list li { float:left; width:33%; }
.menu-v-list a { font-size:14px; color: #fff; }

.tie {
    float: left;
    width: 69%;
    height: 1px;
}

.site-search { float:left; width: 40%; padding:13px; position:relative; }
.search-tool {
    display:none;
    position: absolute;
    top: 10px;
    right: 30px;
    background-color: #fff;
    color: #000;
    width: 470px;
    height: 50px;
    z-index: 99;
    border-radius: 25px;
    padding: 5px 20px;
}
.search-tool input {
    border: none;
    height: 40px;
    width: 86%;
    margin-left: 35px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 600;
}

/******************************************/
.widget-text {
    font-size: 14px;
    line-height: 35px\9;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 280px;
    padding: 10px 15px;
    color: #696a6e;
    border-radius: 3px;
    background: #fff;
    margin-right: 34px;
    border: none;
}
/******************************************/

.search-suggest {
    display:none;
    position:absolute;
    background-color: #333;
    z-index:100;
}
.search-suggest:before {
    content: "";
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: -6px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #333 transparent;
}
.search-suggest-box {
    background: rgba(0,0,0, 0.8);
    margin-top: 12px;
    color: #fff;
}
.search-suggest-box a{
    color: #fff;
}
.search-suggest-box .selected {
    background: #212123;
}
.search-suggest-item{
    position: relative;
    display: flex;
    padding: 10px 25px;
    border-bottom: #122 1px solid;
}
.search-suggest-item:hover {
    background: #212123;
}
    
.search-suggest-item-img {
    width: 50px;
}
.search-suggest-item-img img{
   max-width: 100%;
   height: 69px;
}
.search-suggest-item-detail {
    width: 88%;
    min-width:220px;
    padding-left: 20px;
    font-size: 18px;
    color: #eee;
}
.search-suggest-item-detail h2 {
    opacity: 1;
    font-size: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-suggest-item-detail .info {
    opacity: 0.5;
    font-size: 80%;
    margin-top: 5px;
}
.search-suggest-item-detail .more {
    opacity: 0.5;
    font-size: 80%;
}
.search-suggest-item::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 45%;
    width: 12px;
    height: 12px;
    border-right: 2px solid #666;
    border-bottom: 2px solid #666;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.5em;
    transition: 0.2s;
}

.head-link {
    float: left;
    width: 20%;
    padding: 10px 0;
}
.head-link a {
    width: 100%;    
    text-align: center;
    display: inline-block;
    color: #fff;
    background-color: #CC3333;    
    border-radius: 5px;
    font-size: 14px;
    padding: 7px 0;
}

.v-item { margin-bottom: 20px; }
.v-item h2 {
    display: inline-block;
    font-size: 16px;
    padding: 8px 12px;
    border: #ddd 1px solid;
    border-bottom: none;
    margin-bottom: -1px;
    background-color:#fff;
}

.v-box-tit { }
.v-box-tit h2 {
    font-size: 24px;
    font-weight: 600;
    display: inline-block;
    border-bottom: #CC3333 2px solid;
    padding-bottom: 8px;
    margin: 20px 0;        
}
.v-box-tit span { margin-left: 15px; color:#999; }
.v-box-item { margin-left: -5px; margin-right: -5px; }
.v-box-item-border { 
    border: #ddd 1px solid;
    padding: 10px;
    margin-left:0;
}

.item-thumb { float:left; width: 16.66%; padding: 0 5px; margin-bottom: 15px; }
.item-thumb img { max-width:100%; height: 280px; }
.item-thumb img[src*=loading] {
    position:absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 18px;
}

.item-thumb .name {    
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: #31353e;
}
.item-thumb .year { display:inline-block; color:#999; margin-top:5px; }
.item-thumb .sp { height:23px; margin-top: 5px; }
.item-thumb .sp span{
    display: inline-block;
    background-color: #BD9B59;
    color: #fff;
    font-size: 12px;    
    padding: 3px 10px;
    border-radius: 5px;    
}
.item-widget { position:relative; display:block; height: 280px; }
.item-widget:hover > div { display: block; }
.item-bg {
    display: none;
    background: rgba(0,0,0,.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color:#fff;
}
.item-bg-tit {    
    position: relative;
}
.item-bg-tit p {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;    
    margin: 8px 30px 0 15px;
}
.item-bg-year { text-align:left; padding-left: 15px; }
.item-bg-year span { border-left: #fff 1px solid; margin-left:5px; margin-right:8px; }
.item-bg-btn {
    width: 80%;
    margin: 30% auto;
    background-color: #CC0000;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.item-bg-btn-index {
    width: 80%;
    margin: 30% auto;
    background-color: #CC0000;
    color: #fff;
    text-align: center;
    padding: 8px 0;
}
.top-list { background-color: #1b1b1b; padding: 10px 15px; }
.top-list-tit { margin-bottom:10px; }
.top-list-tit h2{ display: inline-block; font-size: 24px; font-weight:600; border-bottom:#CC3333 2px solid; padding-bottom:8px; }
.top-list-tit span { color:#999; margin-left: 15px; }
.top-list-tit a { float:right; font-size:16px; color:#31353e; margin-top:15px; margin-right: 20px; }

.top-list-box {
}
.top-list-item {
    float: left;
    width: 50%;  
}
.top-list-item-widget { display: block; padding:5px; margin-right: 15px; margin-bottom: 8px; border:#fff 1px solid; }
.top-list-item-widget:hover { background-color: #ddd; border:#ccc 1px solid; }
.top-list-item-widget img { width:90%; height:80px; }
.top-list-item-widget img[src*=loading] {
    position:absolute;
    top: 45%;
    left: 45%;
    width: 18px;
    height: 18px;
}
.top-list-item-widget h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin-left: 8px;
    display: block;
    overflow: hidden;    
    word-wrap: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.top-list-item-widget p { 
    color: #999;
    font-size: 13px;
    margin-top: 8px;
    margin-left:8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.top-trailer { margin-left:15px; padding:10px 15px; background-color:#1b1b1b }
.top-trailer-tit { margin-bottom: 10px; }
.top-trailer-tit h2 { display: inline-block; font-size: 24px; font-weight:600; border-bottom:#CC3333 2px solid; padding-bottom:8px; }
.top-trailer-box { margin-left: -5px; margin-right: -5px; }
.top-trailer-item { float:left; width:50%; padding: 0 5px; margin-bottom: 8px; }
.top-trailer-item span { display:block; }
.top-trailer-item em { color: #999; font-style:normal; }
.top-trailer-item .name {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
}
.top-trailer-item-widget { display:inline-block; position:relative; width: 100%; height: 105px; }
.top-trailer-item-widget img { width:100%; height:105px; }
.top-trailer-item-widget img[src*=loading] {
    position:absolute;
    top: 45%;
    left: 45%;
    width: 18px;
    height: 18px;
}

.v-tags { margin-top: 20px; margin-bottom: 10px; }
.v-tags h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    margin-bottom:10px;
}
.v-tags a {
    display: inline-block;
    color: #31353e;
    border: #31353e 1px solid;
    border-radius: 6px;
    padding: 5px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.subscribe { background-color: #1B1B1B; padding: 20px 0; }
.subscribe-title { font-size: 15px; font-weight: 600; color: #fff; }
.subscribe-box { margin-top: 10px; }
.subscribe-box .email { background-color: #fff; padding: 8px 10px; width: 70%; border: none; }
.subscribe-box .btn { border:none; padding: 8px 10px; background-color: #99CC33; margin-left: 20px; color: #000; font-size: 14px; font-weight: normal; }

.footer-series { background: #f5f5f5; }
.footer-series-layer { }
.footer-series-layer .tit {
    padding: 10px 0;
}
.footer-series-layer .tit h2 { margin:0; padding: 0; color: #D14848; font-size: 18px; font-weight:600; }
.footer-series-layer li { float: left; font-size:12px; margin-right:30px; line-height:2; color: #696a6e; }


.footer-seolink { background-color: #e7e7e7;  font-size: 12px; color: #696a6e; }
.footer-seolink-layer { padding: 20px 0; line-height:30px; }
.footer-seolink-layer .link { margin:0 20px;  }
.footer-seolink-layer .share { display: inline-block; vertical-align: middle; font-size: 28px; margin:0 8px; }
.copyright { text-align: center; padding-bottom:20px; }


.website { font-size: 14px; margin-bottom:20px; }
.website h1 { margin-bottom: 20px; }
.website h2 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: bold;
}
.website p { margin: 0;}
.website p a { text-decoration:underline; }

/* news */
.world-news--item { padding:0 8px; margin-bottom:20px; }
.world-news--item .widget-thumb { padding-bottom:55%; position: relative; overflow:hidden; display:block; }
.world-news--item .widget-thumb img { position:absolute; top:0; left:0; width:100%; height:100%; }
.world-news--item .widget-thumb img[src*=loading] {
    position:absolute;
    top: 45%;
    left: 45%;
    width: 18px;
    height: 18px;
}
.world-news--item .name{
    font-size: 14px;
    font-weight: 700;
    display: block;
    overflow: hidden;
    padding: 5px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #31353e;
}
.world-news--item .desc {
    overflow: hidden;
    height: 35px;
    margin-bottom: 7px;
}
.news-article { padding-bottom: 10px; }
.news-article .title { margin-bottom:10px; }
.news-article .title h1 { font-size: 22px; font-weight:600; margin:10px 0; }
.news-article--content h3 { font-size: 20px; }
.news-article--content img { width: 100%; }
.widget-btn {
    font-size: 14px;
    line-height: 32px;
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    border-radius: 3px;
    background: #e53839;
}
.widget-btn.empty {
    color: #e53839;
    border: 1px solid #e53839;
    background: 0 0;
}


/* category */
.widget-navs { margin-bottom:10px; }
.widget-navs h1 { font-size:24px; font-weight: 600; color:#666; }
    .widget-navs .tip {
        margin-top: 3px;
        color: #999;
    }
.widget-article h2 { margin-bottom: 15px; }
.widget-title{
    border-bottom: #E53939 1px solid;
}
.widget-title span {
    background-color: #FF3334;
    padding: 8px 10px;
    margin-right: 6px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}
.widget-title span a { color:#fff; }

.t-item-box { padding: 0 10px;    margin-left: -10px;}
.t-item-box li {
    width: 25%;
    float: left;
    padding: 10px;
    background-color: #ddd;
    border: #fff 3px solid;
    text-align: center;
}
.t-item-box li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.v-box-list { margin-left: -5px; margin-right: -5px; }
.v-box-list .item-thumb { width: 20%; }
.v-box-list .item-widget { height:250px; }
.v-box-list .item-widget img { height:250px; }
.v-box-list .item-widget img[src*=loading] {
    position:absolute;
    top: 45%;
    left: 45%;
    width: 18px;
    height: 18px;
}



.item-widget-detail, .item-widget-watch {
    height:88%;
}
.item-widget-detail span, .item-widget-watch span{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.item-widget-detail i { display:block; height:65%;}
.item-widget-watch i { display:block; height:48%; }



.item-widget-detail-2 { height: 80%; }
.item-widget-detail-2 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.item-widget-show {
    display: none;
    width: 180px;
    height: 250px;
    position: absolute;
    top: 0;
    left: 163px;
    z-index: 88;
}
.item-widget-show-detail {
    border: #E4E4E4 1px solid;
    width: 280px;
    height: 100%;
    background-color: #E4E4E4;
    margin-left: 10px;
    padding: 10px;
    font-size: 13px;
}
.item-widget-show-detail li { margin-bottom:5px;}

.item-widget-show-detail .x-btn {
    position: absolute;
    bottom: 10px;
    padding: 8px 15px;
    padding-right: 32px;
    background-color: #e53939;
    color: #fff;
    text-align: center;
    border-radius: 3px;
}
.item-widget-show-detail .x-btn span{
    display: inline-block;
    min-width: 200px;
    max-width:300px;
    overflow: visible;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}

.tab {    
    margin-bottom: 20px;
}
.tab .tit { border-bottom: #E53939 1px solid; }
.tab h2 {
    background-color: #E53939;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 9px 10px;
}
.tab .tit h2{ display:inline-block;  }
.tab-box {  }
.tab-box li {
    padding: 5px 6px;
    background-color: #fff;
    border-bottom: #ccc 1px dotted;
}
.tab-box li:last-child { border-bottom:none; }
.tab-box li a {
    padding: 5px 6px;
}
.tab-box li a.selected {
    background-color: #E53939;
    color: #fff;
}
.tab-box li span.no {
    width: 23px;
    color: #E53939;
    padding: 0 3px;
    font-size: 14px;
    float: left;
}
.tab-box-no-border li { border:none; }
.tab-box .horizontal { float:left; width:auto; margin-right: 15px; border-bottom:none; }
.tab-box .horizontal a { border-bottom: #ccc 1px dotted; }
.tab-box li .name {
    width: 65%;
    float: left;
    font-size: 13px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #31353e;
}
.tab-box li .free {
    float: right;
    font-style: italic;
    color: #E53939;
}
.tab-box li img { width:100%; }
.no-border-lr { border-left: none; border-right: none; }
.no-border-lrb { border-left: none; border-right: none; border-bottom: none; }

.jump-list { background-color: #31353e; padding:10px; margin-bottom:10px; }
.jump-list li {
    float: left;
    margin-right: 15px;
}
.jump-list li a { font-size: 16px; color: #fff; }

.widget-pagination { margin: 20px 0; text-align:center; }
.widget-pagination .item {
    font-weight: 400;
    line-height: 28px;
    display: block;
    float: left;
    overflow: hidden;
    height: 28px;
    margin: 0 2px;
    padding: 0 10px;
    text-decoration: none;
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}
.widget-pagination .omit {
    float: left;
    margin: 2px 6px 0;
}
    .widget-pagination .active {
        float: left;
        font-weight: 400;
        line-height: 28px;
        display: block;
        height: 28px;
        margin: 0 2px;
        padding: 0 10px;
    }

.view-box { }
.view-box-left{
    border:#ddd 1px solid;
    padding:10px;
    margin-bottom:10px;
}
.view-box-right {
    border: #ddd 1px solid;
    padding: 10px 15px;
    margin-left: 20px;
    margin-bottom: 10px;
}
.view-box .tags { margin-top: 20px; }
.view-box .tags h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #D14848;
}
.view-box .tags li {
    float: left;
    margin-right: 10px;
    padding: 5px 8px;
    margin-bottom: 6px;
    font-size: 14px;
}

/* detail */
.v-detail { position: relative; background-color: #000; }
.v-top-bar { position: relative; padding-bottom: 20%;  overflow:hidden; }
.v-top-bar img {
    position: absolute;
    top: 0;
    width: 100%;   
}
.bar-on{
     -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation: scroll 30s .1s infinite both;
    animation: scroll 30s .1s infinite both;
}
.v-top-bar-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
}
.v-top-bar .v-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    padding: 15px; 
}
.v-top-bar .v-title h2 { display: inline-block; }
.v-top-bar .v-title span { margin-left:15px; font-size:14px; font-weight: 600; }
.v-top-bar .v-title span.tagline { color:#999; }

.navigation { font-size: 16px; margin: 10px 0; }
.navigation a{ color: #000; }

.v-detail-box { position:relative; width:100%; padding: 10px; background: rgba(0,0,0,.7); color: #fff; }
.v-left-box { padding-left:5px; padding-right:15px; margin-top: -120px; }
.v-poster { text-align: center; }
.v-poster a { display: inline-block; position:relative; }
.v-poster img { width:100%; }
.v-poster-bg { position:absolute; top:0;left:0; width:100%; height:100%; background :rgba(0,0,0,.5); }
.v-poster-bg-item { position:absolute; top: 30%; left:0;right:0; color:#fff; }
.v-poster-bg-item i, .v-poster-bg-item span { display: block; }
.v-watch-btn { position:relative; text-align: center; padding: 10px 0; }
    .v-watch-btn .now {
        display: block;
        background-color: #0F79EF;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 0;
        border-radius: 30px;
    }
        .v-watch-btn .now span {
            display: block;
            font-size: 12px;
            font-weight: normal;
        }
.v-watch-btn .source { 
    display: block;
    background-color: #3C3C3C;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;    
    border-radius: 30px;
    margin-top:8px;
}
.v-watch-btn .buy { 
    display: block;
    background-color: #363636;
    color: #fff;
    font-size: 16px;    
    padding: 15px 0;    
    border-radius: 30px;
    margin-top:8px;
}

.v-detail-desc { font-size: 16px; }
.v-detail-desc .title { }
.v-detail-desc .title h2 { display: inline-block; }
.v-detail-desc .title span { margin-left:15px; font-size:14px; font-weight: 600; }
.v-detail-desc .title span.tagline { color:#999; }

.v-detail-desc .rating span { padding: 5px 10px; margin-right:3px; }
.v-detail-desc .rating a { color: #e9e9e9;  }
.v-detail-desc .addition { display:none; color: #e9e9e9; font-size:13px; margin-top: 10px; line-height: 20px; }
.v-detail-desc .summary { margin-top: 10px;  color: #999; }
.v-detail-desc .summary p { color: #e9e9e9; font-size:13px; font-weight:normal; }
.v-detail-desc .summary p a { color:#e9e9e9; font-size:13px; font-weight:normal;  }

.v-detail-xps { position:relative; text-align:right; min-height:300px; }
.v-detail-xps img { max-width:100%; max-height: 350px; }
.v-detail-xps-desc { position: absolute; top: 40px; left: 45px; text-align:left; }
.v-detail-xps-desc h3 { margin:0; padding:0; font-size: 30px; font-weight: 600; max-width: 350px; }
.v-detail-xps-desc span { display:inline-block; font-size: 13px; color: #ccc; margin:10px 0; }
.v-detail-xps-desc a {
    display: block;
    background-color: #CC3333;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
}


.v-detail-box-show { margin: 20px 0; }
.v-detail-box-show h2 { font-size:20px; margin-bottom:10px;  }
.v-detail-box-show .video-img { padding:0 5px; }
.v-detail-box-show .video-list { height: 358px; padding:0 5px; overflow: scroll; overflow-x: hidden;}
.v-detail-box-show .video-list li { position:relative;  margin-bottom: 8px; cursor: pointer; border:#333 1px solid; height: 120px; }
.v-detail-box-show .video-list li img { width: 100%; height:100%; }
.video-list::-webkit-scrollbar {
    width: 8px;
    background-color: #666;
}
.video-list::-webkit-scrollbar-thumb {
    background-color: #444;
    border:#666 1px solid;
    border-radius: 4px;
}

.v-detail-box-show-title { }
.v-detail-box-show-title ul li { float:left; margin-right:20px; font-size: 16px; font-weight: 600; cursor:pointer; }

.v-cast-thumb { float:left; width:32%; height:100%; margin: 0 0.5%; padding: 10px; padding-top:15px; background-color: #1B1B1B; }
.v-cast-thumb-title { position:relative; background-color: #282828; padding: 5px 8px; }
.v-cast-thumb-title img {
    width: 45px;
    height: 68px;
    position: absolute;
    top: -5px;
    left: 10px;
}
.v-cast-thumb-title .x { padding-left: 65px; height: 50px; }
.v-cast-thumb-title a { display:block;  color:#fff; }
.v-cast-thumb-title span {
    display: block;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}
.v-cast-thumb-list { padding-left:40px; margin-top:10px; }
.v-cast-thumb-list li { margin: 5px 0; position:relative; }
.v-cast-thumb-list a{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}
.v-cast-thumb-list a:hover { }
.v-cast-thumb-list .free { position:absolute; top:0; left:-40px; font-size:10px;line-height:1; background-color:#CC3333; padding:2px 6px; border-radius:5px; }

.v-review { font-size:12px;  color:#e9e9e9; }
.v-review-title { }
.v-review-x { background-color: #282828; padding:5px; margin-bottom:8px; }
.v-review-x span { display:block; font-size:14px; color: #999; font-weight:600; }

.season-list { }
.season-list li {
    width: 41px;
    padding: 5px 0;
    border: #CC3333 3px solid;
    float: left;
    margin-right: 8px;
    text-align: center;
    vertical-align: middle;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
}
.season-list li.curr { background-color: #CC3333; }
.season-item { margin-top:10px; }
.season-item h3 { font-size: 16px; margin-bottom:10px; }
.season-item span { 
    border-left: #333 2px solid;    
    height: 100%;    
    margin: 0 10px;
}
.season-item-widget { background-color:#1B1B1B; margin-bottom:5px; display:none; }
.season-item-widget h4 { font-size: 14px; padding:10px 10px; margin:0; background-color:#282828; cursor: pointer; }
.season-item-widget img { width:100%;  }
.season-item-widget-x {display:none; padding: 10px 0; font-size: 13px; }
.season-item-widget-btn { position:relative; text-align: right; padding-right:22px; margin: 23px 0; }


.v-detail-box-show .recommend { position: relative; margin-top:10px; }
.recommend::-webkit-scrollbar {
    height: 8px;
    background-color: #666;
}
.recommend::-webkit-scrollbar-thumb {
    background-color: #444;
    border:#666 1px solid;
    border-radius: 4px;
}
.recommend .btn-pre {
    position:absolute;
    left:0;
    top:0;
    width:30px;
    height:100%;
    cursor: pointer;
    text-align: center;
}
.recommend .btn-next {
    position:absolute;
    right:0;
    top:0;
    width:30px;
    height:100%;
    cursor: pointer;
    text-align: center;
}
.recommend .btn-pre:hover{
    background-color: rgba(0,0,0,.6);
}
.recommend .btn-next:hover{
    background-color: rgba(0,0,0,.6);
}

.recommend-box { 
    transition: transform 1.5s;
    -moz-transition: transform 1.5s; 
    -webkit-transition: transform 1.5s;
    -o-transition: transform 1.5s;
}
.recommend-box .item-thumb {  }
.recommend-box .item-widget { height:250px; }
.recommend-box .item-widget img { height:250px; }

/* search */
.search-box { margin: 20px 0; }
.search-box .keyword {
    border: #ccc 2px solid;
    border-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 8px 8px;
    width: 550px;
}
.search-box .s-btn {
    background-color: #3D89C5;
    color: #fff;
    margin-left: -5px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search-result { margin-bottom:20px; }
.result-item {
    border: none;
    border-bottom: #E6E6E6 1px solid;    
    padding: 10px 0;
}
.result-item-l { float:left; width: 20%; }
.result-item-r { float:left; width: 80%; }
.result-item-l img { max-width: 100%; }
.result-item-detail { padding-left:10px; }
.result-item-detail h2 { margin-bottom: 6px; }
.result-item-detail h2 a {
    font-size: 18px;
    font-weight: 600;
    color: #2d6fb7;    
}
.result-item-detail .item-btn{
    margin-top: 12px;
    font-size: 14px; 
    color: #259A5A;
}

/* person */
.person {
    border: #ddd 1px solid;
    margin-bottom: 10px;
    padding: 8px 10px;
}
.person-detail { }
.person-detail li { margin-bottom:8px; }
.person-detail li .text { 
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height:78px;
    margin:0;
}
.person-detail-r-btn { margin-top: 20px; }
.person-detail-r-btn h3 {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
.person-detail-r-btn .btn-row{
    display: block;
    padding: 8px 10px;
    margin-top: 8px;   
    background-color: #F2F2F2;
}



.person-video { border: #ddd 1px solid; padding: 8px 10px; margin-bottom:10px; }
.person-video h2 { font-size: 18px; font-weight:600; color:#D14848 }
.person-video-box { margin-top:10px; }
.person-video-box .item-list {
    width: 100%;
    font-size: 14px;
    background-color: #fff;
}
.person-video-box .item-list tr {
    height: 30px;
    border-bottom: #ccc 1px solid;
}
.person-video-box .item-list tr:last-child{
    border-bottom:none;
}
.person-video-box .item-list tr td {
    padding: 8px 12px;
}
.person-video-box .item-list thead td {
    font-weight: 600;
}
.person-video-box .item-list tr td a.name {
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    max-width: 230px;
}
.person-video-box .item-list a.x-btn {
    float: right;
    border-radius: 4px;
    padding: 5px 12px;
    background-color: #e53839;
    color: #fff;
    text-align: center;
}

.v-trailers {
    border: #ddd 1px solid;
    margin-bottom: 10px;
    padding: 8px 10px;
}
.v-trailers-title { }
.v-trailers-title h2 { display:inline-block; font-size:18px; font-weight:600; color: #D14848; }
.v-trailers-title span { margin-left:10px; font-size:14px;  color:#D14848; }
.v-trailers-x {
    float: left;
    width: 92%;
    height: 90px;
    position: relative;
    overflow: hidden;
}
.v-trailers-image-list {
    padding: 5px 0;
    height: 90px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}
.v-trailers-image-list li {
    width: 155px;
    height: 80px;
    float: left;
    text-align: center;
    vertical-align: middle;
    padding: 0 5px;
    position:relative;
}
.v-trailers-image-list li img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.v-trailers-pre {
    float: left;
    width: 25px;
    height: 90px;
    cursor: pointer;
    background-color: #fff;
}
.v-trailers-next {
    float: left;
    width: 25px;
    height: 90px;
    cursor: pointer;
    background-color: #fff;
}


.v-source {
    border: #ddd 1px solid;
    margin-bottom: 10px;
    padding: 8px 10px;
    position: relative;
}
.v-source-box { margin-top:20px; }
.v-source-item { width:92%; float:left; overflow:hidden; height:130px; position:relative; }
.v-source-item-x {
    float: left;
    width: 121px;
    margin-right: 8px;
    margin-bottom: 10px;
}
.v-source-item-x .logo {
    border: #e7e7e7 1px solid;
    padding: 5px;
}
.v-source-item-x .watch {
    color: red;
    display: block;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    line-height: 30px;
}
.v-source-item-x .name {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #31353e;
}
.v-source-pre {
    float: left;
    width: 25px;
    height: 90px;
    cursor: pointer;
    background-color: #fff;
}
.v-source-next {
    float: left;
    width: 25px;
    height: 90px;
    cursor: pointer;
    background-color: #fff;
}




.v-source-show {
    margin-top: 20px;
}
    .v-source-show > h2 {
        color: #2D56AA;
        font-size: 14px;
        font-weight: 600;
        text-align: left;
        margin-bottom: 5px;
    }
.v-source-show-row {
    display: flex;
    background-color: #252525;
    color: #fff;
    padding: 5px 0;
    margin-bottom: 2px;
}
    .v-source-show-row .c1 {
        /*flex-grow: 3;*/
        width: 70px;
    }
        .v-source-show-row .c1 > img {
            width: 65px;
        }
    .v-source-show-row .c2 {
        flex-grow: 4;
        line-height: 2.5;
        font-size: 12px;
    }
        .v-source-show-row .c2 .price {
            font-size: 12px;
            line-height: 18px;
        }
    .v-source-show-row .c3 {
        /* flex-grow: 3; */
        width: 40px;
    }


.actor-video { margin-top:10px; margin-bottom:10px; }
.actor-video-tab { padding-left:10px; }
.actor-video-tab div { 
    float:left; margin-right:2px; color:#fff; 
    background-color:#363636; padding:10px 60px; 
    cursor:pointer; border:#666 1px solid;
    border-top-left-radius:5px;
    border-top-right-radius:5px;    
    z-index:99;
}
.actor-video-tab div.curr { background-color: #1B1B1B;border-bottom:none; }
.actor-video-box { background-color:#1b1b1b; border-top:#666 1px solid; padding-top:10px; margin-top:-2px; z-index:88; }
.actor-video-item { float:left; width:20%; padding:0 5px; margin-bottom:13px; }
.actor-video-item .link { position:relative; display:block; }
.actor-video-item .link:hover>div {
    display:block;
}
.actor-video-item .icon-play {
    padding-left: 40%;
    padding-top: 55%;
    display: block;
}
.actor-video-item img { width:100%; height:240px; }
.actor-video-item .name {
    color:#eee;     
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    padding-top: 8px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis; 
}
.actor-video-item p {
    width: 100%;
    margin: 5px 0;
    color: #888;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
}
.actor-video-item span { background-color:#DAB545; padding:2px 4px; border-radius: 5px; }
.actor-detail { color:#bbb; margin-top:10px; }
.actor-detail p { font-weight:600; margin:0; }
.actor-detail span { display:inline-block; margin-bottom:10px; }

.actor-channel { color:#ddd;margin-top:10px; }
.actor-channel-title { border-bottom: #CC3333 1px solid; padding:8px 0; font-size:16px; font-weight:600; }
.actor-channel-item {
    display:block;
    background-color: #1B1B1B;
    margin-top:5px;
    margin-bottom:10px;
    padding: 8px 10px;
}
.actor-channel-item span {
    background-color:#515151;
    padding:10px 20px;
    border-radius:20px;
    color:#eee;
    float:right;
}


.tab-box .subscribe {
    display: block;
    width: 100%;
    border-radius: 5px;
    background-color: #e53839;
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding: 8px 20px;
    margin-bottom: 10px;
}
.tab-box .subscribe-res {
    display: none;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 98%;
    height: 98%;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
}
.txt {
    border: #ccc 1px solid;
    font-size: 14px;
    padding: 8px 10px;
}
.w-100 {
    width: 100%;
}




.v-detail-xps-2 {
    position: relative;
    text-align: right;
    min-height: 300px;
}

    .v-detail-xps-2 img {
        max-width: 100%;
        height: 300px;
    }

.v-detail-xps-2-desc {
    position: absolute;
    top: 40px;
    left: 45px;
    text-align: left;
}

    .v-detail-xps-2-desc h3 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 600;
        max-width: 350px;
        color: #fff;
    }

    .v-detail-xps-2-desc span {
        display: inline-block;
        font-size: 12px;
        color: #ccc;
        margin: 10px 0;
    }

    .v-detail-xps-2-desc .w-btn {
        position: relative;
        width: 90%;
        display: block;
        background-color: #CC3333;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        padding: 15px 0;
        border-radius: 30px;
        text-align: center;
        margin-top: 20px;
    }