/* 手机端澳门六合彩开奖视频 */
.macau-video-page {
	margin-top: 1.1rem;
	background: #fff;
}

.macau-video-player-wrap {
	position: relative;
	background: #111;
	width: 100%;
	height: 4.3rem;
	overflow: hidden;
}

.macau-video-player-wrap video {
	width: 100%;
	height: 4.3rem;
	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: 0.2rem;
	color: #ff4d4f;
	text-align: center;
	font-size: 0.14rem;
	line-height: 1.6;
	z-index: 2;
}

.macau-video-placeholder.hidden {
	display: none;
}

.macau-video-refresh {
	margin-top: 0.16rem;
	padding: 0.08rem 0.28rem;
	border: 1px solid #ff4d4f;
	color: #ff4d4f;
	background: transparent;
	border-radius: 0.04rem;
	font-size: 0.14rem;
}

.macau-video-meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.1rem 0.15rem;
	background: #fafafa;
	border-bottom: 1px solid #e8e8e8;
	font-size: 0.12rem;
	color: #666;
}

.macau-video-meta .line-name {
	color: #1a9b4b;
}

.macau-video-mute {
	border: 0;
	background: transparent;
	font-size: 0.2rem;
	padding: 0;
}

.macau-video-result {
	padding: 0.12rem 0.15rem 0.18rem;
	border-top: 2px solid #1a9b4b;
}

.macau-video-result-hd {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.06rem;
	font-size: 0.13rem;
	margin-bottom: 0.1rem;
}

.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: 0.04rem;
}

.macau-video-balls .ball-item {
	text-align: center;
	width: 0.42rem;
}

.macau-video-balls .ball {
	width: 0.36rem;
	height: 0.36rem;
	line-height: 0.36rem;
	border-radius: 50%;
	color: #fff;
	font-size: 0.14rem;
	font-weight: 600;
	margin: 0 auto;
	display: block;
}

.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: 0.18rem;
	line-height: 0.36rem;
	width: auto;
}

.macau-video-balls .attr {
	font-size: 0.1rem;
	color: #666;
	margin-top: 0.02rem;
	line-height: 1.2;
	display: block;
}

.macau-video-result-ft {
	margin-top: 0.1rem;
	text-align: center;
	font-size: 0.12rem;
	color: #f8223c;
}
