/*
* @Author: kingpoolee
* @Date:   2026-07-19 09:23:48
* @Last Modified by:   kingpoolee
* @Last Modified time: 2026-08-19 10:26:54
*/

/*#app {*/
/*	!*margin: 10px;*!*/
/*	background-color: gray;*/
/*	min-width: 334px;*/
/*	max-width: 1336px;*/
/*}*/

/*#header {*/
/*	box-shadow: 1px 1px 10px black;*/
/*}*/


.msg-box {
	position: absolute;
	margin: 200px auto;
	padding: 20px;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	z-index: 99999;
}