* { padding: 0; margin: 0 }
body{margin: 15%;display: flex;flex-direction: column;justify-content: center;}
body, html{height: 100%;width:100%;margin:0 0 0 0;overflow:hidden hidden;}
#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 { background: #231F20 }/*画布背景颜色*/
.unity-mobile #unity-canvas { width: 100%; height: 100% }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }/*此元素不会被显示*/
#unity-logo { width: 1920px; height: 1200px;  background: url('Logo.jpg') no-repeat center;background-size: cover;position: relative; top: -20px; }
#unity-progress-bar-empty { width: 800px; height: 10px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty.png') no-repeat center;border: 1px solid #95a5a6;border-radius: 20px;position: absolute;top: 800px;left: 550px;}
#unity-progress-bar-full { width: 0; height: 10px;border-radius: 20px; background: url('progress-bar-full.png') no-repeat center;}
.wen1{font-size: 24px;color: white;position: absolute;top: 752px;left: 850px;}
.wenZi{position: absolute;top: 740px;left: 980px;color: white;font-size: 38px;}
button{color: #fff;width: 150px;height: 30px;margin-top: 10px;background: #899fe1;font-size: 20px;border-radius: 20px;border: 1px solid #eee}
#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 }
#unity-fullscreen-button { float: right; width: 80px; height: 80px; background: url('fullscreen-button.png') no-repeat center;background-size: 60px 60px;
    position: fixed; bottom: 0px;right: 0px }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
