/* 顶部导航特效 */
.header .header-container {
    position: relative;
    background: transparent;
}
.header .header-container .main-header {
    background: transparent;
    text-shadow: 1px 1px 1px #181818;
}

/* 首屏幻灯 */
.sliders {
    position: relative;
    margin-top: -70px;
}
.caption-wraper {
    position: absolute;
    left: 0;
    bottom: 15%;
	width: 100%;
    text-align: center;
    color: #fff;
    font-weight: normal;
}
.caption-wraper .caption-div {
    margin: 0 auto;
    padding: 1em 5em;
    text-align: center;
    background-color: rgba(25, 25, 25,0.5);
    background: linear-gradient( to right, 
            rgba(0,0,0,0) 0%, 
            rgba(10,10,10,0) 5%, 
            rgba(25, 25, 25,0.2) 20%, 
            rgba(30,30,30,0.3) 30%, 
            rgba(30,30,30,0.4) 40%, 
            rgba(30,30,30,0.9) 50%,
            rgba(30,30,30,0.4) 60%, 
            rgba(30,30,30,0.3) 70%, 
            rgba(25,25,25,0.2) 80%, 
            rgba(10,10,10,0) 90%,
            rgba(0,0,0,0) 100%);
    
}
.caption-div .t1 {
    font-size: 3vw;
    line-height: 4vw;
    text-shadow:2px 2px 2px #000;
}
.caption-div .t2 {
    font-size: 1.5vw;
    line-height: 3vw;
    text-shadow:2px 2px 2px #000;
}
.sliders .sliderjianbian {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    z-index: 3;
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #141414);
    background: -ms-linear-gradient(rgba(255, 255, 255, 0), #141414);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #141414);
    background: linear-gradient(rgba(255, 255, 255, 0), #141414);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr="transparent", endColorstr="#141414", gradientType="0");
}

/* 首页模块 */
.rowMod {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 3em 0;
}
.rowMod .rowTitle {
    font-size: 1.4vw;
    color: #e5e5e5;
    font-weight: 700;
    margin: 0.6em 0 0.8em 4%;
    text-decoration: none;
    display: inline-block;
    min-width: 6em;
}
.rowMod .rowTitle .row-header-title {
    display: table-cell;
    vertical-align: bottom;
    line-height: 1.25vw;
    font-size: 1.4vw
}
.rowMod .rowTitle .modTit2 {
    font-size: 1.1vw;
    vertical-align: bottom;
    line-height: 1.3vw;
    color: #b5b5b5;
    font-weight: normal;
}
.rowMod .rowContainer {
    width: 100%;
}
.rowMod .main-mod-ml {
    margin: 0 0 .5em 4%;
}
.rowContainer .flex-viewport {
    overflow: visible;
}
.rowContainer .slides li {
    position: relative;
    overflow: hidden;
}
.slides li .caption-ep {
    position: absolute;
    top: 19px;
    right: -32px;
    color: #fff;
    height: 30px;
    width: 130px;
    text-align: center;
    line-height: 30px;
    background-color: darkred;
    font-size: 1.3em;
    font-weight: bold;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    z-index: 2;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.8);
}
.slides li .videom {
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    text-align: center;
    margin: 0;
    padding: 3px 6px 3px 8px;
    width: auto;
    top: 0;
    right: 0;
    border-radius: 0 0 0 15px;
    line-height: 26px;
    height: 26px;
}
.slides li .v1080p {
    background-color: #2196F3;
}
.slides li .v720p {
    background-color: #3F51B5;
}
.rowContainer .caption-hot {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5px 0;
    text-align: left;
    text-indent: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-weight: normal;
    z-index: 1;
}
.caption-hot .caption-name {
    width: 100%;
    font-size: 1.3rem;
    line-height: 30px;
    text-shadow:2px 2px 2px #000;
}
.caption-hot .caption-eng {
    width: 100%;
    font-size: 15px;
    line-height: 16px;
    text-shadow:2px 2px 2px #000;
}
.caption-hot .caption-name, .caption-hot .caption-eng {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.bigpic .caption-name {
    font-size: 1.5rem;
    line-height: 1.3;
}
.bigpic .caption-eng {
    font-size: 1.2rem;
    line-height: 1.3;
}
.rowContainer .slides li img {
	transition:all .4s;
	-moz-transition:all .4s;
	-webkit-transition:all .4s;
    -o-transition:all .4s;
    z-index: 0;
}
.rowContainer .slides li:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    z-index: 0;
}

/* 视频广告 */
.first-fullvideo {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 101;
}
.first-fullvideo .waring-msg {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 2px 5px;
    text-align: left;
    font-size: 11pt;
    color: white;
    z-index: 105;
    border-radius: 5px;
    background:rgba(0, 0, 0, 0.8);
    border: 1px solid #141414;
}
.first-fullvideo .video-obj {
    position: absolute;
    top: 25%;
    left: 10%;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.first-fullvideo .video-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    z-index: 102;
    font-size: 3vw;
    font-weight: bolder;
    text-decoration: none;
}
.first-fullvideo .video-close:hover {
    color: red;
}
.first-fullvideo .fv-event {
    position: absolute;
    top: 25%;
    right: 8%;
    width: 30%;
    padding: 0 0 .8em 2em;
    overflow: hidden;
}
.fv-event .video-title {
    width: 100%;
    font-size: 3.2vw;
    line-height: 30px;
    text-shadow:2px 2px 2px #000;
    text-align: left;
    color: #fff;
    font-weight: normal;
    margin: 1.2em 0 .8em 0;
}
.fv-event .video-desc {
    width: 100%;
    font-size: 1.3vw;
    text-shadow:1px 1px 1px #000;
    text-align: left;
    color: #fff;
    font-weight: normal;
    margin-bottom: .8em;
}
.fv-event .moread-btn {
    padding: 1vw 2vw;
    font-size: 1.5vw;
    font-weight: 700;
    border-radius: 10px;
    background-color:#e50914;
    background-image:-webkit-gradient(linear,left top,left bottom,from(#e50914),to(#db0510));
    background-image:-webkit-linear-gradient(top,#e50914,#db0510);
    background-image:-moz- oldlinear-gradient(top,#e50914,#db0510);
    background-image:-o-linear-gradient(top,#e50914,#db0510);
    background-image:linear-gradient(to bottom,#e50914,#db0510);
    -webkit-box-shadow:0 1px 0 rgba(0,0,0,.45);
    -moz-box-shadow:0 1px 0 rgba(0,0,0,.45);
    box-shadow:0 1px 0 rgba(0,0,0,.45);
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.fv-event .moread-btn:hover {
    background: #bb0a12;
}
@media (max-width:414px){
    .theshows .slides li .caption-ep {
        top: 8px;
        right: -28px;
        width: 100px;
        font-size: 1em;
    }
}
@media (max-width:768px){
    .sliders {
        margin-top: 0;
    }
    .rowMod {
        margin: 15px 0 0 0;
        padding:0;
    }
    .rowMod .rowTitle .row-header-title {
        line-height: 1.8rem;
        font-size: 1.5rem
    }
    .caption-hot .caption-name, .caption-hot .caption-eng {
        font-size: 1rem;
        line-height: 1;
    }
}