@charset "UTF-8";
/**
**************************************************
* 作者: 文尼先生
* 站長資源: https://3dayseo.com
* 文尼模板網: https://wntheme.com
* 版本: 2.0.0
* 最後更新於: 2024-07-29
**************************************************
*/

/* :root {
    --bg-color-1: #f3f5f7;
    --bg-color-2: #ffffff;
    --bg-color-3: #fafafa;
    --text-color-1: #323232;
    --text-color-2: #b5b5b5;
    --text-color-3: #8a8a8a;
    --theme-color: #f3533b;
    --theme-color-2: #fa9f42;
    --theme-color-3: #8dd67a;
    --theme-color-4: #5acec9;
    --theme-text-color: #ffffff;
    --theme-highlight-color: #e9754c;
    --theme-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    --theme-gap: 5px;
    --swiper-theme-color: var(--theme-color)
} */

@media (max-width:767.9px) {
    :root {
        --theme-gap: 10px
    }
}

@media (max-width:575.9px) {
    :root {
        --theme-gap: 5px
    }
}

[data-theme="1"] {
    --bg-color-1: #121212;
    --bg-color-2: #25252b;
    --bg-color-3: #32323c;
    --text-color-1: #f0f0f0;
    --text-color-2: #cccccc;
    --text-color-3: #ffffff;
    --theme-shadow: 3px 3px 5px 0 var(--bg-color-1)
}

::-webkit-scrollbar {
    width: 6px
}

::-webkit-scrollbar-thumb {
    border-radius: 4px
}

.movie ::-webkit-scrollbar-thumb:active,.movie::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb,::-webkit-scrollbar-thumb:active {
    background-color: var(--theme-color)
}

.show ::-webkit-scrollbar-thumb:active,.show::-webkit-scrollbar-thumb {
    background-color: var(--theme-color-2)
}

.tv ::-webkit-scrollbar-thumb:active,.tv::-webkit-scrollbar-thumb {
    background-color: var(--theme-color-3)
}

.cartoon ::-webkit-scrollbar-thumb:active,.cartoon::-webkit-scrollbar-thumb {
    background-color: var(--theme-color-4)
}

body {
    font-size: 14px;
    background-color: var(--bg-color-1)
}

.box-head-title small,a,body {
    color: var(--text-color-1)
}

a:focus,a:hover {
    color: var(--theme-color)
}

.wntheme-dropdown-box,.wntheme-dropdown-box::before {
    background-color: var(--bg-color-3)!important
}

.wntheme-dropdown-box ul {
    position: relative;
    z-index: 1
}

.wntheme-dropdown-box ul li:hover {
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.wntheme-dropdown-box ul li:last-child {
    border-radius: 0 0 5px 5px
}

.wntheme-dropdown-box ul li:hover a {
    color: var(--theme-text-color)
}

.layout-box {
    border-radius: 5px;
    background-color: var(--bg-color-2);
    padding: var(--theme-gap)
}

.layout-box:hover {
    box-shadow: var(--theme-shadow)
}

.img-wrapper {
    padding-bottom: 150%;
    /* background-image: url(../images/loading.gif) */
}

.gap {
    margin-bottom: var(--theme-gap)
}

.shining::after {
    display: none;
    width: 100%;
    height: 30%;
    position: absolute;
    top: -100%;
    left: 60%;
    background: rgba(255,255,255,.5);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transition: none
}

.shining:hover::after {
    top: 200%;
    left: 0;
    transition: all .5s ease
}

.blur {
    filter: blur(20px)
}

.position {
    position: relative;
    z-index: 2;
    padding-left: var(--theme-gap);
    padding-right: var(--theme-gap)
}

.wntheme-history-box li:not(.wntheme-history-head):not(.wntheme-history-foot):hover a small,.position a:not(:hover),.position span {
    color: var(--theme-text-color)
}

.position span {
    margin-left: 5px
}

.splite {
    display: inline-block;
    position: relative;
    z-index: 0;
    padding-left: 10px;
    padding-right: 10px
}

.splite::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: var(--theme-text-color);
    opacity: .8;
    vertical-align: middle
}

.head-wrapper {
    position: fixed;
    z-index: 99;
    width: 100%
}

.head-box {
    position: relative;
    z-index: 9;
    height: 60px
}

.head-bg,.head-box {
    width: 100%;
    line-height: 60px
}

.head-box {
    padding-left: 0;
    padding-right: 0
}

.head-bg {
    position: absolute;
    z-index: 0;
    height: 100%;
    background-color: var(--bg-color-2);
    top: 0;
    left: 0
}

.head-left {
    float: left;
    max-width: calc(100% - 310px);
    display: flex
}

.logo-box {
    color: var(--theme-text-color);
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    max-width: 70%;
    background-color: var(--bg-color-2)
}

.logo {
    display: block
}

.logo-img {
    width: 200px;
    height: 60px;
    background-image: url(../images/logo_color.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.logo-text {
    display: block;
    font-size: 24px;
    text-align: center;
    color: var(--theme-text-color)
}

.head-nav,.head-nav li a {
    position: relative;
    z-index: 0
}

.head-nav li {
    width: auto;
    margin-right: 10px
}

.head-nav li a {
    display: block;
    font-size: 16px;
    z-index: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 700
}

.head-nav li a>.fa {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%)
}

.wntheme-history-box ul li.wntheme-history-head:hover a,.head-nav li.active a {
    color: var(--theme-color)
}

.head-nav li.active a::after {
    width: 90%;
    bottom: 5px
}

.head-nav li.active a::after,.tab-item.active a::after {
    content: "";
    display: block;
    height: 4px;
    background-color: var(--theme-color);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.head-nav .wntheme-dropdown-box {
    z-index: 2
}

.head-nav li .wntheme-dropdown-box a {
    display: block;
    margin-left: 0;
    margin-right: 0;
    min-width: 100px;
    color: var(--text-color-1);
    white-space: nowrap;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 36px
}

.head-nav li .wntheme-dropdown-box a:last-child {
    border-radius: 0 0 5px 5px;
    overflow: hidden
}

.head-nav li .wntheme-dropdown-box a::after {
    display: none
}

.wntheme-search-dropdown .wntheme-dropdown-box li:hover,.head-nav .wntheme-dropdown-box a.current,.head-nav .wntheme-dropdown-box a:hover {
    background-color: var(--theme-color-2);
    color: var(--theme-text-color)
}

.head-search,.head-search input {
    background-color: var(--theme-color)
}

.head-search {
    position: absolute;
    right: 0;
    z-index: 2;
    padding-left: 20px;
    max-width: 100%
}

.head-search input {
    display: block;
    border: 0;
    outline: 0;
    color: #fff;
    height: 60px;
    text-align: center;
    font-size: 16px;
    margin-right: 55px;
    margin-left: 0;
    width: 60px;
    transition: width .3s ease
}

.head-search input::-webkit-input-placeholder,.menu-search input::-webkit-input-placeholder {
    color: #fff
}

.head-search input::-moz-placeholder,.menu-search input::-moz-placeholder {
    color: #fff
}

.head-search input::-ms-input-placeholder,.menu-search input::-ms-input-placeholder {
    color: #fff
}

.wntheme-search-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
    width: 85px
}

.wntheme-search-dropdown .fa,.wntheme-search-dropdown-text,.head-search button {
    color: var(--theme-text-color)
}

.wntheme-search-dropdown .wntheme-dropdown-box {
    width: 85px
}

.wntheme-search-dropdown .wntheme-dropdown-box li a,.head-menu-switch a {
    display: block
}

.head-search button {
    background: 0 0;
    border: 0;
    outline: 0;
    height: 60px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0
}

.head-search .wntheme-search-dropdown {
    display: none
}

.head-search input:focus+.wntheme-search-dropdown,.head-search.active .wntheme-search-dropdown,.head-search.active button,.head-search:hover .wntheme-search-dropdown,.head-search:hover button {
    display: block
}

.head-search input:focus,.head-search.active input,.head-search:hover input {
    width: 250px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 85px
}

.head-search input:focus::-webkit-input-placeholder,.menu-search input:focus::-webkit-input-placeholder {
    color: transparent
}

.head-search input:focus::-moz-placeholder,.menu-search input:focus::-moz-placeholder {
    color: transparent
}

.head-search input:focus::-ms-input-placeholder,.menu-search input:focus::-ms-input-placeholder {
    color: transparent
}

.head-right {
    padding-right: 135px;
    position: relative;
    z-index: 1;
    background-color: var(--bg-color-2);
    padding-left: 10px;
    height: 100%;
    display: flex;
    justify-content: end;
    align-items: center
}

.head-right-item {
    margin-right: 15px;
    float: right;
    text-align: center;
    width: 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.head-right-item.wntheme-user-logged {
    width: 50px
}

.wntheme-history-dropdown,.wntheme-login,.wntheme-user-dropdown,.filter-content dl,.head-menu-switch,.skin-switch {
    padding-top: 5px;
    padding-bottom: 5px
}

.wntheme-history-text .fa,.wntheme-login .fa,.head-menu-switch .fa,.skin-switch .fa {
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px
}

.wntheme-history-text>span,.wntheme-login>span,.head-menu-switch span,.skin-switch span {
    height: 20px;
    line-height: 20px;
    display: block;
    margin-left: 0;
    font-weight: 700
}

.wntheme-history-text>span span {
    display: block;
    margin-left: 0
}

.box-head-type li:first-child a::before,.wntheme-history-text>span span:first-child {
    display: none
}

.wntheme-user-avatar,.wntheme-user-info {
    position: relative;
    z-index: 0;
    display: block
}

.wntheme-user-info::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50%;
    top: -1px;
    left: -1px;
    border: 1px solid var(--theme-color);
    opacity: .1
}

.wntheme-user-info:hover::after {
    opacity: .5
}

.wntheme-user-avatar {
    width: 50px;
    height: 50px;
    z-index: 1;
    opacity: .95
}

.wntheme-user-name {
    display: none
}

.wntheme-history-box li.wntheme-history-head .fa,.wntheme-history-box li::before {
    background-color: var(--bg-color-3)
}

.wntheme-history-box li::after {
    background-color: var(--bg-color-2)
}

.wntheme-history-box li a {
    border-top-color: var(--bg-color-2)
}

.wntheme-history-box ul li.wntheme-history-foot:hover,.wntheme-history-box ul li.wntheme-history-head:hover {
    background-color: transparent
}

.wntheme-history-box li:not(.wntheme-history-head):not(.wntheme-history-foot):hover::before {
    border-color: var(--theme-text-color)
}

.wntheme-history-box li:not(.wntheme-history-head):not(.wntheme-history-foot):hover a {
    border-color: var(--theme-color)
}

.wntheme-history-box li:not(.wntheme-history-head):not(.wntheme-history-foot) a small {
    color: var(--text-color-2)
}

.wntheme-history-box li:not(.wntheme-history-head):not(.wntheme-history-foot):hover::after {
    background-color: transparent
}

.wntheme-history-box li.wntheme-history-foot a {
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.wntheme-history-box li.wntheme-history-foot a:hover {
    background-color: var(--theme-color-2)
}

.skin-switch .dark,[data-theme="1"] .skin-switch .light {
    display: block
}

.skin-switch .light,[data-theme="1"] .skin-switch .dark {
    display: none
}

.head-placeholder {
    height: 60px;
    margin-bottom: var(--theme-gap)
}

.wntheme-offcanvas-modal {
    z-index: 9998
}

.wntheme-offcanvas-content {
    z-index: 9999
}

.side-menu {
    background-color: var(--bg-color-1);
    padding-left: 10px;
    padding-right: 10px;
    width: 300px;
    max-width: 95%
}

.menu-search {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px
}

.menu-search button,.menu-search input {
    border: 0;
    outline: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 20px
}

.menu-search input {
    width: 100%;
    background-color: var(--theme-color);
    padding-left: 60px;
    padding-right: 40px;
    color: #fff
}

.menu-search .wntheme-search-dropdown {
    width: 60px;
    height: 40px;
    font-size: 14px
}

.menu-search .wntheme-search-dropdown-text {
    line-height: 40px
}

.menu-search button {
    width: 40px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    background: 0 0;
    color: var(--theme-text-color)
}

.side-menu-nav {
    margin-bottom: 20px;
    background-color: var(--bg-color-2);
    border-radius: 5px;
    max-height: calc(100% - 100px);
    overflow-x: hidden;
    overflow-y: auto
}

.side-menu-nav li {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    z-index: 0
}

.side-menu-nav li+li {
    border-top: 1px solid var(--bg-color-1)
}

.side-menu-nav li a {
    display: block;
    line-height: 40px
}

.side-menu-nav li.side-menu-parent .wntheme-accordion-toggle,.side-menu-nav li:not(.side-menu-parent) a,.side-menu-sub a span {
    position: relative;
    z-index: 1
}

.side-menu-nav li.current .wntheme-accordion-toggle>.fa,.side-menu-nav li.current .wntheme-accordion-toggle>a,.side-menu-nav li:hover .wntheme-accordion-toggle>.fa,.side-menu-nav li:hover .wntheme-accordion-toggle>a,.side-menu-nav li:not(.side-menu-parent).current>.fa,.side-menu-nav li:not(.side-menu-parent).current>a,.side-menu-nav li:not(.side-menu-parent):hover>.fa,.side-menu-nav li:not(.side-menu-parent):hover>a {
    color: var(--theme-color);
    font-weight: 700
}

.side-menu-nav li.current::before,.side-menu-sub a.current::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 4px;
    height: 40px;
    border-radius: 2px
}

.side-menu-nav li.current::after,.side-menu-nav li.current::before,.side-menu-nav li:hover::after {
    background-color: var(--theme-color)
}

.side-menu-nav li.current::after,.side-menu-nav li:hover::after,.side-menu-sub a.current::after,.side-menu-sub a:hover::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 40px;
    top: 0;
    left: 0;
    opacity: .1
}

.side-menu-nav li.side-menu-parent .wntheme-accordion-toggle a {
    float: left
}

.side-menu-nav li.side-menu-parent .wntheme-accordion-toggle .fa {
    position: absolute;
    right: 5px;
    top: 20px;
    transform: translateY(-50%);
    transition: all .3s ease
}

.side-menu-nav li.side-menu-parent.active .wntheme-accordion-toggle .fa {
    transform: translateY(-50%) rotate(90deg)
}

.side-menu-sub-wrapper {
    background-color: var(--bg-color-3);
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 10px
}

.side-menu-sub a {
    padding-left: 40px
}

.side-menu-sub a.current,.side-menu-sub a:hover {
    color: var(--theme-color-2);
    font-weight: 700
}

.side-menu-sub a.current::after,.side-menu-sub a.current::before,.side-menu-sub a:hover::after {
    background-color: var(--theme-color-2)
}

.side-menu-sub a span {
    display: block
}

.side-menu-nav li.side-menu-parent .wntheme-accordion-toggle,.slide {
    overflow: hidden
}

.slide .swiper-pagination {
    width: calc(80% - var(--theme-gap)*3);
    bottom: 20px;
    text-align: right;
    padding-right: 15px;
    left: var(--theme-gap)
}

.side-menu-sub a,.slide,.slide li {
    position: relative;
    z-index: 0
}

.slide-item,.slide-item-title {
    position: absolute;
    display: block;
    left: 0
}

.slide-item {
    background-image: url(../images/loading_w.gif);
    background-size: auto;
    top: 0;
    width: calc(80% - var(--theme-gap)*2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 5px;
    overflow: hidden
}

.slide-item.swiper-lazy-loaded {
    background-size: cover
}

.slide-item-title {
    height: 36px;
    line-height: 36px;
    border-radius: 0 5px 0 5px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    background-color: var(--theme-color);
    color: var(--theme-text-color);
    bottom: 0
}

.slide-small {
    width: 20%;
    float: right
}

.vod-item-slide {
    position: relative;
    z-index: 0
}

.vod-item-slide .vod-item-info,.vod-item-slide .vod-item-info::after {
    position: absolute;
    z-index: 1;
    width: 100%;
    left: 0;
    bottom: 0
}

.vod-item-slide .vod-item-info::after {
    content: "";
    display: block;
    background-image: linear-gradient(to right,var(--theme-color-2),var(--theme-color-3));
    z-index: 0;
    height: 100%;
    opacity: .4
}

.box-head-title span,.vod-item-slide .vod-item-desc,.vod-item-slide .vod-item-title {
    position: relative;
    z-index: 1
}

.vod-item-slide .vod-item-title a {
    color: var(--theme-text-color);
    font-weight: bold;
}

.vod-item-slide .vod-item-desc p,.vod-item-slide .vod-item-desc p a {
    height: auto;
    color: var(--theme-text-color);
    opacity: 1
}

.slide-type .swiper-wrapper {
    align-items: center
}

.slide-type .swiper-slide {
    width: 16%;
    padding-left: 10px;
    padding-right: 10px
}

.slide-type .swiper-slide-active {
    width: 20%
}

.slide-type .swiper-slide-next,.slide-type .swiper-slide-prev {
    width: 18%
}

.slide-type .slide-small {
    width: 100%;
    float: none
}

.slide-type .swiper-slide:not(.swiper-slide-active) .vod-item-slide .vod-item-info::after {
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.8));
    transition: all .3s ease
}

.slide-type .vod-item-desc {
    display: none
}

.slide-type .vod-item-title {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-align: center
}

.box-head {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 40px
}

.box-head-title {
    font-size: 20px;
    float: left;
    position: relative;
    padding-right: 10px;
    font-weight: 700
}

.box-head-title .fa,.box-head-title a {
    display: block;
    position: relative;
    z-index: 1
}

.box-head-title .fa {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff
}

.box-head-title::after {
    height: 100%;
    width: 40px;
    background-color: var(--theme-color);
    left: 0;
    z-index: 0;
    border-radius: 5px;
    transition: width .3s ease
}

.box-head-title:hover::after {
    width: 100%
}

.box-head-title span {
    transition: color .3s ease
}

.box-head-title .search-wd {
    color: var(--theme-color)
}

.box-head-title:hover .search-wd,.box-head-title:hover small,.box-head-title:hover span {
    color: #fff
}

.box-head-more {
    float: right;
    font-size: 18px;
    font-weight: bold;
}

.box-head-type {
    float: right;
    margin-right: 15px;
    overflow: hidden;
    max-width: calc(100% - 250px)
}

.box-head-type li {
    width: auto
}

.box-head-type a {
    display: block;
    line-height: 40px;
    font-weight: bold;
}

.box-head-type a::before {
    content: "/";
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: var(--text-color-1)
}

.ranking-box {
    position: relative;
    z-index: 0;
    border-radius: 5px;
    background-color: var(--bg-color-2)
}

.box-head-title:hover::after,.ranking-box:hover .ranking-list {
    box-shadow: var(--theme-shadow)
}

.box-head-title::after,.ranking-box::after,.ranking-box::before {
    content: "";
    display: block;
    position: absolute;
    top: 0
}

.ranking-box::before {
    left: 0;
    z-index: 0;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to bottom,rgb(250 159 66/50%),var(--bg-color-2));
    border-radius: 5px 5px 0 0
}

.movie .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(243 83 59/50%),var(--bg-color-2))
}

.tv .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(141 214 122/50%),var(--bg-color-2))
}

.show .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(250 159 66/50%),var(--bg-color-2))
}

.cartoon .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(90 206 201/50%),var(--bg-color-2))
}

[data-theme="1"] .ranking-box::before {
    background-image: linear-gradient(to bottom,rgb(250 159 66/20%),var(--bg-color-2));
    height: 70px
}

[data-theme="1"] .movie .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(243 83 59/20%),var(--bg-color-2))
}

[data-theme="1"] .tv .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(141 214 122/20%),var(--bg-color-2))
}

[data-theme="1"] .show .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(250 159 66/20%),var(--bg-color-2))
}

[data-theme="1"] .cartoon .ranking-box::before {
    background-image: linear-gradient(to bottom,rgba(90 206 201/20%),var(--bg-color-2))
}

.ranking-box::after {
    right: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    background-color: var(--bg-color-2);
    background-image: linear-gradient(45deg,var(--bg-color-2) 50%,var(--bg-color-1) 50%);
    border-radius: 0 5px 0 5px
}

.ranking-box .box-head,.ranking-item {
    position: relative;
    z-index: 1
}

.ranking-box .box-head-title {
    height: 40px;
    line-height: 40px;
    float: none
}

.ranking-box .box-head::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 60px);
    height: 100%;
    left: 0;
    top: 0
}

.ranking-box .box-head::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px
}

.ranking-box .box-head-title::after {
    display: none
}

.ranking-box .box-head-title .fa,.ranking-box .box-head-title span {
    color: var(--text-color-1)
}

.ranking-item {
    z-index: 0;
    height: 80px
}

.ranking-item+.ranking-item {
    border-top: 1px solid var(--bg-color-1)
}

.ranking-item-num {
    font-style: normal;
    display: block;
    background-color: var(--bg-color-3);
    position: absolute;
    left: 10px;
    top: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: var(--text-color-1);
    border-radius: 5px;
    font-size: 30px;
    transition: all .3s ease
}

.ranking-item:nth-child(1) .ranking-item-num {
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.ranking-item:nth-child(2) .ranking-item-num {
    background-color: var(--theme-color-2);
    color: var(--theme-text-color)
}

.ranking-item:nth-child(3) .ranking-item-num {
    background-color: var(--theme-color-3);
    color: var(--theme-text-color)
}

.ranking-item:hover .ranking-item-num {
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.ranking-item-time,.ranking-item-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.ranking-item-title {
    width: calc(100% - 50px);
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    line-height: 30px
}

.ranking-item-time {
    right: 10px;
    z-index: 1
}

.ranking-item-pic {
    height: auto;
    padding: 10px
}

.ranking-item-cover {
    display: block;
    width: 27%;
    float: left;
    border-radius: 5px;
    overflow: hidden
}

.ranking-item-info {
    width: calc(73% - 10px);
    float: right
}

.ranking-item-info h4 {
    margin-bottom: 10px
}

.ranking-item-info p,.vod-item-desc p {
    line-height: 22px;
    word-break: break-all
}

.vod-ranking-list .ranking-item {
    height: 50px
}

.vod-ranking-list .ranking-item-num,.vod-ranking-list .ranking-item-pic .ranking-item-num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    top: 10px
}

.vod-ranking-list .ranking-item-title {
    width: calc(100% - 40px)
}

.vod-ranking-list .ranking-item-pic {
    height: auto
}

.vod-ranking-list .ranking-item-pic .ranking-item-num {
    top: auto;
    left: 10px;
    bottom: 10px;
    border-radius: 0 5px 0 5px
}

.vod-list .vod-item {
    margin-bottom: 15px
}

.art-item,.vod-item {
    background-color: var(--bg-color-2);
    border-radius: 5px;
    overflow: hidden
}

.layout-box .art-item,.layout-box .vod-item {
    background-color: var(--bg-color-3)
}

.art-item:hover,.vod-item:hover {
    box-shadow: var(--theme-shadow)
}

.vod-item-img {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;

}

.vod-item-img.shining::after {
    height: 10%
}

.vod-item-img .img-wrapper {
    transition: 0.4s ease-in-out;
}


.vod-item-img .img-wrapper:hover {
    transform: scale(1.1);
}

.vod-item-title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    font-weight: bold;
}

.vod-item-title a {
    display: block
}

.vod-item-info {
    /* padding: 10px; */
    padding: 5px;
}

.vod-item-desc {
    font-size: 14px;
    border-radius: 5px
}

.vod-item-desc p {
    height: 44px;
    opacity: .8
}

.vod-item-score {
    display: block;
    line-height: 24px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--theme-color-2);
    color: #fff;
    border-radius: 0 5px 0 5px
}

.vod-item-status {
    line-height: 30px;
    padding: 0 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-image: linear-gradient(to bottom,transparent,rgba(0,0,0,.7));
    text-align: center
}

.art-item {
    margin-bottom: 15px;
    display: flex
}

.art-item-cover {
    width: 30%;
    overflow: hidden;
    position: relative;
    z-index: 0
}

.art-item-cover.shining::after,.slide-index .slide-item.shining::after,.topic-list .vod-item-img.shining::after {
    height: 20%
}

.art-item-cover .img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    padding-bottom: 0
}

.art-item-info {
    width: 70%;
    float: right;
    padding: 12px 15px
}

.art-item-title,.tab-item a {
    font-size: 20px;
    line-height: 40px
}

.art-item-desc {
    line-height: 24px;
    height: 96px
}

.topic-list .img-wrapper {
    padding-bottom: 50%
}

.topic-list .vod-item {
    text-align: center
}

.topic-list .vod-item-desc p {
    height: 22px
}

.link-list {
    padding: 20px 10px 10px;
    background-color: var(--bg-color-2);
    border-radius: 5px
}

.link-item {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

.filter-selected-list {
    float: left;
    margin-left: 30px
}

.filter-selected-list li {
    padding-top: 5px;
    text-align: center;
    float: left;
    margin-right: 10px
}

.filter-selected-list li a {
    display: block;
    border: 1px solid var(--theme-color);
    color: var(--theme-color);
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
    line-height: 28px
}

.filter-selected-list li a:hover {
    background-color: var(--theme-color);
    color: #fff
}

.filter-more:hover .fa {
    animation: fa-spin 2s infinite linear
}

.filter-content dt {
    font-size: 16px;
    width: 50px;
    line-height: 30px;
    float: left;
    font-weight: 400
}

.detail-info-desc li a+a,.filter-content dt .fa {
    margin-left: 5px
}

.filter-content dd {
    width: calc(100% - 50px);
    float: left;
    overflow-x: hidden
}

.filter-content dd a {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    line-height: 30px;
    width: auto
}

.filter-content dd a.active {
    background-color: var(--theme-color);
    color: var(--theme-text-color);
    border-radius: 4px
}

.tab-item {
    float: left;
    position: relative;
    z-index: 0;
    width: auto
}

.tab-item a {
    display: block;
    font-size: 16px;
    position: relative
}

.tab-item.active a {
    color: var(--theme-color);
    font-weight: 700
}

.tab-item.active a::after {
    width: 100%;
    bottom: 0
}

.search-tab {
    float: right
}

.search-tab .tab-item+.tab-item {
    margin-left: 15px
}

.search-item {
    padding-top: 10px;
    padding-bottom: 10px
}

.search-item+.search-item,.vod-player-right .vod-wrapper li+li {
    border-top: 1px solid var(--bg-color-1)
}

.search-item-cover {
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 5px
}

.search-item-title {
    font-size: 18px;
    line-height: 34px
}

.search-item-desc li {
    line-height: 20px
}

.search-item-desc li+li {
    margin-top: 5px
}

.detail-info-btn,.plot-detail-content p+p,.search-item-btn {
    margin-top: 10px
}

.detail-info-btn a,.search-item-btn a {
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    padding: 0 15px;
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.detail-info-btn a:hover,.search-item-btn a:hover {
    background-color: var(--theme-color-2);
    box-shadow: var(--theme-shadow)
}

.detail-info-btn a+a {
    margin-left: 10px
}

.detail-info-btn .fav-btn {
    background-color: var(--theme-color-4);
    color: var(--theme-text-color)
}

.detail-box {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-top: calc(var(--theme-gap)*-1);
    padding-top: 10px;
    padding-bottom: 10px
}

.detail-box-bg,.detail-box::after {
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.detail-box::after {
    background-color: rgba(0,0,0,.4);
    z-index: 1
}

.detail-box-bg {
    z-index: 0
}

.detail-container {
    position: relative;
    z-index: 2
}

.detail-img {
    border-radius: 5px;
    overflow: hidden
}

.detail-img img,.vod-player.wntheme-player-full.active .vod-player-left {
    width: 100%
}

.detail-info-desc li,.detail-info-desc li a:not(:hover),.detail-info-title {
    color: #fff
}

.detail-info-title {
    font-size: 20px;
    line-height: 30px
}

.detail-info-desc em {
    font-style: normal
}

.detail-info-desc li {
    line-height: 28px
}

.detail-info-desc li a {
    display: inline-block
}

.detail-star {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
    overflow: hidden;
    float: left;
    clear: both;
    max-width: 100%;
    display: flex
}

.star-count-box {
    background-color: var(--theme-color-3);
    color: var(--theme-text-color)
}

.wntheme-star-box .wntheme-star,.star-count-box {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    float: none
}

.wntheme-star-box .wntheme-star-text,.star-count-box {
    line-height: 36px
}

.wntheme-star-box .wntheme-star-num,.wntheme-star-box .wntheme-star-text {
    height: 36px;
    padding-left: 10px;
    padding-right: 10px;
    float: none
}

.wntheme-star-box .wntheme-star {
    border-top: 1px solid var(--theme-color-3);
    border-bottom: 1px solid var(--theme-color-3);
    line-height: 34px
}

.wntheme-star .wntheme-star-item {
    color: var(--theme-color-3)
}

.wntheme-star-box .wntheme-star-text {
    background-color: var(--theme-color-3);
    color: var(--theme-text-color)
}

.wntheme-star-box .wntheme-star-num {
    border: 2px solid var(--theme-color-3);
    border-radius: 0 5px 5px 0;
    color: var(--theme-color-3);
    border-left: none;
    line-height: 32px
}

.vod-player-right .detail-star,.vod-player-right .wntheme-star-box .wntheme-star-text {
    font-size: 14px
}

.vod-player-right .wntheme-star .wntheme-star-item,.vod-player-right .wntheme-star-box .wntheme-star-num {
    font-size: 20px
}

.vod-player-right .detail-star {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    float: none
}

.vod-player-right .detail-star .wntheme-star {
    flex: 1;
    text-align: center
}

.vod-player-right .hidden-xs {
    display: none
}

.detail-intro {
    margin-top: 10px;
    color: var(--theme-text-color)
}

.detail-intro.wntheme-collapse:not(.wntheme-collapse-xs):not(.wntheme-collapse-sm):not(.wntheme-collapse-md):not(.wntheme-collapse-lg) .wntheme-collapse-content:not(.active) {
    height: 48px;
    max-height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.art-info p,.detail-intro-text {
    line-height: 24px
}

.playlist-tab-box {
    float: left;
    overflow: hidden;
    width: calc(100% - 220px)
}

.art-detail-tag li+li,.playlist-tab-box .tab-item+.tab-item {
    margin-left: 10px
}

.episode-box li {
    margin-bottom: 10px
}

.episode-box li a {
    background-color: var(--bg-color-3);
    background-image: none
}

.episode-box li a:hover,.episode-box li.active a {
    background-color: var(--theme-color);
    background-image: none;
    color: var(--theme-text-color)
}

.wntheme-downlist-sort-content,.wntheme-playlist-sort-content {
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 270px;
    padding-right: 5px
}

.wntheme-downlist-checkall {
    background-color: var(--theme-color)
}

.wntheme-downlist-btn.wntheme-downlist-download {
    background-color: var(--theme-color-4)
}

.wntheme-downlist-btn.wntheme-copy,.wntheme-downlist-btn.wntheme-downlist-copyall {
    background-color: var(--theme-color-2)
}

.detail-desc-content {
    line-height: 1.6
}

.vod-list-related {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.vod-list-related .vod-item-slide {
    text-align: center
}

.vod-list-related .vod-item-desc,.vod-player.wntheme-player-full.active .vod-player-right {
    display: none
}

.detail-actor-box {
    padding-top: 10px
}

.detail-actor-tab {
    padding-bottom: 10px;
    overflow: hidden
}

.detail-actor-tab li {
    width: auto;
    margin-right: 15px
}

.detail-actor-tab li:last-child {
    margin-right: 0
}

.detail-actor-tab-item {
    height: 60px;
    line-height: 60px;
    border-radius: 30px;
    background-color: #f0f0f0;
    position: relative;
    z-index: 0;
    padding-left: 60px;
    padding-right: 20px;
    cursor: pointer;
    font-size: 16px
}

.detail-actor-tab-item.no-actor {
    padding-left: 20px;
    padding-right: 20px
}

.active .detail-actor-tab-item {
    color: #fff;
    background-color: var(--theme-color)
}

.active .detail-actor-tab-item::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 0;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%) rotate(45deg);
    border-radius: 2px;
    background-color: var(--theme-color)
}

.detail-actor-tab-cover {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.wntheme-comment-form,.wntheme-comment-item-list {
    padding-left: 0;
    padding-right: 0
}

.wntheme-comment-head {
    border-color: var(--bg-color-1)
}

.wntheme-comment-bar,.wntheme-comment-item .wntheme-comment-bar,.wntheme-comment-reply-box .wntheme-comment-item-list {
    background-color: var(--bg-color-1)
}

.wntheme-comment-item .wntheme-comment-reply-box .wntheme-comment-head,.wntheme-comment-reply-box .wntheme-comment-item:not(:last-child) {
    border-color: var(--bg-color-2)
}

.wntheme-comment-reply-box .wntheme-comment-item:not(:last-child)::after {
    background-color: var(--bg-color-1)
}

.wntheme-comment-item .wntheme-comment-foot a:not(:hover) {
    color: var(--text-color-1)
}

.player-wrapper {
    margin-top: calc(var(--theme-gap)*-1);
    padding-top: var(--theme-gap);
    padding-bottom: var(--theme-gap);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.player-container,.player-tips {
    position: relative;
    z-index: 2
}

.player-tips {
    padding: 10px 20px;
    width: 100%;
    z-index: 20;
    line-height: 30px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center
}

.player-tips .fa {
    font-size: 20px;
    font-weight: 400
}

.player-tips .player-tips-title {
    padding: 0 15px;
    font-size: 15px;
    position: relative;
    max-width: 100%;
    text-align: center
}

.vod-player,.vod-player-left {
    position: relative;
    z-index: 1
}

.vod-player-left {
    width: calc(100% - 310px)
}

.vod-player-left .full-btn {
    position: absolute;
    z-index: 1;
    width: 20px;
    height: 40px;
    line-height: 40px;
    top: 40%;
    right: -20px;
    background: var(--bg-color-1);
    border-radius: 0 100px 100px 0;
    cursor: pointer;
    text-align: center
}

.vod-player-left .full-btn i {
    font-size: 16px
}

.vod-player-left .full-btn:hover i {
    color: var(--text-color-3)
}

.vod-player.wntheme-player-full.active .vod-player-left .full-btn i {
    transform: rotate(180deg);
    display: inline-block
}

.vod-player-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    width: 310px;
    padding: 10px;
    background-color: var(--bg-color-3)
}

.player-vod-item {
    position: relative;
    z-index: 1;
    margin-bottom: 15px
}

.player-vod-cover {
    display: block;
    width: 30%;
    float: left;
    border-radius: 4px;
    overflow: hidden
}

.player-vod-info {
    width: calc(70% - 10px);
    float: right
}

.player-vod-info h1 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px
}

.player-vod-info .text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 5px
}

.player-vod-info .wntheme-dropdown-box {
    width: 290px;
    right: 0;
    left: auto;
    transform: translateX(0);
    padding: 10px;
    cursor: auto
}

.player-vod-info .wntheme-dropdown-box .fa {
    margin-right: 5px
}

.player-vod-info .wntheme-dropdown-box a+a {
    margin-left: 3px
}

.vod-player-right .vod-wrapper {
    height: calc(100% - 260px);
    overflow: hidden;
    overflow-y: auto
}

.vod-player-right .qrcode-box {
    display: block;
    position: relative;
    background-color: var(--bg-color-2);
    border-radius: 4px;
    padding: 6px 0;
    height: 70px;
    margin: 15px 0
}

.vod-player-right .qrcode-box .wntheme-qrcode {
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 4px;
    left: 6px;
    padding: 2px;
    background-color: #fff
}

.vod-player-right .qrcode-box .wntheme-qrcode canvas {
    width: 100%;
    height: 100%
}

.vod-player-right .qrcode-box .info {
    float: left;
    margin-left: 80px
}

.vod-player-right .qrcode-box .info h3 {
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    margin: 5px 0;
    color: var(--text-color-1)
}

.vod-player-right .qrcode-box .info p {
    font-size: 12px;
    line-height: 17px;
    height: 17px;
    color: var(--text-color-1)
}

.vod-player-right .vod-wrapper ul {
    display: block;
    width: 100%
}

.vod-player-right .vod-wrapper li {
    width: 100%;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: var(--bg-color-2)
}

.vod-player-right .vod-wrapper .pic {
    width: 110px;
    position: relative;
    float: left
}

.vod-player-right .vod-wrapper .pic .img-wrapper {
    padding-bottom: 55%
}

.vod-player-right .vod-wrapper .info {
    float: right;
    width: 165px
}

.vod-player-right .vod-wrapper .name {
    font-size: 14px;
    font-weight: 500;
    width: 100%
}

.vod-player-right .vod-wrapper .actor {
    padding-top: 5px;
    font-size: 12px;
    width: 100%
}

.vod-player-right .vod-wrapper :not(:hover) .actor {
    color: var(--text-color-2)
}

.art-box-head {
    display: flex
}

.art-box-head .box-head-title {
    white-space: nowrap;
    margin-right: 10px
}

.art-tab {
    overflow: hidden;
    flex: 1
}

.art-tab .wntheme-swiper {
    float: right
}

.art-tab .tab-item {
    margin-left: 10px;
    float: right
}

.art-detail-box {
    padding-top: 20px;
    padding-bottom: 20px
}

.art-detail-box .position {
    font-size: 16px
}

.art-info {
    padding-top: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
    color: var(--theme-text-color);
    padding-left: var(--theme-gap);
    padding-right: var(--theme-gap)
}

.art-title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 10px
}

.art-info p a:not(:hover) {
    color: var(--theme-text-color)
}

.art-detail-content {
    line-height: 1.6
}

.art-detail-content img {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%
}

.art-side-menu {
    width: 100%;
    max-width: none
}

.art-side-menu .side-menu-nav {
    margin-bottom: 0
}

.actor-detail-tab-item.active::after,.actor-detail-tab-item:hover::after,.art-side-menu .side-menu-nav:hover {
    box-shadow: var(--theme-shadow)
}

.art-detail-tag {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden
}

.art-detail-tag li {
    width: auto
}

.art-detail-tag a {
    display: block;
    padding: 6px 15px;
    background-color: var(--bg-color-3);
    color: var(--text-color-3);
    border-radius: 5px
}

.art-detail-tag a:hover {
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.topic-detail-box {
    height: 150px
}

.topic-detail-box .container {
    position: relative;
    z-index: 2;
    transform: translateY(calc(50% + 20px))
}

.topic-top-box {
    margin-top: -75px;
    position: relative;
    z-index: 1
}

.topic-detail-cover {
    display: block;
    width: calc(100% + var(--theme-gap)*2);
    margin-left: calc(var(--theme-gap)*-1);
    margin-right: calc(var(--theme-gap)*-1);
    margin-top: calc(var(--theme-gap)*-1);
    border-radius: 5px 5px 0 0;
    margin-bottom: 15px
}

.topic-detail-title {
    font-size: 28px;
    line-height: 40px
}

.topic-detail-desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px
}

.plot-item {
    display: block;
    margin-bottom: 15px
}

.plot-item-title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px
}

.plot-item-desc {
    line-height: 20px;
    height: 40px;
    opacity: .8
}

.plot-detail-title {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align: center
}

.plot-detail-content {
    line-height: 1.6;
    margin-bottom: 10px;
    text-indent: 2em
}

.plot-detail-content img {
    display: block;
    margin: 10px auto;
    max-width: 100%
}

.plot-detail-foot {
    text-align: center
}

.plot-detail-foot a {
    display: inline-block;
    background-color: var(--bg-color-1);
    padding: 10px 15px;
    border-radius: 5px
}

.actor-detail-tab-item+.actor-detail-tab-item,.footer-link li+li,.plot-detail-foot a+a {
    margin-left: 10px
}

.plot-detail-foot a.disabled {
    opacity: .8
}

.plot-detail-foot a:hover {
    background-color: var(--theme-color);
    color: var(--theme-text-color)
}

.detail-info-btn .actor-detail-up:not(:hover) {
    background-color: var(--theme-color-3)
}

.actor-detail-tab-item {
    font-size: 16px;
    cursor: pointer;
    width: auto
}

.actor-detail-tab-item .fa {
    width: 32px;
    height: 32px;
    line-height: 32px
}

.actor-detail-tab-item:not(.active):not(:hover) .fa {
    color: var(--text-color-1)
}

.actor-detail-tab-item::after {
    width: 100%;
    background-color: var(--bg-color-2);
    transition: background-color .3s ease
}

.actor-detail-tab-item.active span,.actor-detail-tab-item:hover span {
    color: var(--theme-text-color)
}

.actor-detail-tab-item.active::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 1;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%) rotate(45deg);
    border-radius: 2px;
    box-shadow: var(--theme-shadow)
}

.actor-detail-tab-item.content.active::after,.actor-detail-tab-item.content.active::before,.actor-detail-tab-item.content:hover::after {
    background-color: var(--theme-color-2)
}

.actor-detail-tab-item.vod.active::after,.actor-detail-tab-item.vod.active::before,.actor-detail-tab-item.vod:hover::after {
    background-color: var(--theme-color-3)
}

.actor-detail-tab-item.art.active::after,.actor-detail-tab-item.art.active::before,.actor-detail-tab-item.art:hover::after {
    background-color: var(--theme-color-4)
}

.actor-content {
    line-height: 1.6
}

.actor-content h1,.actor-content h2,.actor-content h3,.actor-content h4,.actor-content h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    border-left: 4px solid var(--theme-color-2);
    padding-left: 10px
}

.footer {
    background-color: var(--bg-color-2);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--text-color-2)
}

.footer a {
    color: var(--text-color-1);
    opacity: .8
}

.footer-link {
    font-size: 14px
}

.footer-link li {
    display: inline-block
}

.footer-text {
    border-top: 1px solid var(--bg-color-1);
    text-align: center;
    padding: 20px 10px 0;
    line-height: 1.8;
    font-size: 12px
}

.footer-text a {
    color: var(--text-color-2);
    opacity: 1
}

.footer-link li a:hover,.footer-text a:hover {
    color: var(--theme-color)
}

.wntheme-banner-box {
    border-radius: 5px;
    background-color: var(--bg-color-2)
}

.wntheme-banner-box img {
    border-radius: 5px
}

.wntheme-banner-box.float-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99
}

.wntheme-banner-box.float-bottom,.wntheme-banner-box.float-top {
    border-radius: 0;
    background-color: #ddd
}

[data-theme="1"] .wntheme-banner-box.float-bottom,[data-theme="1"] .wntheme-banner-box.float-top {
    background-color: #666
}

.fixed {
    position: fixed;
    right: 10px;
    bottom: 50px;
    z-index: 999
}

.fixed-item,.fixed-item-text {
    background-color: var(--theme-color)
}

.fixed-item {
    width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    box-shadow: var(--theme-shadow);
    cursor: pointer;
    margin-bottom: 10px;
    position: relative
}

.fixed-item .fa {
    color: #fff;
    font-size: 20px;
    width: 40px;
    line-height: 40px
}

.fixed-item-text {
    color: var(--theme-text-color);
    width: 0;
    max-width: 0;
    overflow: hidden;
    transition: max-width .1s ease;
    position: absolute;
    top: 0;
    right: 40px
}

.fixed-item.skin-switch {
    padding-top: 0;
    padding-bottom: 0
}

.fixed-item-text,.fixed-item.skin-switch span {
    height: 40px;
    line-height: 40px
}

.wntheme-sticky {
    top: calc(60px + var(--theme-gap))
}

.wntheme-page {
    margin-top: 15px
}

.wntheme-page li .num,.wntheme-page li a {
    background-color: var(--bg-color-2);
    border-color: var(--bg-color-2);
    color: var(--text-color-1)
}

.layout-box .wntheme-page li:not(.active):not(:hover) .num,.layout-box .wntheme-page li:not(.active):not(:hover) a {
    background-color: var(--bg-color-1);
    border-color: var(--bg-color-1);
    color: var(--text-color-1)
}

.member-container {
    margin-top: 0;
    margin-bottom: var(--theme-gap)
}

.wntheme-full-height {
    min-height: calc(100vh - 266px - var(--theme-gap))
}

.movie .box-head-title::after,.movie .wntheme-page li.active .num,.movie .wntheme-page li.active a,.movie .wntheme-page li:not(.disabled) a:hover,.movie .filter-selected-list li a:hover,.movie .search-item-btn a:not(:hover),.movie .tab-item.active a::after,.movie .vod-item-score {
    background-color: var(--theme-color)
}

.show .box-head-title::after,.show .wntheme-page li.active .num,.show .wntheme-page li.active a,.show .wntheme-page li:not(.disabled) a:hover,.show .filter-selected-list li a:hover,.show .search-item-btn a:not(:hover),.show .tab-item.active a::after,.show .vod-item-score {
    background-color: var(--theme-color-2)
}

.tv .box-head-title::after,.tv .wntheme-page li.active .num,.tv .wntheme-page li.active a,.tv .wntheme-page li:not(.disabled) a:hover,.tv .filter-selected-list li a:hover,.tv .search-item-btn a:not(:hover),.tv .tab-item.active a::after,.tv .vod-item-score {
    background-color: var(--theme-color-3)
}

.cartoon .box-head-title::after,.cartoon .wntheme-page li.active .num,.cartoon .wntheme-page li.active a,.cartoon .wntheme-page li:not(.disabled) a:hover,.cartoon .filter-selected-list li a:hover,.cartoon .search-item-btn a:not(:hover),.cartoon .tab-item.active a::after,.cartoon .vod-item-score {
    background-color: var(--theme-color-4)
}

.movie .box-head-more:hover,.movie .box-head-type a:hover,.movie .filter-selected-list li a:not(:hover),.movie .tab-item a:hover,.movie .tab-item.active a {
    color: var(--theme-color)
}

.show .box-head-more:hover,.show .box-head-type a:hover,.show .filter-selected-list li a:not(:hover),.show .tab-item a:hover,.show .tab-item.active a {
    color: var(--theme-color-2)
}

.tv .box-head-more:hover,.tv .box-head-type a:hover,.tv .filter-selected-list li a:not(:hover),.tv .tab-item a:hover,.tv .tab-item.active a {
    color: var(--theme-color-3)
}

.cartoon .box-head-more:hover,.cartoon .box-head-type a:hover,.cartoon .filter-selected-list li a:not(:hover),.cartoon .tab-item a:hover,.cartoon .tab-item.active a {
    color: var(--theme-color-4)
}

.movie .filter-selected-list li a {
    border-color: var(--theme-color)
}

.show .filter-selected-list li a {
    border-color: var(--theme-color-2)
}

.tv .filter-selected-list li a {
    border-color: var(--theme-color-3)
}

.cartoon .filter-selected-list li a {
    border-color: var(--theme-color-4)
}

.layui-layer .mini-container {
    padding-top: 15px
}

[data-theme="1"] .layui-layer {
    background-color: var(--bg-color-3);
    color: var(--text-color-1)
}

[data-theme="1"] .layui-layer a:hover {
    color: var(--theme-color)
}

[data-theme="1"] .layui-layer-title {
    border-bottom-color: var(--bg-color-3);
    margin-bottom: 15px;
    color: var(--text-color-1)
}

[data-theme="1"] .layui-layer .form-control {
    background-color: var(--bg-color-2)
}

[data-theme="1"] .wntheme-search-dropdown-text,[data-theme="1"] .layui-layer a {
    color: var(--text-color-1)
}

@media (min-width:992px) {
    .head-wrapper {
        box-shadow: var(--theme-shadow)
    }

    .logo-box {
        flex-shrink: 0
    }

    .logo {
        position: relative;
        z-index: 0
    }

    .logo::after {
        top: 5px;
        right: 20px;
        height: calc(100% - 10px)
    }

    .fixed-item:hover {
        border-radius: 0 20px 20px 0
    }

    .fixed-item:hover .fixed-item-text {
        width: 80px;
        max-width: 80px;
        padding-left: 20px;
        border-radius: 20px 0 0 20px
    }

    .member-container .member-left {
        top: calc(70px + var(--theme-gap))
    }
}

@media (min-width:1400px) {
    .ranking-item-pic:first-child {
        margin-top: 3px
    }
}

@media (max-width:1399.9px) and (min-width:1200px) {
    .ranking-item-pic:first-child {
        margin-top: 10px
    }

    .ranking-item-cover {
        width: 22%
    }

    .ranking-item-info {
        width: calc(78% - 10px)
    }

    .ranking-item-info h4 {
        font-size: 16px
    }
}

@media (max-width:1199.9px) {
    .art-detail-main {
        margin-bottom: var(--theme-gap)
    }

    .art-detail-sticky {
        position: static
    }
}

@media (max-width:1199.9px) and (min-width:992px) {
    .ranking-item-pic:first-child {
        margin-top: 20px
    }

    .ranking-item-cover {
        width: 35%
    }

    .ranking-item-info {
        width: calc(65% - 5px)
    }

    .ranking-item-info h4 {
        font-size: 16px
    }
}

@media (max-width:991.9px) {
    .slide-item {
        width: 100%;
        padding-bottom: 50%;
        height: 0;
        position: relative
    }

    .slide .swiper-pagination {
        width: calc(100% - var(--theme-gap))
    }

    .head-box,.head-placeholder {
        line-height: 50px;
        height: 50px
    }

    .head-left {
        max-width: calc(100% - 180px)
    }

    .logo-box {
        padding-left: 15px;
        padding-right: 15px;
        margin-right: 0;
        max-width: 100%;
        width: 100%;
        background-color: var(--theme-color)
    }

    .logo-text {
        font-size: 18px
    }

    .head-right {
        margin-right: 0;
        padding-right: 10px
    }

    .head-right-item {
        margin-right: 10px
    }

    .head-right-item:first-child {
        /* margin-right: 0 */
    }

    .wntheme-history-dropdown,.wntheme-login,.wntheme-user-dropdown,.head-menu-switch,.skin-switch {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .wntheme-history-text .fa,.wntheme-login .fa,.head-menu-switch .fa,.skin-switch .fa {
        font-size: 18px;
        margin-bottom: 0
    }

    .head-right-item.wntheme-user-logged {
        width: 40px
    }

    .wntheme-user-avatar {
        width: 40px;
        height: 40px
    }

    .wntheme-history-box {
        left: auto;
        right: -85px;
        transform: translateX(0)
    }

    .wntheme-history-box::before {
        left: auto;
        right: 95px
    }

    .slide-type .swiper-slide {
        width: 30%;
        padding-left: 5px;
        padding-right: 5px
    }

    .slide-type .swiper-slide-active {
        width: 36%
    }

    .slide-type .swiper-slide-next,.slide-type .swiper-slide-prev {
        width: 33%
    }

    .layui-layer:not(.layui-layer-msg) {
        left: 50%!important;
        transform: translateX(-50%)!important;
        width: 96%;
        max-width: 400px
    }

    .layui-layer:not(.layui-layer-msg) .mini-container {
        max-width: 380px
    }

    .wntheme-full-height {
        min-height: calc(100vh - 316px - var(--theme-gap))
    }

    .vod-player-left {
        width: 100%
    }

    .art-info {
        text-align: left;
        padding-top: 0
    }

    .gbook-form-box {
        position: static
    }
}

@media (max-width:767.9px) {
    .art-item-title {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 5px
    }

    .art-item-desc {
        line-height: 20px;
        height: 40px
    }

    .ranking-item {
        height: 50px
    }

    .ranking-item-num {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: 10px;
        font-size: 24px
    }

    .ranking-item-title {
        width: calc(100% - 40px);
        font-size: 14px;
        line-height: 22px
    }

    .wntheme-star-box .wntheme-star,.wntheme-star-box .wntheme-star-num,.wntheme-star-box .wntheme-star-text,.star-count-box {
        padding-left: 5px;
        padding-right: 5px
    }

    .playlist-tab-box {
        max-width: 100%;
        width: auto
    }

    .art-title {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width:767.9px) and (min-width:576px) {
    .detail-star,.wntheme-star-box .wntheme-star-text {
        font-size: 16px
    }

    .wntheme-star .wntheme-star-item,.wntheme-star-box .wntheme-star-num {
        font-size: 20px
    }
}

@media (max-width:575.9px) {
    .vod-item-title {
        font-size: 15px;
        line-height: 24px;
        height: 48px
    }

    .actor-list .vod-item-title {
        height: 30px;
        line-height: 30px
    }

    .topic-list .vod-item-title {
        height: auto;
        line-height: 30px
    }

    .vod-item-info {
        padding: 5px
    }

    .vod-item-desc,.vod-item-status {
        font-size: 12px
    }

    .slide {
        padding: 0;
        border-radius: 0;
        margin-right: calc(var(--theme-gap)*-1);
        margin-left: calc(var(--theme-gap)*-1);
        margin-top: calc(var(--theme-gap)*-1)
    }

    .slide-type {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0
    }

    .slide-item {
        border-radius: 0
    }

    .slide .swiper-pagination {
        bottom: 10px
    }

    .vod-item-slide .vod-item-title {
        height: auto
    }

    .detail-star,.wntheme-star-box .wntheme-star-text {
        font-size: 14px
    }

    .wntheme-star .wntheme-star-item,.wntheme-star-box .wntheme-star-num {
        font-size: 18px
    }

    .tab-item a {
        font-size: 15px
    }

    .art-item-desc {
        height: 40px
    }

    .playlist-tab-box+.wntheme-sort {
        font-size: 16px
    }

    .player-wrapper {
        padding-top: 0;
        padding-bottom: 0
    }

    .player-container {
        padding-left: 0;
        padding-right: 0
    }

    .player-tips {
        padding-left: 10px
    }

    .player-tips .player-tips-title {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px
    }

    .slide-item-title {
        border-bottom-left-radius: 0
    }

    .vod-item-slide .vod-item-title {
        font-size: 14px;
        line-height: 20px
    }

    .art-title,.topic-detail-title {
        font-size: 20px;
        line-height: 32px
    }

    .topic-detail-box {
        height: 100px
    }

    .topic-top-box {
        margin-top: -50px
    }

    .topic-detail-desc {
        font-size: 14px;
        line-height: 21px;
        margin-top: 10px
    }

    .topic-detail-cover {
        margin-bottom: 10px
    }

    .detail-actor-tab-item {
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
        padding-right: 10px
    }

    .detail-actor-tab-cover {
        width: 40px;
        height: 40px
    }
}