/* 香港彩开奖视频页：复用澳彩下方功能区，舞台为完整动画 iframe */
.hk-video-stage {
	position: relative;
	width: 100%;
	aspect-ratio: 984 / 628;
	background: #2a0a4a;
	border: 1px solid #e0e0e0;
	border-top: none;
	overflow: hidden;
}

.hk-animate-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	background: #111;
}

.hk-video-stage.is-collapsed {
	display: none;
}

/* 直播画面盖在动画舞台的视频洞上（与澳彩中间窗比例一致） */
.hk-live-player-wrap {
	position: absolute;
	left: 6.6%;
	top: 16.8%;
	width: 64.6%;
	height: 57%;
	border: 4px solid #fff;
	border-radius: 5px;
	box-sizing: border-box;
	background: #000;
	overflow: hidden;
	z-index: 8;
	display: none;
}

.hk-live-player-wrap.is-active {
	display: block;
}

.hk-live-player-wrap video,
.hk-live-flv-box,
.hk-node-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	background: #000;
	object-fit: contain;
	z-index: 2;
}

.hk-live-flv-box {
	overflow: hidden;
}

.hk-live-flv-box > .jessibuca-container,
.hk-live-flv-box > div {
	width: 100%;
	height: 100%;
}

/* 已换 hksixmark 无水印源；遮罩默认关闭，仅作备用钩子 */
.hk-live-ad-cover {
	display: none;
}

/* 港彩底部提示：与澳彩同位置，盖住期号紫框且文字不裁切 */
.hk-video-stage > .macau-video-wait-info {
	z-index: 9;
	left: 15.5%;
	top: 76%;
	bottom: auto;
	width: 43%;
	min-height: 10.5%;
	max-height: none;
	overflow: visible;
}

.hk-video-stage.is-playing-live > .macau-video-wait-info {
	display: none !important;
}
