body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-progress-bar-empty { position: relative; height: 10px; width: 800px; bottom: -110px; border: 1px solid #fff; border-radius: 30px; }
#unity-progress-bar-full { width: 0; height: 100%; border-radius: 30px; background-color: #febd1b; }
#unity-process-tip { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #ff0; height: 38px; line-height: 38px; margin-top: 150px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px; }
