/*!* Copyright 2016-2018 http://v.shoutu.cn
* Email 726662013@qq.com,admin@shoutu.cn*/
@charset "utf-8";
html {
    height: 100%
}

body {
    margin: 0;
    background: #f4f5fd;
    font-family: helvetica neue, stheiti, 微软雅黑, microsoft yahei, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #666;
    background-attachment:fixed;
    background-size: cover;
    }
ul,
ol,
li,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}

dl {
    margin-top: 0;
    margin-bottom: 0
}

p {
    margin: 0 0 10px
}

img {
    border: 0;
    vertical-align: middle
}

img.img-responsive {
    max-width: 100%;
    width: 100%
}

input {
    outline: medium;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

input:focus {
    border-color: #f90;
    -webkit-box-shadow: inset 0 1px 1px rgba(255, 136, 0, .075), 0 0 8px rgba(255, 136, 0, .6)
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.topbar{
    position:fixed;
    top: 0;
    right:0;
    z-index: 999;
    color:#fff;
    background:#b72929;
    box-shadow:0 0 4px #000;
    height:34px;
    text-align: center;
    line-height: 34px;
    border-bottom-left-radius: 32px;
    transition:all linear .2s;
    cursor:pointer;
}
.topbar label{
    padding:0 2px 0 14px;
    cursor:pointer;
    display:block;
}
.topbar:hover label{
    padding-right: 10px;
}
.topbar label input{
    display:none;
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
header{
    box-shadow: 0 2px 2px #ccc;
    padding-top: 0;
    background: #fff;
    margin-bottom: 10px;
}
.container {
    width: 990px;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin: 0 auto;
}
.fr{
    float:right;
}
.fl{
    float:left;
}
.row {
    position: relative;
}

.container:before,
.container:after,
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    clear: both
}

h1 {
    font-size: 22px;
    line-height: 28px
}

h2 {
    font-size: 20px;
    line-height: 26px
}

h3 {
    font-size: 18px;
    line-height: 24px
}

h4 {
    font-size: 16px;
    line-height: 22px
}

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: transparent
}

a,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333
}

a:focus,
a:hover,
a:active {
    text-decoration: none;
    color: #f90
}
.pt10{
    padding-top:10px;
}
.col-pd {
    padding: 10px
}

.text-red {
    color: red
}

.text-muted {
    color: #999
}

.text-center {
    text-align: center
}

.split-line {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 1px;
    height: 14px;
    vertical-align: -2px;
    background-color: #eee
}

.stui-header__logo {
    float: left;
    margin-right: 30px
}

.stui-header__logo {
    width: 214px;
    margin-top: 4px
}

.stui-header__logo .logo {
    display: block;
    width: 214px;
    height: 56px;
}

.stui-header__menu {
    position: relative;
    padding-top: 10px;
}

.stui-header__menu li {
    float: left;
}

.stui-header__menu li a {
    display: inline-block;
    padding: 15px 16px;
    font-size: 15px;
    color: #333;
}

.stui-header__menu li.active a {
    color: #222;
    font-weight: bold;
}

.stui-header__menu .more {
    position: absolute;
    top: 0;
    right: 0;
    padding: 15px 20px;
    color: #999
}

.stui-header__search {
    position: relative;
    width: 180px;
    margin-top: 16px;
    border:1px solid #ccc;
}

.stui-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
}

.stui-header__search .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border: 0;
    cursor: pointer;
    background: url(../images/icon_seacrh.png) center no-repeat
}

.stui-header__user {
    float: right
}

.stui-header__user li {
    float: left;
    position: relative;
    padding: 21px 0 10px;
    margin-left: 30px
}

.stui-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)
}

.stui-header__user li:hover .dropdown {
    display: block
}

/***.stui-header__user li a.icon_gbook {
    background: url(../img/icon_gbook.png) no-repeat
}***/

.stui-header__user li span,
.stui-header__user li a {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-size: 28px !important;
    cursor: pointer
}

.stui-screen__list {
    position: relative;
    padding: 15px 0 5px;
    margin: 0 10px;
    background: #fff;
}

.stui-screen__list:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #eee
}


.stui-screen__list:first-child:before {
    display: none
}

.stui-screen__list li {
    float: left
}

.stui-screen__list li span {
    display: inline-block;
    padding: 3px 0
}

.stui-screen__list li a {
    display: inline-block;
    padding: 2px 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-radius: 2px
}

.stui-screen__list li.active a {
    background-color: #333;
    color: #fff
}

.stui-screen__list.letter-list li a {
    padding: 3px 5px
}

.stui-screen__list.letter-list li.active a {
    padding: 3px 10px
}

.stui-pannel {
    position: relative;
    margin-bottom: 10px;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

.stui-pannel:before {
    content: " ";
    position: absolute;
    left: 20px;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
}

.stui-pannel:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.stui-pannel:last-child:before {
    display: none
}

.stui-pannel-left {
    float: left;
    width: 70%
}

.stui-pannel-side {
    float: left;
    width: 30%
}

.stui-pannel__head {
    padding: 0 10px;
    margin-bottom: 10px;
    line-height: 25px
}

.stui-pannel__head .title {
    margin: 0;
    font-size: 20px;
}
.stui-pannel__head .text-muted a{
    margin:0 4px;
    font-size: 14px;
}
.stui-pannel__head .pull-right{
    font-size: 16px;
}
.stui-pannel__head .text-muted .active{
    font-weight: bold;
    color:#ffa500;
}
.stui-vodlist__item {
    position: relative;
    float: left;
    padding: 10px;
    width: 16.666666%
}

.stui-vodlist__item.active {
    width: 33.333333%
}

.stui-vodlist__thumb {
    position: relative;
    display: block;
    padding-top: 150%;
    background-position: 50% 50%;
    background-size: cover;
    overflow:hidden;
    background-image:url(../images/load.gif);
    background-repeat: no-repeat;
}

.stui-vodlist__thumb.active {
    padding-top: 50%;
    background-position: 50% 50%;
    background-size: cover
}

.stui-vodlist__thumb .play {
    transition:all .1s ease-in-out;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
    box-shadow: 0 0 4px #000;
    font-size: 14px;
    line-height: 1.94;
    overflow:hidden;
    color:#333;
    display: none;
}
.stui-vodlist__thumb.notext .play{
    background: none;
}
/*定义滚动条高宽及背景
 高宽分别对应横竖滚动条的尺寸*/
 .stui-vodlist__thumb .play ::-webkit-scrollbar
 {
     width:4px;
     height:4px;
     background-color:#F5F5F5;
 }
 /*定义滚动条轨道
  内阴影+圆角*/
  .stui-vodlist__thumb .play ::-webkit-scrollbar-track
 {
     -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);
     border-radius:10px;
     background-color:#F5F5F5;
 }
 /*定义滑块
  内阴影+圆角*/
  .stui-vodlist__thumb .play ::-webkit-scrollbar-thumb
 {
     border-radius:10px;
     -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);
     background-color:#555;
 }
.stui-vodlist__thumb .play_wp{
    position: absolute;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all 0.2s ease-in-out;    
}
.stui-vodlist__thumb .play_brief{
    position: relative;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
}

.stui-vodlist__thumb .play:hover .play_wp{
    width: 100%;
    padding: 10px 5px 10px 10px;
}

root:*{filter:none;}
.stui-vodlist__thumb .pic-text {
    z-index: 99;
    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, .6));
    color: #fff;
    background:rgba(14,14,14,.6);
    background-color:rgba(0, 0, 0, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#66000000', EndColorStr='#66000000');
    zoom: 1;
}

.stui-vodlist__title {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}
.stui-vodlist__actor {
    font-size: 14px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    color:#666;
}
.stui-vodlist__actor a{
    color:#666;
}
.stui-vodlist__text {
    padding: 0 10px
}

.stui-vodlist__text a {
    display: block;
    padding: 10px 0;
    border-top: 1px dotted #eee
}

.stui-content__detail,
.stui-content__thumb,
.stui-content__ad {
    display: table-cell;
    vertical-align: top
}

.stui-content__thumb .pic {
    display: block;
    width: 160px
}

.stui-content__detail {
    width: 520px;
    padding: 0 20px
}

.stui-content__detail .title {
    margin: 0 0 10px;
    line-height: 25px;
    color: #000
}

.stui-content__detail .data {
    margin-bottom: 10px
}

.stui-content__detail .data li {
    float: left;
    margin-right: 20px
}

.stui-content__detail .desc {
    padding-left: 42px
}

.stui-content__detail .desc .left {
    margin-left: -42px
}

.stui-content__detail .playbtn {
    padding-left: 42px;
    margin-top: 20px
}

.stui-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: #333;
    color: #fff
}

.stui-content__desc {
    line-height: 25px;
    color: #666
}

.stui-content__desc img {
    max-width: 100%
}

.stui-content__playlist {
    position: relative;
    padding: 10px 0 0 10px
}

.stui-content__playlist li {
    float: left;
    width: 20%;
    padding-bottom: 10px;
    padding-right: 10px
}

.stui-content__playlist li a {
    display: block;
    position: relative;
    padding: 5px 8px;
    text-align: center;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.stui-content__playlist li.active a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff
}

.stui-player__video {
    background-color: #000;
    box-shadow: 0 5px 30px rgba(0,0,0,.3);
}

.stui-player__detail .set {
    float: right
}

.stui-player__detail .set .cut {
    display: inline-block;
    margin-top: 5px;
    margin-right: 10px;
    width: 90px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 4px
}

.stui-player__detail .set .cut.app {
    display: none
}

.stui-page,
.stui-page-text {
    margin: 10px 0
}

.stui-page span,
.stui-page a {
    display: inline-block;
    margin-left: 10px;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eee
}

.stui-page span{
    background-color: #333;
    border: 1px solid #333;
    color: #fff
}

.stui-page-text {
    font-size: 0;
    text-align: center
}

.stui-page-text a,
.stui-page-text em,
.stui-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
}

.stui-page-text span.pagenow {
    background-color: #333;
    border: 1px solid #333;
    color: #fff
}

.stui-page-text .pagego {
    padding: 6px;
    margin-right: 5px;
    border-radius: 5
}

.stui-page-text .pagebtn {
    padding: 6px 12px;
    cursor: pointer
}

.stui-page-text input {
    display: none
}

.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%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.margin-0 {
    margin: 0 !important
}

.padding-0 {
    padding: 0 !important
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.stui-link__text li {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px
}

.hide,
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs,
.visible-mi {
    display: none !important
}

.stui-foot {
    padding: 20px;
    text-align: center;
    color: #999
}

.stui-news-nav li.active a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}
@media(max-width:1920px) {
    .container{
        width:1200px;
    }
}
@media(max-width:1440px) {
    .container{
        width:1100px;
    }
    .stui-vodlist__thumb .play{
        line-height: 2;
    }
}@media(max-width:1366px) {
    .stui-header__logo{
        width:154px;
        overflow: hidden;
    }
    .stui-header__search{
        width:160px;
    }
    .stui-header__user li{
        margin-left: 10px;
    }
    .container{
        width:1024px;
    }
    .stui-vodlist__thumb .play{
        line-height: 2;
    }
}
@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) {
    .stui-header__menu{
        width: 100%;
        padding-top: 10px;
    }
    .stui-header__user{
        display:none;
    }
    .container {
        width: 100%;
        margin: 0;
        padding-left: 20px;
        padding-right: 20px
    }
    .stui-pannel-left, .stui-pannel-side {
        float: none;
        width: 100%
    }
    .stui-header__top {
        height: 60px;
        padding: 0 10px
    }
    .stui-header__logo {
        margin: 10px 0 0;
        padding: 0
    }
    .stui-header__logo .logo {
        width: 148px;
        height: 35px;
        /***background:url(/images/logo_mobile.png) no-repeat;***/
        font-size: 24px;
        line-height: 25px;
        background-size: contain;
    }
    .stui-header__logo .logo span{
        font-size: 24px;
        line-height: 35px;
    }
    .stui-header__logo .logo img {
        max-width: 100%;
        display:none;
    }
    .stui-header__search {
        float: none;
        width: auto;
        margin: 5px 0 0;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        left: 167px
    }
    .stui-header__search .form-control {
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        padding: 6px 40px 6px 10px;
        border: 0
    }
    .stui-header__search .submit {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }
    .stui-header__user>
    li {
        padding: 15px 0 10px;
        margin-left: 10px
    }
    .stui-header__user>
    li>
    span {
        width: 24px;
        height: 24px;
        background-size: 24px!important
    }
    .stui-header__user>
    li .dropdown {
        right: 0
    }
    .stui-header__user>
    li .dropdown:before {
        right: 7px
    }
    .stui-header__menu {
        position: relative;
        margin: 0
    }
    .stui-header__menu:before, .stui-header__menu:after {
        display: none
    }
    .stui-header__menu ul {
        height: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
    .stui-header__menu ul li {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center
    }
    .stui-header__menu li a {
        display: block;
        padding: 0;
        line-height: 38px;
        font-size: 14px
    }
    .stui-screen__list {
        padding: 10px 0 0;
        margin: 0 0 0 5px;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
    }
    .stui-screen__list:first-child {
        padding-top: 5px
    }
    .stui-screen__list li {
        float: none;
        display: inline-block
    }
    .stui-screen__list li a {
        margin-left: 5px
    }
    .stui-screen__list li.active a {
        border-radius: 0;
        background: 0 0;
        color: #f90
    }
    .stui-vodlist__item {
        width: 25%
    }
    .stui-vodlist__item.active {
        width: 50%
    }
    .stui-content__detail {
        width: 100%
    }
    .stui-content__playlist li {
        width: 16.6666667%
    }
}
.btnTvShow{
    display:none;
}
@media(max-width:767px) {
    .stui-vodlist_home .aside{
        display:none;
    }
    .stui-vodlist_home .stui-vodlist__item:last-child{
        display:none;
    }
    .topbar{
        display:none;
    }
    .visible-xs {
        display: block!important
    }
    .hidden-xs {
        display: none!important
    }
    .stui-header__menu{
        width: 100%;
        padding-top: 10px;
        overflow-y: auto;
        white-space: nowrap;
    }
    .stui-header__menu li{
        margin-right: 10px;
    }
    header{
        margin-bottom: 10px;
    }

    .container {
        width: 100%;
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        border: 0;
        border-radius: 0
    }
    .row {
        border: 0;
        border-radius: 0
    }
    .col-pd {
        padding: 5px
    }
    .stui-header__top {
        height: 60px;
        padding: 0 10px
    }
    .stui-header__logo {
        margin: 10px 0 0;
        padding: 0
    }
    .stui-header__logo .logo {
        width: 148px;
        height: 35px;
        /***background:url(/images/logo_mobile.png) no-repeat;***/
        background-size: contain;
    }
    .stui-header__logo .logo img {
        max-width: 100%;
        display:none;
    }
    .stui-header__search {
        float: none;
        width: auto;
        margin: 5px 0 0;
        padding: 0;
        position: absolute;
        top: 10px;
        right: 10px;
        left: 167px
    }
    .stui-header__search .form-control {
        height: 30px;
        line-height: 30px;
        border-radius: 5px;
        padding: 6px 40px 6px 10px;
        border: 0
    }
    .stui-header__search .submit {
        top: 0;
        right: 0;
        width: 30px;
        height: 30px
    }
    .stui-header__user>
    li {
        padding: 15px 0 10px;
        margin-left: 10px
    }
    .stui-header__user>
    li>
    span {
        width: 24px;
        height: 24px;
        background-size: 24px!important
    }
    .stui-header__user>
    li .dropdown {
        right: 0
    }
    .stui-header__user>
    li .dropdown:before {
        right: 7px
    }
    .stui-header__menu {
        position: relative;
        margin: 0
    }
    .stui-header__menu:before, .stui-header__menu:after {
        display: none
    }
    .stui-header__menu ul {
        height: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
    .stui-header__menu ul li {
        display: block;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center
    }
    .stui-header__menu li a {
        display: block;
        padding: 0;
        line-height: 38px;
        font-size: 14px
    }
    .stui-pannel {
        padding: 5px
    }
    .stui-screen__list{
        margin: 0;
    }
    .stui-vodlist{
        margin:0 -5px;
    }
    .stui-pannel:before {
        left: 10px;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5)
    }
    .stui-pannel__head {
        padding: 0 5px;
        margin-bottom: 5px
    }
    .stui-pannel__head .title {
        font-size: 16px
    }
    .stui-vodlist__item {
        width: 33.333333%;
        padding: 5px
    }
    .stui-vodlist__item.active {
        width: 100%
    }
    .stui-content__thumb .pic {
        width: 120px
    }
    .stui-content__detail {
        padding: 0 10px
    }
    .stui-content__detail .data {
        margin-bottom: 5px
    }
    .stui-content__detail .playbtn {
        margin-top: 10px;
        padding: 0
    }
    .stui-content__detail .playbtn a {
        width: 90px;
        height: 28px;
        line-height: 28px
    }
    .stui-content__playlist {
        padding: 5px 0 0 5px
    }
    .stui-content__playlist li {
        width: 33.333333%
    }
    .stui-content__playlist li a {
        font-size: 12px
    }
    .stui-player__detail .set {
        float: none;
        padding: 10px;
        background-color: #f5f5f5;
        text-align: center
    }
    .stui-player__detail .set .cut {
        margin-top: 0;
        background-color: #fff
    }
    .stui-player__detail .set .cut.app {
        display: inline-block
    }
    .stui-player{
        margin:0 -10px;
    }
    .stui-pannel__head .pull-right{
        font-size: 12px;
    }
    .stui-link__text li {
        margin-right: 10px;
        margin-bottom: 5px
    }
    .stui-page li {
        float: left;
        width: 20%;
        margin: 0;
        padding: 0 5px
    }
    .stui-page li a, .stui-page__box li .num {
        display: block;
        padding: 5px 0;
        text-align: center
    }
    .stui-page li.page-item {
        width: auto;
        margin-bottom: 5px
    }
    .stui-page li.page-item a {
        padding: 5px 15px
    }
    .stui-page-text {
        text-align: left
    }
    .stui-page-text a, .stui-page-text em, .stui-page-text span {
        margin-right: 5px;
        margin-bottom: 5px
    }
    .btnTvShow{
        display:block;
        position:fixed;
        bottom:30px;
        right:30px;
        background:#027194;
        z-index: 100;
        color:#fff;
        overflow: visible;
    }
    .btnTvShow .hd{
        padding:0 15px;
        height:52px;
        line-height: 52px;
    }
    .btnTvShow .bd{
        display:none;
        position:absolute;
        bottom:52px;
        right:0;
        background:#027194;
        border:1px solid #ccc;
        background:#fff;
        color:#333;
        box-shadow: 0 0 3px #ccc;
    }
    .btnTvShow .bd .item{
        padding:0 20px;
        white-space: nowrap;
        line-height: 52px;
        border-bottom:1px solid #ccc;
    }
    .btnTvShow .bd .active{
        color:#027194;
    }

}
@media screen and (min-width:768px){
    .stui-vodlist__thumb:hover{
        background-color: #420137;
        background-blend-mode:exclusion;
        box-shadow: 0 0 4px rgba(0,0,0,.6);
    }
    .stui-vodlist__thumb.notext:hover{
        background-blend-mode:unset;
    }
    .stui-vodlist__thumb:hover .play {
        display:block;
        display: -webkit-box;
        margin-top: 0;
        text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    }
    .stui-vodlist__thumb:hover .pic-text{
        display:none;
    }
    .stui-vodlist_home .stui-vodlist{
            float: left;
            width: 80%;
    }
    .stui-vodlist_home .stui-vodlist__item{
        width: 20%;
    }
    .stui-vodlist_home .aside{
        width: 20%;
        float: right;
        padding:0 10px 0 10px;
        font-size: 14px;
        line-height: 1.8;
        margin-top: -20px;
    }
    .stui-vodlist_home .aside__item{
        margin-bottom: 8px;
        overflow: hidden;
        display:flex;
        flex-flow:row nowrap;
        align-items:center;
        opacity:.8;
    }
    .stui-vodlist_home .aside .num{
        background: #6076b7;
        color:#fff;
        font-size: 14px;
        font-weight: 200;
        float: left;
        width: 28px;
        text-align: center;
        margin-right: 5px;
        height:22px;
        line-height: 22px;
        border-radius: 4px;
    }
    .stui-vodlist_home .aside a{
        display:flex;
        justify-content:space-between;
        width:100%;
        color:#333;
    }
    .stui-vodlist_home .aside__item:hover{
        opacity: 1;
    }
    .stui-vodlist_home .name{
        max-width: 130px;
    }
    .stui-vodlist_home .note{
        width:26px;
        font-family: Georgia;
        text-align: right;
        color:#155f14;
    }
    .stui-vodlist_home .name,.stui-vodlist_home .note{
        display:block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }
    .stui-vodlist_home .aside li:nth-child(-n+3) .num{
        background: #f16f6f;
    }
}

    @-webkit-keyframes yaobai {
        0% {
            transform: translateX(-4px);
        }

        80% {
            transform: translateX(10px);
        }

        100% {
            transform: translateX(-4px);
        }
    }

    .tip_witch_line {
        color: #f00;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        animation: yaobai 1s linear infinite;
    }

    .tip_witch_line .hand {
        font-size: 18px;
        display: inline-block;
        margin-top: -.4em;
    }
    .stui-player__detail .data:hover{
        cursor: pointer;
    }
    .stui-player__detail .data .curr{
            color: #f00;
            font-weight: bold;
    }
    @-webkit-keyframes slideInDown {
        from {
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          visibility: visible;
        }
      
        to {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      
      @keyframes slideInDown {
        from {
          -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          visibility: visible;
        }
      
        to {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
        }
      }
      
      .slideInDown {
        -webkit-animation-name: slideInDown;
        animation-name: slideInDown;
      }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
      }
      
      .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
      }
@font-face {font-family: "iconexport";
    src: url('iconexport/iconexport.eot?t=1584521882010'); /* IE9 */
    src: url('iconexport/iconexport.eot?t=1584521882010#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('iconexport/iconexport.woff2?t=1584521882010') format('woff2'),
    url('iconexport/iconexport.woff?t=1584521882010') format('woff'),
    url('iconexport/iconexport.ttf?t=1584521882010') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS
    4.2+ */
    url('iconexport.svg?t=1584521882010#iconfont') format('svg'); /* iOS 4.1- */
}
.logo span{
    font-family: "iconexport" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 38px;
    line-height: 56px;
    font-family: 'Lucida Handwriting';

}   