/* 通用样式 */

body {
    margin: 0;
    padding: 0;
    background: #f8f8f8;
    font-family: "Microsoft YaHei", "寰蒋闆呴粦", "瀹嬩綋", Arial, sans-serif;
    font-size: 12px;
    height: 100%;
    min-width: 1201px;
}

a {
    color: #555;
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

img,
object,
embed {
    max-width: 100%;
}

span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    vertical-align: baseline;
    background: transparent;
}

.hide {
    display: none;
}

body .container .hide {
    display: none;
}

.clearfix:before,
.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}

.block {
    overflow: hidden;
    position: relative;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
}

.clearfix:after {
    display: block;
    height: 0px;
    overflow: hidden;
    content: "\0020"
}

.icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background: url(https://list-video.xiaodutv.com/error/img/s-play.png) no-repeat 50% 50%;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 1;
    cursor: pointer;
    transition: opacity .4s ease-in;
}

.main-head {
    line-height: 20px;
    margin: 18px 15px 20px 0;
    color: #555;
    font-size: 21px;
    padding-left: 5px;
    border-left: 4px solid #3083fd;
    padding-left: 6px;
}
.main-head span {
    line-height: 30px;
}

.float-left {
    float: left;
}

.block .block-title {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 17px;
    margin-right: 14px;
    border-left: 4px solid #3083fd;
    padding-left: 6px;
}

.block-content {
    position: relative;
}

/* TAB样式  */

.block-tabs {
    overflow: hidden;
    margin-top: 14px;
}

.block-tabs .block-tab {
    float: left;
    width: 60px;
    text-align: center;
}

.block-tabs .block-tab .sp-tab {
    padding: 4px 5px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
}

.block-tabs .a-more {
    padding: 4px 5px;
    border-radius: 3px;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    line-height: 20px;
}

.block-tabs .i-more {
    border-left: 4px solid #959595;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    font-size: 0;
    vertical-align: middle;
    margin-left: 5px;
}

.block-tabs .active .sp-tab {
    background: #3385ff;
    color: #fff;
}

/* 内容部分 */

.container {
    overflow: hidden;
    width: 1181px;
    margin: 20px auto 0;
}

.container .main-content {
    float: left;
    display: inline;
    width: 980px;
    overflow: hidden;
}

.container-bb {
    padding-top: 25px;
}

.container-bb .main-content {
    margin-left: -5px;
    width: 960px;
}

.container .side-content {
    float: right;
    display: inline;
    width: 180px;
    overflow: hidden;
}

.container-bb .side-content {
    width: 260px;
    margin-left: -20px;
    margin-right: -32px;
}

/* 访问出错图片区 */

.v2-none-result {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 22px;
    background-color: #fff;
}

.left-bar {
    float: left;
    overflow: hidden;
    height: 170px;
    width: 444px;
}

.main-tips {
    width: 40%;
    float: left;
}

.noresult-tip {
    width: 50%;
    height: 94px;
    margin: 0 auto;
    padding-top: 78px;
    background: url(https://list-video.xiaodutv.com/error/img/none.gif) no-repeat 0 center;
}

.small-pic {
    background: url(https://list-video.xiaodutv.com/error/img/none-small.png) no-repeat 0 center;
    margin: 0 auto;
}

/* 大图文字1 */

.noresult-tip-error {
    float: left;
    font-size: 24px;
    margin: 54px 0 34px 0;
    color: #5a5a5a;
}

/* 大图文字2  */

.noresult-tip-hint {
    float: left;
    font-size: 14px;
    color: #999999;
}

.noresult-tip-hint a {
    color: #3385ff;
}

/*  热门排行榜 */

.v2-sidebar-content .block {
    margin-bottom: 20px;
    padding-bottom: 20px;
}


.v2-sidebar-content .v2-top-list {
    background-color: #fff;
}

.v2-sidebar-content .v2-top-list a {
    display: block;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.v2-sidebar-content .v2-top-list .top-cover img {
    width: 100%;
    height: 100%;
}

.v2-sidebar-content .v2-top-list li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.v2-sidebar-content .v2-top-list .active .top-info span {
    width: 24px;
    height: 24px;
    line-height: 24px;
}
.v2-sidebar-content .v2-top-list .active .top-info p {
    padding-left: 10px;
    height: 24px;
    line-height: 24px;
}
.v2-sidebar-content .v2-top-list .top-info span.top3 {
    background-color: #ff6000;
}

.v2-sidebar-content .v2-top-list .top-info span {
    float: left;
    width: 16px;
    height: 16px;
    color: #fff;
    background-color: #a6a6a6;
    line-height: 16px;
    text-align: center;
}

.v2-sidebar-content .v2-top-list .active .top-cover {
    display: block;
}

.v2-sidebar-content .v2-top-list .top-cover {
    width: 100%;
    height: 101px;
    overflow: hidden;
    position: relative;
    display: none;
}

.v2-sidebar-content .v2-top-list .active .s-play,
.v2-sidebar-content .v3-top-list .active .s-play {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background: url(https://list-video.xiaodutv.com/error/img/s-play.png) no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://list-video.xiaodutv.com/error/img/s-play.png', sizingMethod='crop');
}

.v2-sidebar-content .v2-top-list .active:hover .s-play,
.v2-sidebar-content .v3-top-list .active:hover .s-play {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.v2-sidebar-content .v2-top-list .top-info {
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 12px;
    padding: 0 12px;
}

.v2-sidebar-content .v2-top-list .active .top-info {
    padding: 0;
    height: 24px;
    line-height: 24px;
    margin-top: -24px;
    background-color: rgba(0, 0, 0, .65);
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
    LINE-HEIGHT: 25px;
    WIDTH: 100%;
    BOTTOM: 0px;
    COLOR: #fff;
    LEFT: 0px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.v2-sidebar-content .v2-top-list .active .top-info span {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.v2-sidebar-content .v2-top-list .top-info span.top3 {
    background-color: #ff6000;
}

.v2-sidebar-content .v2-top-list .active .top-info span {
    width: 24px;
    height: 24px;
    line-height: 24px;
}

.v2-sidebar-content .v2-top-list .top-info p {
    padding-left: 8px;
    width: 131px;
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.v2-sidebar-content .v2-top-list .active {
    padding-top: 0;
    padding-bottom: 0;
}

/* 侧边栏2 */

.v2-sidebar-content .v3-top-list {
    display: block;
    background-color: #fff;
    padding-bottom: 4px;
}

.v2-sidebar-content .v3-top-list a {
    display: block;
    position: relative;
    font-size: 12px;
    cursor: pointer;
}

.v2-sidebar-content .v3-top-list li:hover a {
    color: #3083fd;
}

.v2-sidebar-content .v3-top-list .active {
    padding-top: 0;
    padding-bottom: 0;
}

.v2-sidebar-content .v3-top-list .active {
    margin-bottom: 15px;
}

.v2-sidebar-content .v3-top-list li {
    padding-top: 8px;
    padding-bottom: 8px;
}

.v2-sidebar-content .v3-top-list .top-cover {
    width: 100%;
    height: 101px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.v2-sidebar-content .v3-top-list .active .top-cover {
    display: block;
}

.v2-sidebar-content .v3-top-list .top-cover .img-blur-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}

.v2-sidebar-content .v3-top-list .top-cover .img-scroll-item {
    height: 120%;
    max-width: none;
    position: relative;
}

.v2-sidebar-content .v3-top-list .active .top-info {
    padding: 0 6px;
    height: 24px;
    line-height: 24px;
    margin-top: -24px;
    background-color: #000;
    background-color: rgba(0, 0, 0, .65);
    position: relative;
    z-index: 2;
    color: #fff;
}

.v2-sidebar-content .v3-top-list .top-info {
    line-height: 16px;
    height: 16px;
    overflow: hidden;
    font-size: 12px;
    padding: 0 6px 0 25px;
}

.v2-sidebar-content .v3-top-list .active .top-info p {
    height: 24px;
    line-height: 24px;
}

.v2-sidebar-content .v3-top-list .top-info p {
    font-size: 13px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.v2-sidebar-content .v3-top-list .top-info i.top3 {
    position: absolute;
    left: 12px;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #5c9dff;
}

/* 侧边栏3 最新 */

.v2-sidebar-content .sd-top-tabs-newest {
    position: relative;
    float: right;
    width: 120px;
    margin-top: -41px;
}

.v2-sidebar-content .sd-top-tabs-newest li {
    float: left;
    width: 33.33333333%;
}

.v2-sidebar-content .sd-top-tabs-newest li a {
    display: block;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

.v2-sidebar-content .sd-top-tabs-newest li.active a {
    color: #fff;
    background: #3083fd;
    border-radius: 2px;
}

/**
* 达人
*/
.daren {
    width: 100%;
    overflow: hidden;
    _position: relative;
    margin-bottom: 40px;
  }
  .daren .block-tabs .block-tab {
    line-height: 30px;
  }
  .daren .list-movie li .txt {
    position: relative;
  }
  .daren .list-movie li .txt .score {
    position: absolute;
    right: 5px;
    color: #fe3732;
    font-size: 14px;
  }
  .daren .darenscroll {
    position: relative;
    overflow: hidden;
    height: 320px;
  }
  .daren .darenscroll li {
    float: left;
    width: 180px;
    padding-right: 20px;
    margin: 0;
  }
  .daren .darenscroll li:hover .pic img {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
    -webkit-filter: saturate(1.2) contrast(1.2) brightness(1.1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .daren .darenscroll li .pic {
    height: 318px;
    display: block;
    position: relative;
    width: 180px;
    overflow: hidden;
    border: 1px solid #fff;
  }
  .daren .darenscroll li .pic img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -webkit-transition: box-shadow 1s ease-out, transform 0.1s ease-out, -webkit-filter 0.7s ease-out;
    -moz-transition: box-shadow 1s ease-out, transform 0.1s ease-out, -webkit-filter 0.7s ease-out;
    -ms-transition: box-shadow 1s ease-out, transform 0.1s ease-out, -webkit-filter 0.7s ease-out;
    transition: box-shadow 1s ease-out, transform 0.1s ease-out, -webkit-filter 0.7s ease-out;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
  }
  .daren .darenscroll li .pic .img-mask {
    height: 90px;
  }
  .daren .darenscroll li .pic:hover .img-mask {
    display: block;
  }
  .daren .list-talent {
    width: 2700px;
    height: 320px;
    margin: 0;
  }
  .daren .list-talent li .pic {
    height: 318px;
  }
  .daren .list-talent li .pic .icon-play {
    z-index: 4;
  }
  .daren .list-talent li .pic .img-mask {
    height: 90px;
  }
  .daren .list-talent li .pic .video-playnum {
    width: 100%;
    height: 20px;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 0;
    background: url(playtimes.png) no-repeat 8px center;
    font-size: 12px;
    text-indent: 33px;
    color: #fff;
    line-height: 20px;
  }
  .daren .list-talent li .pic .video-title {
    position: absolute;
    bottom: 37px;
    left: 0;
    z-index: 2;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 8px;
  }
  .daren .list-talent li:hover .pic {
    box-shadow: 0 7px 10px -8px #000;
  }
  .daren .list-talent li:hover .video-title {
    color: #30a4fd;
  }
  .daren .list-talent li:hover .icon-play {
    filter: alpha(opacity=100);
    display: block;
    opacity: 1;
  }
  .daren .list-talent li.n-more {
    margin-right: 0;
  }
  .daren .list-talent li.n-more .video-count {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #000;
    bottom: 60px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
  }
  .daren .list-talent li.n-more .video-count i {
    font-style: normal;
    color: #ce0000;
  }
  .daren .list-talent li.n-more .watch-more {
    position: absolute;
    z-index: 1;
    width: 80px;
    height: 24px;
    bottom: 24px;
    left: 50%;
    margin-left: -40px;
    border: solid 1px #000;
    line-height: 24px;
    color: #000;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
  }
  .mod-videos-6 {
    width: 1180px;
    overflow: hidden;
    _position: relative;
  }
  .mod-videos-6 .bd {
    width: 1187px;
  }
  .mod-videos-6 .bd .n5 {
    margin-right: 0;
  }
  .mod-videos-6 .bd .list-ugc li .txt,
  .mod-videos-6 .bd .list-movie li .txt,
  .mod-videos-6 .bd .list-movie-douban li .txt {
    position: relative;
  }
  .mod-videos-6 .bd .list-ugc li .txt .score,
  .mod-videos-6 .bd .list-movie li .txt .score,
  .mod-videos-6 .bd .list-movie-douban li .txt .score {
    position: absolute;
    right: 5px;
    color: #fe3732;
    font-size: 14px;
  }
  .mod-videos-6 .bd .list-no-sub-title .txt .title {
    white-space: normal;
  }
  .side .list-movie li .txt {
    position: relative;
  }
  .side .list-movie li .txt .score {
    position: absolute;
    right: 5px;
    color: #fe3732;
    font-size: 14px;
  }
  #channel_countryside_daren .list-talent li.n17 {
    padding-right: 0;
  }
  #channel_countryside_daren .hd {
    height: 58px;
    line-height: 24px;
  }
  #channel_countryside_daren .hd h2 {
    color: #0785d4;
    float: left;
    margin: 15px 16px 0 0;
    line-height: 28px;
  }
  #channel_countryside_daren .hd h2 a {
    color: #0785d4;
    font-size: 28px;
  }
  #channel_countryside_daren .hd a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
  }
  #channel_countryside_daren .more {
    float: left;
    padding: 0 7px 0 9px;
    background: url(../../static/img/icon/more.gif) 100% 50% no-repeat;
    margin-top: 19px;
  }
  



/* 今日热点 */

.hot-today {
    height: 600px;
}

.hot-today-head {
    height: 58px;
}

.hot-today-head .hot-today-wrap {
    overflow: hidden;
    padding-top: 20px;
}

.hot-today-head .hot-today-wrap .hot-today-tab,
.hot-today-head .hot-today-wrap .hot-today-more {
    float: left;
    line-height: 20px;
    color: #555;
    padding: 0 6px;
    margin-right: 13px;
    font-size: 13px;
    cursor: pointer;
}

.hot-today-head .hot-today-wrap .hot-today-tab:hover,
.hot-today-head .hot-today-wrap .hot-today-hover {
    background-color: #3081FA;
    color: #fff;
    border-radius: 3px;
}

.hot-today-head .hot-today-wrap .hot-today-tab:hover .a-today-tab,
.hot-today-head .hot-today-wrap .hot-today-hover .a-today-tab {
    color: #fff;
}

.hot-today-hover a {
    color: #fff;
}

.hot-today-title {
    float: left;
    line-height: 20px;
    border-left: 4px solid #397BFC;
    margin: 18px 15px 0 0;
    color: #555;
    font-size: 21px;
    padding-left: 5px;
}

.hot-today-body .body-main {
    position: relative;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel {
    width: 380px;
    height: 327px;
    overflow: hidden;
}

.hot-today-body .body-main .focus-carousel {
    position: relative;
    height: 323px;
    overflow: hidden;
    background-color: #fff;
}

.hot-today-body .body-main .focus-carousel .carousel-list .carousel-li {
    float: left;
    width: 380px;
}

.hot-today-body .body-main .focus-carousel .carousel-list .a-carousel-poster {
    display: block;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel .carousel-list .a-carousel-poster {
    height: 271px;
}

.focus-carousel .carousel-list .a-carousel-poster {
    display: block;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel .carousel-list .a-carousel-poster {
    height: 271px;
}

.focus-carousel .carousel-list .a-carousel-poster img {
    transition: all .2s;
    vertical-align: top;
}

.focus-carousel .carousel-list .a-carousel-poster:hover .icon-play {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hot-today-body .poster-li {
    float: left;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 15px;
    background-color: #fff;
}

.body-main .a-pic img {
    -webkit-transition: box-shadow 1s ease-out, transform .1s ease-out, -webkit-filter .7s ease-out;
    -moz-transition: box-shadow 1s ease-out, transform .1s ease-out, -webkit-filter .7s ease-out;
    -ms-transition: box-shadow 1s ease-out, transform .1s ease-out, -webkit-filter .7s ease-out;
    transition: box-shadow 1s ease-out, transform .1s ease-out, -webkit-filter .7s ease-out;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
}

.hot-today-body .a-pic .img-blur-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
}

.hot-today-body .a-pic .img-today-hot {
    height: 110%;
    max-width: none;
    vertical-align: middle;
    position: relative;
}

.hot-today-body .a-title {
    display: block;
    padding: 8px 5px;
}

.hot-today-body .a-title .title {
    line-height: 20px;
    height: 40px;
    font-size: 13px;
    overflow: hidden;
}

.hot-today-body .body-main .poster-list .poster-n0 .a-title .title {
    text-overflow: clip;
    white-space: normal;
}

.hot-today-body .poster-n0 {
    width: 380px;
    margin-bottom: 0;
}

.focus-carousel .control-carousel {
    display: none;
}

.focus-carousel .control-carousel .prev,
.focus-carousel .control-carousel .next {
    position: absolute;
    opacity: .3;
    filter: alpha(opacity=30);
    top: 117px;
    width: 26px;
    height: 52px;
    background: url(https://list-video.xiaodutv.com/error/img/icon_carousel.png) no-repeat 0 0;
    z-index: 5;
    cursor: pointer;
}

.focus-carousel .control-carousel .prev {
    left: 0;
    background-position: -5px -3px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.focus-carousel .control-carousel .next {
    right: 0;
    background-position: -72px -3px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.hot-today-head {
    height: 58px;
}

.hot-today-head .title-common {
    float: left;
    line-height: 20px;
    border-left: 4px solid #397BFC;
    margin: 18px 15px 0 0;
    color: #555;
    font-size: 21px;
    padding-left: 5px;
}

.hot-today-head .hot-today-wrap {
    overflow: hidden;
    padding-top: 20px;
}

.hot-today-head .hot-today-wrap .hot-today-tab,
.hot-today-head .hot-today-wrap .hot-today-more {
    float: left;
    line-height: 20px;
    padding: 0 6px;
    margin-right: 13px;
    font-size: 13px;
    cursor: pointer;
}

.hot-today-head .hot-today-wrap .i-more {
    border-left: 4px solid #959595;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    font-size: 0;
    vertical-align: middle;
    margin-left: 5px;
}

.hot-today-head .hot-today-wrap .hot-today-tab:hover,
.hot-today-head .hot-today-wrap .hot-today-hover {
    background-color: #3081FA;
    color: #fff;
    border-radius: 3px;
}

.hot-today-head .hot-today-wrap .hot-today-tab:hover .a-today-tab,
.hot-today-head .hot-today-wrap .hot-today-hover .a-today-tab {
    color: #fff;
}

.hot-today-head .hot-today-wrap .hot-today-tab:hover .i-more,
.hot-today-head .hot-today-wrap .hot-today-hover .i-more {
    border-left-color: #fff;
}

.hot-today-head .hot-today-wrap .a-today-tab {
    outline: none;
}

.hot-today-body .body-main {
    position: relative;
}

.hot-today-body .poster-list {
    display: none;
}

.hot-today-body .video-show {
    display: block;
}

.hot-today-body .poster-list:after {
    content: ' ';
    clear: both;
    display: block;
}

.hot-today-body .poster-li {
    float: left;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 15px;
    background-color: #fff;
}

.hot-today-body .poster-li:hover .icon-play {
    opacity: 1;
    filter: alpha(opacity=100);
}

.hot-today-body .poster-li:hover .a-title {
    box-shadow: 0 4px 10px -8px #000000;
    color: #3083FD;
}

.hot-today-body .poster-n0:hover .a-title {
    color: #555;
}

.hot-today-body .a-pic {
    display: block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    height: 100px;
    text-align: center;
}

.hot-today-body .a-pic .img-blur-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    filter: progid:dximagetransform.microsoft.blur(PixelRadius=5, MakeShadow=false);
}

.hot-today-body .a-pic .img-today-hot {
    height: 110%;
    max-width: none;
    vertical-align: middle;
    position: relative;
}

.hot-today-body .a-pic .st-dur {
    position: absolute;
    right: 5px;
    bottom: 2px;
    color: #fff;
    font-weight: normal;
    z-index: 1;
}

.hot-today-body .a-title {
    display: block;
    padding: 8px 5px;
}

.hot-today-body .a-title .title {
    line-height: 20px;
    height: 40px;
    font-size: 13px;
    overflow: hidden;
}

.hot-today-body .poster-n0 {
    width: 380px;
    margin-bottom: 0;
}

.hot-today-body .poster-n0 .a-pic {
    height: 271px;
}

.hot-today-body .poster-n3,
.hot-today-body .poster-n6,
.hot-today-body .poster-n11 {
    margin-right: 0;
}

.hot-today-body .poster-n8 {
    position: relative;
}

.hot-today-body .poster-list0 .poster-n8 {
    z-index: 3;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel {
    width: 380px;
    height: 327px;
    overflow: hidden;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel .carousel-list .a-carousel-poster {
    height: 271px;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel .carousel-list .a-title {
    height: auto;
}

.hot-today-body .body-main .poster-list .poster-n0 .focus-carousel .carousel-list .a-title .title {
    text-overflow: clip;
    white-space: normal;
}

/*
 * @file 焦点区.包括：轮播图、海报列表
 */

.focus-carousel {
    position: relative;
    height: 323px;
    overflow: hidden;
    background-color: #fff;
}

.focus-carousel:hover .control-carousel {
    display: block;
}

.focus-carousel .carousel-list .carousel-li {
    float: left;
    width: 380px;
}

.focus-carousel .carousel-list .carousel-li:hover .icon-play {
    opacity: 1;
    filter: alpha(opacity=100);
}

.focus-carousel .carousel-list .carousel-li:hover .title {
    color: #3083FD;
}

.focus-carousel .carousel-list .a-carousel-poster {
    display: block;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.focus-carousel .carousel-list .a-carousel-poster .adlog {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.focus-carousel .carousel-list .a-carousel-poster img {
    transition: all .2s;
    vertical-align: top;
}

.focus-carousel .carousel-list .a-carousel-poster .icon-play {
    position: absolute;
    top: 142px;
    left: 192px;
    width: 48px;
    height: 48px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .2s;
    background: url('https://list-video.xiaodutv.com/error/img/play.png') no-repeat 0 0;
}

.focus-carousel .carousel-list .a-title {
    display: block;
    padding: 8px 5px;
    height: 38px;
}

.focus-carousel .carousel-list .a-title .title {
    line-height: 20px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focus-carousel .carousel-list .a-title .intro {
    font-size: 12px;
    line-height: 18px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.focus-carousel .control-carousel {
    display: none;
}

.focus-carousel .control-carousel .prev,
.focus-carousel .control-carousel .next {
    position: absolute;
    opacity: 0.3;
    filter: alpha(opacity=30);
    top: 117px;
    width: 26px;
    height: 52px;
    background: url("https://list-video.xiaodutv.com/error/img/icon_carousel.png") no-repeat 0 0;
    z-index: 5;
    cursor: pointer;
}

.focus-carousel .control-carousel .prev:hover,
.focus-carousel .control-carousel .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.focus-carousel .control-carousel .prev {
    left: 0;
    background-position: -5px -3px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.focus-carousel .control-carousel .prev:hover {
    background-position: -5px -75px;
}

.focus-carousel .control-carousel .next {
    right: 0;
    background-position: -72px -3px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.focus-carousel .control-carousel .next:hover {
    background-position: -72px -75px;
}

.focus-carousel .carousel-previewer {
    position: absolute;
    right: 0;
    top: 255px;
}

.focus-carousel .carousel-previewer li {
    float: left;
    width: 8px;
    height: 8px;
    overflow: hidden;
    margin-right: 6px;
    border-radius: 4px;
    background: #8f9392;
    cursor: pointer;
}

.focus-carousel .carousel-previewer li.selected {
    background: #327ff1;
}

.poster-area .poster-list .poster-n11 {
    margin-right: 0;
}

 /* 猜你喜欢 */

.block-tabs .a-more:hover {
    color: #136ec3;
}

.guess-you-like .block-title {
    float: left;
}

.guess-you-like .poster-page .a-page {
    margin-top: -42px; 
}

.guess-you-like .block-content .videos-list {
    height: 279px;
    overflow: hidden;
    transition: all .3s;
}

.block-content .videos-list .video-item {
    float: left;
    margin-right: 20px;
}

.block-content .videos-list .view-box {
    height: 279px;
    display: block;
    width: 180px;
    cursor: pointer;
    position: relative;
    transition: box-shadow .2s linear;
}

.block-content .videos-list .view-box .view {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    transition: box-shadow 1s ease-out;
}

.block-content .videos-list .view-box .view img {
    height: 100%;
    width: 100%;
    transition: transform .1s ease-in, -webkit-filter 1s ease-out;
}

.block-content .videos-list .view-box .view .s-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.block-content .videos-list .view-box .view .s-play {
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    transition: opacity .2s linear;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    background: url("https://list-video.xiaodutv.com/error/img/s-play.png") no-repeat;
    _background-image: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://list-video.xiaodutv.com/error/img/s-play.png', sizingMethod='crop');
}

.block-content .videos-list .view-box .view:hover .s-play {
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.block-content .videos-list .view-box .view .info-bg {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    line-height: 18px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 0, 0, .8));
    background-image: -moz-linear-gradient(top, rgba(225, 225, 225, 0), rgba(0, 0, 0, .8));
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00ffffff', endColorstr='#80000000');
}

.block-content .videos-list .view-box .view .site {
    display: none;
    position: absolute;
    bottom: 6px;
    color: #fff;
    left: 5px;
}

.block-content .videos-list .view-box .view .info {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    padding: 1px 5px;
    color: #fff;
    font-size: 12px;
}

.block-content .videos-list .view-box .content {
    font-size: 12px;
    text-align: left;
    padding: 0 6px;
    height: 39px;
    line-height: 39px;
    background-color: #fff;
}

.block-content .videos-list .view-box .title {
    display: block;
    height: 39px;
    word-break: break-all;
    color: #343434;
    line-height: 39px;
    overflow: hidden;
    font-size: 13px;
}

.poster-page .a-page {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    width: 35px;
    height: 56px;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .8;
}

.poster-page .a-prev {
    left: 0;
    background-image: url(https://list-video.xiaodutv.com/error/img/prev.png);
}

.poster-page .a-prev:hover {
    left: 0;
    background-image: url(https://list-video.xiaodutv.com/error/img/prev-hover.png);
}

.poster-page .a-next {
    right: 0;
    background-image: url(https://list-video.xiaodutv.com/error/img/next.png);
}

.poster-page .a-next:hover {
    right: 0;
    background-image: url(https://list-video.xiaodutv.com/error/img/next-hover.png);
}

/* footer */

.footer {
    position: relative;
}

.footer {
    padding: 20px 0 30px;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #666;
}

.footer .links {
    margin-bottom: 5px;
    line-height: 28px;
}

.footer a {
    color: #222;
    text-decoration: none;
}