 

 
.vpreview {
    position: relative;
    cursor: pointer;
    height: auto;
    aspect-ratio: 600 / 350;
    margin: 0px 15px 15px;
    border-radius: 10px;
    overflow: hidden;
     
    min-height: 200px;
}

@supports not (aspect-ratio: 1) {
    .vpreview {
        height: 200px;
    }
}

.vpreview img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: filter .25s ease;
}

.vpreview img:active,
.vpreview img:hover {
    filter: brightness(1.05);
}

.vpreview_ts {
    display: none;
    pointer-events: none;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
    text-align: center;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    border-radius: 18px 18px 0 0;
    background: rgba(0, 0, 0, .35);
     
    background: rgba(0, 0, 0, .5);
     
    background: rgba(0, 0, 0, .35);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .5px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .7);
}

 
#dplayer {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 40px auto;
}

@supports not (aspect-ratio: 1) {
    #dplayer {
        height: 450px;
    }
}

.dplayer-controller {
    z-index: 2;
}

 
.cz_switchbtn {
    color: #d3c09a;
    font-weight: bold;
    line-height: 38px;
    margin: 0 0 0 10px;
    font-size: 13px;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

.cz_switchbtn:hover {
    color: #f5ddad;
}

#cz_dl_vwvplay .cz_switchbtn {
    margin: 0 0 0 15px;
}

 
.switchmain {
    color: #a8a8a8;
    font-size: 12px;
    bottom: 0;
    height: 120px;
    position: absolute;
    z-index: 2;
    width: 100%;
    transform: translateY(100%);
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 20%, rgba(0, 0, 0, 0) 100%);
    opacity: 0;
}

.switchmain.show {
    transform: translateY(0);
    opacity: 1;
}

.switchmain .sw_btns {
    display: flex;
    gap: 10px;
    padding: 10px;
    height: 60px;
}

.sw_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    height: 100%;
}

.switchmain .sw_btns .sw_bli {
    flex: 1;
}

.sw_btn {
    background: linear-gradient(to bottom, rgba(251, 237, 193, 0.8) 0%, rgba(255, 223, 140, 0.8) 100%);
    color: #946941;
}

.sw_btn:hover {
    background: linear-gradient(to bottom, rgba(251, 237, 193, 0.9) 0%, rgba(255, 223, 140, 0.9) 100%);
    color: #946941;
}

.sw_btn:active {
    background: linear-gradient(to bottom, hsla(45, 80%, 85%, 1) 0%, hsla(42, 85%, 75%, 1) 100%);
    color: #946941;
}

.btn_a {
    background: linear-gradient(to bottom, rgba(182, 161, 235, 0.8) 0%, rgba(166, 140, 220, 0.8) 100%);
    color: #fff;
}

.btn_a:hover {
    background: linear-gradient(to bottom, rgba(182, 161, 235, 0.9) 0%, rgba(166, 140, 220, 0.9) 100%);
    color: #fff;
}

.btn_a:active {
    background: linear-gradient(to bottom, hsla(260, 60%, 77%, 1) 0%, hsla(260, 65%, 67%, 1) 100%);
    color: #fff;
}

.sw_btt {
    font-size: 14px;
    margin-bottom: 5px;
    color: #946941;
    font-weight: bold;
}

.btn_a .sw_btt {
    color: #fff;
}

.btn_a .sw_btm {
    color: rgba(255, 255, 255, 0.6);
}

 
a.dofav {
    background: #6b6b6b;
    color: #fff;
}

a.dofav:active {
    background: #f1702f;
    color: #fff;
}

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

a.faved:active {
    color: #fff !important;
    background: #f1702f !important;
}

 
.test_cmt_btn {
    text-align: center;
}

.test_cmt_btn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
}

.opencmt_numb {
    position: absolute;
    bottom: 8px;
    left: 24px;
    transform: translateX(-50%);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 9px;
    white-space: nowrap;
    margin-bottom: 4px;
}

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

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

 
.cmt_rtbox {
    background: #333;
}

.cmt_rtbox .layui-layer-title {
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border-bottom: #585858 solid 1px;
}

.cmt_rtbox .layui-layer-setwin span {
    color: #fff;
    font-size: 18px;
}

 
@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}

.layer-anim-slide-right-out {
    animation: slideOutRight 0.3s ease-in forwards;
}

.layer-anim-slide-right {
    animation: slideInRight 0.3s ease-out;
}

.slide-panel {
    color: #a5a5a5;
    height: 100%;
    overflow: hidden;
}

 
.czplay_box {
    padding: 15px;
    font-size: 14px;
    line-height: 180%;
    overflow: hidden;
}

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

 
#loadingContent {
    margin: 20px;
    font-size: 14px;
}

 
.layui-layer-setwin .layui-layer-close1 {
    background-position: 8px -36px;
    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;
}

 

 
@media (max-width: 1024px) {
    .movie-shows_r {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
    }
    
    @supports not (aspect-ratio: 1) {
        .movie-shows_r {
            height: 400px;
        }
    }
    
    .vpreview {
        height: auto;
    }
    
    .vpreview img {
        width: 100%;
    }
}

 
@media (max-width: 768px) {
    #dplayer {
        aspect-ratio: 16 / 9;
        margin: 20px auto;
    }
    
    .switchmain {
        height: 100px;
    }
    
    .switchmain .sw_btns {
        height: 50px;
        gap: 8px;
        padding: 8px;
    }
    
    .sw_btt {
        font-size: 12px;
    }
    
    .vpreview {
        margin: 0 10px 10px;
        border-radius: 8px;
    }
}

 
@media (max-width: 480px) {
    #dplayer {
        margin: 10px auto;
    }
    
    .switchmain {
        height: 90px;
    }
    
    .switchmain .sw_btns {
        height: 45px;
        gap: 5px;
        padding: 5px;
    }
}

 
@media (prefers-reduced-motion: reduce) {
    .switchmain,
    .switchmain.show,
    .vpreview img,
    .layer-anim-slide-right,
    .layer-anim-slide-right-out {
        transition: none !important;
        animation: none !important;
    }
}

 
@media print {
    .movie-btn,
    .movie-infly,
    .movie-infly-head,
    .movie-downsource,
    .movie-nav,
    .modmenu_container,
    .modact,
    .layer,
    .layui-layer {
        display: none !important;
    }
    
    .movie-details {
        width: 100% !important;
    }
    
    .vpreview {
        height: auto !important;
    }
}

 
@media (prefers-contrast: high) {
    .cz_switchbtn,
    .sw_btt {
        text-shadow: none;
    }
    
    .btn_a,
    .sw_btn {
        border: 1px solid #000;
    }
}

 

 
a.dofav {
    background: #6b6b6b;
    color: #fff;
}

a.dofav:active {
    background: #f1702f;
    color: #fff;
}

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

a.faved:active {
    color: #fff !important;
    background: #f1702f !important;
}

 
#dplayer {
    width: 100%;
    max-width: 800px;
    aspect-ratio: 16 / 9;
    height: auto;
    margin: 40px auto;
}

@supports not (aspect-ratio: 1) {
    #dplayer {
        height: 450px;
    }
}

 
.test_cmt_btn {
    text-align: center;
}

.test_cmt_btn a {
    display: inline-block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
}

.opencmt_numb {
    position: absolute;
    bottom: 8px;
    left: 24px;
    transform: translateX(-50%);
    padding: 2px 6px;
    border-radius: 10px;
    font-size: 9px;
    white-space: nowrap;
    margin-bottom: 4px;
}

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

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

 
.cmt_rtbox {
    background: #333;
}

.cmt_rtbox .layui-layer-title {
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 16px;
    border-bottom: #585858 solid 1px;
}

.cmt_rtbox .layui-layer-setwin span {
    color: #fff;
    font-size: 18px;
}

 
#loadingContent {
    margin: 20px;
    font-size: 14px;
}

 
.layui-layer-setwin .layui-layer-close1 {
    background-position: 8px -36px;
    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;
}

 
@keyframes slideInRight {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes slideOutRight {
    from { transform: translateX(0); opacity: 1; }
    to { transform: translateX(100%); opacity: 0; }
}

.layer-anim-slide-right-out {
    animation: slideOutRight 0.3s ease-in forwards;
}

.layer-anim-slide-right {
    animation: slideInRight 0.3s ease-out;
}

.slide-panel {
    color: #a5a5a5;
    height: 100%;
    overflow: hidden;
}

 
.viewer-canvas {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

 

 
@media (max-width: 480px) {
    #dplayer {
        margin: 10px auto;
    }
    
    .vpreview {
        margin: 0 8px 8px;
        border-radius: 6px;
    }
}

 
@media (hover: none) {
    .vpreview img:hover {
        filter: none;
    }
    
    .sw_btn:hover,
    .btn_a:hover {
        background: linear-gradient(to bottom, rgba(251, 237, 193, 0.8) 0%, rgba(255, 223, 140, 0.8) 100%);
    }
}

 
@media (max-height: 500px) and (orientation: landscape) {
    #dplayer {
        max-width: 600px;
        margin: 10px auto;
    }
    
    .switchmain {
        height: 80px;
    }
    
    .switchmain .sw_btns {
        height: 40px;
    }
}

 
@media (min-width: 1920px) {
    #dplayer {
        max-width: 1000px;
    }
    
    .movie-shows_r {
        width: 700px;
        height: 400px;
    }
}

 
@media (prefers-color-scheme: dark) {
    .vpreview_ts {
        background: rgba(0, 0, 0, 0.5);
    }
}

 

 
@supports (-webkit-appearance: none) {
    .vpreview_ts {
        -webkit-backdrop-filter: blur(6px);
        backdrop-filter: blur(6px);
    }
    
    .cz_switchbtn {
        -webkit-tap-highlight-color: transparent;
    }
}

 
@supports (-moz-appearance: none) {
    .vpreview img {
        -moz-osx-font-smoothing: grayscale;
    }
    
    .layer-anim-slide-right,
    .layer-anim-slide-right-out {
        -moz-animation-timing-function: ease-in-out;
    }
}

 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #dplayer {
        height: auto;
        min-height: 200px;
    }
    
    .vpreview {
        height: 200px;
    }
}

 
 
.swiper-container,
.layer {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

 
.vpreview img,
.movie-downsource-slide,
.swiper-slide {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

 
html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

 
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

img.loading,
img:not([src]),
img[src=""] {
    opacity: 0.5;
    background: #f0f0f0;
}

 
.movie-details,
.movie-frame,
.vpreview {
    contain: layout style;
}

 
 
