/* 视频探企页 · 顶部影院轮播（方案 B）
 * 仅 video 频道引用，不影响其它页面
 */
.bannerbg.video-cinema {
	position: relative;
	width: 100%;
	height: auto;
	min-height: 430px;
	padding: 28px 0 36px;
	overflow: hidden;
	background:
		radial-gradient(1000px 280px at 50% 10%, rgba(0, 98, 255, 0.22), transparent 62%),
		radial-gradient(700px 240px at 12% 85%, rgba(56, 120, 255, 0.12), transparent 55%),
		linear-gradient(180deg, #050629 0%, #0a1242 52%, #0b1438 100%);
	z-index: 1;
}

.bannerbg.video-cinema .bannerbg-glow {
	pointer-events: none;
	position: absolute;
	left: 50%;
	top: 48%;
	width: 640px;
	height: 160px;
	margin: 0;
	transform: translate(-50%, -40%);
	background: radial-gradient(ellipse at center, rgba(0, 98, 255, 0.32), transparent 70%);
	filter: blur(14px);
	opacity: 0.65;
}

.bannerbg.video-cinema .bannerbg-grid {
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image:
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 48px 48px;
	opacity: 0.35;
}

.bannerbg.video-cinema .cinema-eyebrow {
	position: relative;
	z-index: 2;
	width: 1200px;
	max-width: calc(100% - 48px);
	margin: 0 auto 10px;
	display: block;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
	letter-spacing: 0.02em;
}

.bannerbg.video-cinema .cinema-eyebrow-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-right: 8px;
	border-radius: 50%;
	background: #3b82f6;
	box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.2);
	vertical-align: middle;
}

.bannerbg.video-cinema #persons.cinema-stage {
	position: relative;
	width: 1200px;
	max-width: calc(100% - 48px);
	margin: 0 auto;
	perspective: 1400px;
	overflow: visible;
}

.bannerbg.video-cinema #persons .swiper-container,
.bannerbg.video-cinema #persons .cinema-swiper {
	width: 100%;
	padding: 8px 0 44px;
	overflow: visible !important;
}

.bannerbg.video-cinema #persons .swiper-slide {
	width: 540px;
	height: 330px;
	background: transparent;
	/* 不要在 slide 上用 filter：会合成整层，子元素 box-shadow 呼吸光几乎看不见 */
}

/* 侧片只压暗封面图，焦点卡播放钮呼吸光可正常显示 */
.bannerbg.video-cinema #persons .swiper-slide:not(.swiper-slide-active) .cinema-card-media img {
	filter: brightness(0.72) saturate(0.9);
}

.bannerbg.video-cinema #persons .swiper-slide:not(.swiper-slide-active) .cinema-card {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.bannerbg.video-cinema .cinema-card {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	background: #0b1028;
	box-shadow:
		0 16px 36px rgba(0, 0, 0, 0.42),
		0 0 0 1px rgba(255, 255, 255, 0.06) inset;
}

.bannerbg.video-cinema #persons .swiper-slide-active .cinema-card {
	box-shadow:
		0 24px 50px rgba(0, 0, 0, 0.5),
		0 0 0 1px rgba(255, 255, 255, 0.1) inset,
		0 0 36px rgba(0, 98, 255, 0.22);
}

.bannerbg.video-cinema .cinema-card-media {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.bannerbg.video-cinema .cinema-card-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border: 0;
	transform: scale(1.02);
	transition: transform 4.8s ease;
}

.bannerbg.video-cinema #persons .swiper-slide-active .cinema-card-media img,
.bannerbg.video-cinema .cinema-card:hover .cinema-card-media img {
	transform: scale(1.07);
}

.bannerbg.video-cinema .cinema-card-shade {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background:
		linear-gradient(180deg, rgba(5, 8, 28, 0.02) 28%, rgba(5, 8, 28, 0.82) 100%),
		radial-gradient(circle at 50% 38%, transparent 38%, rgba(0, 0, 0, 0.22) 100%);
	pointer-events: none;
}

.bannerbg.video-cinema .cinema-play {
	position: absolute;
	left: 50%;
	top: 44%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.38);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32);
	opacity: 0.92;
	z-index: 5;
	pointer-events: none;
	transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.bannerbg.video-cinema .cinema-play:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -9px 0 0 -5px;
	border-style: solid;
	border-width: 9px 0 9px 14px;
	border-color: transparent transparent transparent #fff;
}

/* 焦点卡播放钮：呼吸蓝光 */
.bannerbg.video-cinema #persons .swiper-slide-active .cinema-play,
.bannerbg.video-cinema #persons .swiper-slide-duplicate-active .cinema-play {
	opacity: 1;
	-webkit-animation: videoCinemaPlayPulse 2.4s ease-in-out infinite;
	animation: videoCinemaPlayPulse 2.4s ease-in-out infinite;
}

.bannerbg.video-cinema .cinema-card:hover .cinema-play {
	transform: scale(1.06);
	background: rgba(0, 98, 255, 0.5);
	border-color: rgba(255, 255, 255, 0.55);
	-webkit-animation: none;
	animation: none;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32), 0 0 20px rgba(0, 98, 255, 0.55);
}

@-webkit-keyframes videoCinemaPlayPulse {
	0%,
	100% {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32), 0 0 0 0 rgba(0, 98, 255, 0.5), 0 0 12px rgba(0, 98, 255, 0.35);
	}
	50% {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32), 0 0 0 16px rgba(0, 98, 255, 0), 0 0 28px rgba(0, 98, 255, 0.55);
	}
}

@keyframes videoCinemaPlayPulse {
	0%,
	100% {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32), 0 0 0 0 rgba(0, 98, 255, 0.5), 0 0 12px rgba(0, 98, 255, 0.35);
	}
	50% {
		box-shadow: 0 8px 24px rgba(0, 0, 0, 0.32), 0 0 0 16px rgba(0, 98, 255, 0), 0 0 28px rgba(0, 98, 255, 0.55);
	}
}

.bannerbg.video-cinema .cinema-card-meta {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 18px 18px;
	z-index: 2;
	background: linear-gradient(180deg, transparent, rgba(6, 10, 32, 0.5) 28%, rgba(6, 10, 32, 0.88));
}

.bannerbg.video-cinema .cinema-card-tag {
	display: inline-block;
	margin-bottom: 6px;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	letter-spacing: 0.04em;
	color: #e0edff;
	background: rgba(0, 98, 255, 0.32);
	border: 1px solid rgba(147, 197, 253, 0.28);
}

.bannerbg.video-cinema .cinema-card-title {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff;
	text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
}

.bannerbg.video-cinema .cinema-card-sub {
	margin-top: 5px;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.76);
}

.bannerbg.video-cinema .cinema-card-sub em {
	font-style: normal;
	font-weight: 700;
	color: #93c5fd;
}

.bannerbg.video-cinema .cinema-card-progress {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.12);
	overflow: hidden;
	opacity: 0;
	z-index: 3;
}

.bannerbg.video-cinema #persons .swiper-slide-active .cinema-card-progress {
	opacity: 1;
}

.bannerbg.video-cinema .cinema-card-progress i {
	display: block;
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, #0062ff, #60a5fa);
}

.bannerbg.video-cinema .cinema-card-progress i.is-running {
	-webkit-animation: videoCinemaBarRun 4.2s linear forwards;
	animation: videoCinemaBarRun 4.2s linear forwards;
}

@-webkit-keyframes videoCinemaBarRun {
	from { width: 0; }
	to { width: 100%; }
}

@keyframes videoCinemaBarRun {
	from { width: 0; }
	to { width: 100%; }
}

/* 覆盖 scwtm 旧箭头图，改用圆形按钮 */
.bannerbg.video-cinema #persons .swiper-button-prev,
.bannerbg.video-cinema #persons .swiper-button-next,
.bannerbg.video-cinema #persons .cinema-nav {
	position: absolute;
	top: 42%;
	width: 44px;
	height: 44px;
	margin-top: 0;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	background: rgba(8, 12, 40, 0.45) !important;
	background-image: none !important;
	z-index: 20;
	cursor: pointer;
	outline: none;
}

.bannerbg.video-cinema #persons .swiper-button-prev:hover,
.bannerbg.video-cinema #persons .swiper-button-next:hover,
.bannerbg.video-cinema #persons .cinema-nav:hover {
	background: rgba(0, 98, 255, 0.55) !important;
	border-color: rgba(255, 255, 255, 0.4);
}

.bannerbg.video-cinema #persons .swiper-button-prev:after,
.bannerbg.video-cinema #persons .swiper-button-next:after,
.bannerbg.video-cinema #persons .cinema-nav:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	height: 9px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	font-size: 0;
}

.bannerbg.video-cinema #persons .swiper-button-prev,
.bannerbg.video-cinema #persons .cinema-nav-prev {
	left: 4px;
	right: auto;
}

.bannerbg.video-cinema #persons .swiper-button-prev:after,
.bannerbg.video-cinema #persons .cinema-nav-prev:after {
	transform: translate(-30%, -50%) rotate(-135deg);
}

.bannerbg.video-cinema #persons .swiper-button-next,
.bannerbg.video-cinema #persons .cinema-nav-next {
	right: 4px;
	left: auto;
}

.bannerbg.video-cinema #persons .swiper-button-next:after,
.bannerbg.video-cinema #persons .cinema-nav-next:after {
	transform: translate(-70%, -50%) rotate(45deg);
}

/* 分页胶囊 */
.bannerbg.video-cinema #persons .swiper-pagination,
.bannerbg.video-cinema #persons .cinema-pagination {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	width: 100%;
	text-align: center;
	z-index: 15;
}

.bannerbg.video-cinema #persons .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 4px;
	margin: 0 4px !important;
	border-radius: 999px;
	border: 0;
	background: rgba(255, 255, 255, 0.28);
	opacity: 1;
	vertical-align: middle;
}

.bannerbg.video-cinema #persons .swiper-pagination-bullets .swiper-pagination-bullet-active {
	width: 32px;
	border: 0;
	background: linear-gradient(90deg, #0062ff, #60a5fa);
}

.bannerbg.video-cinema .banner-fade {
	pointer-events: none;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 28px;
	background: linear-gradient(180deg, transparent, #F5F6FA);
	z-index: 1;
}

/* 列表标题：不与 Hero 重叠，略作品牌色呼应 */
.video-page-main {
	position: relative;
	z-index: 2;
	padding-top: 4px;
}

.video-page-main .tm_comtitm {
	padding: 18px 0 12px;
	position: relative;
	z-index: 3;
}

.video-page-main .tm_comtitm_n {
	position: relative;
	padding-left: 12px;
}

.video-page-main .tm_comtitm_n:before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	bottom: 3px;
	width: 3px;
	border-radius: 2px;
	background: #0062ff;
}

/* 列表卡轻协调：圆角/阴影，不改布局宽度 */
.video-page-main .tm_comshow .tm_comlist {
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
	border: 1px solid rgba(15, 23, 42, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.video-page-main .tm_comshow .tm_comlist:hover {
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.video-page-main .tm_comshow .tm_comlist .tm_comsp {
	border-radius: 10px;
	overflow: hidden;
}

@media (max-width: 1240px) {
	.bannerbg.video-cinema .cinema-eyebrow,
	.bannerbg.video-cinema #persons.cinema-stage {
		width: auto;
		max-width: calc(100% - 40px);
	}
}

@media (max-width: 900px) {
	.bannerbg.video-cinema {
		min-height: 360px;
		padding: 20px 0 28px;
	}

	.bannerbg.video-cinema #persons .swiper-slide {
		width: 86%;
		max-width: 480px;
		height: 260px;
	}

	.bannerbg.video-cinema .cinema-card-title {
		font-size: 15px;
	}

	.bannerbg.video-cinema #persons .swiper-button-prev,
	.bannerbg.video-cinema #persons .swiper-button-next,
	.bannerbg.video-cinema #persons .cinema-nav {
		display: none;
	}

	.bannerbg.video-cinema .cinema-play {
		width: 52px;
		height: 52px;
		margin: -26px 0 0 -26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.bannerbg.video-cinema .cinema-card-media img,
	.bannerbg.video-cinema .cinema-play,
	.bannerbg.video-cinema .cinema-card-progress i,
	.video-page-main .tm_comshow .tm_comlist {
		transition: none !important;
		-webkit-animation: none !important;
		animation: none !important;
	}

	.bannerbg.video-cinema #persons .swiper-slide-active .cinema-card-media img,
	.bannerbg.video-cinema .cinema-card:hover .cinema-card-media img {
		transform: none;
	}
}
