@charset "utf-8";body,html {
    width: 100%;
    height: 100%
}

@font-face {
    font-family:"CustomFont";
    /*src: url('//eliteres.fanruan.com/office/2024/10/16/6b34dd97-6b48-4e89-ba19-3f749fb47325.woff2') format('woff2');*/
    font-weight: normal;
    font-style: normal;
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
}


/*全站字体替换*/ 
/*@font-face { */
/*    font-family:"zti"; */
/*    src: url('../font/two.ttf'); } */
/*    div,blockquote,span,a{ font-family:"zti"!important; } */
/*全站字体替换*/

body {
    margin: 0;
    font-family: -apple-system-font,BlinkMacSystemFont,helvetica neue,pingfang sc,hiragino sans gb,microsoft yahei ui,microsoft yahei,Arial,sans-serif;
    font-size: 14px;
    line-height: 140%;
    color: #444;
    background-color: #f0f0f0;
}

body:after {
    content: "";
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #29262d;
    background: -webkit-linear-gradient(top,#ffffff,#f0f0f0);
    background: -o-linear-gradient(top,#ffffff,#f0f0f0);
    background: -moz-linear-gradient(top,#ffffff,#f0f0f0);
    background: linear-gradient(top,#ffffff,#f0f0f0)
}

ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,tr {
    margin: 0;
    padding: 0;
    font-weight: 400
}

input,select {
    font-size: 12px;
    vertical-align: middle;
    border: none
}

ul,li {
    list-style-type: none
}

img {
    border: 0
}

p {
    margin: 0 0 10px
}

* {
    -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 {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    position: relative;
    margin-right: -15px;
    margin-left: -15px
}

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

.nopc {
    display: none!important
}

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: 700;
    margin-top: 10px;
    margin-bottom: 10px
}

a,button {
    text-decoration: none;
    color: #444;
    outline: none;
    -webkit-tap-highlight-color: transparent
}

button:hover {
    cursor: pointer
}

a:focus,a:hover,a:active {
    text-decoration: none;
    color: #59d2fa;

}

.texiao:hover  {
    text-decoration: none;
    color: #59d2fa;
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgb(89 210 250 / .2);
    /*-webkit-transform: scale(1.05);*/
    /*-ms-transform: scale(1.05);*/
    /*transform: scale(1.05);*/
}

.stui-vodlist__detail .title a {
    transition: color 0.3s ease;
}

.stui-vodlist__box:hover .stui-vodlist__detail .title a {
    color: #59d2fa;
}

/*.texiao {
    overflow: hidden;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}*/

.dpplay .active small {

    background: linear-gradient(to right, #59d2fa 0%, #59d2fa 100%);
    color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .2);
}
 .active small {
    background: #d8d8d8;
    color: #757575;
    position: relative;
    right: 0px;
    top: -10px;
    transform: scale(.7);
    transform-origin: top right;
    font-weight: 400;
    padding: 0 5px;
    border-radius: 8px 8px 8px 0;
    height: 10px;
    line-height: 10px;
    font-size: 8px;
}

.icon {
    font-size: 16px;
    vertical-align: -1px
}

.font-16 {
    font-size: 16px
}

.font-14 {
    font-size: 14px
}

.font-12 {
    font-size: 12px
}

.text-red {
    color: red
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.pull-right {
    float: right!important;
    color: #999
}

.pull-right1 {
    float: right!important;
    color: #999;
    padding-top: 5px;
    padding-right: 10px
}

.pull-right2 {
    float: right!important;
    color: #999;
    padding-top: 5px
}

.hide {
    display: none!important
}

.logo{position:relative;overflow:hidden;margin: 0px 0 0 0px;}.logo:before{content:""; position: absolute; left: -665px; top: -460px; width: 200px; height: 15px; background-color: rgba(255,255,255,.5); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation: searchLights 6s ease-in 0s infinite; -o-animation: searchLights 6s ease-in 0s infinite; animation: searchLights 6s ease-in 0s infinite;}@-moz-keyframes searchLights{50%{left: -100px; top: 0;} 65%{left: 120px; top: 100px;}}@keyframes searchLights{40%{left: -100px; top: 0;} 60%{left: 120px; top: 100px;} 80%{left: -100px; top: 0px;}}

.text-overflow {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.pic-text {
    display: block;
    border-radius: 0 0 7px 7px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    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,.5));
    color: #fff
}

.pic-text1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 44px;
    padding: 12px;
    top: 8px;
    background: 0 0;
    display: block;
    padding: 0
}

.pic-text1 b {
    background: rgba(0,0,0,.51);
    color: #c2c6d0;
    border-radius: 10px 0 0 10px;
    max-width: 100%;
    padding: 0 5px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block!important;
    float: right;
    margin: 0
}

.pic-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 2px 8px;
    font-size: 12px;
    border-radius: 0 0 0 8px;
    background-color: #f90;
    color: #fff
}

.stui-pannel {
    margin-bottom: 20px
}

.stui-foot {
    margin-top: 30px;
    margin-bottom: 30px
}

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

input.form-control,input.btn {
    outline: 0;
    -webkit-appearance: none
}

input[type=checkbox] {
    vertical-align: -2px
}

.form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 4px;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

textarea.form-control {
    height: auto
}

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

.stui-header {
    margin: 30px 0 20px
}

.stui-header__logo,.stui-header__menu {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.bounce {
    -webkit-animation:bounce 1s .1s ease both;
    -moz-animation:bounce 1s .1s ease both;
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform:scale(1)
    }
    10%, 20% {
        -webkit-transform:scale(0.8) rotate(-2deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform:scale(1.0) rotate(2deg)
    }
    40%, 60%, 80% {
        -webkit-transform:scale(1.0) rotate(-2deg)
    }
    100% {
        -webkit-transform:scale(1) rotate(0)
    }
}

@media (max-width: 767px) {
    .stui-header__logo {
        margin-top: 0px;
    }
}

.stui-header__logo .logo {
    display: block;
    width: 120px;
    height: 40px;
    background: url(../img/logo.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.stui-header__menu {
    position: relative;
    margin-top: 15px;
    margin-left: 30px
}

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

.stui-header__menu li a {
    position: relative;
    font-size: 18px;
    color: #555
}

.stui-header__menu li a:hover,.stui-header__menu li.active a {
    color: #59d2fa
}

.stui-header__menu li.active a:before {
    content: " ";
    position: absolute;
    left: 30%;
    bottom: -10px;
    width: 40%;
    height: 3px;
    background-color: #59d2fa;
    border-radius: 2px
}

.stui_header__user {
    float: right;
    margin-top: 15px;
    margin-right: 10px
}

.stui_header__user>li {
    position: relative;
    float: left;
    padding-bottom: 10px;
    margin-left: 30px
}

.stui_header__user>li>a {
    color: #555
}

.stui_header__user>li>a:hover {
    color: #59d2fa
}

.stui_header__user>li>a .iconfont {
    font-size: 22px
}

.stui_header__user>li>span {
    font-size: 24px;
    color: #555
}

.stui-player__detail>div>a .iconfont {
    font-size: 12px;
    font-weight: bold;
}

.dropdown {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    padding: 15px;
    border-radius: 2px;
    background-color: #f0f0f0;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.dropdown:after {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    right: 15px;
    background-color: #f0f0f0
}

.dropdown.search {
    right: -10px
}

.dropdown.search .item {
    position: relative;
    width: 200px
}

.dropdown.search .item .form-control {
    background-color: #fff
}

.dropdown.search .item .submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: 0 0;
    border: 0;
    cursor: pointer
}

.dropdown.search .item .submit .icon {
    font-size: 14px;
    color: #999
}

.dropdown.search li {
    padding: 10px 5px;
    border-top: 1px solid #dfdfdf
}

.dropdown.search li:first-child {
    border-top: 0
}

.dropdown.search li a {
    display: block
}

.dropdown.search li a:hover {
    color: #59d2fa
}

.dropdown.search li a span {
    color: #999
}

.dropdown.type {
    right: -10px;
    width: 240px;
    padding: 15px 7px 7px 15px
}

.dropdown.type li {
    float: left;
    width: 33.333333%;
    padding-right: 8px;
    padding-bottom: 8px
}

.dropdown.type li a {
    display: block;
    padding: 5px 0;
    border-radius: 2px;
    background-color: #fff;
    font-size: 12px;
    text-align: center
}

.dropdown.type li a:hover,.dropdown.type li.active a {
    background-color: #59d2fa;
    color: #fff
}

.dropdown.history {
    right: -10px;
    width: 240px
}

.dropdown.history .head h5 {
    margin: 0;
    padding-bottom: 10px
}

.dropdown.history .head a {
    color: #59d2fa
}

.dropdown.history li a {
    display: block;
    padding: 8px 0;
    border-top: 1px solid #eee;
    color: #333
}

.dropdown.history li a:hover {
    color: #59d2fa
}

.dropdown.history li a span {
    color: #999
}

.stui-screen {
    padding: 10px
}

.stui-screen .head {
    padding: 15px;
    border-radius: 2px;
    background-color: #f7f7f7;
    box-shadow: 0 3px 4px rgba(26, 26, 26, .1);
}

.stui-screen .head .text,.stui-screen .head .all {
    color: #444
}

.stui-screen .head a {
    color: #444
}

.stui-screen .item {
    display: block
}

.stui-screen .item ul {
    padding: 15px;
    border-bottom: 1px solid #f0f0f0
}

.stui-screen .item ul li {
    float: left
}

.stui-screen .item ul li a {
    display: inline-block;
    padding-left: 20px
}

.stui-screen .item ul li a,.stui-screen .item ul li span {
    color: #444
}

.stui-screen .item ul li.active a,.stui-screen .item ul li a:hover {
    color: #59d2fa
}

.stui-vodlist__head {
    margin-top: 30px;
    padding: 0 10px
}

.stui-vodlist__head h2,.stui-vodlist__head h2 a {
    color: #000;
    font-weight: 700
}

.stui-vodlist__head p {
    padding-left: 20px
}

.stui-vodlist__head p a {
    display: inline-block;
    margin-right: 20px
}

.stui-vodlist li {
    float: left;
    padding: 10px;
    width: 16.6666667%
}

.stui-vodlist li.index {
    width: 33.333333%
}

.stui-vodlist li.like {
    width: 50%;
    padding: 5px
}

.stui-vodlist li.topic {
    width: 25%
}

.stui-vodlist__thumb {
    display: block;
    position: relative;
    padding-top: 140%;
    border-radius: 8px;
    background: url(../img/thumbnail.svg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-shadow: 0 3px 4px rgb(26 26 26 / 23%);
}

.stui-vodlist__thumb.active {
    padding-top: 60%;
    background: url(../img/thumbnail.svg) no-repeat;
    background-position: 50% 50%;
    background-size: cover
}

.stui-vodlist__thumb .play {
    /*display: none;*/
    position: absolute;
    top: 0;
    z-index: 1;
    border-radius: 7px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.1) url(../img/play.png) center no-repeat;
    opacity: 0;
    transition: opacity 1s;
}

.stui-vodlist__thumb:hover .play {
    /*display: block;*/
    opacity: 1;
}

.stui-vodlist__detail {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.stui-vodlist__detail .title {
    margin: 0
}

.stui-vodlist__detail .title a {
    font-size: 14px;
    color: #282828;
    font-weight: 700
}

.stui-vodlist__detail .title a:hover {
    color: #59d2fa
}

.stui-vodlist__detail .text {
    margin-top: 3px;
    color: rgba(0,0,0,.4)
}

.stui-vodlist__detail.index {
    padding: 5px 10px
}

.stui-vodlist__detail.index .title {
    margin: 10px 0;
    font-size: 16px;
    text-align: left
}

.stui-vodlist__detail.index .title .score {
    font-size: 14px;
    color: #59d2fa
}

.stui-vodlist__detail.index .title .iconfont {
    color: #59d2fa
}

.stui-vodlist__detail.index .text {
    margin-bottom: 8px;
    padding-left: 20px
}

.stui-content {
    padding: 10px
}

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

.stui-content__side p {
    padding: 0 30px
}

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

.stui-content__thumb .pic img {
    max-width: 100%;
    width: 220px;
    height: 307px;
    display: block;
}

.stui-content__side {
    width: 240px;
    padding-top: 80px;
    text-align: center;
    background-color: #ededed
}

.stui-content__detail {
    padding: 20px;
    width: 100%;
    background-color: #f7f7f7
}

.stui-content__detail .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #000
}

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

.stui-content__detail .data2 {
    color: #888
}

.stui-content__detail .data3 {
    color: #59d2fa
}

.stui-content__detail .data4 {
    font-size: 12px;
    color: #888
}

.stui-content__detail .desc {
    padding-left: 42px;
    line-height: 25px
}

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

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

.stui-content__detail .play-btn a {
    display: inline-block;
    padding: 8px 25px;
    margin-right: 5px;
    border-radius: 5px;
    background-color: #59d2fa;
    font-size: 14px;
    color: #fff;
    box-shadow: 0 3px 4px rgb(26 26 26 / 23%);
}

.stui-player {
    position: relative;
    z-index: 2;
    padding: 10px
}

.stui-player__video {
    background-color: #000
}

.stui-player__left {
    position: relative;
    float: left;
    width: 75%
}

.stui-player__side {
    position: relative;
    float: left;
    width: 25%;
    background-color: #333
}

.stui-player__side .tab {
    padding: 15px;
    border-bottom: 1px solid #434145
}

.stui-player__side .tab li {
    float: left;
    padding-right: 20px
}

.stui-player__side .tab li a {
    position: relative;
    font-size: 16px;
    color: #757575
}

.stui-player__side .tab li.active a:before {
    content: " ";
    position: absolute;
    left: 25%;
    bottom: -15px;
    width: 50%;
    height: 2px;
    background-color: #59d2fa
}

.stui-player__side .tab li.active a {
    color: #59d2fa
}

.stui-player__side .item {
    display: none;
    position: relative;
    padding: 15px 10px
}

.stui-player__side .item.active {
    display: block;
    scrollbar-color: #f0f0f0 #2b2b2b;
}

.stui-player__side .item .head {
    position: relative;
    color: #757575;
    padding-bottom: 10px;
    padding-right: 5px;
    font-size: 15px
}

.stui-player__side .item .head a {
    color: #757575
}

.stui-player__side .item .head h3 {
    margin: 0;
    padding-left: 5px;
    font-size: 14px
}

.stui-player__side .item .head .switch-line {
    margin-top: 5px
}

.stui-player__side .item .tab-top {
    display: none;
    position: absolute;
    z-index: 999;
    top: 100%;
    right: 0;
    padding: 10px 25px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,.2)
}

.stui-player__side .item .tab-top:after {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: -5px;
    right: 15px;
    background-color: #fff
}

.stui-player__side .item .tab-top li {
    line-height: 35px;
    border-bottom: 1px solid #eee;
    text-align: center
}

.stui-player__side .item .tab-top li:last-child {
    border-bottom: 0
}

.stui-player__side .item .tab-top li a {
    font-size: 14px
}

.stui-player__side .item .tab-top li a:hover {
    color: #59d2fa
}

.stui-player__side .cont {
    display: none
}

.stui-player__side .cont.active {
    display: block
}

.stui-player__detail {
    padding: 20px;
    background-color: #1c1b1e
}

.stui-player__detail .title {
    margin: 0 0 10px;
    font-size: 18px;
    color: #fff
}

.stui-player__detail .title a {
    color: #fff
}

.stui-player__detail .more {
    float: right;
    padding-top: 10px
}

.stui-player__detail .more a {
    display: inline-block;
    padding: 6px 15px;
    margin-left: 10px;
    border-radius: 2px;
    background-color: #252527;
    color: #999
}

.stui-player__detail .more a:hover {
    color: #59d2fa
}

.stui-player__detail .data {
    font-size: 14px;
    color: #888
}

.stui-player__detail .data a {
    color: #888
}

.stui-player__detail .data2 {
    font-size: 14px;
    color: #888
}

.stui-player__detail .data-more {
    padding-top: 10px;
    color: #888
}

.stui-player__detail .data-more a {
    color: #888
}

.stui-play__list li {
    float: left;
    width: 33.333333%;
    padding: 5px
}

.stui-play__list li.down {
    float: none;
    width: 100%
}

.stui-play__list li a {
    display: block;
    padding: 10px 5px;
    border-radius: 5px;
    text-align: center;
    background-color: #1c1b1e;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    color: #757575
}

.stui-play__list li a:hover {
    color: #59d2fa
}

.stui-play__list li a:visited {
    color: #444
}

.stui-play__list li.active a {
    background-color: #59d2fa;
    color: #fff
}

.stui-content__playlist li {
    float: left;
    width: 10%;
    margin: 0;
    padding: 0 5px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.stui-content__playlist li a {
    display: block;
    width: auto;
    text-align: center;
    padding: 10px 5px;
    background-color: #ededed;
    color: #555;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.stui-content__playlist li.active a {
    background-color: #59d2fa;
    color: #fff
}

.stui-content__playlist li a:hover {
    color: #59d2fa
}

.stui-content__playlist li a:visited {
    color: #c5c5c5
}

.stui-content__down {
    padding-right: 10px
}

.stui-content__down li {
    margin: 10px 0 0 10px;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 5px
}

.stui-content__down li span {
    display: inline-block
}

.down1 {
    width: 30%;
    line-height: 40px;
    text-align: center;
    background-color: #e9e9e9;
    border-radius: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.down1 a {
    color: #666;
    line-height: 40px
}

.down1 a:hover {
    color: #59d2fa
}

.down2 {
    width: 70%;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap
}

.down2 a {
    color: #666;
    line-height: 40px
}

.down2 a:hover {
    color: #59d2fa
}

.texiao:before {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0);transition: background .35s;border-radius: 8px;z-index: 2;max-width: 765px;margin: 0 auto;pointer-events:none;}
.texiao:after {content: '';position: absolute;top: 50%;left: 50%;width: 50px;height: 50px;margin: -25px 0 0 -25px;background:url(/statics/img/play.png);background-repeat: no-repeat;background-size: 100% 100%;z-index: 3;-webkit-transform: scale(2);transform: scale(2);transition: opacity .35s,-webkit-transform .35s;transition: transform .35s,opacity .35s;transition: transform .35s,opacity .35s,-webkit-transform .35s;opacity: 0;pointer-events:none;}
.texiao:hover:before{background:rgba(0,0,0,.2)}
.texiao:hover:after{-webkit-transform:scale(1);transform:scale(1);opacity:1}
.texiao:not(article):hover{opacity: 1;z-index: 99;border-radius: 8px;transform: translateY(-5px);animation: index-link-active 1s cubic-bezier(0.315, 0.605, 0.375, 0.925) forwards;}
@keyframes index-link-active {
    0%{transform: perspective(2000px) rotateX(0) rotateY(0) translateZ(0);}
    16%{transform: perspective(2000px) rotateX(10deg) rotateY(5deg) translateZ(32px);}
    100%{transform: perspective(2000px) rotateX(0) rotateY(0) translateZ(65px);}
}

.stui-page__item {
    margin: 20px 0
}

.stui-page__item li {
    display: inline-block;
    padding: 0 5px
}

.stui-page__item li a {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 4px;
    background-color: #e8e8e8;
    color: #666;
    box-shadow: 0 3px 4px rgba(26, 26, 26, .1);
}

.stui-page__item li.active a,.stui-page__item li.active span {
    background-color: #929292;
    color: #fff
}

.stui-page__item li a:hover {
    color: #59d2fa
}

.stui-page__item li.num {
    display: none
}

.stui-page__all a {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px
}

.stui-page__all a .iconfont {
    font-size: 50px;
    color: #444
}

.stui-page__all a:hover .iconfont {
    color: #59d2fa
}

.stui-page__all a.left {
    left: 0
}

.stui-page__all a.right {
    right: 0
}

.stui-link__text {
    margin: 30px 10px
}

.stui-link__text li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

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

.stui-gbook {
    padding: 10px
}

.stui-gbook-form {
    padding-bottom: 20px
}

.stui-gbook-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px
}

.stui-gbook-form textarea.form-control {
    height: auto
}

.stui-gbook-form li {
    margin-top: 15px
}

.stui-gbook-form li:first-child {
    margin-top: 0
}

.stui-gbook-form li .submit {
    padding: 0 25px;
    height: 35px;
    line-height: 35px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    background-color: #59d2fa;
    color: #fff
}

.stui-gbook__item {
    padding: 10px 0;
    border-top: 1px dotted #ddd
}

.stui-gbook__item .name {
    color: #757575
}

.stui-gbook__item .cont {
    position: relative;
    margin: 10px 0;
    padding: 20px;
    border-radius: 2px;
    background-color: #f0f0f0
}

.stui-gbook__item .cont:before {
    content: " ";
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-width: 1px 1px 0 0;
    position: absolute;
    top: -5px;
    left: 10px;
    border-style: solid;
    background-color: #f0f0f0;
    border-color: #f0f0f0
}

.stui-gbook__item .cont p {
    margin: 10px 0 0
}

@media(min-width: 768px) {
    .container {
        width:750px
    }
}

@media(min-width: 992px) {
    .container {
        width:920px
    }
}

@media(min-width: 1200px) {
    .container {
        width:1170px
    }
}

@media(max-width: 1200px) {
    .stui-page__all,.stui-content__side {
        display:none
    }

    .stui-vodlist__detail.index .title {
        margin: 8px 0;
        font-size: 16px;
        text-align: left
    }

    .stui-vodlist__detail.index .text {
        margin-bottom: 0;
        padding-left: 20px
    }

    .stui-header__menu {
        display: none
    }
}

@media(max-width: 1024px) {
    .stui-header {
        margin-top:20px
    }

    .stui-header__menu {
        display: none
    }

    .stui-screen .item ul {
        width: 100%;
        width: 100%;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch
    }

    .stui-screen .item ul::-webkit-scrollbar {
        display: none
    }

    .stui-screen .item ul li {
        float: none;
        display: inline-block;
        margin-bottom: 0
    }

    .stui-screen .item ul li a {
        padding-left: 10px
    }

    .stui-vodlist li {
        width: 25%
    }

    .stui-vodlist li.index {
        width: 50%
    }

    .stui-vodlist li.topic {
        width: 50%
    }

    .stui-vodlist li.like {
        width: 25%;
        padding: 5px
    }

    .stui-vodlist__detail.index .title {
        margin: 10px 0;
        font-size: 16px;
        text-align: left
    }

    .stui-vodlist__detail.index .text {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .stui-player__left {
        float: none;
        width: 100%
    }

    .stui-player__side {
        float: none;
        width: 100%;
        background-color: #f2f2f2
    }

    .stui-player__side .tab {
        padding: 15px;
        border-bottom: 1px solid #dfdfdf
    }

    .stui-player__side .tab li {
        float: left;
        padding-right: 20px
    }

    .stui-player__side .tab li a {
        position: relative;
        font-size: 16px;
        color: #444
    }

    .stui-player__side .tab li.active a:before {
        content: " ";
        position: absolute;
        left: 25%;
        bottom: -15px;
        width: 50%;
        height: 2px;
        background-color: #59d2fa
    }

    .stui-player__side .tab li.active a {
        color: #59d2fa
    }

    .stui-player__detail .more a.menu-switch {
        display: none
    }

    .stui-player__detail .title {
        margin: 0 0 5px
    }

    .stui-play__list li {
        width: 33.33%
    }

    .stui-play__list li.down {
        float: none;
        width: 100%
    }

    .stui-play__list li a {
        display: block;
        padding: 15px 5px;
        border-radius: 5px;
        text-align: center;
        background-color: #e5e5e5;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        color: #444
    }

    .stui-play__list li a:hover {
        color: #59d2fa
    }

    .stui-play__list li a:visited {
        color: #c5c5c5
    }

    .stui-play__list li.active a {
        background-color: #59d2fa;
        color: #fff
    }

    .stui-content__playlist {
        padding-right: 10px
    }

    .stui-content__playlist li {
        width: 33.33%;
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }

    .stui-content__playlist li a {
        display: block;
        width: auto;
        text-align: center;
        padding: 15px 5px
    }

    .stui-content__down {
        padding-right: 10px
    }

    .stui-content__down li {
        margin: 10px 0 0 10px;
        height: 50px;
        background-color: #f1f1f1;
        border-radius: 5px
    }

    .stui-content__down li span {
        display: inline-block
    }

    .down1 {
        width: 33.33%;
        line-height: 50px;
        text-align: center;
        background-color: #e9e9e9;
        border-radius: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }

    .down1 a {
        color: #666;
        line-height: 50px
    }

    .down1 a:hover {
        color: #59d2fa
    }

    .down2 {
        width: 66.66%;
        line-height: 50px;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }

    .down2 a {
        color: #666;
        line-height: 50px
    }

    .down2 a:hover {
        color: #59d2fa
    }

    .stui-link__text {
        display: none
    }

    .hidden-ps {
        display: none!important
    }
}

@media(max-width: 767px) {
    .stui-pannel__bd {
        padding:0 5px
    }

    .play-bg {
        display: none
    }

    .stui-foot {
        margin-top: 30px
    }

    .stui-header {
        margin-bottom: 10px
    }

    .stui-header__logo .logo {
        width: 90px;
        height: 30px;
        background: url(../img/logo.png) no-repeat;
        background-position: 50% 50%;
        background-size: cover
    }

    .stui_header__user {
        float: right;
        margin-top: 5px;
        margin-right: 10px
    }

    .stui_header__user>li {
        position: relative;
        float: left;
        padding-bottom: 10px;
        margin-left: 15px
    }

    .stui_header__user>li>a .iconfont {
        font-size: 22px
    }

    .stui_header__user>li>span {
        font-size: 18px;
        color: #555
    }

    .stui-screen {
        padding: 5px
    }

    .stui-screen .head {
        padding: 15px 10px
    }

    .stui-screen .head .all {
        display: none
    }

    .stui-screen .item ul {
        padding: 15px 10px
    }

    .stui-vodlist li {
        padding: 5px;
        width: 33.333333%
    }

    .stui-vodlist li.index {
        width: 100%
    }

    .stui-vodlist li.like {
        width: 33.333333%
    }

    .stui-vodlist__thumb.active {
        padding-top: 50%
    }

    .stui-vodlist__detail {
        padding: 5px 10px
    }

    .stui-vodlist__detail .title {
        font-size: 12px
    }

    .stui-vodlist__detail.index .title {
        margin: 5px 0;
        font-size: 16px;
        text-align: left
    }

    .stui-vodlist__detail.index .text {
        margin-bottom: 5px;
        padding-left: 20px
    }

    .stui-vodlist__head p {
        display: none
    }

    .stui-vodlist__thumb .play {
        display: none;
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%
    }

    .stui-content {
        padding: 0 5px
    }

    .stui-content__detail,.stui-content__thumb {
        display: block
    }

    .stui-content__thumb {
        position: absolute;
        top: 15px;
        right: 20px
    }

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

    .stui-content__thumb .pic img {
        max-width: 100%;
        border-radius: 2px;
        height: 170px;
        width: 120px;
    }

    .stui-content__detail {
        padding: 20px 10px
    }

    .stui-content__detail .title {
        margin: 0 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 65%;
    }

    .stui-player {
        padding: 0 5px
    }

    .stui-player__detail {
        padding: 10px;
        background-color: #f7f7f7
    }

    .stui-player__detail .title {
        margin: 0 0 10px;
        font-size: 18px;
        color: #000
    }

    .stui-player__detail .title a {
        color: #000
    }

    .stui-player__detail .more {
        float: none;
        margin: -10px -10px 10px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #2d2d2d
    }

    .stui-player__detail .more a {
        margin-left: 0;
        margin-right: 10px
    }

    .stui-player__detail .more a {
        display: inline-block;
        padding: 6px 15px;
        margin-left: 0;
        border-radius: 2px;
        background-color: #3f3f3f;
        color: #999
    }

    .stui-player__detail .more a:hover {
        color: #59d2fa
    }

    .stui-player__side {
        float: none;
        width: 100%;
        background-color: #f2f2f2
    }

    .stui-player__side .tab {
        padding: 15px;
        border-bottom: 1px solid #dfdfdf
    }

    .stui-player__side .tab li {
        float: left;
        padding-right: 20px
    }

    .stui-player__side .tab li a {
        position: relative;
        font-size: 16px;
        color: #444
    }

    .stui-player__side .tab li.active a:before {
        content: " ";
        position: absolute;
        left: 25%;
        bottom: -15px;
        width: 50%;
        height: 2px;
        background-color: #59d2fa
    }

    .stui-player__side .tab li.active a {
        color: #59d2fa
    }

    .stui-play__list li {
        width: 33.33%
    }

    .stui-play__list li.down {
        float: none;
        width: 100%
    }

    .stui-play__list li a {
        display: block;
        padding: 15px 5px;
        border-radius: 5px;
        text-align: center;
        background-color: #e5e5e5;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap;
        color: #444
    }

    .stui-play__list li a:hover {
        color: #59d2fa
    }

    .stui-play__list li a:visited {
        color: #c5c5c5
    }

    .stui-play__list li.active a {
        background-color: #59d2fa;
        color: #fff
    }

    .stui-content__playlist {
        padding-right: 10px
    }

    .stui-content__playlist li {
        width: 33.33%;
        margin: 0;
        padding-top: 10px;
        padding-left: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }

    .stui-content__playlist li a {
        display: block;
        width: auto;
        text-align: center;
        padding: 15px 5px
    }

    .stui-content__down {
        padding-right: 10px
    }

    .stui-content__down li {
        margin: 10px 0 0 10px;
        height: 50px;
        background-color: #f1f1f1;
        border-radius: 5px
    }

    .stui-content__down li span {
        display: inline-block
    }

    .down1 {
        width: 33.33%;
        line-height: 50px;
        text-align: center;
        background-color: #e9e9e9;
        border-radius: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }

    .down1 a {
        color: #666;
        line-height: 50px
    }

    .down1 a:hover {
        color: #59d2fa
    }

    .down2 {
        width: 66.66%;
        line-height: 50px;
        padding: 0 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        white-space: nowrap
    }

    .down2 a {
        color: #666;
        line-height: 50px
    }

    .down2 a:hover {
        color: #59d2fa
    }

    .stui-page__item li {
        display: block;
        float: left;
        width: 20%;
        margin: 0;
        padding: 0
    }

    .stui-page__item li.num {
        display: block
    }

    .stui-page__item li a {
        padding: 10px 15px
    }

    .stui-link__text {
        display: none
    }

    .hide,.visible-lg,.visible-md,.visible-sm,.visible-xs,.visible-mi {
        display: block
    }

    .stui-gbook {
        padding: 10px
    }

    .stui-gbook__item .cont {
        padding: 10px
    }

    .hidden-xs {
        display: none!important
    }

    .hidden-ps {
        display: block!important
    }

    .nopc {
        display: block!important
    }
}

.split-line {
    display: inline-block;
    margin-left: 12px;
    margin-right: 12px;
    width: 1px;
    height: 14px;
    vertical-align: -2px
}

.top-line,.top-line-dot,.bottom-line,.bottom-line-dot {
    position: relative
}

.top-line:before,.top-line-dot:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 1px
}

.bottom-line:after,.bottom-line-dot:before {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px
}

.btn {
    display: inline-block;
    padding: 6px 30px;
    font-size: 12px;
    border-radius: 4px
}

.btn .icon {
    font-size: 12px
}

.btn-min {
    padding: 4px 15px
}

.btn-lg {
    padding: 12px 30px
}

.btn-block {
    display: block;
    width: 100%;
    text-align: center
}

.btn.disabled {
    cursor: not-allowed
}

.stui-pannel__head {
    position: relative;
    height: 30px
}

.stui-pannel__head.active {
    height: 40px
}

.stui-pannel__head .title {
    float: left;
    margin: 0;
    padding-right: 10px;
    line-height: 24px;
    font-weight: 700
}

.stui-pannel__head .title img {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: -5px
}

.stui-pannel__head .more {
    line-height: 30px
}

.bottomplay {
    position: relative;
    min-height: 20px;
    padding: 10px 0
}

.more1 {
    color: rgba(0,0,0,.68);
    font-size: 14px;
    display: inline-block
}

em {
    color: #59d2fa;
    font-style: normal
}

.stui-banner__item {
    position: relative;
    display: block;
    width: 100%
}

.stui-banner .flickity-page-dots {
    bottom: 30px
}

.flickity-prev-next-button.next {
    right: 0
}

.flickity-prev-next-button.previous {
    left: 0
}

.stui-banner__pic {
    display: block;
    position: relative
}

.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    border: none;
    background-color: rgba(0,0,0,.6);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px;
    border-radius: 0 10px 10px 0
}

.flickity-prev-next-button.next {
    right: 10px;
    border-radius: 10px 0 0 10px
}

.flickity-prev-next-button:disabled {
    opacity: 0;
    cursor: auto
}

.flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-prev-next-button .arrow {
    fill: #fff
}

.flickity-prev-next-button.no-svg {
    color: #fff;
    font-size: 18px
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.flickity-page-dots .dot {
    display: inline-block;
    width: 15px;
    height: 3px;
    margin: 0 5px;
    background: #59d2fa;
    opacity: .25;
    cursor: pointer
}

.flickity-page-dots .dot.is-selected {
    opacity: 1
}

.flickity-page {
    padding-bottom: 15px;
    overflow: hidden
}

.flickity-page .flickity-page-dots {
    bottom: 0
}

.detail-more {
    color: #ff658d
}

.sc {
    background-image: linear-gradient(-45deg,#ffab9c,#ff658d)
}

.lh40 {
    line-height: 35px!important;
    flex: 1;
    display: block
}

.stui-content__playlist {
    margin-top: 5px
}

.dpplay {
    display: flex;
    white-space: nowrap;
    overflow-y: auto;
    height: 100%!important
}

@media(min-width: 767px) {
    .dpplay {
        display:block
    }
}

.fixed_right_bar {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 100
}

.fixed_right_bar .dbicon {
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	margin-top: 10px;
	position: relative;
	background: rgba(0, 0, 0, 0.6);
	cursor: pointer;
	border-radius: 5px;
}

.stui-player__side .item .tab-top li.active a {
    font-size: 14px;
    color: #59d2fa
}

[class^=icon-],[class*=" icon-"] {
    line-height: initial;
}

    .fixedGroup {
    position: fixed;
    right: 0;
    bottom: 165px;
    width: 34px;
    z-index: 10;
    box-shadow: 0 2px 10px 0 rgb(0 0 0/10%);
    box-sizing: border-box;
    border-radius: 4px;
    background-color: #fff
}

.fixedGroup .fixedGroup-item {
    position: relative;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 36px;
    height: 36px;
    cursor: pointer
}

.fixedGroup .fixedGroup-item i {
    display: block;
    padding: 4px;
    box-sizing: border-box;
    width: 28px;
    height: 28px;
    border-radius: 4px
}

.fixedGroup .fixedGroup-item::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #0c0d0f0f;
    transform: translateX(50%)
}

.fixedGroup .fixedGroup-item:last-child::after {
    content: none
}

.fixedGroup .fixedGroup-item:hover i {
    background-color: #f5f5f5
}

.fixedGroup .fixedGroup-item .fixedGroup__cell {
    display: none;
    font-size: 15px;
    position: absolute;
    top: 2px;
    right: 54px;
    padding: 0 12px;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    background-color: #4d4d4d;
    min-width: 52px;
    min-height: 32px;
    line-height: 32px;
    animation: fadeInOut .2s ease-out 0s forwards;
    transform: all .2s;
    white-space: nowrap
}

.fixedGroup .fixedGroup-item:hover .fixedGroup__cell {
    display: block
}

@keyframes fadeInOut {
    0% {
        transform: scale(.5)
    }

    100% {
        transform: scale(1)
    }
}

.fixedGroup .fixedGroup-item .fixedGroup__cell .fixedGroup__triangle {
    position: absolute;
    top: 12px;
    right: -5px;
    width: 10px;
    height: 10px;
    background-color: #4d4d4d;
    border-top-right-radius: 2px;
    transform: rotate(45deg)
}

.jbnotice {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -65px
}

.jbnotice h3,.jbnotice h5 {
    color: #fff;
    font-size: 16px
}

.mb20 {
    margin-bottom: 20px
}

.text-center {
    text-align: center
}

.btn-blue {
    background-color: #4fb1f7;
    background: linear-gradient(to right,#4fb1f7 0,#6bb8ee 100%)
}

.btnjb {
    display: inline-block;
    padding: 8px 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
    margin: 0 10px
}

.btn-yellows {
    background-color: #f90;
    background-image: linear-gradient(-45deg,#ffab9c,#ff658d)
}

.btnmxone:hover {
    color: #fff
}

::-webkit-scrollbar {
  width: 8px;  
  height: 1px;
}
::-webkit-scrollbar-thumb {
  background-color: #12b7f5;
  background-image: -webkit-linear-gradient(45deg, rgba(255, 93, 143, 1) 25%, transparent 25%, transparent 50%, rgba(255, 93, 143, 1) 50%, rgba(255, 93, 143, 1) 75%, transparent 75%, transparent);
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #f6f6f6;
}

.bottom-img{
    position: absolute;
    height: 4px;
    width: 100%;
    background: url(../img/bot.gif);
}

#loading {
  width: 100%; height: 2px; position: fixed; top: 0; left: 0; z-index: 9999; overflow: hidden; }
#loading-bar { width: 0%; height: 100%; background-image: linear-gradient(-45deg, #59d2fa, #59d2fa);}

.rebo__thumb {
    padding-top: 60%!important;
}

.playts {
    color:#999;
    font-size:12px;
    background:#000;
    margin: 0;
    padding: 0 10px;
    text-align:center;
}

.playtsspan {
    color: #b02d2d;
}