html, body { padding: 0; margin: 0; overflow: hidden; width: 100%; height: 100%; }
#unity-container { position: absolute;width: 100%; height: 100%;}
#unity-container.unity-desktop { display: flex; justify-content: center;}
#unity-canvas { background: #000000;width: 100%; height: 100%; margin: auto; }
/* #unity-loading-bar { position: absolute;  top: 0; width: 100%; height: 100%;} */
#unity-loading-bar { position: absolute; top: 0; width: 100%; height: 100%; margin: auto; background: url('bg.jpg') no-repeat center center; background-size: auto 100%; } 
/* #unity-logo { position: absolute; margin: auto; background: url('logo.png'); left: 50%; top: 50%; transform: translate(-50%, -50%); background-repeat: no-repeat; } */
#unity-progress-bar-empty { 
	position: absolute;
    width: 70%;
    height: 5.6vh;
    bottom: 16%;
    display: block;
    border-image-source: url('progress-bar-empty.png'); /* 设置九宫格拉伸的图片 */
	border-image-slice: 0 60 0 60 fill;
	border-image-width: 0 3vw 0 3vw;
	border-image-repeat: stretch;
	left: 15%;
	padding: 0 0.8vh;
} 
#unity-progress-bar-full { 
	width: 0;
	height: 4.4vh; 
	margin-top: 0.7vh; 
	border-image-source: url('progress-bar-full.png');
	border-image-slice: 0 40 0 40 fill;
	border-image-width: 0 2.2vw 0 2.2vw;
	border-image-repeat: stretch;
	box-sizing: border-box;
}

#progress-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	font-size: 3vh;
	pointer-events: none;
	white-space: nowrap;
}

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-webgl-logo { float:left; width: 204px; height: 38px; background: url('webgl-logo.png') no-repeat center }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
/* #rotate-button { position: absolute;display: block;bottom:0px; right:100px; width: 68px; height: 68px; background: url('btn_change.png') no-repeat center } */
/* #fullscreen-button { position: absolute;display: block;bottom:0px; left:0; width: 68px; height: 68px; background: url('fullscreen-button.png') no-repeat center } */
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
