html{touch-action:manipulation}body,html{height:100%;margin:0;padding:0;overflow:hidden;user-select:none;-webkit-user-select:none;color:#777;background:#111;text-rendering:optimizeLegibility;font:12pt/1.6 AppleSDGothicNeo-UltraLight,PingFangHK-Ultralight}#main{width:100%;height:100%;user-select:none;-webkit-user-select:none;background:0 0;position:relative;z-index:1}.bg{width:100%;height:80vh;color:#fff;font-size:20px;font-weight:100;padding:0 0 20vh;position:absolute;bottom:0;left:0;z-index:0;display:flex;justify-content:center;align-items:flex-end;transition:all 1s}#loadingCircle{position:absolute;bottom:125px;width:100px;height:100px;border:2px solid #ecc31b;border-left-color:#a06409;border-radius:50%;animation:loadAni 2s infinite}@keyframes loadAni{from{transform:rotate(0)}to{transform:rotate(360deg)}}