html,
body {
    background: #222;
}

a {
    color: #b8b8b8;
}

a:link,
a:visited,
a:hover {
    color: #b8b8b8;
}

.pipe {
    color: #666;
}

.xg1,
.xg1 a {
    color: #ccc !important;
}

.dplayer-full .dplayer-icon.dplayer-full-in-icon {
    display: none !important;
}

.dhnv {
    background: #333;
    border-top: #505050 solid 1px;
    border-bottom: #505050 solid 1px;
}

.pblbox {
    background: #333;
    border-bottom: #505050 solid 1px;
}

.pbl li {
    border-left: #505050 solid 1px;
}

.pn:disabled,
.btn_pn:disabled,
.btn_pn_blue:disabled,
.button2:disabled {
    background-color: #444;
    color: #666666;
    cursor: not-allowed;
}

.pn,
.btn_pn,
.btn_pn_blue,
.button2 {
    background-color: #f50;
}

.pbl li .pbls a {
    background: #f80;
}

.foot {
    filter: saturate(0.7);
}

.foot a span.foot-ico em.ma {
    background-image: url(/template/movie/static/css/touch/home.svg);
}

.foot a.foot-post span.foot-ico em.mc {
    background: url(/template/movie/static/css/touch/plus_btn.svg) no-repeat;
    background-size: auto 38px;
}

.foot a.mon span.foot-txt {
    color: #f50;
}

.filter-sort a.a,
.filter-sort a:hover {
    color: #fff;
}

.jump_c {
    color: #fff;
    background-color: #333;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}

.movieheader .nav-left:before {
    box-shadow: -9px 0 9px -8px rgba(48, 48, 48, 1);
}

.movieheader .nav-left li a {
    color: #ddd;
}

.movieheader .nav-left li a:hover,
.movieheader .nav-left li.a a {
    color: #f50;
}

.movieheader .nav-left li.a:after {
    background: linear-gradient(-5deg, #f50, #f50);
}

.nav-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-wrapper::-webkit-scrollbar {
    display: none;
}

.logo img {
    height: 60px;
    max-width: 100%;
}

main {
    background: #222;
}

footer {
    background: #111;
}

.index-slide .slide-indexshow a {
    background-color: #444;
}

.downloadapp a {
    color: #bbb;
}

.downloadapp a span {
    color: #ccc;
}

.vt-search:before {
    color: #f50;
}

.search-main,
.search-input {
    border: #606060 solid 1px;
    background: rgba(255, 255, 255, 0.16);
}

.search-main.search-index {
    margin: 15px 15px 0 !important;
}

main {
    min-height: calc(100vh - 155px) !important;
}

.search-box {
    background: rgba(0, 0, 0, 0.8);
}

.search-input .searchtxt {
    color: #fff;
}

.search-main .searchtxt::placeholder,
.search-input .searchtxt::placeholder {
    color: #999;
    opacity: 1;
}

.cz_hot_search {
    padding: 10px 10px 10px;
}
.cz_hot_title {
    font-size: 13px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}
.cz_hot_tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
}
.cz_hot_tag {
    display: inline-block;
    padding: 6px 14px;
    font-size: 12px;
    color: #ccc;
    background: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 20px;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    white-space: nowrap;
}
.cz_hot_tag:active {
    background: rgba(255,85,0,0.25);
    border-color: rgba(255,85,0,0.5);
    color: #ff8844;
}

.friendlink {
    border-top: #4d4d4d solid 1px;
}

.movie-head .mvblockname {
    color: #a8a8a8;
}

.movie-head .mvreclink {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-shrink: 1;
    min-width: 0;
    float: none;
    height: auto;
    max-height: none;
    margin-top: 0;
    overflow: visible;
    line-height: 22px;
    gap: 4px;
}

#load_itop_nv {
    display: inline-flex;
    align-items: center;
    height: auto;
    overflow: visible;
    margin: 0;
    line-height: 22px;
    flex-shrink: 0;
}

#load_itop_nv a {
    background: #505050;
    color: #b5b5b5;
    display: inline-block;
    line-height: 22px;
    height: 22px;
    padding: 0 8px;
    border-radius: 12px;
    margin: 0 2px;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

#load_itop_nv a.on {
    background: #f50;
    background: linear-gradient(115deg, #f90, #f50);
    color: #fff;
}

.movie-head .mvreclink > a:last-child {
    margin-left: 2px;
    white-space: nowrap;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
}

.loginbox li i {
    color: #989898;
}

.loginbox li {
    border-bottom: #505050 solid 1px;
}

.loginbox li .px {
    background: #222;
    box-shadow: 0px 0px 0px 9999px #222 inset !important;
    color: #fff;
}

.login_select {
    color: #999;
}

.movie-btn a.on {
    color: #fff;
}

.movie-infolist {
    background: #484848;
    color: #ccc;
}

.filter-slide a {
    background: #505050;
}

.filter-type {
    background: rgba(34, 34, 34, 0.75);
}

.filter-container:before {
    background: linear-gradient(-90deg, rgba(34, 34, 34, 1) 20%, rgba(255, 255, 255, 0));
}

 
.filter-list {
    padding: 2px 0;
}

.filter-container {
    height: auto;
    min-height: 30px;
    padding: 2px 8px 2px 48px;
    overflow: visible;
    line-height: 24px;
}

.filter-container:before {
    display: none;
}

.filter-type {
    width: 42px;
    height: auto;
    min-height: 28px;
    line-height: 28px;
    font-size: 13px;
    top: 2px;
}

.filter-type a {
    font-size: 13px;
}

.filter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    white-space: normal;
    gap: 3px 5px;
}

.filter-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-right: 0;
}

.filter-slide a {
    display: block;
    padding: 0 6px;
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    border-radius: 3px;
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.movie-downsource:before {
    background: linear-gradient(-90deg, rgba(34, 34, 34, 1) 20%, rgba(255, 255, 255, 0));
}

.notmovie {
    background: #363636;
    border: 3px dashed #505050;
}

.search-list li {
    background: #444;
}

.search-list .mvinfo {
    color: #999;
}

.searchindex-list .mvinfo {
    color: #808080;
}

#dhnav_li li.mon a {
    color: #fff;
}

#dhnav_li li.mon a:after {
    background: #f50;
}

.threadlist_top .muser .mtime {
    color: #888;
}

.foot {
    background-color: #333;
    border-top: 1px solid #505050;
    color: #ccc;
}

.pt {
    background: #fff;
}

.threadlist {
    border-top: 1px solid #505050;
}

.threadlist_tit em {
    color: #d8d8d8;
}

.viewthread {
    background-color: #333;
}

.plc .pi .message {
    color: #a8a8a8;
}

.viewthread .view_tit {
    color: #e8e8e8;
}

.txtlist {
    background: #222;
}

.plc {
    border-bottom: #505050 solid 1px;
}

.plc .pi .authi li span.z,
.plc .pi .authi li span.z a {
    color: #b8b8b8;
}

.txtlist .mtit {
    border-bottom: #505050 solid 1px;
    color: #a8a8a8;
}

.forumdisplay-top {
    background: #222;
    border-bottom: #686868 solid 1px;
}

.dhnav_box {
    background-color: #333;
    border-bottom: 1px solid #111;
}

.threadlist li.list_top {
    background-color: #333;
    border-top: 0px solid #505050;
    border-bottom: 1px dashed #505050;
}

.threadlist li.list {
    background-color: #333;
    border-bottom: 1px solid #505050;
}

.forumdisplay-top h2 {
    color: #b8b8b8;
}

.threadlist li.list_top a .micon {
    background: #F49E2F;
}

.threadlist_foot li {
    background: #484848;
}

.threadlist_tit .micon {
    background-color: #85a327;
}

.dhnavs_box {
    background-color: #222;
    border-bottom: 1px solid #505050;
}

.post_box {
    background: #333;
}

.post_box li.mli {
    border-bottom: #505050 solid 1px;
}

.post_box li.mtext {
    border-bottom: #505050 solid 1px;
}

.discuz_x {
    background-color: #383838;
    border-bottom: 1px solid #707070;
}

#dhnavs_li {
    padding: 0 0 0 10px;
}

.post_box li .post_imgbtn,
.post_box li .post_attbtn {
    background: #333;
    color: #ccc;
    border: #686868 solid 1px;
}

.btn_pn_grey {
    background: #F28F2B;
    color: #e8e8e8;
}

.txtlist .mtit .ytxt {
    color: #aaa;
    background-color: #484848;
    border: 1px solid #404040;
}

.threadlist_box h4 {
    background-color: #333;
    color: #ccc;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
}

.pg_m_viewthread .tip .post_box {
    background: none;
}

.pg_m_viewthread .tip .post_box li.mli {
    border-bottom: #e8e8e8 solid 1px;
}

.user_avatar {
    background: #333;
}

.user_avatar .name {
    color: #ccc;
}

.user_box {
    color: #fff;
    background-color: #d95412;
    border: 0px solid #f50;
    border-radius: 15px;
}

.user_box li span {
    color: #fff;
}

.myinfo_list_ico li a {
    background-color: #2d2d2d;
}

.myinfo_list_ico {
    background: #222;
    border: 0px solid #737373;
}

.myinfo_list {
    background-color: #222;
    border: 1px solid #313131;
}

.myinfo_list li {
    border-top: 1px solid #333;
    color: #b8b8b8;
}

.myinfo_list li b {
    color: #f50;
}

.myinfo_list_ico li a i {
    background-color: #6b625d;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mygroup_ifo {
    background: #2d2d2d;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 0 15px 10px;
    padding: 10px;
    color: #ccc;
}

.vipico_21 {
    padding-left: 40px;
    background: url(/template/movie/static/css/v21.png) no-repeat 0 center / 30px 30px;
}

.vipico_22 {
    padding-left: 40px;
    background: url(/template/movie/static/css/v22.png) no-repeat 0 center / 30px 30px;
}

.vipico_23 {
    padding-left: 40px;
    background: url(/template/movie/static/css/v23.png) no-repeat 0 center / 30px 30px;
}

.vigroup_mbox {
    background: #000;
    margin: 0 15px 10px;
    display: flex;
    justify-content: center;
    border-radius: 15px;
    border: rgba(255, 255, 255, 0.3) solid 2px;
}
.vendtime {
    float: right;
    font-size: 14px;
    color: #f9f9f9;
}

.vilogo {
    width: 100px;
    height: 100px;
}

.vilogo video {
    pointer-events: none;
}

.vigroup_ifo {
    height: 100px;
    display: flex;
    gap: 0;
    align-items: center;
    overflow: hidden;
}

.vigroup_ifo .vgp_name {
    font-size: 18px;
}

.vigroup_ifo .vgp_dline {
    margin-top: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 180px;
}

.vigroup_ifo .vgp_dline .vendtime {
    float: none;
    display: inline-block;
    font-size: 13px;
    color: #f9f9f9;
    opacity: 0.85;
}

.vipifomenu.vbd_21 .vgp_name font {
     color: #f3d298 !important;
     background: linear-gradient(to bottom,
            #ba5e0b 0%,
            #e2a23b 30%,
            #ffffff 50%,
            #50b2ef 70%,
            #3a91d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.vipifomenu.vbd_22 .vgp_name font {
    background: linear-gradient(45deg, #ffd966, #ffe066, #ffa066, #ff66d9, #66c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vipifomenu.vbd_23 .vgp_name font {
   color: #f3d298 !important;
}

.vipifomenu.vbd_24 .vgp_name font {
    background: linear-gradient(to bottom, #fffabe 0%, #ee8214 30%, #ffe678 50%, #be5a0f 70%, #501e0a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.vipifomenu.vbd_20 .vgp_name font {
    background: linear-gradient(to bottom, #fffabe 0%, #ee8214 30%, #ffe678 50%, #be5a0f 70%, #501e0a 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.vipuinfos_mbox {
    background: #000;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 15px 10px;
    padding-left: 10px;
    border: rgba(255, 255, 255, 0.3) solid 2px;
}

.vip_athtitle {
    font-size: 18px;
}

.vipuinfos .vilogo {
    width: 80px;
    height: 80px;
}

.vipext_tt {
    font-size: 14px;
    color: #a8a8a8;
    margin-right: 5px;
}

.vipuinfos .xi2 {
    font-size: 14px;
    color: #FFC107;
}

.vipuinfos {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vipuinfos.vipgrp_21 .vip_athtitle font {
    color: #f3d298 !important;
}

.vipuinfos.vipgrp_22 .vip_athtitle font {
    background: linear-gradient(45deg, #ffd966, #ffe066, #ffa066, #ff66d9, #66c2ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vipuinfos.vipgrp_23 .vip_athtitle font {
    background: linear-gradient(to bottom,
            #ba5e0b 0%,
            #e2a23b 30%,
            #ffffff 50%,
            #50b2ef 70%,
            #3a91d8 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

.vwbbbb {
    margin: -10px 0 0 -5px;
}

.ur_vico {
    height: 40px;
    width: 108px;
}

.ur_vico img {
    height: 40px;
}

.movie-option a {
    color: #666;
}

.movie-downsource-wrapper li.on {
    background: #616161;
    color: #eee;
}

.movie-downsource-wrapper li {
    background: #3b3b3b;
    color: #a8a8a8;
}

.movie-downlist {
    background: #616161;
}

.movie-downsource-wrapper li small {
    background: #f50;
}

.movie-downsource-wrapper li {
    width: auto;
    padding: 0 10px;
}

.movie-download .disorderlist li .xi2 {
    color: #f60;
}

.movie-download .disorderlist li .pipe {
    color: #ddd;
}

.movie-infolist li span {
    position: static;
}

.movie-infolist li {
    padding-left: 0;
}

.mv_vguide {
    margin-top: 20px;
}

.mv_vgtitle {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.mv_vguide li {
    line-height: 20px !important;
}

.mdcps {
    margin: 0px 15px 15px;
    padding: 13px 15px;
    background: #3b2e2e;
    font-size: 16px;
    border-radius: 10px;
}

.mdcps ul {
    display: flex;
}

.mdcps ul li {
    padding: 0 5px;
}

.mdcps ul li a:hover {
    color: #fff;
}

.quote,
.showhide,
.locked {
    background-color: #505050;
}

a.docmt {
    background: #3f7b89;
    color: #fff;
}

a.docmt:active {
    background: #4f909e;
    color: #fff;
}

.movie-dpetop .bgimage:after {
    background: linear-gradient(0deg, rgba(35, 34, 34) 8%, rgba(255, 255, 255, 0));
}

.movie-name h1 {
    color: #fff;
}

.movie-name p {
    color: #999;
}

.postalbum {
    z-index: 100000 !important;
}

.pg_m_viewthread .moviemessage {
    padding: 0 15px;
    box-sizing: border-box;
}

.pg_m_viewthread .moviemessage img {
    max-width: 100%;
}

.ylvod_vipbuy a {
    color: #df4000;
}

.tip dd a.button {
    background: #f50;
    color: #fff;
}

.movie-list .mvposter {
    background: #1b1b1b url(/template/movie/static/image/popcorn.svg) no-repeat 50% 50%;
    background-size: 30px auto;
}

.movie-list ul {
    width: 100%;
}

.fav_ts {
    background: linear-gradient(115deg, #7ec53d, #34a853);
    min-width: auto;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    border: none;
}

.threadlist_foot li.mr a {
    color: #f50;
}

.bodybox,
.home_credit_log {
    background: #222;
    color: #999;
}

.tfm .d {
    color: #ababab;
}

.tfm select {
    background: url(/template/movie/static/css/arrow.svg) no-repeat right center;
    color: #ccc;
}

.alt,
.alt th,
.alt td {
    background: #484848;
}

.tdats .h th {
    border-top: 1px solid #636363;
    border-bottom: 1px solid #5f5f5f;
    background: linear-gradient(0deg, #8d8d8d, #757575);
    color: #b7b7b7;
}

.tdats th,
.tdats td {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.home_credit_log li {
    border-bottom: 1px solid #484848;
}

.empty-box h4 {
    background-color: #333;
    border-top: #444 solid 1px;
}

.imglist {
    background-color: #222;
}

.imglist li {
    border-bottom: #484848 solid 1px;
}

.imglist li .mbody {
    color: #b9b9b9;
    line-height: 1.7;
}

.imglist li .mbody a {
    color: #ccc;
}

.imglist li .mbody.mbody-new {
    color: #fff;
    font-weight: 400;
}

.imglist li .mbody .summary {
    margin: 0;
    padding: 7px 12px;
    background: rgba(255, 255, 255, 0.06);
    color: #9c9c9c;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-all;
    overflow-wrap: break-word;
}

.imglist li .mbody .summary + .summary {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.imglist li .mbody .summary:first-of-type {
    margin-top: 8px;
    border-radius: 6px 6px 0 0;
}

.imglist li .mbody .summary:last-child {
    border-radius: 0 0 6px 6px;
}

.imglist li .mbody .summary:first-of-type:last-child {
    border-radius: 6px;
}

.imglist li .mbody .summary span {
    color: #e8e8e8;
}

.mvposter .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(0px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.1), 0 0 0 0px rgba(255, 255, 255, 0.05);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.mvposter .play-icon svg {
    width: 18px;
    margin-left: 8px;
}

.mvposter .play-icon svg path {
    fill: rgba(255, 255, 255, 0.7);
    font-size: 36px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.movie-list .mvposter a .mvposter-play {
    opacity: 0.7;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%) scale(1.8);
    width: 40px;
    height: 40px;
    border-radius: 25%;
    background: url("../image/play.svg") no-repeat 50% 50%;
    background-size: 20px auto;
    transition: transform 0.45s ease-out, background-color 0.45s ease-out;
    transform: translate(-50%, -50%) scale(1);
    background-color: #fff;
    background-size: 20px auto;
}

.movie-list .mvposter-mask {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 10;
    transition: opacity 0.45s ease-out;

}

.movie-list .mvposter a:active .mvposter-mask {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 0.45s ease-out;
}

.movie-list .mvposter a .mvposter-play::before {
    z-index: 1;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.2s ease, height 0.2s ease;
}

.movie-list .mvposter a:active .mvposter-play::before {
    width: 80px;
    height: 80px;
}

.movie-list .mvposter a:active .mvposter-play {
    transform: translate(-50%, -50%) scale(0.8);
    background-color: #e0e0e0;
    transition: transform 0.1s ease-out, background-color 0.1s ease-out;
}

.mshow_box {
    background: #080808;
}

.mshow_box img {
    padding-top: 0;
}

.mshow_box .layui-layer-title {
    color: #fff;
    border: none;
    position: absolute;
}

.mshow_box .layui-layer-setwin span {
    color: #fff;
}

.mshow_box .layui-icon-close:before {
    content: "\1006";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #666 !important;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

.searchword {
    color: #f50;
}

.pgs #newspecial,
.pgs #newspecialtmp,
.pgs #post_reply,
.pgs #post_replytmp {
    float: left;
    margin-right: 5px;
}

.pgsbtn {
    color: #FFF;
    padding: 13px 16px;
    font-size: 14px;
    line-height: 14px;
    border-radius: 10px;
    background: #20232c;
    letter-spacing: 2px;
    transition: .2s background ease;
    border: 0
}

.pgsbtn:hover {
    text-decoration: none;
}

.pgsbtn:active {
    box-shadow: 0 0 0 3px rgba(36, 88, 167, 0.25);
}

.pgsbtn:focus {
    outline: 0;
}

.pg {
    font-family: "ADM2025";
    font-size: 16px;
    display: table;
    margin: 20px auto;
    float: none;
}

.pg,
.pgb {
    line-height: 40px;
    vertical-align: top;
}

.pg a,
.pg strong,
.pgb a,
.pg label {
    float: left;
    min-width: 20px;
    height: 40px;
    text-align: center;
    margin-left: 6px;
    padding: 0 10px;
    background: #f3f5f7;
    color: #222;
    overflow: hidden;
    text-decoration: none;
    border-radius: 10px;
}

.pg a.nxt,
.pgb a {
    padding: 0 10px;
}

.pg a:hover,
.pgb a:hover {
    box-shadow: 0 0 3px rgba(255, 85, 0, 0.2);
    color: #fff;
    background-color: #f50;
}

.pg a:active,
.pgb a:active {
    background-color: #f50;
}

.pg a.nxt,
.pg a.prev {
    width: 40px;
    padding: 0px;
    position: relative;
    line-height: 200px;
}

.pg a.nxt:before {
    content: "\e065";
}

.pg a.prev:before {
    content: "\e066";
}

.pg a.nxt:before,
.pg a.prev:before {
    font-family: "v2icofont";
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0;
}

.pg strong {
    font-weight: 400;
    color: #fff;
    font-size: 18px;
    cursor: default;
    box-shadow: 0 0 3px rgba(255, 85, 0, 0.2);
    background-color: #f50;
}

.pg label {
    cursor: text;
    display: none !important;
}

.pg label .px {
    display: none !important;
}

.mvpg {
    text-align: center;
}

.mvpg .pg {
    float: none;
}

.mvpg .pg a,
.mvpg .pg strong,
.mvpg .pgb a,
.mvpg .pg label {
    margin: 0px 3px;
}

.cz_bottom_tab a.cz_tab_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    flex: 1 1 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 6px 0 4px;
    text-decoration: none;
    color: #999999;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 85, 0, 0.08);
    transition: background-color 0.15s ease;
    -webkit-transition: background-color 0.15s ease;
}

.cz_bottom_tab a.cz_tab_item:active {
    background-color: rgba(255, 255, 255, 0.05);
}

.cz_bottom_tab a.cz_tab_item .cz_tab_icon {
    width: 26px;
    height: 26px;
    display: block;
    margin: 0 auto 3px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
}

.cz_bottom_tab a.cz_tab_item.cz_tab_home .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/home.svg);
}

.cz_bottom_tab a.cz_tab_item.cz_tab_video .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/video.svg);
}

.cz_bottom_tab a.cz_tab_item.cz_tab_wish .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/wish.svg);
}

.cz_bottom_tab a.cz_tab_item.cz_tab_favorite .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/favorite.svg);
}

.cz_bottom_tab a.cz_tab_item.cz_tab_user .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/user.svg);
}

.cz_bottom_tab a.cz_tab_item .cz_tab_text {
    display: block;
    font-size: 11px;
    line-height: 1.2;
    color: #999999;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.2px;
}

.cz_bottom_tab a.cz_tab_item.active .cz_tab_text {
    color: #f50;
    background: linear-gradient(180deg, #ffaa33 0%, #ff5500 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.cz_bottom_tab a.cz_tab_item.active.cz_tab_home .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/home_on.svg);
}

.cz_bottom_tab a.cz_tab_item.active.cz_tab_video .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/video_on.svg);
}

.cz_bottom_tab a.cz_tab_item.active.cz_tab_wish .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/wish_on.svg);
}

.cz_bottom_tab a.cz_tab_item.active.cz_tab_favorite .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/favorite_on.svg);
}

.cz_bottom_tab a.cz_tab_item.active.cz_tab_user .cz_tab_icon {
    background-image: url(/template/movie/static/css/touch/user_on.svg);
}

.cz_bottom_tab a.cz_tab_item .cz_tab_badge {
    position: absolute;
    top: 4px;
    right: 50%;
    margin-right: -18px;
    min-width: 8px;
    height: 8px;
    line-height: 8px;
    padding: 0;
    border-radius: 4px;
    background-color: #ff3333;
    border: 1.5px solid #303030;
    z-index: 2;
    pointer-events: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}

.cz_bottom_tab a.cz_tab_item .cz_tab_badge.has_num {
    min-width: 16px;
    height: 16px;
    line-height: 13px;
    padding: 0 4px;
    margin-right: -22px;
    top: 2px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
    -webkit-text-fill-color: #ffffff;
    background-clip: border-box;
    -webkit-background-clip: border-box;
}

.foot {
    display: none !important;
}

body.scroll-down .movieheader.scroll-down-hide {
    -webkit-transform: translate3d(0px, -105%, 0px);
            transform: translate3d(0px, -105%, 0px);
    box-shadow: none;
}
body.scroll-up .movieheader.scroll-down-hide {
    -webkit-transform: translate3d(0px, 0%, 0px);
            transform: translate3d(0px, 0%, 0px);
}
.movieheader.cz_header_show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.cz_hamburger {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    padding: 0;
    margin: 0 6px 0 0;
    background: transparent;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    border-radius: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.cz_hamburger:active {
    background: transparent;
}

.cz_hamburger .cz_hb_lines {
    width: 18px;
    height: 18px;
    position: relative;
    display: block;
}

.cz_hamburger .cz_hb_lines span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.cz_hamburger .cz_hb_lines span:nth-child(1) { top: 0; }
.cz_hamburger .cz_hb_lines span:nth-child(2) { top: 8px; }
.cz_hamburger .cz_hb_lines span:nth-child(3) { top: 16px; }

.cz_hamburger.open .cz_hb_lines span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #ffffff;
}

.cz_hamburger.open .cz_hb_lines span:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
}

.cz_hamburger.open .cz_hb_lines span:nth-child(3) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #ffffff;
}

.movieheader .nav-left {
    padding-left: 42px;
    position: relative;
}

.movieheader .nav-left .cz_hamburger {
    position: absolute;
    left: 0;
    top: 5px;
}

.cz_side_mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
}

.cz_side_mask.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cz_side_menu {
    position: fixed;
    top: calc(60px + env(safe-area-inset-top));
    left: 0;
    bottom: 0;
    width: 80%;
    max-width: 320px;
    background-color: #1a1a1a;
    color: #e0e0e0;
    z-index: 9999;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    box-shadow: 4px 0 20px rgba(0, 0, 0, 0.6);
    padding: 6px 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cz_side_menu::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

body.cz_menu_open {
    padding-bottom: 0 !important;
}

.cz_side_menu.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    pointer-events: auto;
}

.cz_sm_usercard {
    margin-bottom: 20px;
}

.cz_sm_uc_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    gap: 10px;
    margin-bottom: 10px;
}

.cz_sm_uc_avlink {
    display: block;
    flex-shrink: 0;
    text-decoration: none;
}

.cz_sm_uc_avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    background-color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.cz_sm_uc_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.cz_sm_uc_defav {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: linear-gradient(135deg, #333, #444);
    color: #bbb;
    font-size: 18px;
    font-weight: 600;
}

.cz_sm_uc_info {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 0;
}

.cz_sm_uc_name {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cz_sm_uc_name a {
    color: #ffffff;
    text-decoration: none;
}

.cz_sm_usergroup_tag {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 6px;
    font-size: 10px;
    font-weight: 500;
    color: #ff8844;
    background: rgba(255, 136, 68, 0.15);
    border-radius: 3px;
    line-height: 1.3;
    vertical-align: middle;
}

.cz_sm_usergroup_tag.vip_tag {
    color: #ffd700;
    background: linear-gradient(135deg, rgba(255,215,0,0.2), rgba(255,136,68,0.2));
    border: 1px solid rgba(255,215,0,0.3);
}

.cz_sm_expiry {
    color: #666;
    font-size: 11px;
}

.cz_sm_expiry.vip_exp {
    color: #ffd700;
}

.cz_sm_uc_sig .cz_sm_usergroup {
    color: #888;
    font-size: 12px;
}

.cz_sm_uc_sig {
    font-size: 12px;
    color: #888;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cz_sm_uc_msg {
    position: relative;
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #cccccc;
    background-color: #2a2a2a;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.cz_sm_uc_msg:active { background-color: #3a3a3a; color: #ff8844; }

.cz_sm_uc_badge {
    position: absolute;
    top: -3px;
    right: -3px;
    min-width: 16px;
    height: 16px;
    padding: 0 4px;
    background: #ff3333;
    color: #fff;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    font-style: normal;
    box-shadow: 0 0 0 1.5px #fff;
    font-weight: 600;
}

.cz_sm_uc_vipbtn {
    margin-top: 6px;
    padding: 2px;
}

.cz_sm_uc_vipbtn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
    box-sizing: border-box;
}

.cz_sm_uc_vipbtn a {
    background: linear-gradient(135deg, #ffaa33, #ff5500);
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(255, 85, 0, 0.35);
}

.cz_sm_uc_vipbtn a:active { opacity: 0.88; }

.cz_sm_uc_stats {
    margin-top: 6px;
    padding: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 6px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: stretch;
}

.cz_sm_uc_stat {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 8px 4px;
    border-radius: 4px;
    background-color: #2a2a2a;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

.cz_sm_uc_stat:active {
    background-color: #333;
}

.cz_sm_uc_snum {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 2px;
}

.cz_sm_uc_slabel {
    font-size: 11px;
    color: #888;
    line-height: 1.2;
}

.cz_sm_uc_quick {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    gap: 12px;
}

.cz_sm_uc_quick a {
    font-size: 12px;
    color: #cccccc;
    text-decoration: none;
    padding: 6px 4px;
    border-radius: 6px;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    min-width: 0;
    flex: 1 1 0;
}

.cz_sm_uc_quick a:active {
    background-color: #333;
    color: #ff8844;
}

.cz_sm_uc_quick a .cz_sm_qicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin-right: 0;
    margin-bottom: 6px;
    position: relative;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #333, #222);
}

.cz_sm_uc_quick a:active .cz_sm_qicon {
    background: linear-gradient(135deg, #ff8844, #ff5500);
}

.cz_sm_uc_quick a .cz_sm_qtext {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
}

.cz_sm_uc_quick a .cz_sm_qicon_user:before {
    content: "";
    position: absolute;
    left: 13px;
    top: 8px;
    width: 10px;
    height: 10px;
    border: 1.5px solid #ff8844;
    border-radius: 50%;
    background: transparent;
}

.cz_sm_uc_quick a .cz_sm_qicon_user:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 17px;
    width: 16px;
    height: 10px;
    border: 1.5px solid #ff8844;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    background: transparent;
}

.cz_sm_uc_quick a .cz_sm_qicon_order:before {
    content: "";
    position: absolute;
    left: 12px;
    top: 10px;
    width: 12px;
    height: 16px;
    border: 1.5px solid #ff8844;
    border-radius: 1px;
    background: transparent;
}

.cz_sm_uc_quick a .cz_sm_qicon_order:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 13px;
    width: 8px;
    height: 1.5px;
    background: #ff8844;
    box-shadow: 0 3px 0 #ff8844, 0 6px 0 #ff8844;
}

.cz_sm_uc_quick a .cz_sm_qicon_logout:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 11px;
    width: 8px;
    height: 14px;
    border: 1.5px solid #ff7744;
    border-right: none;
    border-radius: 1px 0 0 1px;
    background: transparent;
}

.cz_sm_uc_quick a .cz_sm_qicon_logout:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 17px;
    width: 8px;
    height: 1.5px;
    background: #ff7744;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.cz_sm_uc_quick a.cz_sm_uc_logout {
    color: #ff7744;
    font-weight: 500;
}

.cz_sm_uc_loginrow {
    margin-top: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
}

.cz_sm_uc_loginrow a {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0;
    flex: 1 1 0;
    min-width: 0;
    text-align: center;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

a.cz_sm_btn_login {
    background-color: #f50;
    color: #fff !important;
}

a.cz_sm_btn_login:active {
    opacity: 0.88;
}

a.cz_sm_btn_reg {
    background-color: #333;
    color: #ddd !important;
    border: 1px solid #444;
}

a.cz_sm_btn_reg:active {
    background-color: #444;
}

.cz_sm_usergroup {
    display: inline-block;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(255, 170, 51, 0.18), rgba(255, 85, 0, 0.18));
    color: #d35400;
    border: 1px solid rgba(255, 85, 0, 0.25);
    font-weight: 500;
}

.cz_sm_nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2px 0 0;
    overflow-y: visible;
}

.cz_sm_group {
    margin-bottom: 8px;
}

.cz_sm_ul_2col {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 6px;
}

.cz_sm_ul_2col li a {
    padding: 8px 10px;
    font-size: 12px;
    background-color: #2a2a2a;
    border-radius: 6px;
    border: 1px solid #3a3a3a;
    margin-bottom: 4px;
    line-height: 1.4;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    box-sizing: border-box;
}

.cz_sm_ul_2col li a:active {
    background-color: #f50;
    color: #fff;
    border-color: #f50;
}

.cz_sm_ul_2col li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 calc(50% - 3px);
    flex: 1 1 calc(50% - 3px);
    min-width: calc(50% - 3px);
    max-width: calc(50% - 3px);
}

.cz_sm_ul_2col li a {
    padding: 7px 4px;
    font-size: 12px;
}

.cz_sm_group_title {
    padding: 4px 2px 4px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.3px;
    position: relative;
    margin-top: 0;
}

.cz_sm_group_title::after {
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    background-color: #ff6633;
    margin-top: 6px;
    border-radius: 1px;
}

.cz_sm_ul {
    list-style: none;
    margin: 0 0 4px;
    padding: 0;
    border-radius: 6px;
    overflow: hidden;
}

.cz_sm_ul li {
    position: relative;
    margin: 0;
    padding: 0;
}

.cz_sm_ul li a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 6px 2px;
    color: #cccccc;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.45;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: background-color 0.15s ease, color 0.15s ease;
    transition: background-color 0.15s ease, color 0.15s ease;
}

.cz_sm_ul li a:active {
    background-color: #2a2a2a;
    color: #ff8844;
}

.cz_sm_ul li a .cz_sm_icon {
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 8px;
    flex-shrink: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.85;
    vertical-align: middle;
}

.cz_sm_ul li a .cz_sm_dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff8844, #ff5500);
    box-shadow: 0 0 4px rgba(255, 102, 51, 0.4);
}

.cz_sm_ul li:nth-child(odd) a .cz_sm_dot {
    background: linear-gradient(135deg, #ff8844, #ff5500);
    box-shadow: 0 0 4px rgba(255, 102, 51, 0.4);
}

.cz_sm_ul li:nth-child(even) a .cz_sm_dot {
    background: linear-gradient(135deg, #4a9eff, #2a6fd6);
    box-shadow: 0 0 4px rgba(74, 158, 255, 0.4);
}

.cz_sm_ul li:nth-child(3n) a .cz_sm_dot {
    background: linear-gradient(135deg, #6dd5a7, #2e8b57);
    box-shadow: 0 0 4px rgba(109, 213, 167, 0.4);
}

.cz_sm_ul li a:active .cz_sm_icon { opacity: 1; }

.cz_sm_ul li a .cz_sm_arrow {
    margin-left: auto;
    color: #666;
    font-size: 14px;
    flex-shrink: 0;
}

.cz_sm_ul li a.active {
    color: #ff8844;
}

.cz_sm_ul li a.active::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 14px;
    background: linear-gradient(180deg, #ffaa33, #ff5500);
    border-radius: 0 2px 2px 0;
}

.cz_sm_ul li.cz_sm_divider {
    height: 1px;
    background-color: #333;
    margin: 4px 2px;
}

.cz_sm_footer {
    padding: 12px 0 4px;
    margin-top: 8px;
    border-top: 1px solid #333;
    text-align: center;
}

.cz_sm_version {
    font-size: 11px;
    color: #666;
    letter-spacing: 0.3px;
    white-space: normal;
    word-break: break-all;
    padding: 0 10px;
}

.cz_sm_header { padding: 0; background: transparent; border: 0; min-height: 0; margin-bottom: 14px; }
.cz_sm_header::before { display: none; }
.cz_sm_user { display: none; }
.cz_sm_login_btn { display: none; }

:root {
     
    --cz-tabbar-h: 60px;
}

body {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body > footer {
    margin-bottom: 0;
}

main {
    min-height: calc(100vh - 120px);
}

.cz_sm_has_sub > a {
    position: relative;
}

.cz_sm_submenu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background-color: rgba(0, 0, 0, 0.12);
}

.cz_sm_has_sub.open > .cz_sm_submenu {
    max-height: 800px;
}

.cz_sm_submenu .cz_sm_ul li a {
    padding-left: 58px;
    font-size: 14px;
    color: #aaaaaa;
}

.cz_sm_has_sub > a .cz_sm_arrow {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
}

.cz_sm_has_sub.open > a .cz_sm_arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.cz_bottom_tab,
.movieheader {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cz_side_menu,
.cz_side_mask {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

@media screen and (max-width: 340px) {
    :root {
        --cz-tabbar-h: 56px;
    }
    .cz_bottom_tab a.cz_tab_item .cz_tab_icon {
        width: 23px;
        height: 23px;
    }
    .cz_bottom_tab a.cz_tab_item .cz_tab_text {
        font-size: 10px;
    }
    .cz_bottom_tab {
        height: 56px;
    }
    body {
        padding-bottom: 56px;
    }
}

@supports (padding: max(0px)) {
    .cz_side_menu {
        padding-left: max(16px, env(safe-area-inset-left));
        padding-right: max(16px, env(safe-area-inset-right));
        padding-bottom: max(10px, env(safe-area-inset-bottom));
    }
}

@media screen and (orientation: landscape) and (max-height: 500px) {
    :root {
        --cz-tabbar-h: 44px;
    }
    .cz_bottom_tab {
        height: 44px;
    }
    .cz_bottom_tab a.cz_tab_item {
        padding: 4px 0 2px;
    }
    .cz_bottom_tab a.cz_tab_item .cz_tab_icon {
        width: 20px;
        height: 20px;
        margin-bottom: 1px;
    }
    .cz_bottom_tab a.cz_tab_item .cz_tab_text {
        font-size: 10px;
    }
    body {
        padding-bottom: 44px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .movieheader,
    .cz_side_menu,
    .cz_side_mask,
    .cz_sm_submenu,
    .cz_hamburger .cz_hb_lines span,
    .cz_bottom_tab a.cz_tab_item {
        -webkit-transition: none !important;
        transition: none !important;
    }
}

header {
    height: 0 !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

header .movieheader {
    height: 60px !important;
}

.movieheader {
    background-image: url('/template/movie/static/css/hd_bg.png');
    background-repeat: repeat;
    box-shadow: 0 1px 1px 0 rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 6px !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    background-color: #1f1f1f;
    border-bottom: 1px solid #2c2c2c;
    z-index: 999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
}

body.scroll-down .scroll-down-hide.movieheader,
body.scroll-down .scroll-down-hide.cz_bottom_tab {
    pointer-events: none;
}
body.scroll-down .scroll-down-hide.movieheader {
    -webkit-transform: translate3d(0px, -105%, 0px) !important;
            transform: translate3d(0px, -105%, 0px) !important;
    -webkit-transition: -webkit-transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: none;
}
body.scroll-down .scroll-down-hide.cz_bottom_tab {
    -webkit-transform: translateY(120%) !important;
            transform: translateY(120%) !important;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
body.scroll-down {
    padding-bottom: 0 !important;
}
body.scroll-up {
    padding-bottom: 60px !important;
}
body.scroll-up .scroll-down-hide,
body.scroll-up .scroll-down-hide.cz_bottom_tab {
    -webkit-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

body.cz_menu_open .scroll-down-hide.movieheader,
body.cz_menu_open .scroll-down-hide.cz_bottom_tab {
    -webkit-transform: translate3d(0px, 0%, 0px) !important;
            transform: translate3d(0px, 0%, 0px) !important;
    pointer-events: auto !important;
}

body.cz_menu_open .movieheader {
    z-index: 10001;
}

#pl .user_box.cz_credits_3col,
.wrap .user_box.cz_credits_3col,
body .user_box.cz_credits_3col {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
}

.cz_header_left,
.cz_header_right {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.cz_header_center {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    min-width: 0;
    padding: 0 4px;
}

.movieheader .nav-left,
.movieheader .nav-right { display: none !important; }

.movieheader .cz_hamburger {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 6px;
    margin: 0;
    border: 0;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 0;
    z-index: 10000;
}
.movieheader .cz_hamburger .cz_hb_lines {
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
.movieheader .cz_hamburger .cz_hb_lines > span {
    display: block;
    position: absolute;
    left: 0;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.movieheader .cz_hamburger .cz_hb_lines > span:nth-child(1) { top: 0; width: 70%; }
.movieheader .cz_hamburger .cz_hb_lines > span:nth-child(2) { top: 9px; width: 88%; }
.movieheader .cz_hamburger .cz_hb_lines > span:nth-child(3) { top: 18px; width: 100%; }
body.cz_menu_open .movieheader .cz_hamburger .cz_hb_lines > span:nth-child(1) {
    top: 9px; width: 100%; -webkit-transform: rotate(45deg); transform: rotate(45deg);
}
body.cz_menu_open .movieheader .cz_hamburger .cz_hb_lines > span:nth-child(2) {
    opacity: 0;
}
body.cz_menu_open .movieheader .cz_hamburger .cz_hb_lines > span:nth-child(3) {
    top: 9px; width: 100%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);
}

.cz_search_btn {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    margin: 0;
    border: 0;
    background: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: transparent;
    color: #e8e8e8;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.cz_search_btn .cz_icon_sousuo {
    font-family: "cz-iconfont" !important;
    font-size: 20px;
    line-height: 1;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cz_search_btn .cz_icon_sousuo:before {
    content: "\e8b9";
}

.cz_logo_text {
    display: inline-block;
    max-width: 100%;
    max-height: 44px;
    font-size: 19px;
    font-weight: 700;
    line-height: 44px;
    color: #f5a623;
    letter-spacing: 0.5px;
    text-decoration: none !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cz_logo_text:hover, .cz_logo_text:active { text-decoration: none; }
.cz_logo_img {
    display: inline-block;
    max-width: 100%;
    height: 44px;
    line-height: 0;
    overflow: hidden;
    text-decoration: none !important;
}
.cz_logo_img img {
    max-width: 100%;
    max-height: 44px;
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
    object-fit: contain;
    vertical-align: middle;
}

.searchbtn, .searchbtn .vt-search { display: none !important; }

.cz_bottom_tab {
    background-image: -webkit-linear-gradient(top, #383838, #2a2a2a);
    background-image: linear-gradient(to bottom, #383838, #2a2a2a);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.35);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
    -webkit-user-select: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: distribute;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1f1f1f;
    border-top: 1px solid #2c2c2c;
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom);
    padding-bottom: constant(safe-area-inset-bottom);
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-transition: -webkit-transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    will-change: transform;
}
.cz_tab_item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 20%;
    -ms-flex: 1 1 20%;
    flex: 1 1 20%;
    min-width: 0;
    max-width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #b4b6bb;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
    padding: 6px 2px 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: color 0.18s ease;
    transition: color 0.18s ease;
}
.cz_tab_icon {
    display: block;
    width: 26px;
    height: 26px;
    margin: 0 auto 2px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    background-origin: content-box;
    background-clip: border-box;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}
.cz_tab_text {
    display: block;
    width: 100%;
    font-size: 11px;
    line-height: 1.3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.cz_tab_home   .cz_tab_icon { background-image: url('/template/movie/static/css/touch/home.svg'); }
.cz_tab_video  .cz_tab_icon { background-image: url('/template/movie/static/css/touch/video.svg'); }
.cz_tab_wish   .cz_tab_icon { background-image: url('/template/movie/static/css/touch/wish.svg'); }
.cz_tab_favorite .cz_tab_icon { background-image: url('/template/movie/static/css/touch/favorite.svg'); }
.cz_tab_user   .cz_tab_icon { background-image: url('/template/movie/static/css/touch/user.svg'); }

.cz_tab_item.active,
.cz_tab_item:hover,
.cz_tab_item:active { color: #f5a623; }
.cz_tab_home.active   .cz_tab_icon,
.cz_tab_home:active   .cz_tab_icon { background-image: url('/template/movie/static/css/touch/home_on.svg'); }
.cz_tab_video.active  .cz_tab_icon,
.cz_tab_video:active  .cz_tab_icon { background-image: url('/template/movie/static/css/touch/video_on.svg'); }
.cz_tab_wish.active   .cz_tab_icon,
.cz_tab_wish:active   .cz_tab_icon { background-image: url('/template/movie/static/css/touch/wish_on.svg'); }
.cz_tab_favorite.active .cz_tab_icon,
.cz_tab_favorite:active  .cz_tab_icon { background-image: url('/template/movie/static/css/touch/favorite_on.svg'); }
.cz_tab_user.active   .cz_tab_icon,
.cz_tab_user:active   .cz_tab_icon { background-image: url('/template/movie/static/css/touch/user_on.svg'); }

.cz_tab_item .cz_tab_icon[data-custom="1"] {
    background-size: cover;
    -webkit-background-size: cover;
    border-radius: 4px;
}

.cz_credits_3col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100%;
    margin: 14px auto 0;
    padding: 14px 4px;
    background-color: #2a2a2a;
    border: 1px solid #333;
    border-radius: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}
.cz_credit_col {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 33.3333%;
        -ms-flex: 1 1 33.3333%;
            flex: 1 1 33.3333%;
    min-width: 0;
    width: 33.3333%;
    text-align: center;
    padding: 4px 4px;
    border-right: 1px solid #363636;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

.cz_credits_3col .cz_credit_col:last-child { border-right: 0 !important; }

.cz_credit_val {
    display: block;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.25;
    color: #f5a623;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    word-wrap: normal;
    min-height: 24px;
}
.cz_credit_unit {
    font-size: 12px;
    font-weight: 400;
    color: #d9a55a;
    margin-left: 2px;
}
.cz_credit_title {
    display: block;
    font-size: 13px;
    line-height: 1.3;
    color: #c8c8c8;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 18px;
}

@media screen and (max-width: 340px) {
    .cz_logo_text { font-size: 16px; }
    .cz_credit_val { font-size: 16px; }
    .cz_credit_title { font-size: 12px; }
    .cz_tab_text { font-size: 10px; }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    .cz_logo_text { font-size: 22px; }
}

body.cz_menu_open {
    overflow: hidden !important;
    position: relative;
    -webkit-overflow-scrolling: auto;
            overflow-scrolling: auto;
}
body.cz_menu_open #wp {
    overflow: hidden !important;
}