body { padding: 0; margin: 0;overflow: hidden; }
#unity-container { position: absolute; text-align: center; }
#unity-container.unity-desktop { width: 100%; height: 100%  }
#unity-container.unity-mobile { width: 100%; height: 100% }
#unity-canvas { background: url('load.png'); background-size: 100% 100%; }
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#browerHint{position: absolute; width: 100vw; top: 92%; font-size: 30px; color: red; text-align: center; }/*下方推荐文字*/
#unity-loading-bar { position: absolute; left: 50%; top: 80%; transform: translate(-50%, -51%); display: none }
#unity-progress-bar-empty { width: 50vw; height: 18px; margin-top: 10px; background: white ; text-align: center; border-radius: 10px;}/*进度条背景*/
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: rgb(17, 173, 235) ; text-align: center; border-radius: 5px;}/*进度条前景*/
#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
