body { 
	background: #231F20;
	background-image: url("loading.jpg"); 
	background-attachment: fixed; 
	background-size: cover; 
	background-position: center;
}
#unity-container { 
	position: absolute; 
}
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { cursor: url("shubiao.png"), auto !important; }
.unity-mobile #unity-canvas { 
	width: 100%; height: 100%;
}
#unity-loading-bar { width: 80%; position: absolute; left: 50%; top: 85%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { 
	width: 100%; height: 18px; 
	background-repeat: no-repeat;
	background-size: 100% 100%; /* 先让背景图铺满容器 */
	background-clip: content-box; /* 仅显示内容区域的背景 */
	border: 2px solid; /* 边框宽度，用于创建边缘拉伸区域 */
	padding: 2px; /* 内边距，用于创建中间不拉伸区域 */
	box-sizing: border-box; /* 确保padding和border不影响内容区域大小 */
}
#unity-progress-bar-full { width: 10%; height: 18px; background: url('progress-bar-full-dark.png'); no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 60%; transform: translate(-50%); background: white; padding: 10px; display: none }
#unity-loading-text {
	color: white;
	font-size: 16px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	margin-top: 10px;
	z-index: 10;
	position:center;
}


html,body{margin:0;padding:0;overflow:hidden;}
.unity-container{width:100%;height:100%;}
