@charset "utf-8";
/*!
 * 版本：MYUI Copyright © 2024
 * 重构：韩国影视深色系（参考 mark_001）
 */

/* all */
body{ padding-top: 70px;}
body.active{ padding-top: 60px;}

/* header */
.myui-header__top{position:fixed; top:0; z-index:999; width:100%; background-color: var(--bg-color-2); height: 60px; box-shadow: 0 2px 5px rgba(0,0,0,.35);}
.top-fixed-down{margin-top:0;}

/* header-logo */
.myui-header__logo,.myui-header__menu{float:left;}
.myui-header__logo .logo{ display: flex; align-items: center; height: 60px; white-space: nowrap; }
.myui-header__logo .logo-mark{ display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 36px; height: 36px; margin-right: 10px; border-radius: 10px; background: linear-gradient(135deg, var(--theme-color) 0%, var(--gold) 100%); box-shadow: 0 4px 14px rgba(207,66,54,.42); transition: box-shadow .2s ease; }
.myui-header__logo .logo:hover .logo-mark{ box-shadow: 0 6px 20px rgba(207,66,54,.6); }
.myui-header__logo .logo-mark svg{ display: block; width: 17px; height: 17px; fill: #fff; }
.myui-header__logo .logo-text{ display: inline-block; max-width: 280px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; font-size: 24px; font-weight: 800; letter-spacing: 1.5px; color: var(--theme-color); background: linear-gradient(100deg, var(--theme-color-light) 0%, var(--theme-color) 40%, var(--gold) 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* header-search */
.myui-header__search{ float: right; margin: 12px 20px 0 0; }
.myui-header__search form{ position: relative; }
.myui-header__search .form-control{ width: 220px; height: 36px; padding: 0 14px 0 34px; border: 1px solid var(--border-color); border-radius: 18px; background: var(--bg-color-3); color: var(--text-color-1); font-size: 13px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.myui-header__search .form-control::placeholder{ color: var(--text-color-3); }
.myui-header__search .form-control:focus{ border-color: var(--theme-color); box-shadow: 0 0 0 3px rgba(207,66,54,.15); }
.myui-header__search .submit{ position: absolute; top: 0; left: 12px; height: 36px; line-height: 36px; border: 0; background: none; color: var(--text-color-3); cursor: pointer; }

/* header-menu */
.myui-header__menu{position:relative;}
.myui-header__menu > li{ position: relative; float: left; margin-left: 35px;}
.myui-header__menu > li > a{ position: relative; display: inline-block; font-size: 15px; line-height: 60px; color: var(--text-color-1); transition: color .2s ease;}
.myui-header__menu > li > a:after{ content:""; position: absolute; left: 50%; bottom: 0; width: 0; height: 2px; border-radius: 1px; background: var(--theme-color); transform: translateX(-50%); transition: width .25s ease;}
.myui-header__menu > li > a:hover{ color: var(--theme-color);}
.myui-header__menu > li.active > a{ color: var(--theme-color) !important; font-weight: 700;}
.myui-header__menu > li.active > a:after,.myui-header__menu > li > a:hover:after{ width: 100%;}

/* header-user */
.myui-header__user{float:right;}
.myui-header__user > li{ float:left; position: relative; padding: 18px 0 10px; margin-left: 20px;}
.myui-header__user > li > a,.myui-header__user > li > a .fa{ display: inline-block; font-size: 22px; line-height: 24px; color: var(--text-color-1);}
.myui-header__user > li .dropdown-box{ right: 0; margin-left: 0; margin-right: -120px; padding-top: 10px;}
.myui-header__user > li .dropdown-box .item{ width: 260px; padding: 20px;}
.myui-header__user > li.menu .dropdown-box{ right: 0; margin-left: 0; margin-right: -40px; padding-top: 10px;}
.myui-header__user > li.menu .dropdown-box .item{ width: 90px; padding: 10px;}
.myui-header__user > li.menu .dropdown-box .item li{ padding: 5px 0; text-align: center;}

/* header-color */
.myui-header__top.color{ background: none; border-bottom: 1px solid rgba(255,255,255,0.1); box-shadow: none;}
.myui-header__top.color .myui-header__menu > li > a,.myui-header__top.color .myui-header__user > li > a,.myui-header__top.color .myui-header__user > li > a .fa,.myui-header__top.color .myui-header__search .form-control,.myui-header__top.color .myui-header__search .submit{ color: #fff;}

/* content */
/* content */
.myui-content__thumb{ float: left;}
.myui-content__thumb .myui-vodlist__thumb{ width: 220px;}
.myui-content__thumb.active .myui-vodlist__thumb{ width: 150px;}
.myui-content__detail,.myui-content__operate{ float: left; width: calc(100% - 220px); padding-left: 20px;}
.myui-content__detail.active{ width: calc(100% - 150px);}
.myui-content__detail .title{ margin:10px 0 10px; font-size: 24px; line-height:30px}
.myui-content__detail .title .score{ display: inline-block; margin-left: 10px; font-family: Georgia,"Times New Roman",Times,serif;}
.myui-content__detail .data{ margin-bottom:10px; line-height: 20px; word-wrap: break-word; white-space: normal; word-break: break-all;}
.myui-content__detail .score{ margin-bottom: 20px;}
.myui-content__detail .score .rating{ display: inline-block; position: relative; top: 5px;}
.myui-content__detail .score .rating li{ cursor:pointer; display: inline-block; margin-right: 5px;}
.myui-content__detail .score .rating li .fa{ font-size: 24px;}
.myui-content__detail .score .branch{ display: inline-block; font-family: Georgia,"Times New Roman",Times,serif; font-size: 24px; line-height: 24px;}
.myui-content__operate{ float: left; margin-top: 10px}
.myui-content__operate .btn{ margin-left: 10px; margin-bottom: 10px;}
.myui-content__operate .btn:first-child{ margin-left: 0;}
.myui-content__tag a{ display: inline-block; line-height: 20px; padding: 2px 10px; margin-left: 5px; border: 1px solid var(--border-color); font-size: 12px; border-radius: 15px;}
.myui-content__detail .topline{ position: relative; margin: 0; padding: 10px 0;}

/* player */
.myui-player{ margin-top: 20px; padding-bottom: 15px;}
.myui-player__item{ position: relative;}
.myui-player__item .fixed{ position: fixed; z-index: 998; right: 0; bottom: 0; padding: 10px; background-color: var(--bg-color-2); box-shadow: 0 2px 5px rgba(0,0,0,.35);}
.myui-player__item .is-btn{ position: absolute; z-index: 99; top: 50%; right: -12px; margin-top: -30px; display: block; width: 12px; text-align: center; height: 60px; line-height: 60px; font-size: 10px; border-radius: 0 4px 4px 0; background-color: #404040; color: #999;}
.myui-player__item .player-fixed-off{display: none; position: absolute; top: -10px; left: -10px; width: 20px; height: 20px; text-align: center; line-height: 20px; background-color: var(--bg-color-3); border-radius: 50%; color: var(--text-color-1); box-shadow: 0 2px 5px rgba(0,0,0,.35);}
.myui-player__item .tips{ position: relative; height: 40px; line-height: 40px; overflow: hidden; padding: 0 20px; color: #fff;}
.myui-player__operate{ padding: 20px 10px; display: -webkit-box; display: -webkit-flex; display: flex;}
.myui-player__operate li{ display: block; text-align: center; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}
.myui-player__detail .title{margin:0 0 10px}
.myui-player__detail .detail-content{padding-top:10px}
.myui-player__detail .desc{padding-left:42px}
.myui-player__detail .desc .left{margin-left:-42px}
#player-sidebar::-webkit-scrollbar{ width: 4px; background-color: #1c1b1e;}
#player-sidebar::-webkit-scrollbar-thumb{background-color: #434145;}
.myui-player__notice{ position: absolute; top: 50%; left: 0; width: 100%; margin-top: -65px;}
.myui-player__notice h3,.myui-player__notice h5,.myui-player__notice p{ color: #fff;}
.myui-player-links{ position: relative; top: 15px; right: 10px;}
.myui-player-links .btn{ position: absolute; top: 0; right: -5px; border-radius: 0 5px 5px 0;}

/* news */
.myui-newslist li{ padding: 30px 0;}
.myui-newslist li .title{ margin: 0; font-size: 22px; line-height: 30px; font-weight: 600;}
.myui-newslist li .desc{ text-indent: 2em; margin: 0; padding: 20px 0; line-height: 25px;}
.myui-newslist__text li .title{ margin: 0; font-size: 15px;}
.myui-art__nav li{ padding: 6px 0;}
.myui-art__nav li.active a{ font-weight: bold; color: var(--theme-color);}

/* footer */
.myui-foot{ padding: 20px 0;}
.myui-foot p{ line-height: 25px;}

/* tabbar 移动端底部导航图标 */
.myui-nav__tabbar .item .icon{ color: var(--text-color-3); margin-top: 6px;}
.myui-nav__tabbar .item.active .icon{ color: var(--theme-color);}

/* 影视详情——信息 + 分享 */
.cdy-info-row{ display: flex; flex-wrap: wrap; gap: 4px 20px; margin-bottom: 8px; line-height: 22px; }
.cdy-info-row .cdy-cat, .cdy-info-row .cdy-actor{ color: var(--text-color-1); }
.cdy-info-row .text-muted{ color: var(--text-color-3); }
.cdy-info-row a{ color: var(--accent); }
.cdy-info-row a:hover{ color: var(--theme-color-light); text-decoration: none; }
.cdy-info-desc{ margin-bottom: 12px; line-height: 24px; color: var(--text-color-2); }
.cdy-info-desc .text-muted{ color: var(--text-color-3); }
.cdy-share{ line-height: 30px; }
.cdy-share .text-muted{ vertical-align: middle; margin-right: 4px; }
.cdy-share a{ display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 50%; margin-right: 6px; color: #fff; font-size: 14px; vertical-align: middle; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.cdy-share a:hover{ transform: translateY(-3px); color: #fff; box-shadow: 0 6px 14px rgba(0,0,0,.4); }
.cdy-share a.s-x{ background: #0a0a0a; box-shadow: 0 0 0 1px rgba(255,255,255,0.18); font-weight: 700; }
.cdy-share a.s-meta{ background: #1877f2; }
.cdy-share a.s-youtube{ background: #ff0000; }
.cdy-share a.s-twitter{ background: #1da1f2; }
.cdy-share a.s-copy{ background: var(--theme-color); }

/* 地区 / 年代 / 分类 元信息（胶囊） */
.cdy-meta{ display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 14px; font-size: 12px; color: var(--text-color-2); }
.cdy-meta span{ display: inline-flex; align-items: center; height: 24px; padding: 0 11px; border-radius: 12px; border: 1px solid var(--border-color); background: var(--bg-color-3); }
.cdy-meta a{ color: var(--accent); }
.cdy-meta a:hover{ color: var(--theme-color-light); text-decoration: none; }

/* 立即播放 + 分享 动作条 */
.cdy-actions{ display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px 16px; margin-top: 14px; }
.btn.cdy-play-btn{ display: inline-flex; align-items: center; gap: 7px; height: 44px; line-height: 44px; padding: 0 28px; border-radius: 22px; border: 0; font-size: 15px; font-weight:700; color: #fff; background: linear-gradient(90deg, var(--theme-color) 0%, var(--theme-color-light) 100%); box-shadow: 0 8px 22px rgba(207,66,54,.38); transition: transform .2s ease, box-shadow .2s ease, filter .2s ease; }
.btn.cdy-play-btn:hover{ color: #fff; transform: translateY(-2px); box-shadow: 0 12px 28px rgba(207,66,54,.52); filter: brightness(1.06); }
.btn.cdy-play-btn .fa{ font-size: 14px; }

@media (max-width:1400px){

    /* header */
    .myui-header__top{ padding: 0 20px;}
	.myui-header__search .form-control{ width: 180px;}
	.myui-header__menu > li{ margin-left: 20px;}
	.myui-header__user > li{ margin-left: 20px;}
	.myui-header__menu > li:hover .head-dropdown,.myui-header__user > li:hover .head-dropdown{ display: none;}

}

@media (max-width:767px){

	.myui-panel-bg,.myui-vodlist__bg,.myui-vodlist__bg:hover{box-shadow: none;}
	.myui-panel__head .title, .myui-panel__head .title a{ font-size: 18px;}

	/* header */
	.myui-header__top{ padding: 0 10px;}
		.myui-header__logo .logo-mark{ width: 30px; height: 30px; margin-right: 8px; border-radius: 8px; }
		.myui-header__logo .logo-mark svg{ width: 14px; height: 14px; }
		.myui-header__logo .logo-text{ max-width: 108px; font-size: 20px; letter-spacing: 1px; }
	.myui-header__search{ margin: 12px 12px 0 0; }
	.myui-header__search .form-control{ width: 118px; }
	.myui-header__menu > li .dropdown-box{ margin-left: -150px; padding-top: 0;}
	.myui-header__menu > li .dropdown-box .item{ width: 300px;}
	.myui-header__user > li{ margin-left: 15px; padding: 15px 0 10px;}
	.myui-header__user > li > a .fa{ font-size: 20px; line-height: 20px;}
	.myui-header__user > li.menu .dropdown-box{ margin-right: 0;}


	/* content */
	.myui-content__thumb .myui-vodlist__thumb{ width: 120px;}
	.myui-content__thumb.active .myui-vodlist__thumb{ width: 120px;}
	.myui-content__detail{ float: left; width: calc(100% - 120px);}
	.myui-content__detail.active{ width: calc(100% - 120px);}
	.myui-content__detail .title{ margin: 5px 0 8px; font-size:18px; line-height:18px}
	.myui-content__detail .data{margin:0 0 10px; font-size:12px; line-height: 18px; word-wrap: break-word; white-space: normal;}
	.myui-content__detail .topline{ padding: 5px 0;}
	.cdy-info-row, .cdy-info-desc{ font-size: 12px; line-height: 18px; }
	.cdy-info-row{ margin-bottom: 6px; }
	.cdy-info-desc{ margin-bottom: 8px; }
	.cdy-share .text-muted{ display: none; }
	.cdy-share a{ width: 26px; height: 26px; line-height: 26px; margin-right: 4px; font-size: 13px; }
	.myui-content__thumb.actor{ display: none;}
	.myui-content__detail .score { margin-bottom: 5px;}
	.myui-content__detail .score  .branch{ font-size: 16px;}
	.myui-content__detail .score  .rating{ top: 0;}
	.myui-content__detail .score  .rating li{ margin: 0;}
	.myui-content__detail .score  .rating li .fa{ font-size: 18px;}
	.myui-content__operate{ margin-top: 20px; width: 100%; padding: 0; display: -webkit-box; display: -webkit-flex; display: flex;}
	.myui-content__operate .btn{ text-align: center; padding: 8px; -webkit-box-flex: 1; -webkit-flex: 1; flex: 1;}


	/* player */
	.myui-player{ margin-top: 0;}
	.myui-player__item{ padding: 0;}
	.myui-player__detail{ margin: 0;}
	.myui-player__detail .data .title{font-size:16px}
	.myui-player__detail.detail .title{font-size:18px;}
	.myui-player__operate{}
	.myui-player__operate li{ margin: 0;}
	.myui-player__operate li .fa{ display: block; margin-bottom: 5px; font-size: 16px;}
	.myui-player-links{ top: 0; right: 0; padding: 0 10px;}
	.myui-player-links .btn{ height: 35px; right: 8px;}

	/* news */
	.myui-newslist li .title{ font-size: 18px; line-height: 30px;}
	.myui-art__nav li{ display: inline-block; margin-right: 10px;}
	.myui-art__nav li.active a{ font-weight: bold; color: var(--theme-color);}

}
/* pannel */
.stui-pannel{position: relative; margin-bottom: 20px;}
.stui-pannel.stui-pannel-x{ margin: -10px -10px 10px;}
.stui-pannel-bg{border-radius: 2px;}
.stui-pannel-side{ padding: 0 0 0 20px;}
.stui-pannel-box{ padding: 10px;}
.stui-pannel-box.active{ padding: 0; margin: -10px;}
.stui-pannel_hd{ padding: 10px;}
.stui-pannel_ft{ margin-top: 10px; padding: 10px 10px 0; text-align: center;}
/* pannel */
.stui-pannel-bg{background-color: var(--bg-color-2); box-shadow: 0 1px 2px rgba(0,0,0,.35);}
/* pannel-head */
.stui-pannel__head{ position: relative; height: 40px; border-bottom: 1px solid var(--border-color);}
.stui-pannel__head.active{height: 40px;}
.stui-pannel__head .title{float: left; margin:0; padding-right: 10px; line-height: 24px;}
.stui-pannel__head .title img{ display: inline-block; width: 24px; height: 24px; margin-right: 10px; vertical-align: -5px;}
.stui-pannel__head .more{ line-height: 30px;}
.comment-box{width: 880px;display: inline-block;vertical-align: top;}
.comment-list{margin-top: 20px;padding-bottom: 40px;}
.comment-list h3{font-size: 20px;height: 35px;}
.comment-list .box{width: 878px;height: 120px;border-radius: 6px;border: 1px solid var(--border-color);margin-top: 10px;position: relative;}
.comment-list .box .comment-nolog{position: absolute;top:0;left:0;width: 878px;height: 120px;text-align: center;background: var(--bg-color-2);border-radius: 6px;}
.comment-list .box .comment-nolog p{font-size: 14px;line-height: 14px;color: var(--text-color-1);opacity: .9;padding-top: 30px;}
.comment-list .box .comment-nolog p.login-btn{cursor: pointer;display: inline-block;width: 96px;height: 30px;line-height: 30px;font-size: 14px;margin-top: 14px;padding-top: 0px;background-color: var(--theme-color);background-image: linear-gradient(90deg,#cf4236,#e0574b);background-repeat: repeat-x;border-radius: 3px;color:#fff;}
.comment-list .box textarea{border:0;width: 858px;padding: 10px;border-radius: 6px;height: 80%;background: transparent;color: var(--text-color-1);}
.comment-list .box .btn{cursor: pointer;position: absolute;bottom:10px;right:10px;width: 69px;height: 34px;line-height: 34px;background: var(--theme-color);border-radius: 20px;text-align: center;color:#fff;}
.comment-list .box .num{position: absolute;bottom:15px;right:90px;font-size: 14px;font-weight: 400;color: var(--text-color-3);}
.comment-list ul{width: 100%;}
.comment-list li{margin-top: 20px;width: 100%;position: relative;border-bottom: 1px solid var(--border-color);padding-bottom: 20px;}
.comment-list li:last-child{border-bottom:0;}
.comment-list li .del{position: absolute;top:0;right:0;cursor: pointer;}
.comment-list li .pic{position: absolute;top:0;left:0;width: 42px;height: 42px;border-radius: 50%;overflow: hidden;border: 1px solid var(--border-color);}
.comment-list li .pic img{width: 100%;height: 100%;}
.comment-list li .info{padding-left: 58px;}
.comment-list li .info .nickname{font-size: 14px;font-weight: 500;color: var(--text-color-2);}
.comment-list li .info .nickname span{font-size: 12px;font-weight: 400;color: var(--text-color-3);padding-left: 20px;}
.comment-list li .info .text{font-size: 14px;font-weight: 400;color: var(--text-color-1);line-height: 24px;padding-top: 10px;}
.comment-list li .info .cmd{padding-top: 7px;font-size: 12px;}
.comment-list li .info .cmd span{display: inline-block;vertical-align: middle;margin-right: 30px;cursor: pointer;}
.comment-list li .info .cmd img{width: 16px;height: 16px;display: inline-block;vertical-align: middle;margin-right: 3px;}
.comment-list .reply-list{background: var(--bg-color-3);border-radius: 6px;margin-top:14px;padding:2px 10px 10px 10px;}
.comment-list .reply-list li{margin-top: 15px;border-bottom: 1px solid var(--border-color);padding-bottom: 15px;}
.comment-list .reply-list li:last-child{border-bottom:0;padding-bottom: 0;}
.comment-list .reply-list li .pic{width: 38px;height: 38px;}
.comment-list .reply-list li .info{padding-left: 52px;}
.comment-list .reply-more{padding-top: 10px;padding-left: 100px;cursor: pointer;color:var(--text-color-3);}
.comment-list .reply-more i{font-size: 12px;margin-left:3px;}
.comment-list .more{cursor: pointer;margin-top: 30px;width: 100%;height: 40px;line-height: 40px;background: var(--bg-color-3);border-radius: 43px;text-align: center;font-size: 14px;font-weight: 400;color: var(--text-color-2);}
.comment-list .nodata{width: 100%;padding: 100px 0;text-align: center;}
.comment-list li .box{width: 1140px;height: 88px;display: none;}
.comment-list li .box textarea{width: 1118px;height: 77%;background: transparent;color: var(--text-color-1);}
.comment-list .vod{background: var(--bg-color-3);border-radius: 6px;margin-top:14px;padding:2px 10px 10px 10px;display: block;}
.comment-list .vod img{width:26px;height: 22px;margin-right: 5px;}


/* ============================================================
   影视内容页 · 电影感排版重构
   ============================================================ */

/* —— 区块标题：左侧金色竖条 + 字距 —— */
.myui-panel__head .title{ position: relative; padding-left: 16px; letter-spacing: 1px; }
.myui-panel__head .title:before{
  content:""; position:absolute; left:0; top:50%; transform:translateY(-50%);
  width:4px; height:18px; border-radius:2px;
  background: linear-gradient(180deg, var(--gold) 0%, var(--theme-color) 100%);
}
.myui-panel__head .more{ float: right; line-height: 30px; }

/* —— 详情 hero · 电影感海报卡片 —— */
.myui-panel.cdy-hero{
  position: relative; overflow: hidden;
  background:
    radial-gradient(130% 150% at 6% -10%, rgba(207,66,54,.16) 0%, rgba(207,66,54,0) 55%),
    radial-gradient(100% 120% at 100% 120%, rgba(46,158,148,.10) 0%, rgba(46,158,148,0) 52%),
    var(--bg-color-2);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 26px !important;
  box-shadow: 0 22px 48px rgba(0,0,0,.42);
}
.myui-panel.cdy-hero::after{
  content:""; position:absolute; left:0; top:0; right:0; height:2px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--theme-color) 40%, transparent 100%);
}
.myui-content__thumb .myui-vodlist__thumb{
  border-radius: 10px; aspect-ratio: 2/3;
  box-shadow: 0 18px 42px rgba(0,0,0,.6), 0 0 0 1px rgba(212,162,78,.16);
  transition: transform .3s ease, box-shadow .3s ease;
}
.myui-content__thumb .myui-vodlist__thumb:hover{ transform: translateY(-6px); box-shadow: 0 26px 52px rgba(0,0,0,.72), 0 0 0 1px rgba(212,162,78,.4); }
.myui-content__thumb .myui-vodlist__thumb.picture img{ object-fit: cover; }
.myui-content__detail .title{
  font-size: 28px; font-weight: 800; letter-spacing: .5px; line-height: 1.25; margin: 4px 0 16px;
  position: relative; padding-bottom: 12px;
  word-break: break-all; overflow-wrap: break-word;
}
.myui-content__detail .title::after{
  content:""; position:absolute; left:0; bottom:0; width: 46px; height: 3px; border-radius: 2px;
  background: linear-gradient(90deg, var(--gold) 0%, var(--theme-color) 100%);
}

/* 评分 · 金色勋章 */
.myui-content__detail .score{ display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; }
.myui-content__detail .score .rating{ list-style: none; margin: 0; padding: 0; }
.myui-content__detail .score .rating li .fa{ color: var(--gold); text-shadow: 0 0 10px rgba(212,162,78,.35); }
.myui-content__detail .score .branch{
  font-size: 34px; line-height: 1; font-weight: 900; color: var(--gold);
  text-shadow: 0 0 20px rgba(212,162,78,.35); font-family: Georgia, "Times New Roman", serif;
}
.myui-content__detail .score #ratewords{ font-size: 13px; color: var(--text-color-3); }

/* —— 剧情简介缩略图 —— */
.cdy-synopsis-thumb{ float: left; width: 90px; height: 126px; padding: 0 !important; margin: 0 16px 6px 0; border-radius: 8px; box-shadow: 0 8px 18px rgba(0,0,0,.4); }

/* —— 剧情简介 · 元信息胶囊 + 评分 —— */
.cdy-synopsis .cdy-meta{ margin-left: 106px; }
.cdy-synopsis .cdy-synopsis-score{ margin-left: 106px; margin-bottom: 8px; }
.cdy-synopsis-score .branch{ font-size: 24px; font-weight: 900; color: var(--gold); font-family: Georgia, "Times New Roman", serif; text-shadow: 0 0 12px rgba(212,162,78,.3); }
.cdy-synopsis-score .cdy-ratewords{ margin-left: 8px; font-size: 12px; }

/* —— 常见问题 FAQ —— */
#vod-faq .myui-panel_bd{ padding: 4px 6px 10px; }
.faq-item{ padding: 13px 4px; border-bottom: 1px solid var(--border-color); }
.faq-item:last-child{ border-bottom: 0; }
.faq-q{ margin: 0 0 6px; font-size: 15px; font-weight: 600; color: var(--text-color-1); }
.faq-q .fa{ color: var(--theme-color); margin-right: 6px; }
.faq-a{ margin: 0; font-size: 13px; line-height: 22px; color: var(--text-color-2); padding-left: 22px; }

/* —— 用户评价 —— */
.myui-comment__form{ padding: 2px 0 4px; }
.myui-comment__form .form-control{ border-radius: 6px; }
.myui-comment__form .submit-box{ padding-top: 8px; }
.myui-comment__item{ padding: 10px 0; border-bottom: 1px solid var(--border-color); }
.myui-comment__item:last-child{ border-bottom: 0; }
.myui-comment__item .avatar{ float: left; width: 32px; height: 32px; }
.myui-comment__item .avatar .face{
  display:inline-block; width:32px; height:32px; line-height:32px; text-align:center; border-radius:50%;
  background: linear-gradient(135deg, var(--theme-color) 0%, var(--gold) 100%); color:#fff; font-weight:700; font-size:14px;
}
.myui-comment__item .comment-head{ margin-left: 44px; }
.myui-comment__item .comment-head .title{ margin: 0; font-size: 13px; font-weight: 600; color: var(--text-color-1); }
.myui-comment__item .comment-head .font-12{ margin: 1px 0 0; }
.myui-comment__item .comment-cont{ margin-left: 44px; margin-top: 4px; font-size: 13px; line-height: 20px; color: var(--text-color-1); word-break: break-word; }

/* —— 右侧榜单 —— */
.myui-vodlist__media .thumb .myui-vodlist__thumb{ border-radius: 6px; box-shadow: 0 6px 14px rgba(0,0,0,.35); }
.myui-vodlist__media .detail .title{ margin: 0 0 6px; font-size: 14px; font-weight: 600; line-height: 20px; word-break: break-all; }
.myui-vodlist__media .detail .title a:hover{ color: var(--theme-color); }
.myui-vodlist__media .detail .badge{ display: inline-block; min-width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 4px; margin-right: 4px; font-size: 12px; }
.myui-vodlist__media .detail .font-12{ margin: 0; line-height: 19px; color: var(--text-color-2); }
.myui-vodlist__media .detail .cdy-side-desc{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; margin-top: 3px; color: var(--text-color-3); }

/* —— 猜你喜欢 推荐网格 —— */
.myui-vodlist__bd .myui-vodlist__box{ border-radius: 8px; transition: transform .25s ease, box-shadow .25s ease; }
.myui-vodlist__bd .myui-vodlist__box:hover{ transform: translateY(-5px); box-shadow: 0 14px 30px rgba(0,0,0,.45); }
.myui-vodlist__bd .myui-vodlist__thumb{ border-radius: 8px; }
.myui-vodlist__bd .myui-vodlist__detail{ padding: 8px 2px 2px; }
.myui-vodlist__bd .myui-vodlist__detail .title{ margin: 0; font-size: 14px; font-weight: 600; }
.myui-vodlist__bd .myui-vodlist__detail .text{ margin: 4px 0 0; font-size: 12px; }

/* —— 移动端 —— */
@media (max-width:767px){
  .myui-panel.cdy-hero{ padding: 16px !important; border-radius: 10px; }
  .cdy-synopsis-thumb{ width: 70px; height: 98px; margin: 0 10px 6px 0; }
  .cdy-synopsis .cdy-meta, .cdy-synopsis .cdy-synopsis-score{ margin-left: 80px; }
  .cdy-synopsis-score .branch{ font-size: 20px; }
  .myui-content__detail .title{ font-size: 20px; margin: 4px 0 8px; padding-bottom: 10px; }
  .myui-content__detail .score .branch{ font-size: 26px; }
  .myui-content__detail .score{ gap: 6px; }
  .faq-q{ font-size: 14px; }
  .faq-a{ font-size: 12px; line-height: 20px; }
  .myui-comment__item .comment-head{ margin-left: 44px; }
  .myui-comment__item .comment-cont{ margin-left: 44px; }
  .myui-comment__item .avatar, .myui-comment__item .avatar .face{ width: 32px; height: 32px; line-height: 32px; }
  .cdy-meta{ font-size: 11px; gap: 6px; margin-bottom: 8px; }
  .cdy-meta span{ height: 22px; padding: 0 9px; border-radius: 11px; }
  .btn.cdy-play-btn{ height: 38px; line-height: 38px; padding: 0 20px; font-size: 14px; }
}

/* ===== 搜索落地页 cdy-search ===== */
.cdy-search .myui-panel-box{ padding: 12px 0 22px; }
.cdy-search__hero{ padding: 36px 20px 28px; text-align: center; }
.cdy-search__title{ margin: 0 0 10px; font-size: 34px; font-weight: 800; letter-spacing: 4px; color: var(--text-color-1); }
.cdy-search__title .text-red{ color: var(--theme-color); }
.cdy-search__sub{ margin: 0 0 28px; font-size: 14px; color: var(--text-color-2); }
.cdy-search__form{ display: flex; max-width: 620px; margin: 0 auto; }
.cdy-search__input{ flex: 1 1 auto; min-width: 0; height: 54px; padding: 0 22px; border: 2px solid var(--border-color); border-right: 0; border-radius: 27px 0 0 27px; background: var(--bg-color-3); color: var(--text-color-1); font-size: 15px; outline: none; transition: border-color .2s ease; }
.cdy-search__input::placeholder{ color: var(--text-color-3); }
.cdy-search__input:focus{ border-color: var(--theme-color); }
.cdy-search__btn{ flex: 0 0 auto; height: 54px; padding: 0 32px; border: 0; border-radius: 0 27px 27px 0; background: linear-gradient(135deg, var(--theme-color) 0%, var(--gold) 100%); color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 2px; cursor: pointer; white-space: nowrap; transition: opacity .2s ease; }
.cdy-search__btn:hover{ opacity: .88; }
.cdy-search__block{ padding: 22px 36px 8px; }
.cdy-search__block-title{ margin: 0 0 16px; font-size: 16px; font-weight: 700; color: var(--text-color-1); }
.cdy-search__block-title i{ margin-right: 7px; color: var(--theme-color); }
.cdy-search__words a{ display: inline-block; margin: 0 12px 12px 0; padding: 8px 20px; border-radius: 20px; font-size: 13px; background: var(--bg-color-3); color: var(--text-color-2); transition: transform .2s ease, background .2s ease, color .2s ease; }
.cdy-search__words a:hover{ background: var(--theme-color); color: #fff; transform: translateY(-2px); }
.cdy-search__tags a{ display: inline-block; margin: 0 10px 10px 0; padding: 7px 16px; border: 1px solid var(--border-color); border-radius: 6px; font-size: 13px; background: transparent; color: var(--text-color-2); transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease; }
.cdy-search__tags a:hover{ border-color: var(--theme-color); background: var(--theme-color); color: #fff; transform: translateY(-2px); }

@media (max-width: 767px){
  .cdy-search__title{ font-size: 26px; letter-spacing: 2px; }
  .cdy-search__block{ padding-left: 16px; padding-right: 16px; }
  .cdy-search__btn{ padding: 0 18px; font-size: 14px; letter-spacing: 1px; }
}


/* ===== 排行榜 cdy-rank ===== */
.cdy-rank-hero{ position: relative; overflow: hidden; border: 1px solid var(--border-color); border-radius: 14px; background: radial-gradient(130% 150% at 6% -10%, rgba(207,66,54,.16) 0%, rgba(207,66,54,0) 55%), radial-gradient(100% 120% at 100% 120%, rgba(212,162,78,.12) 0%, rgba(212,162,78,0) 52%), var(--bg-color-2); box-shadow: 0 22px 48px rgba(0,0,0,.42); }
.cdy-rank-hero::after{ content:""; position:absolute; left:0; top:0; right:0; height:2px; background: linear-gradient(90deg, var(--gold) 0%, var(--theme-color) 40%, transparent 100%); }
.cdy-rank-hero .myui-panel-box{ padding: 24px 26px; }
.cdy-rank-hero__title{ margin: 0; font-size: 28px; font-weight: 800; letter-spacing: 2px; color: var(--text-color-1); }
.cdy-rank-hero__title .fa{ color: var(--gold); margin-right: 4px; }
.cdy-rank-hero__title .text-red{ color: var(--theme-color); }
.cdy-rank-hero__sub{ margin: 8px 0 0; font-size: 13px; color: var(--text-color-2); }

.cdy-rank-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 20px; }
.cdy-rank-card .myui-panel_bd{ padding: 6px 12px 14px; }

.cdy-podium{ display: flex; align-items: flex-end; gap: 12px; padding: 14px 2px 6px; }
.cdy-podium__item{ flex: 1; min-width: 0; text-align: center; }
.cdy-podium__1{ order: 2; }
.cdy-podium__2{ order: 1; }
.cdy-podium__3{ order: 3; }
.cdy-podium__medal{ display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; margin: 0 auto 8px; border-radius: 50%; font-size: 13px; font-weight: 800; color: #fff; }
.cdy-podium__1 .cdy-podium__medal{ background: linear-gradient(135deg, #f5c542 0%, #d4a24e 100%); box-shadow: 0 4px 12px rgba(212,162,78,.5); }
.cdy-podium__2 .cdy-podium__medal{ background: linear-gradient(135deg, #cfd6df 0%, #9aa5b1 100%); }
.cdy-podium__3 .cdy-podium__medal{ background: linear-gradient(135deg, #e0a878 0%, #b56a3c 100%); }
.cdy-podium__thumb{ display: block; width: 100%; height: 140px; border-radius: 8px; background-size: cover; background-position: center; box-shadow: 0 10px 22px rgba(0,0,0,.45); }
.cdy-podium__1 .cdy-podium__thumb{ height: 186px; box-shadow: 0 14px 28px rgba(0,0,0,.55), 0 0 0 2px rgba(212,162,78,.55); }
.cdy-podium__2 .cdy-podium__thumb{ height: 164px; box-shadow: 0 12px 24px rgba(0,0,0,.5), 0 0 0 2px rgba(160,170,185,.45); }
.cdy-podium__3 .cdy-podium__thumb{ height: 140px; box-shadow: 0 10px 22px rgba(0,0,0,.45), 0 0 0 2px rgba(190,120,70,.4); }
.cdy-podium__name{ margin: 8px 0 2px; font-size: 13px; font-weight: 600; word-break: break-all; }
.cdy-podium__name a{ color: var(--text-color-1); }
.cdy-podium__name a:hover{ color: var(--theme-color); }
.cdy-podium__meta{ margin: 0; font-size: 12px; color: var(--text-color-3); }
.cdy-podium__score{ color: var(--gold); font-weight: 800; font-family: Georgia, "Times New Roman", serif; }

.cdy-rank-list{ list-style: none; margin: 8px 0 0; padding: 0; }
.cdy-rank-list li{ border-bottom: 1px dashed var(--border-color); }
.cdy-rank-list li:last-child{ border-bottom: 0; }
.cdy-rank-list a{ display: flex; align-items: center; gap: 8px; padding: 8px 4px; color: var(--text-color-2); }
.cdy-rank-list a:hover{ color: var(--theme-color); text-decoration: none; }
.cdy-rank-list__num{ flex: 0 0 30px; font-style: italic; font-weight: 800; font-family: Georgia, "Times New Roman", serif; color: var(--text-color-3); }
.cdy-rank-list__thumb{ flex: 0 0 42px; height: 58px; border-radius: 6px; background-size: cover; background-position: center; box-shadow: 0 4px 10px rgba(0,0,0,.35); }
.cdy-rank-list__name{ flex: 1; min-width: 0; word-break: break-all; }
.cdy-rank-list__score{ flex: 0 0 auto; color: var(--gold); font-weight: 700; }

@media (max-width: 991px){
  .cdy-rank-grid{ grid-template-columns: 1fr; }
}
@media (max-width: 767px){
  .cdy-rank-hero .myui-panel-box{ padding: 18px 16px; }
  .cdy-rank-hero__title{ font-size: 22px; letter-spacing: 1px; }
  .cdy-podium__thumb{ height: 112px; }
  .cdy-podium__1 .cdy-podium__thumb{ height: 148px; }
  .cdy-podium__2 .cdy-podium__thumb{ height: 130px; }
  .cdy-podium__3 .cdy-podium__thumb{ height: 112px; }
}
/* ============================================================
 * 标题完整显示（不省略）：仅命中标题元素，固定两行高度保证排版
 * ============================================================ */
/* 卡片/列表标题：完整显示 + 可换行 + 固定两行高度 */
.myui-vodlist__detail .title.text-overflow,
.myui-vodlist__detail .title.text-center.text-overflow,
.myui-vodlist__detail .title.text-overflow.text-center,
h4.title.text-overflow,
h5.title.text-overflow,
h6.title.text-overflow,
.title.text-overflow{
  white-space: normal !important;
  word-break: break-all;
  text-overflow: clip;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
}
/* 文本榜单标题（a.top-line-dot.text-overflow，仅影片/文章标题，不含用户中心表单） */
a.top-line-dot.text-overflow{
  white-space: normal !important;
  word-break: break-all;
  text-overflow: clip;
  overflow: hidden;
  line-height: 22px;
}
/* 右侧榜单标题 */
.myui-vodlist__media .detail .title{
  white-space: normal !important;
  word-break: break-all;
  text-overflow: clip;
  overflow: hidden;
  line-height: 20px;
  height: 40px;
}
/* 榜首名称 / 排行榜名称 */
.cdy-podium__name,
.cdy-rank-list__name{
  white-space: normal !important;
  word-break: break-all;
  text-overflow: clip;
  overflow: hidden;
}
.cdy-podium__name{ line-height: 18px; max-height: 36px; }
.cdy-rank-list__name{ line-height: 18px; }
/* 播放页“猜你喜欢”小卡片：标题小字号 + 完整显示（不裁切、可换行） */
.myui-vodlist__bd .myui-vodlist__detail .title.text-overflow{
  font-size: 13px !important;
  line-height: 18px;
  height: auto;
  min-height: 36px;
  max-height: 54px;
  white-space: normal !important;
  word-break: break-all;
  text-overflow: clip;
  overflow: hidden;
}
/* 播放页右侧热播榜：标题小字号 + 完整显示（不裁切） */
.myui-vodlist__media .detail h4.title{
  font-size: 14px !important;
  line-height: 20px;
  height: auto;
  min-height: 20px;
  max-height: 60px;
  white-space: normal !important;
  word-break: break-all;
  text-overflow: clip;
  overflow: hidden;
  margin: 8px 0 4px;
}

/* ============================================================
 * 顶部导航子栏目下拉菜单
 * ============================================================ */
.myui-header__menu > li.dropdown-hover{ position: relative; }
.myui-header__menu > li > a .fa-angle-down{ display: inline-block; margin-left: 4px; font-size: 12px; transition: transform .2s ease; }
.myui-header__menu > li.dropdown-hover:hover > a .fa-angle-down{ transform: rotate(180deg); }
.myui-header__menu > li .dropdown-box{ top: 100%; left: 50%; margin-left: -20px; padding-top: 6px; display: none; }
.myui-header__menu > li.dropdown-hover:hover > .dropdown-box{ display: block; }
.myui-header__menu > li .dropdown-box .item{ width: auto; min-width: 150px; padding: 10px; border-radius: 8px; background: var(--bg-color-2); box-shadow: 0 8px 24px rgba(0,0,0,.28); border: 1px solid var(--border-color); }
.myui-header__menu > li .dropdown-box .item ul.cdy-nav-sub{ display: block; }
.myui-header__menu > li .dropdown-box .item ul.cdy-nav-sub li{ float: none; display: block; margin: 0; }
.myui-header__menu > li .dropdown-box .item ul.cdy-nav-sub li a{ display: block; padding: 7px 14px; line-height: 18px; font-size: 14px; color: var(--text-color-2); border-radius: 4px; white-space: nowrap; transition: all .18s ease; }
.myui-header__menu > li .dropdown-box .item ul.cdy-nav-sub li a:hover{ color: var(--theme-color); background: var(--bg-color-3); }
.myui-header__menu > li .dropdown-box .item ul.cdy-nav-sub li.active a{ color: var(--theme-color); font-weight: 700; }

/* ============================================================
 * 顶部导航弹性布局（仅大屏 >767px）：
 * 栏目多时菜单横向滚动，搜索框/用户区固定不被挤下
 * ============================================================ */
@media (min-width:768px){
.myui-header__top .row{ display: flex; align-items: center; flex-wrap: nowrap; }
.myui-header__logo{ flex: 0 0 auto; }
.myui-header__menu{
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: center;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: thin;
}
.myui-header__menu::-webkit-scrollbar{ height: 4px; }
.myui-header__menu::-webkit-scrollbar-thumb{ background: var(--border-color); border-radius: 2px; }
.myui-header__menu > li{ flex: 0 0 auto; float: none; }
.myui-header__user{ flex: 0 0 auto; float: none; }
.myui-header__search{ flex: 0 0 auto; float: none; margin-top: 0; }
}


/* 播放页“剧情简介”面板头：标题可换行完整显示，不挤出下方内容 */
.myui-panel__head.cdy-panel-head-title{
  height: auto;
  min-height: 30px;
}
.myui-panel__head.cdy-panel-head-title .title{
  float: none;
  display: block;
  height: auto;
  line-height: 26px;
  padding: 4px 0;
  white-space: normal;
  word-break: break-all;
  overflow-wrap: break-word;
}
.myui-panel__head.cdy-panel-head-title .title::after{ display: none; }



