body {
    font-family: "microsoft yahei";
    font-size: 14px;
    color: #1e293b;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(26, 26, 26, 0);
    background: #f1f5f9;
}

* {
    margin: 0;
    padding: 0;
    zoom: 1
}

header:after, nav:after, main:after, section:after, footer:after {
    content: '';
    display: block;
    clear: both
}

li {
    list-style: none
}

ol, ul {
    margin: 0
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer
}

a.underline {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #ff6b35;
}

a:hover .fa {
    color: #ff6b35
}

a:hover.red {
    color: #ff6b35
}

a:hover.red:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none !important;
}

a:hover.blue {
    color: #0889f6
}

a:hover.blue:hover {
    color: #ff6b35;
    text-decoration: none;
}

input, button, textarea, select {
    outline: none;
    background: none;
    border: 1px solid #eee
}

button {
    cursor: pointer
}

img {
    border: none;
    vertical-align: middle
}

i, em {
    font-style: normal
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

.h1, .h2, .h3, h1, h2, h3, p {
    margin: 0
}

.red {
    color: #ff6428
}

.orange {
    color: #ff6428;
}

.blue {
    color: #0889f6
}

.fl {
    float: left
}

.fr {
    float: right
}

.mt15 {
    margin-top: 15px
}

.mb15 {
    margin-bottom: 15px
}

.mt10 {
    margin-top: 10px
}

.mb10 {
    margin-bottom: 10px
}

.container {
    width: 1200px
}

.st_top_header {
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    box-shadow: 0 1px 10px 0px rgb(0 0 0 / 10%);
    height: 70px;
    transition: all 0.5s;
    z-index: 99;
    background: #fff linear-gradient(90deg,rgba(255,107,53,0.15) 0%,rgba(249,115,22,0.15) 51%,rgba(234,88,12,0.15) 100%);
}

.st_top_header .container {
    height: 100%;
}

.st_top_header.showOnTop {
    background: rgba(255, 255, 255, 0.99);
    box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.2);
}

.st_top_header.hideOnTop {
    transform: translateY(-75px);
    box-shadow: none;
}

.st_top_header a {
    
}

.header .active>a {
    
}

.header .container a:hover {
    color: #ff6428;
}

.st_brand {
    float: left;
    position: relative;
    width: 130px;
    overflow: hidden;
    height: 55px;
}

.st_brand a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.wave {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
}

.st_nav_bar {
    float: left;
    
    padding-bottom: 15px;
    margin-left: 10px;
}

.st_nav_bar .st_nav_item {
    float: left;
    
    display: inline-block;
    width: auto;
}

.st_nav_bar .st_nav_item>a {
    display: inline-block;
    padding: 0 10px;
    line-height: 70px;
    font-size: 16px;
    width: 100%;
    text-align: center;
}
.st_nav_bar .st_nav_item>a img {height: 24px;}
.st_nav_bar .st_nav_item>a .fa {
    margin-right: 5px;
}

.st_nav_bar .st_nav_item.paihangbang>a {
    padding: 0 18px;
}

.more-nav {
    float: left;
    text-align: center;
    position: relative;
}

.more-nav .more-btn {
    display: block;
    line-height: 70px;
    padding: 0 10px;
    cursor: default;
}

.more-nav:after {
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: -50%;
}

.more-nav .nav-item {
    position: relative;
}

.more-nav .sub-nav-list {
    position: absolute;
    white-space: nowrap;
    top: 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3) !important;
    left: 110%;
}

.more-nav .sub-nav-list li {
    position: relative;
    z-index: 5;
}

.more-nav .sub-nav-list li:first-child:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 22%;
    left: -6px;
    transform: rotateZ(135deg) translateY(-50%);
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.more-nav .sub-nav-list:after {
    position: absolute;
    width: 100%;
    left: -10px;
    height: 100%;
    top: 0;
}

.more-nav .sub-nav-list a {
    padding: 0 5px;
}

.sub-nav-list {
    display: none;
    min-width: 70px;
}

.shadow-triangle-box {
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    display: none;
    margin-bottom: 10px;
    top: 15px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}

.shadow-triangle-box>li:first-child>a {
    padding-top: 5px;
}

.more-nav .shadow-triangle-box>li:nth-child(6)>a {
    padding-top: 5px;
}

.shadow-triangle-box>li:last-child>a {
    padding-bottom: 5px;
}

.showOnTop .main-nav {
    padding-bottom: 20px;
}

.showOnTop .main-nav .shadow-triangle-box {
    top: 15px;
}

.showOnTop .more-nav .shadow-triangle-box {
    top: 85px;
}

.shadow-triangle-box:before {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: -1px;
    left: 43%;
    transform: rotateZ(135deg) translateX(-50%);
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.3);
}

.shadow-triangle-box a {
    display: block;
    position: relative;
    z-index: 5;
    background: #fff;
    font-size: 14px;
    white-space: nowrap;
    padding: 0 5px;
}

.more-nav-list.shadow-triangle-box a {
    padding: 0 10px;
}

.more-nav-list.shadow-triangle-box a .fa {
    margin-right: 5px;
}

.more-nav-list {
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.more-nav:hover .more-nav-list, .nav-item:hover .sub-nav-list {
    display: block;
}

.header .right-wrap li a {
    color: #736767;
}

.header .right-wrap li a:hover {
    color: #ff6428 !important;
}

.st_search_zone {
    
    float: right;
}

.st_search_box {
    float: left;
    position: relative;
    margin-top: 18px;
    width: 300px;
}

.st_search_box .keywords {
    border-radius: 15px;
    color: #666;
    background: linear-gradient(90deg,rgba(255,107,53,0.12) 0%,rgba(249,115,22,0.12) 51%,rgba(234,88,12,0.12) 100%);
    border: none;
    display: block;
    width: 100%;
    height: 30px;
    padding: 6px 10px;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    
}

.st_search_box .st_search_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: none;
    border: 0;
    cursor: pointer;
}

.search-wrapper .fa-search {
    color: #999;
    font-size: 15px;
    font-weight: normal;
}

.search-wrapper .fa-search:hover {
    color: #ff6428;
}

.showOnTop .search-wrapper .fa-search:hover {
    color: #ff6428;
}

.sbg {}

.header .right-wrap {
    float: right;
    line-height: 70px;
    margin-left: 15px;
}

.header .right-wrap li {
    display: inline-block;
    margin: 0 8px;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
}

.header .right-wrap .fa {
    display: block;
    font-size: 20px;
}

.header .right-wrap a:hover .fa {
    color: #ff6428;
}

.header .right-wrap em {
    display: block;
    font-size: 13px;
    margin-top: 2px;
}

.header .right-wrap .gzh {
    position: relative;
}

.header .right-wrap .gzh img {
    width: 120px;
    position: relative;
    z-index: 11;
}

.header .right-wrap .gzh:hover .shadow-triangle-box {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 4px 2px rgba(214, 214, 214, 0.6);
    top: 50px;
}

.header .right-wrap .gzh:hover .shadow-triangle-box:before {
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(214, 214, 214, 0.6);
}

.search-input:focus, .cmt_text:focus {
    border-color: #ff7039 !important;
}

.banner img {
    max-height: 420px;
    width: 100%;
}

.fed-comm-code {
    margin-top: -2px;
}

.cmt_post {
    display: inline-block;
    width: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ff7039;
    border-color: #ff7039;
    height: 35px;
    line-height: 1;
    color: #fff;
    margin-top: 10px;
}

.cmt_post:hover {
    background-color: #ed6c2f;
    border-color: #f17341;
}

.cmt_text {
    height: 38px;
    padding: 8px;
    width: 110px;
    margin-right: 5px;
    margin-left: 5px;
}

@media (max-width:767px) {
    .comment-post-arrow, .comment-avatar, .box-page .total, .news-avatar {
        display: none
    }

    .comment-post, .comment-focus .news-box, .comment-post-self {
        width: 100%;
    }
}

.details {
    padding: 10px 10px 5px;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    font-size: 13px;
    color: #fff;
}

.details .name {
    margin: 10px 0 10px;
    font-size: 16px;
    display: block;
}

.mac_pop_bg {
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop {
    z-index: 99998;
    display: none;
    min-height: 20px;
    max-height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.mac_pop .pop_top {
    height: 40px;
    width: 100%;
    border-bottom: 1px #E5E5E5 solid;
}

.mac_pop .pop_top h2 {
    float: left;
    display: block;
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    font-family: "microsoft yahei";
}

.mac_pop span.pop_close {
    float: right;
    width: 23px;
    height: 23px;
    font-size: 0;
    text-indent: 9999;
    cursor: pointer;
    font-weight: bold;
    display: block;
    background: url("../images/background.png") -10px 0 no-repeat;
}

.mac_pop .pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
}

.mac_pop .pop-cancel, .pop-ok {
    padding: 8px 15px;
    margin: 15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #337AB7;
    color: #fff;
    cursor: pointer;
}

.mac_pop .pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.mac_pop .pop-content {
    height: 380px;
}

.mac_pop .pop-content-left {
    float: left;
}

.mac_pop .pop-content-right {
    width: 310px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
    line-height: 35px;
}

.mac_pop .bgPop {
    display: none;
    position: absolute;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop .pop-msg {
    text-align: center;
    font-size: 14px;
}

.mac_pop_msg_bg {
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
}

.mac_pop_msg {
    z-index: 99999;
    display: none;
    min-height: 20px;
    max-height: 750px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 130;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

.mac_pop_msg .pop-msg {
    text-align: center;
    font-size: 14px;
}

.layout-box {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .07);
    margin-top: 20px;
    padding: 20px 5px 15px 5px;
}

.box-slide .slide-title {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px 0 40px;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    font-size: 14px;
    color: #fff;
    text-align: center
}

.box-slide .slide-info {
    line-height: 24px;
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
    height: 82px
}

.swiper-pagination-bullet {
    width: 18px;
    height: 4px;
    margin: 0 2px;
    background: #fff;
    border-radius: 0
}

.swiper-button-next, .swiper-button-prev, .player-shrink {
    width: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-size: auto;
    border-radius: 2px
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 0;
    background: 0 0;
    background-color: rgba(0, 0, 0, .6)
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0;
    background: 0 0;
    background-color: rgba(0, 0, 0, .6)
}

.swiper-button-next .glyphicon, .swiper-button-prev .glyphicon {
    font-size: 13px;
    color: #fff
}

.box-slide .slide-info-page {
    top: 60%;
}

.box-title {
    padding: 10px;
    text-align: inherit
}

.box-title h3 {
    display: inline-block;
    font-size: 18px;
}

.box-title h3 .icon {
    display: inline-block;
    margin-right: 5px;
    font-size: 24px;
    vertical-align: 2px;
    float: left;
    margin-top: -2px;
    color: #f90;
}

.index-menu li {
    float: left;
    width: 25%;
    padding: 0px 10px 15px 10px;
}

.index-menu li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-radius: 4px;
    background-color: #f5f5f5;
    color: #999;
    border: 1px solid #fff;
}

.index-menu li a .icon {
    display: block;
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 30px;
    color: #f90;
}

.slide-pic {
    display: block;
    position: relative;
    padding-top: 150%;
}

.index-menu li a:hover .text-color, .index-menu li a:hover {
    background-color: #f90;
    color: #fff;
}

.layout-box .p-0 {
    padding-right: 5px;
    padding-left: 0px;
}

.box-video-text-list ul {
    margin: 10px 10px;
}

.box-video-text-list ul li {
    float: left;
    padding: 9px 0px;
}

.box-video-text-list ul li.list {
    width: 100%;
    border-top: none;
    margin: 8px 0px;
}

.box-video-text-list ul li.list1 {
    width: 100%
}

.box-video-text-list ul li.list2 {
    width: 50%
}

.box-video-text-list ul li.list4 {
    width: 25%;
}

.box-video-text-list ul li.list3 {
    width: 33%
}

.box-video-text-list ul li.list5 {
    width: 20%
}

.box-video-text-list ul li.list6 {
    width: 16.66%
}

.box-video-text-list ul li .title {
    margin: 0 10px;
}

.box-video-text-list ul li .num {
    margin-right: 10px;
    padding: 5px 10px;
    font-size: 13px;
}

.box-video-text-list ul li span i {
    font-size: 12px
}

.box-video-text-list ul li .key {
    float: left;
    margin-right: 6px;
    color: #f90;
}

.box-video-text-list ul li .hits {
    float: right;
    margin-right: 5px;
}

.box-video-text-list ul li .time {
    float: right;
    margin-right: 15px;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.footer {
    text-align: center;
    font-size: 13px;
    position: relative;
    background: #fff linear-gradient(90deg,rgba(255,107,53,0.15) 0%,rgba(249,115,22,0.15) 51%,rgba(234,88,12,0.15) 100%);
}

.footer .top {
     color: #666; 
    text-align: left;
    text-indent: 24px;
    line-height: 1.6;
    margin-bottom: -5px;
    opacity: 0.6;
}

.footer .container {
    line-height: 20px;
    padding: 40px 8px;
    position: relative;
    background: transparent;
}

.float-box {
    display: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: fixed;
    right: 50px;
    bottom: 150px;
    z-index: 10;
}

.float-box.hideOnTop {
    transform: translate3D(0px, -100px, 0px);
    -webkit-transform: translate3D(0px, -100px, 0px);
    -moz-transform: translate3D(0px, -100px, 0px);
    -o-transform: translate3D(0px, -100px, 0px);
    opacity: 0
}

.float-box.hideInBottom {
    transform: translate3D(0px, 100px, 0px);
    -webkit-transform: translate3D(0px, 100px, 0px);
    -moz-transform: translate3D(0px, 100px, 0px);
    -o-transform: translate3D(0px, 100px, 0px);
    opacity: 0
}

.float-box .fa.fa-heart {
    font-size: 20px
}

.float-box .fa.fa-chevron-circle-up {
    font-size: 24px
}

.float-box.hideInBottom {
    transform: translate3D(0px, 100px, 0px);
    -webkit-transform: translate3D(0px, 100px, 0px);
    -moz-transform: translate3D(0px, 100px, 0px);
    -o-transform: translate3D(0px, 100px, 0px);
    opacity: 0;
}

.main {
    padding-top: 90px;
}



.main section {
    margin-bottom: 15px;
}

.lunbotu {
    margin-top: -20px;
}

.rolling-tips {
    max-height: 20px;
    position: relative;
    top: 5px;
}

.rolling-tips .today-up, .rolling-tips .today_up {
    color: #666;
    font-size: 13px;
}

.rolling-tips .today-up:hover {
    color: #0889f6;
    color: #ff6428;
}

.left-content {
    width: 73%;
    float: left;
}

.right-side {
    width: 25%;
    float: right;
    min-height: 300px;
}

.new-up .title {
    margin-bottom: 10px;
    margin-top: 5px;
    position: relative;
    margin: 0 5px 10px;
}

.new-up .title .theme {
    float: left;
    font-size: 22px;
    
    color: #333;
    
}

.new-up .title .theme .fa {
    color: #ff6428;
    font-size: 24px;
    margin-right: 10px;
}

.detailplay .title .theme .fa {
    float: left;
}

.new-up .item {
    float: left;
    width: 13.15%;
    
    margin-right: 1%;
    margin-bottom: 5px;
    position: relative;
}

.new-up .item .item-con {
    width: 100%;
    transition: all 0.3s;
    
    overflow: hidden;
    
    box-sizing: content-box;
    padding: 5px;
    color: #333;
}


.new-up-list {
    
}

.new-up-list .item img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    height: 100%;
    margin: 0 auto;
    transition: all .25s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.new-up-list.img-auto-height-list .item img {
    width: 100%;
    height: auto;
    max-height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.new-up-list .state,.thumb-wrap .state {
    position: absolute;
    
    text-align: right;
    right: 0;
    bottom: 0;
    font-size: 13px;
    white-space: nowrap;
    width: 100%;
    z-index: 11;
    overflow: hidden;
    text-overflow: ellipsis;
    
    color: #fff;
    line-height: 30px;
    border-bottom-left-radius: 0;
    padding: 0 4px;
    
    
    background-image: linear-gradient(transparent, rgba(0, 0, 0, .5));
    
}

.new-up-list .state em {
    
}


.new-up .info-layer {
    width: 100%;
    height: 100%;
    top: 88%;
    color: #333;
    transition: all 0.3s;
    padding-top: 5px;
    display: block;
}

.new-up .info-layer>p {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 15px;
    font-size: 13px;
    color: #736767;
}

.new-up .info-layer>p label {
    font-weight: normal;
}

.new-up .subject {
    font-weight: bold;
    color: #736767;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.new-up .subject a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
     line-height: 1.4; 
    margin-top: 5px;
    font-weight: normal;
    width: 100%;
    display: block;
}

.new-up .update {
    float: right;
    max-width: 37%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
    font-size: 13px;
    position: relative;
    top: 2px;
}

.new-up .info-layer .play {
    text-align: center;
    font-size: 40px;
}

.new-up .item .thumb {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 150%;
    overflow: hidden;
    
    height: auto !important;
    background: #fff;
    text-align: center;
    background-size: cover;
    background-position: center top;
    border-radius: 5px;
}




.new-up .item .hot {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 1px 3px 0px 10px;
    color: #ff6428;
    font-size: 13px;
    border-top-left-radius: 15px;
    display: none;
}

.ellipsis-one {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis-two {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}


.hot-up {
    box-sizing: border-box;
}

.hot-up .title {
    
    padding: 0;
}

.hot-up .title .theme {
    float: left;
    position: relative;
    margin: 0;
    margin-right: 10px;
    font-size: 20px;
    font-weight: 100;
    color: #333;
    max-width: 64%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-up .title .theme .after-dot:after {
    width: 5px;
    height: 5px;
    background: #333;
}

.hot-up .title .theme:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 18px;
    
    
    background: #ff6428;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: none;
}

.hot-up .title .more {
    float: right
}

.hot-up .list {
    padding-top: 7px
}

.hot-up .item {
    line-height: 37px;
    height: 37px;
    overflow: hidden;
}

.hot-up .item:hover {
    background: #eee;
}

.hot-up .item .num {
    display: inline-block;
    width: 20px;
    height: 18px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.3);
    text-align: center;
    line-height: 18px;
    font-size: 13px;
    margin-right: 8px;
    color: #fff;
    vertical-align: middle;
}

.hot-up .item:nth-child(1) {
    height: auto;
}

.hot-up .item:nth-child(1) img {
    height: 118px;
    float: left;
    margin-right: 10px;
    
}

.hot-up .item:nth-child(1) .info p {
    line-height: 22px;
    height: 22px;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color: #999;
}

.hot-up .item:nth-child(1) .num {
    background: #FF9900;
    color: #fff
}

.hot-up .item:nth-child(2) .num {
    background: rgba(255, 153, 0, .9);
    color: #fff
}

.hot-up .item:nth-child(3) .num {
    background: rgba(255, 153, 0, .8);
    color: #fff
}

.hot-up .item .hot {
    float: right;
    font-size: 13px;
    color: #999;
}

.hot-up .item .subject .ellipsis-one {
    display: inline-block;
    max-width: 36%;
    vertical-align: middle;
    font-size: 13px;
}

.hot-up .item .douban_score {
    font-size: 13px;
    color: #999;
    
    margin-left: 5px;
    max-width: 35%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
}

.before-dot:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #ccc;
    margin-right: 10px;
    vertical-align: middle
}

.after-dot:after {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #999;
    margin: 0 5px;
    border-radius: 50%;
    vertical-align: middle
}

.after-line:after {
    content: '';
    display: inline-block;
    height: 12px;
    width: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 5px;
    vertical-align: middle
}

.more-arrow:after {
    content: '';
    display: inline-block;
    margin-left: 3px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotateZ(45deg);
    position: relative;
    top: -1px;
    right: 0;
}

.more-arrow:hover:after {
    border-color: #ff6428;
}

.hot-up.comment-list .item:nth-child(1) img {
    height: 30px;
    float: none;
    margin-right: 5px;
}

.page-num {
    font-size: 13px;
    color: #999;
    overflow: hidden;

}

.page-num .page_link {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eee;
}

.page-num .page_link:hover {
    border-color: #ff920b;
    color: #ff920b !important;
}

.page-num .page_current.page_link {
    background-color: #ff920b;
    border-color: #ff920b;
    color: #fff !important;
}

.page-num>div {
    padding: 5px 0;
    line-height: 20px
}

.page-num.count-right .content {
    text-align: center;
}

.page-num.count-right .count {
    float: right
}

.load-more {
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}

.load-more a:focus {
    text-decoration: none;
    color: #ff6428;
}

.comment-list {
    
    
    
    border-radius: 2px;
    
}

.comment-list .title {
    border-bottom: 1px solid #ddd;
    line-height: 40px;
}

.comment-list .title .theme {
    font-size: 16px;
    margin: 0;
    float: left;
    line-height: 40px;
}

.comment-list .hd {
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.comment-list .username {
    float: left
}

.comment-list .username img {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 1px;
    border: 1px solid #eee;
    margin-right: 5px
}

.comment-list .date {
    font-size: 13px;
    color: #999
}

.comment-list .floor {
    font-size: 13px;
    color: #999
}

.comment-list .item .content {
    margin: 3px 0;
    text-indent: 30px;
}

.comment-list .reply-ipt {
    width: 100%;
    max-width: 100%;
    min-height: 70px;
    padding: 5px;
    font-size: 14px;
}

.comment-list .mark-wrap {
    font-size: 13px;
    line-height: 20px;
    padding-left: 30px
}

.comment-list .list .item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    height: auto;
    line-height: inherit;
}

.comment-list .post-post {
    margin-top: 0
}

.comment-list .reply-box {
    display: none
}

.comment-list .target-reply {
    margin-top: 10px;
    text-indent: 30px;
    font-size: 13px;
}

.comment-list .target-reply a {
    color: #999;
    font-size: 13px;
    font-style: italic
}

.comment-list .target-reply a:hover {
    text-decoration: none;
    ;
    color: #ff6428;
}

.comment-list .ft {
    text-align: center;
    padding-top: 10px;
    height: 20px;
    box-sizing: content-box;
    display: none
}

.comment-list .pack-up {
    margin-top: 10px;
    font-size: 13px;
}

.comment-list .load-more {
    display: none
}

.comment-list .page-num {
    height: auto
}

.comment-list .clear-txt {
    font-size: 13px;
    position: relative;
    top: 10px;
    right: 3px;
    color: #666;
}

.comment-list .clear-txt:hover {
    color: #ff6428;
}

.sub-category {
    top: 3px;
    float: right;
    margin-right: 56px
}

.sub-category li {
    float: left;
    width: auto;
    margin-left: 16px;
    font-size: 14px;
}

.new-up .title .more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    font-size: 14px;
    color: #666;
}

.crumbs-nav {
    font-size: 13px;
    color: #999;
    
}

.crumbs-nav a {
    font-size: 13px;
    color: #999;
}

.crumbs-nav a:hover {
    color: #ff6428;
}

.fabulous, .collect, .comment, .share {
    color: #736767;
    border-radius: 3px;
    margin-right: 20px;
    font-size: 13px;
    display: inline-block;
    float: left;
}

.fabulous .fa, .collect .fa, .comment .fa, .share .fa {
    font-size: 16px;
    margin-right: 3px;
}

.fabulous:hover, .collect:hover, .comment:hover, .share:hover {
    color: #ff6428 !important;
    border-color: #ff6428 !important;
}

.share-wrap {
    position: relative;
    float: left;
}

.close-pop {
    font-size: 18px;
    margin-right: -8px;
    height: 10px;
    cursor: pointer;
}

.close-pop:hover {
    color: #ff6428;
}

.delete-reply-btn {
    line-height: 32px;
}

.search-wrap {
    line-height: 50px;
    font-size: 22px
}

.search-wrap .drop-box {
    position: relative
}

.search-wrap .drop-box .keywords {
    height: 28px;
    line-height: 28px;
    border-color: #666;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
    width: 170px;
    vertical-align: middle
}

.search-wrap .drop-box .close {
    display: none
}

.search-wrap .drop-box .sbt {
    display: none
}

.search-wrap .fa-search {
    color: #ccc;
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 52%;
    transform: translateY(-50%);
    font-size: 20px
}

.search-wrap .fa-search:hover {
    color: #ff6428;
}

.middle.layout-xs {
    margin: 10px 0;
}

.common-search.search-wrap .drop-box {
    font-size: 0
}

.common-search.search-wrap .drop-box .keywords {
    color: #333;
    width: 80%;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none
}

.common-search.search-wrap .drop-box .sbt {
    display: inline-block;
    width: 20%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ff7039;
    border-color: #ff6428;
    height: 40px;
    line-height: 1;
}

.common-search.search-wrap .tips {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    margin-bottom: 5px;
    color: #666
}

.common-search.search-wrap .tips .fa {
    font-size: 14px;
    position: static;
    transform: translate(0);
    color: inherit
}

.hd-wrap {
    
    background-color: #FFFFFF;
    
    padding: 15px 20px;
}

.new-up {
    
}

.hd-wrap .slogan {
    padding: 10px 0
}

.hd-title {
    padding-bottom: 12px;
    
    
}

.hd-title .theme {
    font-weight: bold;
}

.hd-title .theme .fa {
    color: #ff6428;
}

.hd-nav {
    position: relative;
    
    
}

.hd-nav:last-child {
    border: none;
}

.hd-nav:before {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #ddd
}

.hd-nav .theme {
    margin: 0;
    line-height: 24px;
    color: #736767;
}

.hd-nav .theme a {
    color: #736767;
}

.sub-nav .nav {
    border: none;
    white-space: nowrap;
    
    font-size: 0;
    padding-bottom: 10px;
    
}

.sub-nav .nav>li {
    width: auto;
    white-space: nowrap;
    text-align: center;
    margin-bottom: 0;
    float: none;
    display: inline-block;
}

.sub-nav .nav>li.spec a {
    
}

.sub-nav .nav>li>a {
    border: none;
    line-height: 1;
    border-radius: 1px;
    padding: 7px 10px;
    font-size: 14px;
    margin: 0 5px;
    color: #666;
}

.sub-nav .nav>li>a:hover {
    background: none;
    color: #ff6428;
}

.sub-nav .nav>li.active>a {
    border: 1px solid #88ceff;
    color: #2692ff;
    
    border-radius: 17px;
}





.sort-nav {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    z-index: 11;
    box-shadow: -10px 0 20px 10px #fff;
    -webkit-box-shadow: -10px 0 20px 10px #fff
}

.qbg {}

.editor-area {
    position: relative
}

.editor-area .cover {
    position: absolute;
    width: 100%;
    height: 52px;
    top: 0;
    left: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.1)
}

.editor-area .cover .con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    text-align: center
}

.gw-modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 11111;
    display: none;
    color: #666
}

.gw-modal a {
    color: #666
}

.gw-modal .modal-bg {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%
}

.gw-modal .modal-con {
    width: auto;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -80%);
    -webkit-transform: translate(-50%, -80%);
    transition: all 0.5s;
    border-radius: 5px
}

.gw-modal .modal-con.in {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%)
}

.gw-modal .modal-con .close-modal-btn {
    position: absolute;
    right: 10px;
    top: 3px;
    font-size: 20px;
    color: #bbb
}

.header .user-wrap {
    position: relative;
}

.header .user-wrap a {
    color: #eee
}

.header .user-wrap a:hover {
    color: #ff6428;
}

.header .user-wrap .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 48px;
}

.header .user-wrap .nickname {
    display: inline-block;
}

.header .user-wrap .nickname img {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 1px;
    border: 1px solid #666;
    margin-bottom: 1px;
    transition: all 0.3s;
}

.header .user-wrap:hover .nickname img {
    transform: scale(1.1);
}

.header .user-wrap .notice {
    position: absolute;
    top: 0;
}

.header .user-wrap .notice .fa {
    display: none;
}

.header .user-wrap .notice .num {
    position: absolute;
    border-radius: 50%;
    top: -9px;
    left: 10px;
    background: #ff6428;
    color: #fff;
    font-size: 13px;
    margin: 0;
    opacity: 0.8;
    display: block;
    min-width: 16px;
    text-align: center;
    line-height: 15px
}

.a-upload {
    padding: 4px 10px;
    height: 30px;
    width: 80px;
    line-height: 20px;
    position: relative;
    top: 10px;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block
}

.a-upload input {
    position: absolute;
    font-size: 100px;
    top: -1px;
    right: -1px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    outline: none
}

.preloader {
    margin: 17.5px auto;
    text-align: center;
    white-space: nowrap;
    margin-bottom: 0;
}

.card-wrap {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    padding: 15px 20px;
}

.show-0 {
    display: block
}

.hide-0 {
    display: none
}

@media (max-width: 768px) {
    .main-nav .nav-item>a {
        
        font-size: 15px;
    }
    .main-nav .nav-item>a img {height: 18px;}
    .main-nav .nav-item {
        
    }
    .hide-1 {
        display: none !important;
    }

    .hide-2 {
        display: none !important;
    }

    .hide-3 {
        display: none !important;
    }

    .hidex-2 {
        display: none !important;
    }

    .show-1 {
        display: block !important;
    }

    .show-2 {
        display: block !important;
    }

    .show-3 {
        display: block !important;
    }

    .showx-2 {
        display: block !important;
    }

    .new-up-list {
        
    }

    .search-wrapper .fa-search {
        
    }

    .container {
        width: 100%;
        padding: 0;
    }

    .card-wrap {
        padding: 10px;
    }

    .left-content {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .right-side {
        width: 100%;
        float: none
    }

    #header {
        
        height: 85px;
        font-size: 14px;
    }

    .logo {
        
        z-index: 5;
        margin-left: 10px;
    }

    .hd-wrap {
        padding: 10px 10px 5px;
    }

    .logo a {
        height: 40px;
    }

    .logo .wave {
        top: 39%;
    }

    .header .container:before {
        
        
        
        
        
        
        
        
    }

    .header .main-nav {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 0;
        left: 0;
        
        height: 30px;
        margin-left: 0;
        
        
    }

    .header .main-nav:after {
        
        
        
        
        
        
    }

    .header .main-nav:before {
        
        display: block;
        position: absolute;
        width: 100%;
        height: 20px;
        background: linear-gradient(to bottom, #333, rgba(0, 0, 0, 0));
        background: -webkit-linear-gradient(to bottom, #333, rgba(0, 0, 0, 0));
        background: -o-linear-gradient(to bottom, #333, rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(to bottom, #333, rgba(0, 0, 0, 0));
        top: 10px;
        left: 0;
    }

    .header .main-nav .nav-item>a {
        line-height: 30px;
        margin-top: -7px;
        
    }

    .header .main-nav .nav-item>a>.fa {
        display: none;
    }

    .header .more-nav {
        position: absolute;
        top: 100%;
        right: 0;
        background: #fff;
        z-index: 11;
        display: none;
    }

    .header .more-nav .more-btn {
        line-height: 24px;
        cursor: pointer;
    }

    .header .more-nav .fa-caret-down {
        margin-left: -5px;
        margin-right: -5px;
    }

    .header .search-container {
        height: 100%;
        float: none;
        position: absolute;
        top: 0;
        left: 130px;
        right: 0;
        width: auto;
    }

    .header .search-wrapper {
        top: 0;
        right: 10px;
        width: 70%;
        float: right;
        margin-top: 11px;
        position: absolute;
    }

    .header .search-wrapper .sbt {
        height: 30px;
        line-height: 30px;
    }

    .header .search-wrapper .fa-search {
        
        position: relative;
        top: 1px;
    }

    .header .right-wrap {
        padding-right: 5px;
        line-height: 50px;
    }

    .header .right-wrap li {
        margin: 0 5px;
    }

    .header .right-wrap em {
        display: none;
    }

    .header .shadow-triangle-box {
        display: none !important;
    }

    .header .more-nav .shadow-triangle-box {
        top: 46px !important;
        left: 20px;
        width: 120%;
    }

    .header .shadow-triangle-box a .fa {
        display: none;
    }

    .main section {
        margin-bottom: 10px;
    }

    .main_index .new-up .title .theme {
        font-size: 16px;
        font-weight: bold;
        
        line-height: 24px;
    }
    .new-up .title .theme {
        font-size: 14px;
        
        
        line-height: 1.5;
    }

    .new-up .title .theme .fa {
        font-size: 16px;
        
    }

    .rolling-tips {
        height: 20px;
        top: 2px;
    }

    .rolling-tips li {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hot-up .title .theme {
        font-size: 15px;
        font-weight: bold;
    }

    .float-box {
        right: 10px;
        bottom: 10px;
    }

    .new-up .title .more {
        
        font-size: 13px;
        line-height: 15px;
        
    }

    .hot-up .title .more {
        float: right;
        font-size: 13px;
    }

    .page-num.count-right .count {
        float: none;
        text-align: center;
    }

    .movie .new-up .title .theme {
        max-width: 70%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main .hot-up {
        margin-top: 5px;
    }

    .main .new-up .new-up-list .item .item-con {
        padding: 0;
        height: 100% !important;
        position: static;
        transform: translateX(0);
        left: 0;
        box-sizing: border-box;
    }

    .new-up .new-up-list .item:hover .item-con {
        box-shadow: none;
    }

    .new-up .item .info-layer {
        position: absolute;
        
        background: rgba(0, 0, 0, 0.6);
        padding: 0 5px;
        top: inherit;
        bottom: 23px;
        height: 0;
        overflow: hidden;
        box-sizing: border-box;
    }

    
    .new-up .item .info-layer>p {
        color: #eee;
    }

    .new-up .new-up-list .item img {
        
    }

    .new-up .item .hot {
        z-index: 200;
    }

    .main .new-up .new-up-list .item {
        width: 23.7%;
        height: auto !important;
        
        margin-bottom: 15px;
    }
    .new-hot-up .new-up-list .item:nth-child(7),
    .new-hot-up .new-up-list .item:nth-child(8),
    .new-hot-up .new-up-list .item:nth-child(9),
    .new-hot-up .new-up-list .item:nth-child(10),
    .new-hot-up .new-up-list .item:nth-child(11),
    .new-hot-up .new-up-list .item:nth-child(12),
    .new-hot-up .new-up-list .item:nth-child(13),
    .new-hot-up .new-up-list .item:nth-child(14) {display: none;}
    .new-hot-up .new-up-list.list-show-all .item:nth-child(7),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(8),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(9),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(10),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(11),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(12),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(13),
    .new-hot-up .new-up-list.list-show-all .item:nth-child(14) {display: block;}

    .main .ys-recommend .new-up .new-up-list .item {
        
    }

    .new-up-list .state,.thumb-wrap .state {
        
        right: 0;
    }

    .new-up .info-layer>p {
        line-height: 20px;
    }

    .new-up-list.img-auto-height-list .item img {
        transform: translateY(-50%) !important;
    }

    .hot-up .item:hover {
        background: #fff;
    }
}

@media (max-width: 650px) {
    .hide-2 {
        display: none !important;
    }

    .hide-3 {
        display: none !important;
    }

    .hidex-3 {
        display: none !important;
    }

    .show-2 {
        display: block !important;
    }

    .show-3 {
        display: block !important;
    }

    .showx-2 {
        display: none !important;
    }

    .showx-3 {
        display: block !important;
    }

    .main .new-up .new-up-list .item {
        width: 33.33%;
        margin-right: 0;
        padding: 5px 5px 10px;
        box-sizing: border-box;
    }

    .new-special .list .item .img {
        height: 130px !important;
    }

    .main .ys-recommend .new-up .new-up-list .item {
        
    }
    
    @media (max-width: 650px) {
        .main_index .new-up-list .item{display: none;}
        .main_index .new-up-list .item:nth-child(1),
        .main_index .new-up-list .item:nth-child(2),
        .main_index .new-up-list .item:nth-child(3),
        .main_index .new-up-list .item:nth-child(4),
        .main_index .new-up-list .item:nth-child(5),
        .main_index .new-up-list .item:nth-child(6){
            display: block;
        }
        .new-hot-up .more {display:block!important;}
    }

    .main .new-up .new-up-list .item .thumb {
        height: 250px;
    }

    .new-up .info-layer>p {
        line-height: 20px;
    }
}

@media (max-width: 560px) {
    .main .new-up .new-up-list .item .thumb {
        height: 220px;
    }

    .new-up .info-layer>p {
        line-height: 18px;
    }

    
}

@media (max-width: 480px) {
    .main .new-up .new-up-list .item .thumb {
        height: 190px;
    }

    
    .main .new-up .new-up-list .item {
        margin-bottom: 0;
    }
    .no-wrap .item {
        
        
        
    }
    .no-wrap .new-up-list{
        width:100%;
        
        
        
        
        font-size: 0;
    }
    .new-up .subject {
        overflow: visible;
    }

    
    .new-up .subject a b {
        float: none;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .new-up .item .hot {
        width: 100%;
        text-align: right;
        border-radius: 0;
    }

    .new-up .update {
        position: absolute;
        top: -20px;
        left: 0px;
        
        color: #eee;
        padding: 4px 5px;
        overflow: visible;
        display: block;
        border-top-right-radius: 18px;
        box-sizing: content-box;
    }

    .new-up .new-up-list .state,.thumb-wrap .state {
        
    }

    .new-up .new-up-list .state em {
        padding: 0 5px;
    }

    .new-up .info-layer>p {
        line-height: 18px;
    }
}

@media (max-width: 440px) {
    .main .new-up .new-up-list .item .thumb {
        height: 175px;
    }

    .new-up .new-up-list .state em {
        padding: 0 3px;
    }

    
    .new-up .subject {
        
    }

    .new-up .info-layer>p {
        line-height: 17px;
    }
}

@media (max-width: 414px) {
    .main .new-up .new-up-list .item .thumb {
        height: 185px;
    }

    
    .main .new-up .new-up-list .item {
        
    }

    .new-up .subject a {
        
    }

    .new-up .new-up-list .state em {
        padding: 0 1px;
    }

    .new-up .info-layer>p label {
        display: none;
    }

    .new-up .info-layer>p {
        line-height: 18px;
    }
}

@media (max-width: 375px) {
    .main .new-up .new-up-list .item .thumb {
        height: 170px;
    }

    
    .new-up .info-layer>p {
        line-height: 18px;
    }
}

@media (max-width: 350px) {
    .main .new-up .new-up-list .item .thumb {
        height: 160px;
    }

    
    .new-up .info-layer>p {
        line-height: 17px;
    }
}

@media (max-width: 320px) {
    .main .new-up .new-up-list .item .thumb {
        height: 145px;
    }

    
    .header .right-wrap li {
        margin: 0 4px;
    }
}

@media (max-width: 995px) {
    .friend-link .item {
        width: 25% !important;
    }

    .footer .container {
        padding: 15px;
    }

    
    .layout-box {
        margin-top: 0px;
        padding: 20px 5px 5px 5px;
    }

    .layout-xs {
        display: none !important;
    }

    .layout-box .col-sm-12 {
        padding: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .layout-xx {
        display: none !important;
    }
}

.resource-box .btn-zk {
    display: none;
    font-size: 13px;
    position: absolute;
    bottom: -27px;
    left: 50%;
    margin-left: -30px;
    border: 1px solid #ddd;
    border-radius: 0 0 3px 3px;
    background: #eceff3;
    padding: 5px;
    border-top: none;
    z-index: 2;
    color: #736767;
    cursor: pointer;
}

#btn-appdw {
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 6px 5px;
    
    z-index: 10;
    background: #ff6428;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
}

#btn-appdw a {
    color: #fff;
}

#btn-appdw-p {
    background: #ff6428;
    padding: 6px 0;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    max-width: 280px;
    margin: 0 auto;
    font-size: 13px;
}

#btn-appdw-p a {
    color: #fff;
}

.movie-summary .btn-zk {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    font-style: normal;
    font-size: 13px;
    z-index: 2;
    
    background: #fafafaf2;
    width: 100%;
    text-align: center;
    color: #666;
}

.tip-gf,
.tip-tj,
.tip-score {
    position: absolute;
    top: 4px;
    right: 4px;
    color: #fff;
    font-size: 13px;
    background: #00b51d;
    padding: 0 2px;
    border-radius: 2px;
    line-height: 1.5;
    z-index: 2;
}

.tip-tj {
    background: #03a9f4;
}

.tip-score {
    background: #00000096;
    
}

.item-con .tags {
    font-size: 13px;
    line-height: 18px;
    
    color: #999;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    margin-top: 2px;
}
.play-resource .card-wrap {
    padding: 10px;
}
.other-name {
    font-size: 13px;
    opacity: 0.6;
    margin-bottom: 7px;
    text-align: center;
    font-size: 13px;
    line-height: 1.6;
    }
.play-con-tit {
    background: #000000db;
    padding: 10px 0;
    margin-bottom: 0;
}
.crumbs-nav .fa {
    margin: 0 1px;
}
.tab-tit-box a {
    font-size: 13px;
    color: #777;
    letter-spacing: 0;
    text-align: center;
    
    
    display: inline-block;
    font-weight: normal;
    position: relative;
    padding: 0 7px;
    cursor: pointer;
}
.tab-tit-box a.active {
    color: #ff6420;

}
.tab-tit-box {
    line-height: 24px;
    
    height: 24px;
    
    
    float: right;
    font-size: 0;
    
    box-sizing: content-box;
    margin-right: -10px;
}
.tab-tit-box a::after {
    content: "/";
    position: absolute;
    right: -4px;
    color: #ddd;
    transform: scale(0.8);
}
.tab-tit-box a:last-child:after{
    content: "";
}
#playerCnt{position:absolute;top: 0;bottom:0;right:0;left:0;}

.form_actor {
    display: inline;
}
.form_actor button {
    display: inline;
    border: none;
    color: #333;
    text-decoration: underline;
    margin-left: 6px;
    font-size: 14px;
    font-weight: bold;
}
.summary-con .form_actor:after {
    content: "/";
    margin-left: 6px;
}
@media (max-width:768px){
    .header .main-nav .nav-item>a {
        
    }
    .header .main-nav .nav-item.active>a {
        font-size: 18px;
        font-weight: bold;
    }
    .page-num form:nth-child(2),.page-num form:nth-last-child(2) {
        display: none;
    }
}
.page-num button {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #eee;
    text-decoration: none;
    cursor: pointer;
}

button.page_current {
    background-color: #ff920b;
    border-color: #ff920b;
    color: #fff !important;
}
.new-hot-up .more {
    display: none;
    height: 35px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.new-hot-up .more a {
    display: inline-block;
    width: 42%;
    
    
    padding: 8px 0;
    background: #f5f7fa;
    text-align: center;
    border-radius: 3px;
    color: #777;
    font-size: 13px;
}
li.nav-item.active a {position:relative;}
li.nav-item.active a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: -3px;
    width: 20px;
    height: 3px;
    margin-left: -10px;
    border-radius: 2px;
    background: linear-gradient(45deg,#37E8FF 0%,#80C6FF 49%,#F586FF 100%);
}

.new-up .title>span {
    font-size: 13px;
    margin-left: 5px;
    
    color: #999;
    
    
    line-height: 24px;
}

.sub-nav .count em {
    font-size: 13px;
    color: #ff6428;
    line-height: 26px;
    position: absolute;
    right: 10px;
    top: 0;
}

.summary-con h3{color: #333;}
.subject-row h1 a {color: #337ab7!important;}
.subject-row h1 {margin-bottom: 10px!important;}
.resource-box .hd .swiper-slide a {padding: 10px;}
.new-hot-up .more a:first-child {margin-right: 5px;}
.new-hot-up .more a .fa {color: #2692ff;}
.icon-stype {
    display: inline-block;
    position: absolute;
    top: -2px;
    right: 10px;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    background: #0889f6;
    line-height: 1.2;
    color: #fff;
    padding: 0 3px;
    transform: scale(0.8);
    -ms-transform: scale(0.8);	
    -moz-transform: scale(0.8); 	
    -webkit-transform: scale(0.8); 
    -o-transform: scale(0.8); 	
}
.icon-stype.gj {
    background: #22bf25;
}
.st_detail_thumb{margin-bottom: 0!important;}
.st_section_hot .st_more_area .oper {
    position: absolute;
    top: 0;
    line-height: 34px;
    font-size: 20px;
    color: #ff6b35;
    width: 7%;
    text-align: center;
}
.st_more_area .fa-caret-left {left:0;}
.st_more_area .fa-caret-right {right:0;}

.st_vod_grid{display:flex;flex-wrap:wrap;margin:0 -7px;}.st_vod_card{width:calc(20% - 14px);margin:0 7px 15px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.08);transition:all 0.3s}.st_vod_card:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(255,107,53,0.2)}.st_vod_inner{padding:0}.st_vod_thumb{display:block;position:relative;width:100%;padding-top:140%;overflow:hidden}.st_vod_thumb img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.st_vod_state{position:absolute;top:8px;left:8px;padding:3px 8px;background:rgba(255,107,53,0.9);color:#fff;border-radius:3px;font-size:12px}.st_vod_score{position:absolute;top:8px;right:8px;padding:3px 8px;background:rgba(0,0,0,0.7);color:#fff;border-radius:3px;font-size:12px}.st_vod_high{position:absolute;top:8px;right:8px;padding:3px 8px;background:rgba(255,215,0,0.9);color:#fff;border-radius:3px;font-size:12px}.st_vod_good{position:absolute;top:8px;right:8px;padding:3px 8px;background:rgba(46,204,113,0.9);color:#fff;border-radius:3px;font-size:12px}.st_vod_title{padding:10px 12px 5px;font-size:14px;font-weight:600;line-height:1.4}.st_vod_title a{color:#333}.st_vod_title a:hover{color:#ff6b35}.st_vod_meta{padding:0 12px 12px;font-size:12px;color:#888}.st_section_hot{padding:20px 0}.st_section_box{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,0.06)}.st_section_title{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding-bottom:15px;border-bottom:2px solid #f1f5f9}.st_section_title h2{font-size:18px;font-weight:700;color:#ff6b35}.st_tab_box{display:flex;gap:10px}.st_tab_box a{padding:5px 12px;border-radius:20px;font-size:13px;color:#666;transition:all 0.3s}.st_tab_box a.st_active{background:#ff6b35;color:#fff}.st_tab_box a:hover{color:#ff6b35}.st_active{color:#ff6b35}.st_section_content{padding:10px 0}.st_more_btn{font-size:13px;color:#666}.st_more_btn:hover{color:#ff6b35}.st_bread_crumb{padding:12px 0;font-size:13px;color:#666}.st_bread_crumb a{color:#666;margin:0 5px}.st_bread_crumb a:hover{color:#ff6b35}.st_like_section{padding:20px 0}.st_play_resource{padding:20px 0}.st_resource_box{background:#fff;border-radius:10px;padding:25px 20px;box-shadow:0 2px 10px rgba(0,0,0,0.06)}.st_resource_hd{margin-bottom:20px}.st_resource_nav{margin-bottom:15px}.st_nav_tabs{display:flex;gap:12px;flex-wrap:wrap}.st_nav_tabs li{padding:12px 28px;background:#f1f5f9;border-radius:6px;cursor:pointer;transition:all 0.3s;font-size:15px;font-weight:500}.st_nav_tabs li:hover{background:#e2e8f0}.st_nav_tabs li.st_active{background:#ff6b35;color:#fff;font-weight:600}.st_tab_nav{display:block}.st_resource_bd{padding:15px 0}.st_rb_item{display:none}.st_rb_item[style*="block"]{display:block}.st_episodes_list{display:flex;flex-wrap:wrap;gap:8px}.st_episodes_list li{width:calc(10% - 7.2px)}.st_episodes_list li a{display:block;padding:10px 15px;background:#f8f9fa;color:#333;text-align:center;border-radius:4px;font-size:14px;font-weight:500;transition:all 0.3s}.st_episodes_list li a:hover{background:#ff6b35;color:#fff}.st_episodes_list li a.st_active{background:#ff6b35;color:#fff}.st_section_box,.st_like_section .st_section_box,.st_play_resource .st_resource_box{background:#fff;border-radius:10px;padding:20px;box-shadow:0 2px 10px rgba(0,0,0,0.06)}.st_section_hot .st_section_content .st_vod_grid{margin:0 -7px}.st_section_hot .st_vod_card{width:calc(20% - 14px);margin:0 7px 15px}.st_like_section .st_vod_grid{margin:0 -7px}.st_like_section .st_vod_card{width:calc(20% - 14px);margin:0 7px 15px}.no-wrap .st_vod_grid{display:flex!important;flex-wrap:wrap!important}.no-wrap .st_vod_card{width:calc(20% - 14px)!important;margin:0 7px 15px!important}@media (max-width:1200px){.st_vod_card{width:calc(20% - 12px)}.st_like_section .st_vod_card,.st_section_hot .st_vod_card{width:calc(20% - 14px)}.no-wrap .st_vod_card{width:calc(20% - 14px)!important}}@media (max-width:768px){.st_vod_card{width:calc(33.333% - 10px)}.st_like_section .st_vod_card,.st_section_hot .st_vod_card{width:calc(33.333% - 14px)}.no-wrap .st_vod_card{width:calc(33.333% - 14px)!important}.st_episodes_list li{width:calc(25% - 6px)}.st_episodes_list li a{padding:8px 12px;font-size:13px}.st_nav_tabs li{padding:10px 20px;font-size:14px}}@media (max-width:480px){.st_vod_card{width:calc(33.333% - 10px)}.st_like_section .st_vod_card,.st_section_hot .st_vod_card{width:calc(33.333% - 14px)}.no-wrap .st_vod_card{width:calc(33.333% - 14px)!important}.st_episodes_list li{width:calc(33.333% - 5.33px)}.st_nav_tabs li{padding:8px 16px;font-size:13px}}
.st_hd_nav{padding:15px 0;border-bottom:1px solid #f1f5f9}.st_screen_wrap{display:flex;flex-wrap:wrap;gap:15px;align-items:flex-start;justify-content:flex-start;width:100%}.st_screen_type{margin-bottom:0;width:auto;flex-shrink:0;min-width:0;max-width:100%}.st_screen_area{margin-bottom:0;width:auto;flex-shrink:0;min-width:0;max-width:100%}.st_sub_nav{display:block;overflow:hidden}.st_type_nav{width:auto;min-width:0;max-width:100%}.st_type_nav .st_nav_tabs{display:flex;flex-wrap:wrap;gap:8px;align-items:center;max-width:100%}.st_type_nav .st_nav_tabs li{padding:8px 18px;background:#f8f9fa;border:1px solid #e9ecef;font-size:13px;border-radius:4px;white-space:nowrap;flex-shrink:0}.st_type_nav .st_nav_tabs li:hover{background:#fff;border-color:#ff6b35;color:#ff6b35}.st_type_nav .st_nav_tabs li.st_active{background:#ff6b35;border-color:#ff6b35;color:#fff}

.st_type_nav .swiper-container{overflow:visible !important}.st_type_nav .swiper-wrapper{display:flex !important;flex-wrap:wrap !important;gap:8px !important;transform:none !important}.st_type_nav .swiper-slide{width:auto !important;flex-shrink:0 !important}.st_screen_area .st_sub_nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;width:100%;max-width:100%}.st_screen_area .st_nav_tabs{display:flex;gap:12px;flex-wrap:wrap;align-items:center;max-width:100%}.st_screen_area .st_nav_tabs li{padding:8px 20px;white-space:nowrap;flex-shrink:0}.st_count em{color:#666}.st_count span{color:#ff6b35;font-weight:600;margin:0 3px}@media (max-width:768px){.st_screen_wrap{gap:12px;flex-wrap:wrap}.st_type_nav .st_nav_tabs{gap:6px}.st_type_nav .st_nav_tabs li{padding:6px 14px;font-size:12px}.st_screen_area .st_nav_tabs li{padding:6px 16px;font-size:13px}.st_hd_nav{padding:10px 0}}@media (max-width:480px){.st_screen_wrap{gap:10px;flex-wrap:wrap}.st_screen_type,.st_screen_area{width:100%;flex-shrink:1;max-width:100%}.st_type_nav .st_nav_tabs{gap:5px}.st_type_nav .st_nav_tabs li{padding:5px 12px;font-size:12px}.st_screen_area .st_nav_tabs li{padding:5px 14px;font-size:12px}.st_hd_nav{padding:8px 0}}
.st_wrapper { display: flex; align-items: center; justify-content: space-between; height: 100%; position: relative }
.st_brand { flex-shrink: 0 }
.st_nav_bar { flex: 1; min-width: 0 }
.st_nav_list { }
.st_nav_item { }
.st_cur { }
.st_search_zone { flex-shrink: 0 }
.st_search_box { }
.st_play_area{position:relative;height:600px;overflow:hidden;background:#000;border-radius:8px}.st_play_area iframe,.st_play_area video{width:100%;height:100%;border:none}.st_play_area .embed-responsive{height:100%}@media (max-width:768px){.st_play_area{height:400px}}@media (max-width:480px){.st_play_area{height:300px}}


@media (max-width: 1024px) {
    .st_top_header { 
        height: 80px; 
        border-bottom: none; 
        box-shadow: 0 1px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .st_brand { width: 120px; height: 60px; }
    .st_nav_bar { 
        position: static; 
        width: auto; 
        background: transparent; 
        z-index: auto; 
        box-shadow: none; 
        padding: 0; 
        margin: 0; 
        overflow-x: auto; 
        white-space: nowrap; 
        border: none;
    }
    .st_nav_list { 
        display: flex; 
        flex-wrap: nowrap; 
        overflow-x: auto; 
        white-space: nowrap; 
        border: none;
    }
    .st_nav_bar .st_nav_item { 
        float: none; 
        display: inline-block; 
        width: auto; 
        margin-right: 0; 
        border: none;
    }
    .st_nav_bar .st_nav_item>a { 
        line-height: 80px; 
        padding: 0 12px; 
        text-align: center; 
        font-size: 14px; 
        white-space: nowrap; 
        border: none;
    }
    .st_search_zone { position: static; margin-top: 0; }
    .st_search_box { width: 200px; margin-top: 0; }
    .st_wrapper { display: flex; align-items: center; justify-content: space-between; }
}

@media (max-width: 768px) {
    .st_top_header { 
        height: 70px; 
        border-bottom: none;
    }
    .st_brand { width: 100px; height: 50px; }
    .st_wrapper { display: flex; align-items: center; justify-content: space-between; padding: 0 15px; }
    .st_nav_bar { position: static; border: none; }
    .st_nav_bar .st_nav_item>a { 
        line-height: 70px; 
        padding: 0 10px; 
        font-size: 13px; 
        border: none;
    }
    .st_search_zone { display: flex; align-items: center; justify-content: flex-end; }
    .st_search_box { width: 150px; margin-top: 0; }
    .st_search_box .keywords { height: 28px; font-size: 12px; }
    .st_search_box .st_search_btn { height: 30px; line-height: 30px; }
}

@media (max-width: 480px) {
    .st_top_header { 
        height: 65px; 
        border-bottom: none;
    }
    .st_brand { width: 90px; height: 45px; }
    .st_wrapper { padding: 0 10px; }
    .st_nav_bar { position: static; border: none; }
    .st_nav_bar .st_nav_item>a { 
        line-height: 65px; 
        padding: 0 8px; 
        font-size: 12px; 
        border: none;
    }
    .st_search_box { width: 120px; }
    .st_search_box .keywords { height: 26px; font-size: 11px; }
    .st_search_box .st_search_btn { height: 28px; line-height: 28px; }
}
.st_main_index { }
.st_home_page { }
.st_footer { }
.st_footer_main { }
.st_footer_brand { }
.st_footer_links { }
.st_link_col { }
.st_footer_legal { }
.st_back_top { }


.theme { color: #ff6b35; }
.st_theme { color: #ff6b35; }
.active { color: #ff6b35; border-color: #ff6b35; }
.st_active { color: #ff6b35; border-color: #ff6b35; }


.st_sort_wrap h4 { color: #1e293b; }

.st_play_area {
    position: relative !important;
    height: 500px !important;
    padding: 0 !important;
}
.st_play_area iframe,
.st_play_area video,
#playerCnt {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
}
@media (max-width: 768px) {
    .st_play_area {
        height: 350px !important;
    }
}