/* ---------------------------------*/


/* ---------------首页热播标题-小标题--------------------*/
.sy-small-title{
    color: rgb(255 255 255);
    background: #ff0000;
    padding: 0 4px;
    border-radius: 4px;
    margin: 0 3px;
}


/* 顶部导航栏宽度调整 */
.head {
    padding: 0 60px;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .head {padding: 0 20px;}
}

/* 用户图标右上角“未登录”提示 */
.head .margin.wap-hide .user-status-tip {
    position: absolute;
    top: 15px;
    right: -25px;
    font-size: 11px;
    color: #fff;
    background: rgb(38 186 245 / 90%);
    padding: 2px 5px;
    line-height: 1.2;
    border-radius: 8px 2px;
    white-space: nowrap;
    z-index: 10;
    transform-origin: top right;
}

@media (max-width: 1200px) {
    .head .margin.wap-hide .user-status-tip {display: none !important;  }
}

/*  筛选页筛选项字段上下高度对齐优化  */
.ec-casc-list .filter-text {
    line-height: 32px;
}

/* 播放源favicon图标样式 */
.player-favicon {
    width: 16px;
    height: 16px;
    vertical-align: middle;
    object-fit: contain;
    border-radius: 2px;
}

/* 登录页弹窗 */
.login-box{
    border-radius: 24px;
    gap: 20px;
    border: 1px solid rgba(63, 63, 63, 0.67);
    filter: drop-shadow(rgba(0, 0, 0, 0.31) 2px 11px 30px);
    backdrop-filter: blur(26.5px);
    background: linear-gradient(273deg, rgba(191, 191, 191, 0.14) 27.08%, rgba(74, 74, 74, 0.13) 100.67%), rgba(0, 0, 0, 0.33);
}

.login-box .input {
    /*width: 300px;*/
    line-height: 20px;
    border-radius: 12px;
    /*padding-left: 82px;*/
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}

.login-box .button{
    border-radius: 12px;
}

.login-box .logo2{
    width: auto;
    height: 50px;
    margin: 0 auto;
    display: block;
}

/* 登录弹窗 */
.theme2 .pop-box .bj3, .theme2 .window-box .bj3 {
    border-radius: 24px;
    gap: 20px;
    border: 1px solid rgba(63, 63, 63, 0.67);
    filter: drop-shadow(rgba(0, 0, 0, 0.31) 2px 11px 30px);
    background: rgba(36, 38, 40, .9);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, .108), rgba(255, 255, 255, .054));
    backdrop-filter: blur(20px);
}
.theme2 .window-box .box{
    /*width: 300px;*/
    line-height: 20px;
    border-radius: 12px;
    /*padding-left: 82px;*/
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
}
.window-content .login-user .button{
    border-radius: 12px;
}

/* 顶部搜索下拉框 */
.theme2 .this-search-get .box{
    background: rgba(36, 38, 40, .9);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, .108), rgba(255, 255, 255, .054));
    backdrop-filter: blur(20px);

}

.theme1 .search-hot .br,.theme2 .search-hot .br{
    border-color: rgb(255 255 255 / 0%);
}

.wap-diy-vod-e .key0, .wap-diy-vod-e .key1 {color: #FC4274;}



/* 底部侧边栏按钮 */
.top-label {
    position: relative;
    display: block;
    margin-top: 8px;
}

.top-label > a {
    border-radius: 100%;
    font-size: 16px;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    display: block;
}

.top-label::after {
    content: attr(data-tip);
    position: absolute;
    top: 0;
    right: 100%;
    overflow: hidden;
    padding: 0;
    height: 34px;
    max-width: 0;
    border-radius: 17px 0 0 17px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.top-label:hover::after {
    padding: 0 17px;
    max-width: 200px;
    transition: max-width .2s ease;
}

.theme1 .top-label::after {
    background-color: #e9ecef;
    color: #1d2129;
}

.theme2 .top-label::after {
    background-color: rgba(36, 38, 40, .9);
    color: hsla(0,0%,100%,.9);
}

.theme1 .top-label > a:hover {
    border-radius: 0 100% 100% 0;
}

.theme2 .top-label > a:hover {
    border-radius: 0 100% 100% 0;
}

.theme1 .top-back .box {
    color: #1d2129 !important;
}

.theme2 .top-back .box {
    color: hsla(0,0%,100%,.9) !important;
    background: rgba(36, 38, 40, .9);
}

.theme2 .top-back .bj2{background-color: rgba(36, 38, 40, .9) !important;}
.theme1 .top-back .bj2{background-color: #e9ecef !important;color: #1d2129 !important;}


/* ========================================= */
/* 仿腾讯视频登录悬浮框样式 */
/* ========================================= */

/* 登录悬浮框容器 */
.login-trigger-wrapper {
    position: relative;
}

.login-popup-panel {
    display: none;
    position: absolute;
    /*top: 100%;*/
    right: -20px;
    width: 320px;
    background: #1f1f1f;
    border-radius: 16px;
    padding: 20px 16px 20px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,0.25);
    z-index: 1000;
    margin-top: 10px;
    text-align: center;
}

/* hover 显示 */
.login-trigger:hover + .login-popup-panel,
.login-trigger-wrapper:hover .login-popup-panel {
    display: block;
}

/* 标题区 */
.login-popup-header {
    margin-bottom: 21px;
    text-align: center;
}

.login-popup-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    height: auto;
    display: block;
}

/* 功能项 */
.login-popup-body {
    display: inline-flex;
    flex-direction: column;
}

.login-feature-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 18px;
}

.login-feature-item:last-child {
    margin-bottom: 20px;
}

.login-feature-icon {
    width: 30px;
    height: 30px;
    font-size: 22px;
    margin-right: 10px;
    color: #ebebeb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-feature-text {
    color: rgb(169,169,172);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    display: block;
}

/* 登录按钮 */
.login-popup-footer {
    padding-top: 0;
}

.login-popup-panel .login-popup-footer a.login-popup-btn {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
    color: #1f1f1f;
    font-size: 16px;
    cursor: pointer;
    text-decoration: none;
}

.login-popup-panel .login-popup-footer a.login-popup-btn:hover {
    background: #f5f5f5;
}

/* 深色主题适配 - theme2 */
.theme2 .login-popup-panel {
    background: rgba(36, 38, 40, .9);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, .108), rgba(255, 255, 255, .054));
    backdrop-filter: blur(20px);
}

/* 浅色主题适配 - theme1 */
.theme1 .login-popup-panel {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.theme1 .login-popup-title {
    color: #333;
}

.theme1 .login-feature-icon,
.theme1 .login-feature-text {
    color: #666;
}

.theme1 .login-popup-panel .login-popup-footer a.login-popup-btn {
    background: #1f1f1f;
    color: #fff;
}

/* ========================================= */
/* 仿腾讯视频客户端悬浮框样式 */
/* ========================================= */

/* 客户端悬浮框容器 */
.client-trigger-wrapper {
    position: relative;
}

.client-popup-panel {
    display: none;
    position: absolute;
    top: 65px;
    right: -20px;
    /*transform: translateX(25%);*/
    width: 320px;
    z-index: 1000;
}

/* hover 显示 */
.client-trigger:hover + .client-popup-panel,
.client-trigger-wrapper:hover .client-popup-panel {
    display: block;
}

/* 内容面板 */
.client-content-panel {
    background: rgba(36, 38, 40, .9);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, .108), rgba(255, 255, 255, .054));
    backdrop-filter: blur(20px);
    border-radius: 16px;
    box-shadow: 0 0 2px 0 rgba(255,255,255,0.25);
    padding: 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* logo */
.client-logo {
    margin-bottom: 8px;
}

.client-logo img {
    width: 48px;
    height: 48px;
}

/* 标题 */
.client-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #e6e9f0;
    margin-bottom: 8px;
}

/* 描述 */
.client-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #999;
    margin-bottom: 15px;
}

/* 下载按钮 */
.client-popup-panel .client-content-panel a.client-download-btn {
    display: block;
    width: 288px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    color: #343434;
    font-size: 16px;
   
    text-decoration: none;
    cursor: pointer;
}

.client-popup-panel .client-content-panel a.client-download-btn:hover {
    background: #f5f5f5;
}

/* 浅色主题适配 - theme1 */
.theme1 .client-content-panel {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
}

.theme1 .client-logo img {
    /* favicon图标保持原样 */
}

.theme1 .client-title {
    color: #333;
}

.theme1 .client-desc {
    color: #666;
}

.theme1 .client-popup-panel .client-content-panel a.client-download-btn {
    background: #1f1f1f;
    color: #fff;
}

.theme1 .client-popup-panel .client-content-panel a.client-download-btn:hover {
    background: #333;
}

/* ========================================= */
/* 顶部导航菜单选中状态样式 */
/* ========================================= */

/* 导航菜单项默认样式 - 添加过渡效果 */
.head .head-nav a {
    transition: all 0.3s ease;
}

/* 导航菜单选中状态 - 字体变大 */
.head .head-nav a.cor6,
.head .head-nav a.current {
    color: #26b2ff !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

/* 响应式适配 - 移动端保持默认大小 */
@media (max-width: 767px) {
    .head .head-nav a.cor6,
    .head .head-nav a.current {
        font-size: 16px !important;
    }
}

/* 播放记录弹出框背景样式（深色主题） */
.theme2 .pop-list-body.gen-history-list {
    background: rgba(36, 38, 40, .9);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, .108), rgba(255, 255, 255, .054));
    backdrop-filter: blur(20px);
}


/* 顶部导航更多中格式（深色主题） */
.theme2 .head-more-a .head-more {
    background: rgba(36, 38, 40, .9);
    border-image: linear-gradient(180deg, rgba(255, 255, 255, .108), rgba(255, 255, 255, .054));
    backdrop-filter: blur(20px);
}

.theme2 .head-more-a .nav-link {
    background-color: rgb(85 86 91 / 18%);
}

/* 顶部导航更多中格式（深色主题） */
/* 父容器背景色 */
.theme2 .head.head-b { 
    background-color: rgb(10 12 15 / 79%) !important; 
}

/* 子元素背景透明 */
.theme2 .head.head-b .left,.theme2 .head.head-b .right { background-color: transparent !important; }

/* 首页演员头像 */
.theme1 .actor-new .lazy3{
    border: 3px solid #a1a7df;
    border-radius: 100%;
}
.theme2 .actor-new .lazy3{
    border: 3px solid #a1a7df;
    border-radius: 100%;
}


