/* 澳门六合彩开奖视频页 */
.macau-video-page {
	max-width: 1200px;
	margin: 0 auto 24px;
	padding: 0 12px 24px;
	box-sizing: border-box;
	text-align: left;
}

.macau-video-main {
	display: flex;
	gap: 16px;
	align-items: flex-start;
}

.macau-video-left {
	flex: 1;
	min-width: 0;
}

.macau-video-tabs {
	display: flex;
	border: 1px solid #e0e0e0;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	background: #fff;
}

.macau-video-tabs a {
	flex: 1;
	text-align: center;
	padding: 12px 8px 10px;
	font-size: 16px;
	color: #666;
	background: #fff;
	border-bottom: 3px solid transparent;
}

.macau-video-tabs a small {
	display: block;
	font-size: 12px;
	color: #999;
	margin-top: 4px;
}

.macau-video-tabs a.active {
	color: #1a9b4b;
	font-weight: 600;
	border-bottom-color: #1a9b4b;
	background: #f6fff9;
}

.macau-video-player-wrap {
	background: #111;
	border: 1px solid #e0e0e0;
	border-top: none;
	position: relative;
	min-height: 420px;
}

.macau-video-player-wrap video {
	width: 100%;
	height: 420px;
	background: #000;
	display: block;
	object-fit: contain;
}

.macau-video-placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 24px;
	color: #ff4d4f;
	text-align: center;
	font-size: 15px;
	line-height: 1.7;
	z-index: 2;
}

.macau-video-placeholder.hidden {
	display: none;
}

.macau-video-refresh {
	margin-top: 16px;
	padding: 8px 28px;
	border: 1px solid #ff4d4f;
	color: #ff4d4f;
	background: transparent;
	border-radius: 4px;
	cursor: pointer;
	font-size: 14px;
}

.macau-video-refresh:hover {
	background: rgba(255, 77, 79, 0.08);
}

.macau-video-meta {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	padding: 10px 14px;
	background: #fafafa;
	border: 1px solid #e0e0e0;
	border-top: none;
	font-size: 13px;
	color: #666;
}

.macau-video-meta .line-name {
	color: #1a9b4b;
}

.macau-video-toggle {
	display: block;
	width: 140px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	background: #1a9b4b;
	color: #fff;
	font-size: 14px;
	border-radius: 0 0 8px 8px;
	cursor: pointer;
	user-select: none;
}

.macau-video-toggle.collapsed::after {
	content: ' ▼ 展开直播';
}

.macau-video-toggle::after {
	content: ' ▲ 收起直播';
}

.macau-video-player-wrap.is-collapsed {
	display: none;
}

.macau-video-result {
	margin-top: 14px;
	border: 2px solid #1a9b4b;
	border-radius: 8px;
	background: #fff;
	padding: 14px 16px 12px;
}

.macau-video-result-hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	font-size: 14px;
	margin-bottom: 12px;
}

.macau-video-result-hd .issue {
	color: #1a9b4b;
	font-weight: 600;
}

.macau-video-result-hd .countdown {
	color: #f8223c;
}

.macau-video-result-hd .history-link {
	color: #1a9b4b;
}

.macau-video-balls {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
	gap: 6px;
}

.macau-video-balls .ball-item {
	text-align: center;
	width: 52px;
}

.macau-video-balls .ball {
	width: 44px;
	height: 44px;
	line-height: 44px;
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin: 0 auto;
}

.macau-video-balls .ball.red {
	background: #f8223c;
}

.macau-video-balls .ball.green {
	background: #1fc26b;
}

.macau-video-balls .ball.blue {
	background: #0093e8;
}

.macau-video-balls .ball.plus {
	background: transparent;
	color: #333;
	font-size: 22px;
	line-height: 44px;
	width: auto;
}

.macau-video-balls .attr {
	font-size: 12px;
	color: #666;
	margin-top: 4px;
	line-height: 1.3;
}

.macau-video-result-ft {
	margin-top: 12px;
	text-align: center;
	font-size: 13px;
	color: #f8223c;
}

.macau-video-side {
	width: 215px;
	flex-shrink: 0;
}

.macau-video-side .ltrt {
	width: 215px;
	background: #fff;
}

.macau-video-side .ltrt div {
	height: 40px;
	color: #333;
	border-bottom: 1px solid #e6e6e6;
}

.macau-video-side .ltrt div h1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-left: 15px;
}

.macau-video-side .ltrt ul {
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 0 10px 13px;
}

.macau-video-side .ltrt ul li {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px;
}

.macau-video-side .ltrt ul li a:hover {
	color: red;
}

@media (max-width: 960px) {
	.macau-video-main {
		flex-direction: column;
	}
	.macau-video-side {
		width: 100%;
	}
	.macau-video-side .ltrt {
		width: 100%;
	}
}
