/* 留言提交提示弹窗（MAC.Pop.Msg）— 仅留言页引入，不改动主主题 CSS */
.mac_pop_msg_bg {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99998;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
}
.mac_pop_msg {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	box-sizing: border-box;
	padding: 14px 24px;
	border-radius: 6px;
	background-color: #020517;
	border: 1px solid rgba(228, 189, 24, 0.25);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.45);
	transform: translate(-50%, -50%);
}
.mac_pop_msg .pop-msg {
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #f0f0f0;
	word-break: break-word;
}
