/* all */
html{height: 100%;}
body{
margin: 0; font:14px/22px "Microsoft Yahei",Simsun,sans-serif; font-size:14px; line-height: 140%; color:#000;
background: center repeat;
background-size: 360px auto;
background-image: url('https://edu-1258344700.cos.ap-guangzhou.myqcloud.com/project/21482578375/d32786b0a92f4ef7bd74ef7fcf919eeb.svg');
}

.fa {
    display: inline-block;
    font: normal normal normal 15px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.type-slide li a i{
	width: 15px;
}
/* 一般浏览器的不要太小，容易看不见 */
html::-webkit-scrollbar {
    width: 8px;
}
html::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,0.9);
}
html::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
#review .title{
	font-weight:bold;
}

._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail h2{height: 26px;overflow: hidden;}
ul, ol, li,dt,dd{margin:0; padding:0; list-style:none;}
dl{margin-top:0; margin-bottom:0}
p{margin:0 0 5px;}
img{border: 0; vertical-align:middle}
img.img-responsive{ max-width: 100%; width: 100%;}
input{outline: medium none; outline: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
input:focus{border-color:#FF9900; -webkit-box-shadow:inset 0 1px 1px rgba(255,136,0,.075),0 0 8px rgba(255,136,0,.6);}
.adesc {height: 60px;overflow: hidden;}
/* 文章缩放按钮 */

#contTab{
    display: none;
}
.content-more{
    display: none;
}

#contTab:checked ~ #cont{
    max-height: 500px;
    overflow: hidden;
}
#contTab:checked ~  .content-more{
    display: block;
    position: relative;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
}
#contTab:checked ~  .content-more .gradient{
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,0),#fff);
    background-image: linear-gradient(-180deg,rgba(255,255,255,0),#fff);
    height: 80px;
    position: absolute;
    left: 0;
    top: -79px;
    width: 100%;
}
#contTab:checked ~  .content-more .readmore{
    display: inline-block;
    background: #000;
    color: #fff;
    width: 175px;
    height: 35px;
    border-radius: 4px;
    line-height: 35px;
    font-size: 14px;
    cursor: pointer;
}

/* 文章缩放按钮 */

/* 留言板 */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comments {
    margin: 2.5rem auto 0;
    max-width: 60.75rem;
    padding: 0 1.25rem;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-wrap {
    margin-bottom: 1.25rem;
    display: table;
    width: 100%;
    min-height: 5.3125rem;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-photo {
    padding-top: 0.625rem;
    display: table-cell;
    width: 3.5rem;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-photo ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-avatar {
    height: 2.25rem;
    width: 2.25rem;
    border-radius: 50%;
    background-size: contain;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-block {
    padding: 1rem;
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-block p {
    line-height: 1.3125rem;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-block textarea {
    width: 100%;
    max-width: 100%;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-text {
    margin-bottom: 1.25rem;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-bottom-comment {
    color: #acb4c2;
    font-size: 0.875rem;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-date {
    float: left;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-actions {
    float: right;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-actions li {
    display: inline;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-actions li._3dfae7992c3b009e8fc50021169ce7ca095bb05c-complain {
    padding-right: 0.625rem;
    border-right: 1px solid #e1e5eb;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-comment-actions li._3dfae7992c3b009e8fc50021169ce7ca095bb05c-reply {
    padding-left: 0.625rem;
}
/* 留言板 */

/* container */
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
:after,:before{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box}
.container { width: 990px; position: relative; padding-right: 15px; padding-left: 15px; margin: 20px auto;}
.row{position: relative; margin-right: -15px; margin-left: -15px; background-color: #fff; border-radius: 5px;}
.container:before,.container:after,.row:before,.row:after,.clearfix:before, .clearfix:after{ display: table; content: " "; clear: both;}

/* text */
h1{ font-size:22px; line-height: 28px;}
h2{ font-size:20px; line-height: 26px;}
h3{ font-size:16px; line-height: 22px;}
h4{ font-size:14px; line-height: 20px;}
h5{ font-size:14px; line-height: 20px;}
h6{ font-size:12px; line-height: 18px;}
h1,h2,h3,h4,h5,h6{ font-weight: 400; margin-top:10px; margin-bottom:10px}
a,button{ text-decoration:none; outline:none; -webkit-tap-highlight-color:rgba(0,0,0,0)}
a,h1, h2, h3, h4, h5, h6{ color: #000;}
a:focus,a:hover,a:active{ text-decoration:none; }
.data a {color: #999999}
.col-pd{padding:5px 0;}
.text-red{ color: red;}
.text-muted{ color: #999999;}
.text-center{ text-align: center;}
.split-line{display: inline-block; margin-left: 5px; margin-right: 5px; width: 1px; height: 14px; vertical-align: -2px; background-color: #ccc;}
.split-linee{color: #ec8585;padding: 0;}
.black{background-color: #000;}
.mt0{margin-top:0;}
.mb0{margin-bottom:0;}
.mb5{margin-bottom:5px;}
.font14{font-size:14px;}
.tag {
    background-color: #000;
    color: #fff;
	padding: 8px;
	border-radius: 4px;
}
.image-wrapper{text-align: center;margin:5px;}
/* header */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__top{
	position: relative; height: 90px; padding: 0 20px;margin-bottom:10px; border-radius: 4px 4px 0 0;
	background-size: 360px auto;
	background-image: url('https://edu-1258344700.cos.ap-guangzhou.myqcloud.com/project/21482578375/d32786b0a92f4ef7bd74ef7fcf919eeb.svg');
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__logo{float:left; margin-right: 30px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__logo{ width: 282px; margin-top:15px}
/*
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__logo .logo{display:block; width:282px; height:60px; background:url(../image/logo_max.png) no-repeat;}
*/
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu{position:relative; /*margin:0 -10px 10px -10px;*/ color: #fff;border-radius: 4px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu:before{ content: ""; position: absolute; top: -10px; right: 0; width:0; height:0; border-width: 10px 0 0 10px; /*border-style:solid;*/}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu:after{ content: ""; position: absolute; top: -10px; left: 0; width:0; height:0; border-width: 0 0 10px 10px; /*border-style:solid;*/}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li{float:left;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li a{display:inline-block; padding: 15px 25px; font-size:18px; color: #fff; position: relative;font-weight: 700;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li.active a{ background-color: #ccc;color:#000; /*font-size:22px;*/ font-weight: 700;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li.active a:before{     display: block;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li a:before{content: '';position: absolute;bottom: 0;left: 50%;background: #000;/*background: #ec4e57;*/height: .23077rem;width: 1.15385rem;margin-left: -.57692rem;border-radius: .38462rem;display: none;opacity:0.85;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist .new {display: inline-block;position: absolute;top: -1px;right: -2px;width: 30px;height: 16px;color: #fff;font-family: numFont,PingFangSC-Light,PingFangSC-Regular,Tahoma,Microsoft Yahei,sans-serif;font-size: 12px;line-height: 15px;text-align: center;transform: scale(0.83,0.83);background: #e44321;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu .more{ position: absolute; top: 0; right: 0; padding: 15px 20px; color: #999;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__search{ float:right; position:relative; width:280px; margin-top: 30px; }
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__search .form-control{display:block; width:100%; height:35px; padding:6px 45px 6px 10px; font-size:12px; line-height:32px; border-radius: 5px; transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s; background-color:#f5f5f5; color: #999; border: 0;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__search .submit{display:block; position:absolute; top: 0; right: 0; width:35px; height:35px; border: 0; cursor: pointer; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABI0lEQVQ4T8VSwXGDMBC8EzOCJyWkBKcDSqAEeJ30ikughPyE+EAqiEtwCSnBHcR5wkPKHIM8MmbsTPLIzfDhVrt7d4vwx8L4fd/3+TRNL977Z0TMuee9PyPiOxG9bWldCLqu23nvX51zjdb6GIONMZUQopJSlnVdn+PeTGCMeRJCDFuAAA4CRFTcEFhrh0X5dG8l7IT7Wush4JDnHsdxUEqVP9mntfYYu0BjTCGEKIio+TcCXmBDRPN8j+pmBH7Qtu0hTdNqfaI12da44Yy8h+qeiyVkh/WpL0FawlJIKfdrJyEnAHBai1xFmS0i4h4APhExZGIHAF+ckyRJcudcpZRizFxXBOEnKwIAf5Bl2UfsiBMZk2wSPLrEEuuSs/MrgljgG8EOmhEXqz0RAAAAAElFTkSuQmCC) center no-repeat;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__user{float:right}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__user li{ float:left; position: relative; padding: 31px 0 10px; margin-left: 30px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__user li .dropdown{ display: none; position: absolute; z-index: 999; top: 100%; right: 0; padding: 15px; text-align: center; font-size: 12px; color: #999; background-color: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.1);}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__user li:hover .dropdown{ display: block;} 

/* screen */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list{position:relative; padding:15px 0 5px 0; margin: 0px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list:first-child{ padding-top: 0;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list:first-child:before{ display: none;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li{ float:left;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li span{display:inline-block; padding:3px 0 3px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li a{
	display: inline-block;
    padding: 4px 4px;
    margin-right: 3px;
    margin-bottom: 3px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.54);
    font-size: 13px;
	min-width:50px;
	text-align:center;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li a.current{background: #000; color: #fff;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li.active a{ background-color: #333; color: #fff;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list.letter-list li a{padding:3px 5px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list.letter-list li.active a{padding:3px 10px}

/* pannel */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel{ position: relative; margin-bottom: 5px; padding: 10px; overflow: hidden;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel:before{content: " "; position: absolute; /*left: 20px;*/ bottom: 0; right: 0; width: 100%; height: 1px; border-bottom: 1px solid #eee;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel:last-child{ margin-bottom: 0; border-bottom: 0;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel:last-child:before{ display: none;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel-left{ float: left; width: 70%;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel-side{ float: left; width: 30%;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel__head{ padding: 0; margin-bottom: 5px; line-height: 25px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel__head .title{ margin: 0;font-weight: 700; }

/* vodlist */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__item{ position: relative; float: left; padding: 5px; width: 16.666666%;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__item .active{ width: 33.333333%;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__thumb{border-radius: 4px;border: 1px solid #000; position: relative; display: block; padding-top: 150%; background: url(https://img1.doubanio.com/f/movie/5081e011b4b06f1a8c3735122b38e781bd852ab6/pics/movie/movie_default_medium.png) no-repeat; background-position: 50% 50%; background-size: cover;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__thumb .active{ padding-top: 50%; background: url(../image/load_w.gif) no-repeat; background-position: 50% 50%; background-size: cover;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__thumb .play{display: none; position: absolute; top: 0; z-index: 1; width: 100%; height: 100%; background: rgba(0,0,0,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0VDNjc4MDIwMTc2MTFFODg3Qjk5OTRGMkQyNzZGNUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0VDNjc4MDMwMTc2MTFFODg3Qjk5OTRGMkQyNzZGNUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDRUM2NzgwMDAxNzYxMUU4ODdCOTk5NEYyRDI3NkY1RSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRUM2NzgwMTAxNzYxMUU4ODdCOTk5NEYyRDI3NkY1RSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Ps2IOywAAAYNSURBVHjazFpNSBxn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) center no-repeat;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__thumb .num{    display: inline-block;display: inline-block;position: absolute;top: 0;left: 0;width: 25px;height: 25px;border-radius: 0 15px 0 1px;color: #fff;font-family: numFont,PingFangSC-Light,PingFangSC-Regular,Tahoma,Microsoft Yahei,sans-serif;font-size: 12px;line-height: 26px;text-align: center;background: #f30f1c;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__thumb:hover .play{ display: block;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__thumb .pic-text{display: block; width: 100%; position: absolute; bottom: 0; left: 0; padding:5px 10px; text-align: right; font-size: 12px; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap; background-repeat: no-repeat; background-image: linear-gradient(transparent,rgba(0,0,0,.8)); color: #FFFFFF;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__title{ font-size: 14px; margin-bottom: 0; width:100%; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;}

/* content */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__thumb,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__ad{display:table-cell; vertical-align:top}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__thumb .pic{
	width:160px;
    border-radius: 4px;
    border: 1px solid #000;
    position: relative;
    display: block;
    padding-top: 150%;
    background: url(https://img1.doubanio.com/f/movie/5081e011b4b06f1a8c3735122b38e781bd852ab6/pics/movie/movie_default_medium.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__thumb .apic{
	width:100px;
    border-radius: 4px;
    border: 1px solid #000;
    position: relative;
    display: block;
    padding-top: 150%;
    background: url(https://img1.doubanio.com/f/movie/5081e011b4b06f1a8c3735122b38e781bd852ab6/pics/movie/movie_default_medium.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
	}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail{ width: 100%; padding-left: 10px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .title{margin:0 0 10px; line-height:25px; color: #000;font-size: 22px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .atitle{margin:0 0 5px; line-height:20px; color: #000;font-size: 16px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .data{margin-bottom:5px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .dataa{color:#000;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .data li{float:left;margin-right:20px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .desc{line-height: 25px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .desc .left{margin-left:-42px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .playbtn{ padding-left:42px; margin-top:20px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .playbtn a{ display: inline-block; width: 120px; height: 32px; line-height: 32px; text-align: center; border-radius: 5px; font-size: 12px; background-color: #ec4e57; color: #fff;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__desc{ line-height: 25px; color: #000; }
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__desc p{text-indent: 2em;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__desc img{ max-width: 100%;}

/* playlist */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist{ position: relative; padding: 5px 0 0 5px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist li{float:left; width: 10%; padding-bottom: 5px; padding-right: 5px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist li a{display: block; position: relative; padding:5px 5px; text-align: center; border: 1px solid #000; overflow:hidden; text-overflow:ellipsis; -o-text-overflow:ellipsis; white-space:nowrap;border-radius: 4px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist li.active a{ background-color: #ec4e57; border: 1px solid #ec4e57; color: #fff;}

/* player */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-player__video{ background-color: #000;}

/* page */
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text{margin: 10px 0;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li{display:inline-block;margin-left:10px}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li .num,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li a{display:inline-block;padding:5px 15px;border-radius: 4px; background-color: #fff; border: 1px solid #eee;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li.active a,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li.disabled a{ background-color: #000; border: 1px solid #ccc; color: #fff;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text{ font-size: 0; text-align: center;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text a,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text em,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text span{font-style:normal; display:inline-block; margin: 0 5px;padding:6px 12px; border-radius: 4px;cursor:pointer; background-color: #fff; border: 1px solid #eee; font-size: 14px;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text span.pagenow{ background-color: #333; border: 1px solid #333; color: #fff;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text .pagego{ padding: 6px; margin-right: 5px; border-radius: 5;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text .pagebtn{ padding: 6px 12px; cursor: pointer;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text input{ display: none;}

/* embed */
.embed-responsive{position:relative;display:block;overflow:hidden;padding:0;height:0}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-16by9{
padding-bottom:56.25%;
/*padding-bottom:50%;*/
border-radius: 0 0 4px 4px;
border: 1px solid #000;
margin-top: 5px;
background: url(https://imgconvert.csdnimg.cn/aHR0cHM6Ly9jZG4uanNkZWxpdnIubmV0L2doL2xvbmdsb25ncWluL0NETi1mb3ItSEVYT19CTE9HL2ltYWdlL2xvYWRpbmcuZ2lm) no-repeat center; 
background-color: #000;
}
.embed-responsive-4by3{padding-bottom:75%}

/* more */
.margin-0{ margin: 0 !important;}
.padding-0{ padding: 0 !important;}
.pull-left{ float: left !important;}
.pull-right{ float: right !important;opacity: 0.6;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-link__text li{ float: left; margin-right: 5px; margin-bottom: 5px;}
.hide,.visible-lg, .visible-md, .visible-sm, .visible-xs, .visible-mi{ display: none !important;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-foot{ padding: 20px; text-align: center; color: #999;}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-news-nav li.active a{ background-color: #333; border: 1px solid #333; color: #fff;}

@media (min-width: 1200px){	
	.visible-lg { display: block !important;}
	.hidden-lg {display: none !important;}		
}

@media (max-width: 1199px) and (min-width: 992px){
	.visible-md { display: block !important;}
	.hidden-md {display: none!important;}
}

@media (max-width: 991px) and (min-width: 768px){	
	.visible-sm{ display: block !important;}
	.hidden-sm {display: none !important;}	
}

@media (max-width: 1023px){
	.container{ width: 100%; margin: 0px auto 0; padding-left: 35px; padding-right: 35px;}	
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel-left,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel-side{ float: none; width: 100%;}
	
	/* screen */
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list{ padding:0; margin:0px; width:100%; white-space:nowrap; overflow-y:hidden;overflow-x:scroll; -webkit-overflow-scrolling:touch}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list:first-child{ margin-top: 5px; margin-bottom: 5px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li{ float: none; display: inline-block;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li a.current{ background:#000;color: #fff;opacity: 1;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li a{margin-right: 5px;font-size: 14px; padding: 5px 10px;margin-left: 1px;color: #999;opacity: 0.8;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__list li.active a{ border-radius: 0; background: none; color: #FF9900;}
	
	/* ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__type{ padding:5px 0 0; margin: 0 0 0 5px; width:100%; white-space:nowrap; overflow-y:hidden;overflow-x:scroll; -webkit-overflow-scrolling:touch} */
	/* ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__type:first-child{ margin-top: 5px; margin-bottom: 5px;} */
	/* ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__type li{ float: none; display: inline-block;} */
	/* ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__type li a.current{ background:#000;color: #fff;opacity: 1;} */
	/* ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__type li a{margin-right: 5px;font-size: 14px; padding: 5px 10px;margin-left: 1px;color: #999;opacity: 0.8;} */
	/* ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen__type li.active a{ border-radius: 0; background: none; color: #FF9900;} */
	
	/* vodlist */
	/*._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__item{ width: 25%;}*/
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__item .active{ width: 50%;}
	
	/* content */
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail{ width: 100%;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist li{ width: 16.6666667%;}
}

@media (max-width:767px){
	.visible-xs { display: block !important;}
	.hidden-xs {display: none!important;}
    .container{ width: 100%; margin: 0; padding-left: 15px; padding-right: 15px; border: 0; border-radius: 0;}
    .row{ border: 0; border-radius: 0;}
    .col-pd{ padding: 5px;}
	.split-linee {
    background-color: #fbe5e5;
    color: #ec8585;
    padding: 3px 12px 3px 12px;
    border-radius: 10px;
	font-size: 12px;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .title {
    margin: 0 0 5px;
    line-height: 25px;
    color: #000;
    font-size: 22px;
}
._3dfae7992c3b009e8fc50021169ce7ca095bb05c-screen_list_head {
    padding: 0;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
    /* header */
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__top{ height: 60px; padding:0 5px;margin-bottom: 5px;}
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__logo{ margin: 0; padding: 0; width: auto;}
	/*
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__logo .logo{width: 148px; height:55px;background:url(../image/logo_max.png) no-repeat;}
	*/
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__search{ float: none; width: auto; margin: 0; position: absolute; top: 15px; right: 10px; left: 188px;}
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__search .form-control{ height: 30px; line-height: 30px; border-radius: 5px; padding:6px 40px 6px 10px; border: 0;}
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__search .submit{ width: 30px; height: 30px;}
    ._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu{ position:relative; margin: 0; /*margin-bottom: 5px;*/}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu:before,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu:after{ display: none;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu ul { /*height: 38px;*/ display: -webkit-box; display: -webkit-flex; display: flex;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu ul li{ display: block; -webkit-box-flex: 1; -webkit-flex: auto; flex: auto; text-align: center;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li a{ display: block; padding: 0 5px; line-height: 38px; font-size: 18px;opacity: 0.9;color: #fff;font-weight: 700;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-header__menu li.active a{background-color: #fff;color: #000;font-size: 18px;opacity: 0.9;}
	
	/* pannel */	
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel{padding: 5px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel:before{ left: 10px; -webkit-transform-origin: 0 100%;transform-origin: 0 100%; -webkit-transform: scaleY(0.5);transform: scaleY(0.5);}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel__head{ padding: 0 5px; margin-bottom: 5px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-pannel__head .title{ font-size: 16px;color: #1b1a1a;font-weight: 700;}
	
	/* vodlist */
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__item{ width: 33.333333%; padding: 5px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-vodlist__item.active{ width: 100%;}
	
	/* content */
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__thumb .pic{ width: 110px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail{ padding: 0 10px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .data{ margin-bottom: 5px;opacity: 0.8;}
	.data a {color: #999;opacity: 0.8;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .playbtn{ margin-top: 10px; padding: 0;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__detail .playbtn a{ width: 90px; height: 28px; line-height: 28px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist{ padding: 5px 0 0 5px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist li{ width: 25%;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-content__playlist li a{ font-size: 14px;}
	
	/* link */
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-link__text li{ margin-right: 5px; margin-bottom: 5px;}
	
	/* page */
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li{float:left;width:20%;margin:0;padding:0 5px 0 5px}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li a,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page__box li .num{display:block;padding:5px 0;text-align:center}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li.page-item{ width: auto; margin-bottom: 5px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page li.page-item a{ padding: 5px 15px;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text{ text-align: left;}
	._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text a,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text em,._3dfae7992c3b009e8fc50021169ce7ca095bb05c-page-text span{ margin-right: 5px; margin-bottom: 5px;} 
}