@charset "UTF-8";
/**
██   ██ ██    ██ ██████  ██  ██████ ███    ███ ███████ 
██   ██ ██    ██ ██   ██ ██ ██      ████  ████ ██      
███████ ██    ██ ██   ██ ██ ██      ██ ████ ██ ███████ 
██   ██ ██    ██ ██   ██ ██ ██      ██  ██  ██      ██ 
██   ██  ██████  ██████  ██  ██████ ██      ██ ███████ 
            ===========================================
 * @package zdjpr-style.css
================================
        Keep calm and get rich.
                    Is the best.
 */

/* 基础样式重置 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin: 0; padding: 0;}
fieldset, img {border: 0;}
:focus {outline: 0;}
address, caption, cite, code, dfn, em, th, var, optgroup {font-style: normal; font-weight: normal;}
h1, h2, h3, h4, h5, h6 {font-weight: normal; font-size: 100%;}
strong {font-weight: 700;}
abbr, acronym {border: 0; font-variant: normal;}
input, button, textarea, select, optgroup, option {font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}
code, kbd, samp, tt {font-size: 100%;}
input, button, textarea, select {font-size: 100%;}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {border: none; padding: 0;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption {text-align: left;}
sup, sub {font-size: 100%;}
:link, :visited, ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}

/* 公共工具类 */
.zdjpr-clearfix, .zdjpr-container-fluid, .zdjpr-container, .zdjpr-form-group, .zdjpr-appel {*clear: both; *zoom: 1;}
.zdjpr-clearfix:after, .zdjpr-container-fluid:after, .zdjpr-container:after, .zdjpr-form-group:after, .zdjpr-appel:after {clear: both;}
.zdjpr-hidden {display: none !important;}
.zdjpr-show {display: block !important;}
.zdjpr-hide {display: none;}
.zdjpr-pull-left, .zdjpr-pull-right {display: inline;}
.zdjpr-pull-left {float: left;}
.zdjpr-pull-right {float: right;}
button, input, textarea, select, pre {font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;}
pre {white-space: normal;}

/* 盒模型和基础样式 */
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: #e0f2f1;
    -webkit-tap-highlight-color: #e0f2f1;
}

.zdjpr-iconfont {
    font-family: sans-serif;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {-webkit-font-smoothing: antialiased;}
html {
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: #e0f2f1;    
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

body {   
    color: #e0f2f1;
    font-size: 14px;
    line-height: 1.5;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #16a085;  
    height: 100%;    
}

a {color: #e0f2f1; text-decoration: none; transition: color .3s, background-color .3s;}
a:hover {color: #e0f2f1; text-decoration: none;}
a.zdjpr-hover-underline:hover {text-decoration: underline;}

/* 菜单导航 */
.zdjpr-youmu-app {background: #16a085; overflow: hidden; position: relative;}
.zdjpr-youmu-app:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff0055, #ff0055, transparent);
    animation: zdjpr-header-glow 4s linear infinite;
    z-index: 2;
}
.zdjpr-youmu-app dl {float: left; width: 100%; padding: 15px 0; position: relative; z-index: 1;}
.zdjpr-youmu-app dt, .zdjpr-youmu-app dd {float: left; line-height: 25px; text-align: center;}
.zdjpr-youmu-app dt {width: 12%; color: #e0f2f1; font-size: 16px; font-weight: 700;}
.zdjpr-youmu-app dd {width: 11%; font-size: 16px;}
.zdjpr-youmu-app dt a {color: #e0f2f1; text-shadow: 0 0 5px rgba(255,0,85,0.7);}
.zdjpr-youmu-app dd a {color: #e0f2f1; transition: all 0.3s ease;}
.zdjpr-youmu-app dt a:hover, .zdjpr-youmu-app dd a:hover {color: #e0f2f1; text-shadow: 0 0 10px #ff0055, 0 0 20px #ff0055, 0 0 30px #ff0055;}
.zdjpr-youmu-app dt:after {content: ""; position: absolute; margin: 5px 25px 0; width: 1px; height: 20px; background: #16a085;}
.zdjpr-youmu-app dt .cur, .zdjpr-youmu-app dd .cur {color: #e0f2f1; text-shadow: 0 0 5px rgba(255,0,85,0.7);}

/* 添加first类样式 */
.zdjpr-youmu-app dl.first {
    width: 100%;
    clear: both;
    display: block;
    margin-bottom: 5px;
    border-bottom: 1px dashed rgba(255, 0, 85, 0.2);
    padding-bottom: 5px;
}
.zdjpr-youmu-app dl.first dt {
    width: 12%;
    min-width: 100px;
    text-align: center;
    margin-right: 10px;
}
.zdjpr-youmu-app dl.first dd {
    display: inline-block !important;
    margin-right: 10px;
    width: auto;
    text-align: left;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 标题样式 */
.zdjpr-h1, .zdjpr-h2, .zdjpr-h3, .zdjpr-h4, .zdjpr-h5, .zdjpr-h6, h1, h2, h3, h4, h5, h6 {font-weight: 400;}
.zdjpr-h1, h1 {font-size: 32px; font-weight: 300;}
.zdjpr-h2, h2 {font-size: 22px; font-weight: 300;}
.zdjpr-h3, h3 {font-size: 18px;}
.zdjpr-h4, h4 {font-size: 16px;}
.zdjpr-h5, h5 {font-size: 14px;}
.zdjpr-h6, h6 {font-size: 12px;}
.zdjpr-small, small {font-size: 85%;}

/* 显示样式 */
.zdjpr-inline {display: inline !important;}
.zdjpr-inline-block {display: inline-block !important; vertical-align: middle;}
.zdjpr-block {display: block !important;}
.zdjpr-sep {padding: 0 10px; font-family: simsun; opacity: .5; filter: alpha(opacity=50);}

/* 遮罩样式 */
.zdjpr-mask-white, .zdjpr-mask-black {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; background-color: #16a085; transition: 0.25s;}
.zdjpr-mask-black {background-color: #16a085;}

/* 文本对齐 */
.zdjpr-text-left {text-align: left;}
.zdjpr-text-right {text-align: right;}
.zdjpr-text-center {text-align: center;}
.zdjpr-text-nowrap {white-space: nowrap;}
.zdjpr-text-break {word-wrap: zdjpr-word; zdjpr-space: normal;}
.zdjpr-text-justify {text-align: justify;}
.zdjpr-ellipsis {overflow: hidden; text-overflow: ellipsis; word-wrap: normal; zdjpr-space: nowrap;}

/* 边框样式 */
.zdjpr-noborder {border: 0 none !important;}
.zdjpr-border-top {border-top: 1px solid #eee;}
.zdjpr-border-right {border-right: 1px solid #eee;}
.zdjpr-border-bottom {border-bottom: 1px solid #eee;}
.zdjpr-border-left {border-left: 1px solid #eee;}

/* 文本颜色 */
.zdjpr-text-white {color: #e0f2f1;}
.zdjpr-text-light {color: #e0f2f1;}
.zdjpr-text-gray {color: #e0f2f1;}
.zdjpr-text-dark {color: #e0f2f1;}
.zdjpr-text-primary {color: #e0f2f1;}
.zdjpr-text-success {color: #e0f2f1;}
.zdjpr-text-info {color: #e0f2f1;}
.zdjpr-text-warning {color: #e0f2f1;}
.zdjpr-text-danger {color: #e0f2f1;}
.zdjpr-text-pink {color: #e0f2f1;}
.zdjpr-text-purple {color: #e0f2f1;}
.zdjpr-text-indigo {color: #e0f2f1;}
.zdjpr-text-red {color: #e0f2f1;}
.zdjpr-text-blue {color: #e0f2f1;}
.zdjpr-text-green {color: #e0f2f1;}
.zdjpr-text-orange {color: #e0f2f1;}
.zdjpr-text-yellow {color: #e0f2f1;}
.zdjpr-text-brown {color: #e0f2f1;}

/* 背景颜色 */
.zdjpr-bg-primary {background-color: #16a085;}
.zdjpr-bg-success {background-color: #16a085;}
.zdjpr-bg-info {background-color: #16a085;}
.zdjpr-bg-warning {background-color: #16a085;}
.zdjpr-bg-danger {background-color: #16a085;}
.zdjpr-bg-grey {background-color: #16a085;}
.zdjpr-bg-red {background-color: #16a085;}
.zdjpr-bg-pink {background-color: #16a085;}
.zdjpr-bg-purple {background-color: #16a085;}
.zdjpr-bg-indigo {background-color: #16a085;}
.zdjpr-bg-blue {background-color: #16a085;}
.zdjpr-bg-cyan {background-color: #16a085;}
.zdjpr-bg-teal {background-color: #16a085;}
.zdjpr-bg-green {background-color: #16a085;}
.zdjpr-bg-yellow {background-color: #16a085;}
.zdjpr-bg-orange {background-color: #16a085;}
.zdjpr-bg-brown {background-color: #16a085;}

/* 外边距 */
.zdjpr-ma0 {margin: 0px !important;}
.zdjpr-mb0 {margin-bottom: 0px !important;}
.zdjpr-mr4 {margin-right: 4px !important;}
.zdjpr-mt5 {margin-top: 5px !important;}
.zdjpr-ml10 {margin-left: 10px !important;}
.zdjpr-mb10 {margin-bottom: 10px !important;}
.zdjpr-my10 {margin-top: 10px !important; margin-bottom: 10px !important;}
.zdjpr-mt15 {margin-top: 15px !important;}
.zdjpr-my15 {margin-top: 15px !important; margin-bottom: 15px !important;}
.zdjpr-mr20 {margin-right: 20px !important;}
.zdjpr-mx20 {margin-right: 20px !important; margin-left: 20px !important;}
.zdjpr-my20 {margin-top: 20px !important; margin-bottom: 20px !important;}
.zdjpr-mt30 {margin-top: 30px !important;}
.zdjpr-mr30 {margin-right: 30px !important;}

/* 内边距 */
.zdjpr-pa0 {padding: 0px !important;}
.zdjpr-pt0 {padding-top: 0px !important;}
.zdjpr-pr0 {padding-right: 0px !important;}
.zdjpr-pt3 {padding-top: 3px !important;}
.zdjpr-pt5 {padding-top: 5px !important;}
.zdjpr-pb5 {padding-bottom: 5px !important;}
.zdjpr-pl5 {padding-left: 5px !important;}
.zdjpr-pt10 {padding-top: 10px !important;}
.zdjpr-pr10 {padding-right: 10px !important;}
.zdjpr-pl10 {padding-left: 10px !important;}
.zdjpr-pb10 {padding-bottom: 10px !important;}
.zdjpr-pa15 {padding: 15px !important;}
.zdjpr-py10 {padding-top: 10px !important; padding-bottom: 10px !important;}
.zdjpr-pl15 {padding-left: 15px !important;}
.zdjpr-pt15 {padding-top: 15px !important;}
.zdjpr-pb15 {padding-bottom: 15px !important;}
.zdjpr-px15 {padding-right: 15px !important; padding-left: 15px !important;}
.zdjpr-pa20 {padding: 20px !important;}
.zdjpr-pt20 {padding-top: 20px !important;}
.zdjpr-pb20 {padding-bottom: 20px !important;}
.zdjpr-pl20 {padding-left: 20px !important;}
.zdjpr-px20 {padding-right: 20px !important; padding-left: 20px !important;}
.zdjpr-py20 {padding-top: 20px !important; padding-bottom: 20px !important;}
.zdjpr-pb25 {padding-bottom: 25px !important;}
.zdjpr-px25 {padding-right: 25px !important; padding-left: 25px !important;}
.zdjpr-py25 {padding-top: 25px !important; padding-bottom: 25px !important;}
.zdjpr-pa30 {padding: 30px !important;}
.zdjpr-pt30 {padding-top: 30px !important;}
.zdjpr-pb30 {padding-bottom: 30px !important;}
.zdjpr-px30 {padding-right: 30px !important; padding-left: 30px !important;}
.zdjpr-py30 {padding-top: 30px !important; padding-bottom: 30px !important;}
.zdjpr-pl40 {padding-left: 40px !important;}
.zdjpr-py40 {padding-top: 40px !important; padding-bottom: 40px !important;}
.zdjpr-pt50 {padding-top: 50px !important;}
.zdjpr-pb50 {padding-bottom: 50px !important;}
.zdjpr-py50 {padding-top: 50px !important; padding-bottom: 50px !important;}

/* 响应式类 */
.zdjpr-visible-xs, .zdjpr-visible-sm, .zdjpr-visible-md, .zdjpr-visible-lg {display: none !important;}

@media screen and (max-width: 767px) {
    .zdjpr-visible-xs {display: block !important;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .zdjpr-visible-sm {display: block !important;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .zdjpr-visible-md {display: block !important;}
}

@media screen and (min-width: 1200px) {
    .zdjpr-visible-lg {display: block !important;}
}

@media screen and (max-width: 767px) {
    .zdjpr-hidden-xs {display: none !important;}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .zdjpr-hidden-sm {display: none !important;}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .zdjpr-hidden-md {display: none !important;}
}

@media screen and (min-width: 1200px) {
    .zdjpr-hidden-lg {display: none !important;}
}

/* 标签 */
.zdjpr-label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #e0f2f1;
    text-align: center;
    zdjpr-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.zdjpr-label:empty {display: none;}
.zdjpr-label-round {border-radius: 1000px;}
.zdjpr-label-default {background-color: #16a085;}    
.zdjpr-label-primary {background-color: #16a085;}
.zdjpr-label-success {background-color: #16a085;}
.zdjpr-label-warning {background-color: #16a085;}
.zdjpr-label-info {background-color: #16a085;}
.zdjpr-label-danger {background-color: #16a085;}
.zdjpr-label-white {background-color: #16a085; color: #f00;}
.zdjpr-label-default-outline {color: #777; border: 1px solid #ccc; background-color: #16a085;}

/* 按钮和表单 */
.zdjpr-btn {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    zdjpr-space: nowrap;
    vertical-align: middle;
    zdjpr-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .3s;
}

.zdjpr-btn-block {display: block; width: 100%;}
.zdjpr-btn-lg {line-height: 30px; font-size: 18px; padding: 15px 70px;}
.zdjpr-btn-sm {padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px;}
.zdjpr-btn-xs {padding: 0 7px; font-size: 12px;}

.zdjpr-btn-default {color: #333; border-color: #ddd; background-color: #16a085;}
.zdjpr-btn-default:hover {color: #f96868; border-color: #ddd; background-color: #16a085;}
.zdjpr-btn-default:active {color: #f96868; border-color: #d7d7d7; background-color: #16a085;}

.zdjpr-btn-primary {color: #fff; border-color: #f96868; background-color: #16a085;}
.zdjpr-btn-primary:hover {color: #fff; border-color: #ff5752; background-color: #16a085;}
.zdjpr-btn-primary:active {background-color: #16a085;}

.zdjpr-form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 7px 10px;
    line-height: 1.5;
    font-size: 14px;
    color: #e0f2f1;
    background-color: #16a085;
    background-image: none;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/* 表格样式 */
.zdjpr-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: #16a085;
}
.zdjpr-table th {background-color: #16a085; zdjpr-space: nowrap;}
.zdjpr-table th, .zdjpr-table td {padding: 8px; line-height: 1.5; vertical-align: top; border-top: 1px solid #ddd;}
.zdjpr-table > tbody > tr:nth-child(2n) td {background-color: #16a085;}

/* 头部样式 */
.zdjpr-header-wrapper {
    position: relative;
    background: linear-gradient(135deg, #000000, #1b1b1b);
    box-shadow: 0 4px 30px rgba(255, 0, 85, 0.3);
    transition: all 0.4s ease;
    z-index: 1000;
    overflow: hidden;
}

.zdjpr-header-wrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #16a085;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    z-index: -1;
}

.zdjpr-header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    position: relative;
    display: flex;
    zdjpr-items: center;
    justify-content: zdjpr-between;
}

.zdjpr-logo-container {
    position: relative;
    z-index: 2;
}

.zdjpr-logo {
    display: block;
    position: relative;
}

.zdjpr-logo img {
    max-height: 60px;
    width: auto;
    transition: all 0.3s ease;
}

.zdjpr-logo-text {
    font-size: 28px;
    font-weight: 700;
    color: #e0f2f1;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.7);
}

.zdjpr-header-scrolled {
    background: #16a085;
    padding: 10px 0;
    box-shadow: 0 5px 20px rgba(255, 0, 85, 0.5);
}

.zdjpr-nav-menu {
    display: flex;
    zdjpr-items: center;
}

.zdjpr-nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.zdjpr-nav-item {
    position: relative;
    margin: 0 15px;
    perspective: 1000px;
    overflow: hidden;
}

.zdjpr-nav-link {
    display: block;
    padding: 8px 12px;
    color: #e0f2f1;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1;
}

.zdjpr-nav-link:hover {
    color: #e0f2f1;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.7);
}

.zdjpr-nav-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff0055, transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.zdjpr-nav-line.zdjpr-active {
    transform: scaleX(1);
}

.zdjpr-particle {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    opacity: 0.8;
    z-index: 1;
}

.zdjpr-neon-text {
    color: #e0f2f1;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ff0055, 0 0 20px #ff0055, 0 0 25px #ff0055;
    transition: all 0.3s ease;
}

.zdjpr-neon-flicker {
    animation: zdjpr-neon-flicker 0.7s linear;
}

.zdjpr-3d-button {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(45deg, #ff0055, #ff4081);
    color: #e0f2f1;
    font-weight: 600;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(255, 0, 85, 0.3);
    transition: all 0.3s ease;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.zdjpr-3d-button:hover {
    box-shadow: 0 15px 25px rgba(255, 0, 85, 0.5);
    color: #e0f2f1;
}

.zdjpr-cyber-container {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 0, 85, 0.3);
    border-radius: 5px;
    background: #16a085;
    padding: 20px;
    box-shadow: 0 0 20px rgba(255, 0, 85, 0.2);
}

/* 主搜索框样式 */
.zdjpr-search-container {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 15px;
}

.zdjpr-search-form {
    display: flex;
    height: 70px;
    border: 2px solid #ff0055;
    border-radius: 40px;
    overflow: hidden;
    box-shadow: 0 0 12px rgba(255, 0, 85, 0.5);
    transition: all 0.3s ease;
}

.zdjpr-search-input {
    flex: 1;
    height: 100%;
    padding: 12px 30px;
    font-size: 18px;
    border: none;
    background-color: #16a085;
    color: #e0f2f1;
    outline: none;
}

.zdjpr-search-input::placeholder {
    color: #e0f2f1;
}

.zdjpr-search-btn {
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #e0f2f1;
    background-color: #16a085;
    border: none;
    cursor: pointer;
    transition: all 0.3s;
}

.zdjpr-search-btn:hover {
    background-color: #16a085;
    box-shadow: 0 0 20px rgba(255, 0, 85, 0.8);
}

/* 添加热门搜索样式 */
.zdjpr-hot-search {
    margin-top: 15px;
    text-align: center;
}

.zdjpr-hot-search-title {
    font-size: 16px;
    color: #e0f2f1;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.zdjpr-hot-search-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.zdjpr-hot-tag {
    display: inline-block;
    padding: 6px 15px;
    background: #16a085;
    border-radius: 20px;
    color: #e0f2f1;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 0, 85, 0.3);
}

.zdjpr-hot-tag:hover {
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
    color: #e0f2f1;
}

/* 动画效果 */
@keyframes zdjpr-header-glow {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes zdjpr-neon-flicker {
    0%, 19.999%, 22%, 62.999%, 64%, 64.999%, 70%, 100% {
        opacity: 1;
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #ff0055, 0 0 20px #ff0055, 0 0 25px #ff0055;
    }
    20%, 21.999%, 63%, 63.999%, 65%, 69.999% {
        opacity: 0.4;
        text-shadow: none;
    }
}

@keyframes zdjpr-cyber-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* 响应式样式 */
@media (max-width: 991px) {
    .zdjpr-header-inner {
        padding: 15px;
    }
    
    .zdjpr-logo img {
        max-height: 50px;
    }
    
    .zdjpr-nav-menu {
        display: none;
    }
    
    .zdjpr-mobile-toggle {
        display: block;
    }
    
    .zdjpr-search-active .zdjpr-search-input {
        width: 200px;
    }
    
    .zdjpr-cyber-title {
        font-size: 20px;
    }
    
    /* 调整中等尺寸屏幕的搜索框 */
    .zdjpr-search-form {
        height: 70px;
        border: 2px solid #ff0055;
    }
    
    .zdjpr-search-input {
        font-size: 18px;
        padding: 12px 25px;
    }
    
    .zdjpr-search-btn {
        padding: 0 30px;
        font-size: 18px;
        background-color: #16a085;
    }
    
    .zdjpr-search-btn:hover {
        background-color: #16a085;
    }
}

@media (max-width: 767px) {
    .zdjpr-header-inner {
        padding: 10px;
    }
    
    .zdjpr-logo img {
        max-height: 40px;
    }
    
    /* 移动设备搜索框样式优化 */
    .zdjpr-search-form {
        height: 60px;
        border-width: 2px;
        border-radius: 30px;
        border-color: #e0f2f1;
    }
    
    .zdjpr-search-input {
        padding: 10px 20px;
        font-size: 16px;
    }
    
    .zdjpr-search-btn {
        padding: 0 20px;
        font-size: 16px;
    }
    
    .zdjpr-hot-search-title {
        font-size: 14px;
    }
    
    .zdjpr-hot-tag {
        padding: 4px 12px;
        font-size: 12px;
    }
}

/* 内容样式 */
.zdjpr-stui-pannel__head {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 0, 85, 0.3);
    background: #16a085;
}

.zdjpr-title {
    font-size: 18px;
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.zdjpr-content {
    background: #16a085;
    color: #e0f2f1;
}

.zdjpr-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.zdjpr-appel {
    margin-top: 20px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    position: relative;
}

.zdjpr-appel:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 0, 85, 0.05), transparent);
    pointer-events: none;
}

.zdjpr-appel-heading {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 0, 85, 0.2);
    position: relative;
}

.zdjpr-appel-title {
    display: inline-block;
    color: #e0f2f1;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
}

.zdjpr-appel-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: #16a085;
}

.zdjpr-thumbnail-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
    padding: 20px;
    margin: 0;
    list-style-type: none; /* 确保没有列表样式 */
}

.zdjpr-thumbnail-group > li {
    position: relative;
    transition: all 0.4s zdjpr-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 8px;
    overflow: hidden;
    background: #16a085;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    list-style: none; /* 确保li元素没有列表样式 */
}

/* 明确覆盖任何可能的marker样式 */
.zdjpr-thumbnail-group li::marker,
.zdjpr-thumbnail-group > li::marker {
    content: none;
    display: none;
}

.zdjpr-thumbnail-group > li:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(255, 0, 85, 0.3);
}

.zdjpr-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    aspect-ratio: 2/3;
    background: #16a085;
}

.zdjpr-thumbnail:after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, 
                transparent, 
                rgba(255, 255, 255, 0.1), 
                transparent);
    animation: loading-shine 1.5s infinite;
    display: block;
    z-index: 1;
}

.zdjpr-thumbnail.loaded:after {
    display: none;
}

@keyframes loading-shine {
    0% {
        left: -100%;
    }
    100% {
        left: 150%;
    }
}

.zdjpr-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, 
                rgba(0, 0, 0, 0) 0%, 
                rgba(0, 0, 0, 0) 50%, 
                rgba(0, 0, 0, 0.8) 100%);
    z-index: 1;
    opacity: 0.7;
    transition: opacity 0.3s ease;
}

.zdjpr-thumbnail:hover:before {
    opacity: 1;
}

.zdjpr-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease, opacity 0.3s ease;
    backface-visibility: hidden;
    position: relative;
}

.zdjpr-thumbnail img.loadi {
    opacity: 0;
}

.zdjpr-thumbnail img.loadi.loaded {
    opacity: 1;
}

.zdjpr-thumbnail img.load-failed {
    object-fit: contain;
    padding: 20px;
    background-color: #16a085;
}

.zdjpr-thumbnail:hover img {
    transform: scale(1.1);
}

.zdjpr-video-grade {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #e0f2f1;
    font-size: 12px;
    background: linear-gradient(45deg, #ff0055, #ff4081);
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(255, 0, 85, 0.5);
    backdrop-filter: blur(5px);
}

.zdjpr-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    width: 50px;
    height: 50px;
    background: #16a085;
    border-radius: 50%;
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(255, 0, 85, 0.5);
}

.zdjpr-play-icon:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 16px;
    border-color: #e0f2f1;
    margin-left: 4px;
}

.zdjpr-thumbnail:hover .zdjpr-play-icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.zdjpr-video-info {
    padding: 12px;
    position: relative;
    z-index: 2;
    height: auto;
    min-height: 80px;
}

.zdjpr-video-info h5 {
    font-size: 15px;
    line-height: 1.3;
    margin-bottom: 6px;
    font-weight: 500;
}

.zdjpr-video-info h5 a {
    color: #e0f2f1;
    transition: all 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.6em;
}

.zdjpr-video-info h5 a:hover {
    color: #e0f2f1;
}

.zdjpr-video-meta {
    display: flex;
    zdjpr-items: center;
    justify-content: zdjpr-between;
    color: #e0f2f1;
    font-size: 11px;
    margin-top: 6px;
}

.zdjpr-video-views, .zdjpr-video-time {
    zdjpr-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    display: flex;
    zdjpr-items: center;
}

.zdjpr-video-views {
    max-width: 48%;
    margin-right: 5px;
}

.zdjpr-video-time {
    max-width: 52%;
}

.zdjpr-video-views svg, .zdjpr-video-time svg {
    margin-right: 5px;
    flex-shrink: 0;
}

.zdjpr-video-views span, .zdjpr-video-time span {
    font-size: 12px;
    margin-left: 3px;
    color: #e0f2f1;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 响应式调整 */
@media screen and (max-width: 1200px) {
    .zdjpr-thumbnail-group {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
}

@media screen and (max-width: 992px) {
    .zdjpr-thumbnail-group {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

@media screen and (max-width: 768px) {
    .zdjpr-thumbnail-group {
        grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
        gap: 12px;
        padding: 12px;
    }
    
    .zdjpr-video-info {
        padding: 10px;
    }
    
    .zdjpr-video-info h5 {
        font-size: 14px;
    }
    
    .zdjpr-play-icon {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 576px) {
    .zdjpr-thumbnail-group {
        grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
        gap: 10px;
        padding: 10px;
    }
    
    .zdjpr-video-meta {
        flex-direction: column;
        zdjpr-items: flex-start;
    }
    
    .zdjpr-video-views {
        margin-bottom: 4px;
    }
}

/* 底部样式 */
.zdjpr-footer {
    padding: 40px 0 30px;
    line-height: 1.5;
    color: #e0f2f1;
    background-color: #16a085;
    border-top: 1px solid rgba(255, 0, 85, 0.3);
    position: relative;
    overflow: hidden;
}

.zdjpr-footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff0055, transparent);
    z-index: 1;
}

.zdjpr-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16a085;
    z-index: 0;
    pointer-events: none;
}

.zdjpr-footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

.zdjpr-footer-column {
    position: relative;
}

.zdjpr-footer-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #e0f2f1;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.5);
    position: relative;
    padding-bottom: 10px;
}

.zdjpr-footer-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #ff0055, transparent);
}

.zdjpr-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zdjpr-footer-links li {
    margin-bottom: 10px;
}

.zdjpr-footer-links a {
    color: #e0f2f1;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    padding-left: 15px;
}

.zdjpr-footer-links a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #16a085;
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.zdjpr-footer-links a:hover {
    color: #e0f2f1;
    transform: translateX(5px);
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.zdjpr-footer-links a:hover:before {
    opacity: 1;
    box-shadow: 0 0 5px #ff0055;
}

.zdjpr-friend-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zdjpr-friend-links a {
    color: #e0f2f1;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #16a085;
    padding: 5px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 85, 0.2);
}

.zdjpr-friend-links a:hover {
    color: #e0f2f1;
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.2);
}

.zdjpr-footer-social {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.zdjpr-footer-social a {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #16a085;
    color: #e0f2f1;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 0, 85, 0.3);
}

.zdjpr-footer-social a:hover {
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
}

.zdjpr-footer-contact {
    margin-top: 15px;
}

.zdjpr-footer-contact p {
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
    color: #e0f2f1;
}

.zdjpr-footer-contact i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #e0f2f1;
}

.zdjpr-footer-bottom {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    position: relative;
    z-index: 2;
}

.zdjpr-copyright {
    color: #e0f2f1;
    font-size: 14px;
    margin-bottom: 10px;
}

.zdjpr-footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 15px;
}

.zdjpr-footer-nav a {
    color: #e0f2f1;
    transition: all 0.3s ease;
}

.zdjpr-footer-nav a:hover {
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.zdjpr-footer-disclaimer {
    max-width: 800px;
    margin: 0 auto;
    font-size: 12px;
    color: #e0f2f1;
    line-height: 1.6;
}

/* 回到顶部按钮 */
.zdjpr-backtop {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 999;
    overflow: hidden;
}

.zdjpr-backtop .zdjpr-iconfont {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    font-size: 20px;
    color: #e0f2f1;
    background: linear-gradient(45deg, #ff0055, #ff4081);
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
    transition: all 0.3s ease;
}

.zdjpr-backtop .zdjpr-iconfont:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(255, 0, 85, 0.5);
}

.zdjpr-backtop .zdjpr-iconfont:before {
    content: '↑';
}

/* 响应式底部 */
@media screen and (max-width: 992px) {
    .zdjpr-footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 576px) {
    .zdjpr-footer {
        padding: 30px 0 20px;
    }
    
    .zdjpr-footer-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .zdjpr-footer-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .zdjpr-footer-bottom {
        margin-top: 30px;
        padding-top: 15px;
    }
    
    .zdjpr-footer-nav {
        gap: 15px;
    }
}

/* 动画类 */
.zdjpr-animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.zdjpr-fade {
    transition: opacity .15s linear;
}

.zdjpr-fade.in {
    opacity: 1;
}

/* 确保子分类显示 */
.zdjpr-youmu-app dl.first dd {
    display: inline-block !important;
    margin-right: 10px;
    width: auto;
    text-align: left;
    opacity: 1 !important;
    visibility: visible !important;
}

/* 移动端导航适配 */
@media screen and (max-width: 768px) {
    .zdjpr-youmu-app dl.first {
        display: flex;
        flex-wrap: wrap;
        padding: 5px 0;
        margin-bottom: 5px;
        border-bottom: 1px solid rgba(255, 0, 85, 0.2);
    }
    
    .zdjpr-youmu-app dl.first dt {
        width: 100%;
        min-width: auto;
        margin-bottom: 5px;
        text-align: left;
        padding-left: 10px;
    }
    
    .zdjpr-youmu-app dl.first dd {
        margin: 2px 5px;
        font-size: 14px;
        padding: 3px 8px;
        background: #16a085;
        border-radius: 15px;
    }
    
    .zdjpr-youmu-app dl.first dd a {
        color: #e0f2f1;
    }
}

@media screen and (max-width: 576px) {
    .zdjpr-youmu-app dl.first dd {
        margin: 2px 3px;
        font-size: 12px;
    }
}

/* 移动导航样式 */
@media screen and (max-width: 768px) {
    .zdjpr-nav-item {
        position: relative;
        cursor: pointer;
        display: flex;
        justify-content: zdjpr-between;
        zdjpr-items: center;
        padding: 0 15px;
    }
    
    .zdjpr-nav-item.has-children:after {
        content: "\25BC";
        font-size: 10px;
        margin-left: 5px;
        transition: transform 0.3s ease;
    }
    
    .zdjpr-nav-item.has-children.active:after {
        transform: rotate(180deg);
    }
    
    .zdjpr-nav-submenu {
        display: none;
        width: 100%;
        padding: 5px 0;
    }
    
    .zdjpr-nav-item.active .zdjpr-nav-submenu {
        display: block;
    }
    
    .zdjpr-nav-submenu-item {
        padding: 5px 15px;
        margin: 5px 0;
        background-color: #16a085;
        border-radius: 4px;
    }
}

/* 分页样式 */
.zdjpr-pagination-container {
    margin: 30px 0;
    text-align: center;
}

.zdjpr-pagination {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 15px 0;
    list-style: none;
    border-radius: 5px;
    font-size: 15px;
}

.zdjpr-page-item {
    margin: 5px;
    transition: all 0.3s ease;
}

.zdjpr-page-link {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    color: #e0f2f1;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.3);
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.zdjpr-page-link:hover {
    background: #16a085;
    border-color: #e0f2f1;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.2);
}

.zdjpr-page-current {
    background: linear-gradient(45deg, #ff0055, #ff4081);
    border-color: #e0f2f1;
    color: #e0f2f1;
    font-weight: bold;
}

.zdjpr-page-current:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
}

.zdjpr-page-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.zdjpr-page-disabled:hover {
    background: #16a085;
    border-color: #e0f2f1;
    transform: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.zdjpr-pagination-info {
    margin-bottom: 15px;
    color: #e0f2f1;
    font-size: 14px;
    background: #16a085;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}

.zdjpr-pagination-jump {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    margin: 10px 0;
}

.zdjpr-page-input {
    width: 60px;
    height: 40px;
    text-align: center;
    border: 1px solid rgba(255, 0, 85, 0.3);
    background: #16a085;
    color: #e0f2f1;
    border-radius: 5px 0 0 5px;
    padding: 0 10px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.zdjpr-page-input:focus {
    outline: none;
    border-color: #e0f2f1;
    background: #16a085;
}

.zdjpr-page-jump-btn {
    height: 40px;
    padding: 0 15px;
    background: linear-gradient(45deg, #ff0055, #ff4081);
    border: none;
    color: #e0f2f1;
    font-weight: 600;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.zdjpr-page-jump-btn:hover {
    background: linear-gradient(45deg, #ff4081, #ff0055);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
}

/* 页码按钮 */
.zdjpr-page-numbers {
    display: flex;
    gap: 5px;
    margin: 0 10px;
}

.zdjpr-page-dot {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: #e0f2f1;
}

/* 响应式适配 */
@media screen and (max-width: 768px) {
    .zdjpr-pagination {
        font-size: 14px;
    }
    
    .zdjpr-page-link {
        min-width: 36px;
        height: 36px;
        padding: 0 10px;
    }
    
    .zdjpr-page-item {
        margin: 3px;
    }
    
    .zdjpr-pagination-info {
        font-size: 12px;
        padding: 8px;
    }
    
    .zdjpr-page-input {
        width: 50px;
        height: 36px;
    }
    
    .zdjpr-page-jump-btn {
        height: 36px;
        padding: 0 12px;
    }
}

/* 视频详情页样式 */
.zdjpr-cyber-detail {
    position: relative;
    padding: 20px 0;
    color: #e0f2f1;
}

/* 面包屑导航 */
.zdjpr-breadcrumbs {
    margin-bottom: 20px;
    background: #16a085;
    border-left: 3px solid #ff0055;
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 2px 10px rgba(255, 0, 85, 0.2);
    position: relative;
    overflow: hidden;
}

.zdjpr-breadcrumbs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

.zdjpr-breadcrumbs-inner {
    display: flex;
    zdjpr-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.zdjpr-breadcrumb-item {
    color: #e0f2f1;
    font-size: 14px;
    display: flex;
    zdjpr-items: center;
    transition: all 0.3s ease;
}

.zdjpr-breadcrumb-item:hover {
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.7);
}

.zdjpr-breadcrumb-current {
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.7);
}

.zdjpr-breadcrumb-separator {
    width: 20px;
    height: 1px;
    background: linear-gradient(90deg, #ff0055, transparent);
    margin: 0 10px;
    position: relative;
}

.zdjpr-breadcrumb-separator:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    border-style: solid;
    border-width: 3px 0 3px 5px;
    border-color: #e0f2f1;
}

.zdjpr-icon-home {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 5px;
    position: relative;
}

.zdjpr-icon-home:before {
    content: '⌂';
    font-size: 16px;
    line-height: 1;
}

/* 视频信息区域 */
.zdjpr-detail-wrapper {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    margin-bottom: 30px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 20px;
}

.zdjpr-detail-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

.zdjpr-detail-poster-wrapper {
    position: relative;
    z-index: 1;
}

.zdjpr-detail-poster {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 150%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(255, 0, 85, 0.4);
    border: 2px solid rgba(255, 0, 85, 0.3);
    transition: all 0.3s ease;
}

.zdjpr-detail-poster:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 0, 85, 0.6);
}

.zdjpr-detail-poster:before {
    content: '';
    position: absolute;
    top: -100%;
    left: -100%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transform: rotate(45deg);
    animation: zdjpr-shine 5s infinite linear;
    z-index: 2;
    pointer-events: none;
}

@keyframes zdjpr-shine {
    0% { top: -100%; left: -100%; }
    100% { top: 100%; left: 100%; }
}

.zdjpr-detail-poster-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    opacity: 0.9;
}

.zdjpr-detail-poster-img.loaded {
    opacity: 1;
}

.zdjpr-detail-poster:hover .zdjpr-detail-poster-img {
    transform: scale(1.05);
}

.zdjpr-detail-poster-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 50%);
    display: flex;
    zdjpr-items: flex-end;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
}

.zdjpr-detail-poster:hover .zdjpr-detail-poster-overlay {
    opacity: 1;
}

.zdjpr-cyber-play-btn {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    background: linear-gradient(45deg, #ff0055, #ff4081);
    color: #e0f2f1;
    border: none;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.5);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.zdjpr-cyber-play-btn:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background: linear-gradient(45deg, #ff0055, transparent);
    border-radius: 50px;
    z-index: -1;
    opacity: 0.5;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.5; }
    50% { transform: scale(1.1); opacity: 0.2; }
    100% { transform: scale(1); opacity: 0.5; }
}

.zdjpr-cyber-play-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(255, 0, 85, 0.7);
    color: #e0f2f1;
}

.zdjpr-icon-play {
    display: inline-block;
    margin-right: 5px;
    position: relative;
}

.zdjpr-icon-play:before {
    content: '▶';
    font-size: 12px;
}

.zdjpr-video-status {
    position: absolute;
    top: 10px;
    right: 10px;
    background: linear-gradient(45deg, #ff0055, #ff4081);
    color: #e0f2f1;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 20px;
    z-index: 3;
    box-shadow: 0 2px 10px rgba(255, 0, 85, 0.5);
}

/* 视频信息详情 */
.zdjpr-detail-info {
    position: relative;
    z-index: 1;
}

.zdjpr-detail-title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #e0f2f1;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.5);
    position: relative;
    padding-bottom: 15px;
}

.zdjpr-detail-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #ff0055, transparent);
}

.zdjpr-detail-rating {
    display: flex;
    zdjpr-items: center;
    margin-bottom: 20px;
}

.zdjpr-rating-stars {
    position: relative;
    width: 100px;
    height: 20px;
    background: #16a085;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="rgba(255,255,255,0.2)"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') repeat-x;
    background-size: 20px 20px;
}

.zdjpr-rating-active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #16a085;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23ff0055"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') repeat-x;
    background-size: 20px 20px;
}

.zdjpr-rating-score {
    margin-left: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.zdjpr-detail-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 20px;
}

.zdjpr-meta-item {
    display: flex;
    flex-direction: column;
}

.zdjpr-meta-label {
    font-size: 12px;
    color: #e0f2f1;
    margin-bottom: 5px;
}

.zdjpr-meta-value {
    font-size: 14px;
    color: #e0f2f1;
}

.zdjpr-detail-desc {
    margin-bottom: 20px;
}

.zdjpr-detail-desc-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e0f2f1;
    display: flex;
    zdjpr-items: center;
}

.zdjpr-detail-desc-title:after {
    content: '';
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255, 0, 85, 0.5), transparent);
    margin-left: 10px;
}

.zdjpr-detail-desc-content {
    font-size: 14px;
    line-height: 1.6;
    color: #e0f2f1;
    max-height: 80px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}

.zdjpr-detail-desc-content.expanded {
    max-height: 300px;
}

.zdjpr-detail-desc-toggle {
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgba(10, 10, 30, 0.9) 20%, rgba(10, 10, 30, 0.9));
    padding: 3px 10px;
    font-size: 12px;
    color: #e0f2f1;
    cursor: pointer;
    border: none;
    transition: all 0.3s ease;
}

.zdjpr-detail-desc-toggle:hover {
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.7);
}

.zdjpr-detail-tags {
    margin-top: 20px;
}

.zdjpr-detail-tags-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e0f2f1;
    display: flex;
    zdjpr-items: center;
}

.zdjpr-detail-tags-title:after {
    content: '';
    height: 1px;
    flex: 1;
    background: linear-gradient(90deg, rgba(255, 0, 85, 0.5), transparent);
    margin-left: 10px;
}

.zdjpr-detail-tags-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zdjpr-detail-tags-content a {
    display: inline-block;
    padding: 5px 15px;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.3);
    border-radius: 20px;
    color: #e0f2f1;
    font-size: 12px;
    transition: all 0.3s ease;
}

.zdjpr-detail-tags-content a:hover {
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
    color: #e0f2f1;
}

/* 播放列表 */
.zdjpr-cyber-play-section, .zdjpr-cyber-related-section {
    margin-bottom: 30px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 20px;
}

.zdjpr-cyber-play-section:before, .zdjpr-cyber-related-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

.zdjpr-cyber-section-title {
    display: flex;
    zdjpr-items: center;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.zdjpr-cyber-section-title span {
    font-size: 18px;
    font-weight: 600;
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
    margin-right: 15px;
}

.zdjpr-cyber-title-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 0, 85, 0.7), transparent);
}

.zdjpr-cyber-more-link {
    margin-left: 15px;
    color: #e0f2f1;
    font-size: 14px;
    transition: all 0.3s ease;
}

.zdjpr-cyber-more-link:hover {
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.7);
}

.zdjpr-play-tabs {
    position: relative;
    z-index: 1;
}

.zdjpr-play-source-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 0, 85, 0.2);
    padding-bottom: 15px;
}

.zdjpr-play-source-tab {
    padding: 8px 20px;
    border-radius: 20px;
    background: #16a085;
    color: #e0f2f1;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 0, 85, 0.2);
}

.zdjpr-play-source-tab:hover {
    background: #16a085;
    color: #e0f2f1;
}

.zdjpr-play-source-tab.active {
    background: #16a085;
    color: #e0f2f1;
    border-color: #e0f2f1;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.3);
}

.zdjpr-play-lists-wrapper {
    position: relative;
}

.zdjpr-play-list {
    display: none;
}

.zdjpr-play-list.active {
    display: block;
}

.zdjpr-play-list-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
    gap: 10px;
    margin-top: 15px;
}

.zdjpr-play-item {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    padding: 10px 8px;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.2);
    border-radius: 5px;
    color: #e0f2f1;
    font-size: 14px;
    transition: all 0.3s ease;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.zdjpr-play-item:hover {
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
    color: #e0f2f1;
}

.zdjpr-play-item.active {
    background: #16a085;
    color: #e0f2f1;
    border-color: #e0f2f1;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.3);
    transform: translateY(-3px);
    font-weight: bold;
}

.zdjpr-play-item.active:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #16a085;
    box-shadow: 0 0 5px #ff0055;
}

/* 响应式调整 */
@media screen and (max-width: 991px) {
    .zdjpr-play-list-items {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 8px;
    }
    
    .zdjpr-play-item {
        padding: 8px 6px;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .zdjpr-play-list-items {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 6px;
    }
    
    .zdjpr-play-item {
        padding: 6px 4px;
        font-size: 12px;
    }
}

/* 视频播放页样式 */
.zdjpr-cyber-player-page {
    position: relative;
    padding: 20px 0;
    color: #e0f2f1;
}

/* 播放器包装器 */
.zdjpr-player-wrapper {
    margin-bottom: 30px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    border: 1px solid rgba(255, 0, 85, 0.3);
}

.zdjpr-player-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff0055, transparent);
    z-index: 2;
}

/* 播放器头部 */
.zdjpr-player-header {
    display: flex;
    justify-content: zdjpr-between;
    zdjpr-items: center;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 0, 85, 0.2);
    position: relative;
    z-index: 1;
    background: #16a085;
}

.zdjpr-player-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

.zdjpr-player-title {
    flex: 1;
}

.zdjpr-player-title h1 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.5);
    color: #e0f2f1;
    zdjpr-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zdjpr-player-info {
    display: flex;
    zdjpr-items: center;
    gap: 15px;
}

.zdjpr-player-from, .zdjpr-player-status {
    font-size: 14px;
    padding: 5px 12px;
    background: #16a085;
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 85, 0.3);
    color: #e0f2f1;
}

.zdjpr-player-status {
    background: linear-gradient(45deg, #ff0055, #ff4081);
    font-weight: 600;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.3);
}

/* 播放器容器 */
.zdjpr-player-container {
    position: relative;
    width: 100%;
    background: #16a085;
    overflow: hidden;
    min-height: 240px;
    transition: height 0.3s ease;
}

.zdjpr-player-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16a085;
    display: flex;
    flex-direction: column;
    zdjpr-items: center;
    justify-content: center;
    z-index: 10;
}

.zdjpr-loading-spinner {
    width: 60px;
    height: 60px;
    border: 3px solid transparent;
    border-top-color: #e0f2f1;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    position: relative;
}

.zdjpr-loading-spinner:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px solid transparent;
    border-top-color: #e0f2f1;
    border-radius: 50%;
    animation: spin 2s linear infinite;
}

.zdjpr-loading-spinner:after {
    content: '';
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border: 3px solid transparent;
    border-top-color: #e0f2f1;
    border-radius: 50%;
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.zdjpr-loading-text {
    margin-top: 20px;
    font-size: 14px;
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.zdjpr-player-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.zdjpr-player-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* 播放控制区域 */
.zdjpr-player-controls {
    display: flex;
    justify-content: zdjpr-between;
    zdjpr-items: center;
    padding: 15px 20px;
    background: #16a085;
    position: relative;
    z-index: 1;
    border-top: 1px solid rgba(255, 0, 85, 0.2);
}

.zdjpr-player-controls:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

.zdjpr-player-control-left, .zdjpr-player-control-right {
    display: flex;
    zdjpr-items: center;
    gap: 15px;
}

.zdjpr-control-btn {
    display: flex;
    zdjpr-items: center;
    justify-content: center;
    padding: 8px 15px;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.3);
    border-radius: 5px;
    color: #e0f2f1;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.zdjpr-control-btn:hover {
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
    color: #e0f2f1;
}

.zdjpr-control-btn i {
    margin-right: 5px;
    font-size: 14px;
}

.zdjpr-icon-back:before {
    content: '←';
}

.zdjpr-icon-fullscreen:before {
    content: '⛶';
}

.zdjpr-icon-report:before {
    content: '⚠';
}

/* 剧集列表区域 */
.zdjpr-cyber-episodes-section {
    margin-bottom: 30px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 0, 85, 0.3);
}

.zdjpr-cyber-episodes-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

/* 视频标签区域 */
.zdjpr-cyber-tags-section {
    margin-bottom: 30px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 0, 85, 0.3);
}

.zdjpr-cyber-tags-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 0, 85, 0.05), transparent 70%);
    pointer-events: none;
}

/* 播放列表项激活状态 */
.zdjpr-play-item.active {
    background: #16a085;
    color: #e0f2f1;
    border-color: #e0f2f1;
    box-shadow: 0 0 10px rgba(255, 0, 85, 0.3);
    transform: translateY(-3px);
    position: relative;
    z-index: 2;
}

.zdjpr-play-item.active:before {
    content: '';
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 6px;
    height: 3px;
    background: #16a085;
    box-shadow: 0 0 5px #ff0055;
}

/* 播放量信息 */
.zdjpr-view-info {
    display: flex;
    zdjpr-items: center;
    background: #16a085;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 12px;
    color: #e0f2f1;
    margin-top: 20px;
}

.zdjpr-view-count {
    color: #e0f2f1;
    font-weight: 600;
    margin: 0 5px;
}

/* 响应式调整 */
@media screen and (max-width: 991px) {
    .zdjpr-player-title h1 {
        font-size: 18px;
    }
    
    .zdjpr-player-info {
        gap: 10px;
    }
    
    .zdjpr-player-from, .zdjpr-player-status {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    .zdjpr-control-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .zdjpr-player-header {
        flex-direction: column;
        zdjpr-items: flex-start;
    }
    
    .zdjpr-player-title {
        margin-bottom: 10px;
    }
    
    .zdjpr-player-info {
        width: 100%;
        justify-content: flex-start;
    }
    
    .zdjpr-player-controls {
        flex-wrap: wrap;
    }
    
    .zdjpr-player-control-left, .zdjpr-player-control-right {
        width: 100%;
        justify-content: center;
    }
    
    .zdjpr-player-control-right {
        margin-top: 10px;
    }
}

/* 响应式设计 */
@media screen and (max-width: 991px) {
    .zdjpr-detail-wrapper {
        grid-template-columns: 240px 1fr;
        gap: 20px;
    }
    
    .zdjpr-detail-title {
        font-size: 22px;
    }
    
    .zdjpr-play-list-items {
        grid-template-columns: repeat(auto-fill, minmax(70px, 1fr));
        gap: 8px;
    }
    
    .zdjpr-play-item {
        padding: 8px 6px;
        font-size: 13px;
    }
    
    .zdjpr-player-title h1 {
        font-size: 18px;
    }
    
    .zdjpr-player-info {
        gap: 10px;
    }
    
    .zdjpr-player-from, .zdjpr-player-status {
        font-size: 12px;
        padding: 4px 10px;
    }
    
    .zdjpr-control-btn {
        padding: 6px 12px;
        font-size: 13px;
    }
}

@media screen and (max-width: 767px) {
    .zdjpr-detail-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .zdjpr-detail-poster {
        width: 60%;
        margin: 0 auto 20px;
    }
    
    .zdjpr-detail-meta {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .zdjpr-play-source-tab {
        padding: 6px 15px;
        font-size: 13px;
    }
    
    .zdjpr-play-list-items {
        grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
        gap: 6px;
    }
    
    .zdjpr-play-item {
        padding: 6px 4px;
        font-size: 12px;
    }
    
    .zdjpr-player-header {
        flex-direction: column;
        zdjpr-items: flex-start;
    }
    
    .zdjpr-player-title {
        margin-bottom: 10px;
        width: 100%;
    }
    
    .zdjpr-player-info {
        width: 100%;
        justify-content: flex-start;
    }
    
    .zdjpr-player-controls {
        flex-wrap: wrap;
    }
    
    .zdjpr-player-control-left, .zdjpr-player-control-right {
        width: 100%;
        justify-content: center;
    }
    
    .zdjpr-player-control-right {
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {
    .zdjpr-detail-poster {
        width: 80%;
    }
    
    .zdjpr-detail-meta {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .zdjpr-play-list-items {
        grid-template-columns: repeat(auto-fill, minmax(50px, 1fr));
        gap: 5px;
    }
    
    .zdjpr-play-item {
        padding: 5px 3px;
        font-size: 12px;
    }
}

/* 搜索页样式 */
.zdjpr-cyber-search-page {
    position: relative;
    padding: 20px 0;
    color: #e0f2f1;
}

/* 搜索结果头部 */
.zdjpr-search-results-header {
    margin-bottom: 25px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    padding: 20px;
    border: 1px solid rgba(255, 0, 85, 0.3);
}

.zdjpr-search-results-header:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, #ff0055, transparent);
    z-index: 2;
}

.zdjpr-search-results-info {
    display: flex;
    justify-content: zdjpr-between;
    zdjpr-items: center;
    margin-bottom: 15px;
}

.zdjpr-search-query {
    display: flex;
    zdjpr-items: center;
    flex-wrap: wrap;
}

.zdjpr-search-keyword-label {
    font-size: 16px;
    font-weight: 600;
    color: #e0f2f1;
    margin-right: 10px;
}

.zdjpr-search-keyword {
    font-size: 22px;
    font-weight: 700;
    color: #e0f2f1;
    text-shadow: 0 0 10px rgba(255, 0, 85, 0.5);
    position: relative;
    padding-bottom: 2px;
}

.zdjpr-search-keyword:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #ff0055, transparent);
}

.zdjpr-search-stats {
    font-size: 14px;
    color: #e0f2f1;
}

.zdjpr-search-count {
    font-size: 18px;
    font-weight: 700;
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

/* 搜索筛选 */
.zdjpr-search-filters {
    display: flex;
    zdjpr-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.zdjpr-search-filter-title {
    font-size: 14px;
    color: #e0f2f1;
    margin-right: 10px;
}

.zdjpr-search-filter-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.zdjpr-filter-tag {
    display: inline-block;
    padding: 5px 15px;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.3);
    border-radius: 20px;
    color: #e0f2f1;
    font-size: 13px;
    transition: all 0.3s ease;
}

.zdjpr-filter-tag:hover {
    background: #16a085;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(255, 0, 85, 0.3);
    color: #e0f2f1;
}

/* 搜索结果区域 */
.zdjpr-search-results-wrapper {
    position: relative;
}

.zdjpr-search-results {
    margin-bottom: 30px;
}

/* 无搜索结果 */
.zdjpr-search-no-results {
    text-align: center;
    padding: 60px 20px;
    background: #16a085;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.4);
    position: relative;
    border: 1px solid rgba(255, 0, 85, 0.2);
}

.zdjpr-search-no-results:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16a085;
    pointer-events: none;
}

.zdjpr-no-results-icon {
    font-size: 60px;
    color: #e0f2f1;
    margin-bottom: 20px;
}

.zdjpr-icon-search-empty:before {
    content: "🔍";
}

.zdjpr-no-results-text {
    font-size: 18px;
    color: #e0f2f1;
    margin-bottom: 30px;
}

.zdjpr-search-suggestions {
    max-width: 500px;
    margin: 0 auto;
    text-align: left;
    padding: 20px;
    background: #16a085;
    border-radius: 5px;
    border: 1px solid rgba(255, 0, 85, 0.1);
}

.zdjpr-suggestion-title {
    font-size: 16px;
    font-weight: 600;
    color: #e0f2f1;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.zdjpr-suggestion-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 16px;
    background: #16a085;
    border-radius: 2px;
}

.zdjpr-suggestion-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.zdjpr-suggestion-item {
    font-size: 14px;
    color: #e0f2f1;
    line-height: 1.6;
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .zdjpr-search-results-info {
        flex-direction: column;
        zdjpr-items: flex-start;
    }
    
    .zdjpr-search-stats {
        margin-top: 10px;
    }
    
    .zdjpr-search-keyword {
        font-size: 18px;
    }
    
    .zdjpr-search-filters {
        margin-top: 15px;
    }
    
    .zdjpr-search-filter-title {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .zdjpr-no-results-text {
        font-size: 16px;
    }
}

/* 搜索结果缩略图组样式 */
.zdjpr-cyber-search-page .zdjpr-thumbnail-group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-item {
    position: relative;
    transition: all 0.3s ease;
    border-radius: 5px;
    overflow: hidden;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.2);
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
    border-color: #e0f2f1;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-item:hover:before {
    opacity: 1;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ff0055, transparent);
    z-index: 2;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-link {
    display: block;
    position: relative;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-img {
    width: 100%;
    display: block;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: all 0.3s ease;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-item:hover .zdjpr-thumbnail-img {
    filter: brightness(1.2) contrast(1.1);
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-info {
    padding: 10px;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px;
    zdjpr-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #e0f2f1;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-title a {
    color: #e0f2f1;
    transition: all 0.3s ease;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-title a:hover {
    color: #e0f2f1;
    text-shadow: 0 0 5px rgba(255, 0, 85, 0.5);
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-meta {
    display: flex;
    justify-content: zdjpr-between;
    zdjpr-items: center;
    font-size: 12px;
    color: #e0f2f1;
}

.zdjpr-cyber-search-page .zdjpr-thumbnail-tag {
    display: inline-block;
    padding: 2px 8px;
    background: #16a085;
    border-radius: 10px;
    color: #e0f2f1;
    font-size: 11px;
}

/* 分页样式 */
.zdjpr-cyber-search-page .zdjpr-pagination {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    zdjpr-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.zdjpr-cyber-search-page .zdjpr-pagination-item {
    display: inline-flex;
    zdjpr-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    background: #16a085;
    border: 1px solid rgba(255, 0, 85, 0.2);
    border-radius: 4px;
    color: #e0f2f1;
    font-size: 14px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.zdjpr-cyber-search-page .zdjpr-pagination-item:hover,
.zdjpr-cyber-search-page .zdjpr-pagination-current {
    background: #16a085;
    border-color: #e0f2f1;
    color: #e0f2f1;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}

/* 响应式调整 */
@media screen and (max-width: 768px) {
    .zdjpr-cyber-search-page .zdjpr-thumbnail-group {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
        gap: 15px;
    }
    
    .zdjpr-cyber-search-page .zdjpr-thumbnail-title {
        font-size: 13px;
    }
    
    .zdjpr-cyber-search-page .zdjpr-pagination-item {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}
/* 隐藏搜索页面中重复的返回顶部箭头 */
.zdjpr-search-results-wrapper:after,
.zdjpr-pagination-container:after,
.zdjpr-search-results-wrapper + .zdjpr-backtop,
.zdjpr-pagination-container + .zdjpr-backtop,
.zdjpr-pagination-container ~ .zdjpr-backtop,
.zdjpr-back-to-top {
    display: none !important;
}