.app-container{width:100vw;height:100vh;height:-webkit-fill-available;display:flex;justify-content:center;align-items:center;background-color:#000;overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}@supports (-webkit-touch-callout: none){.app-container{height:calc(var(--vh, 1vh) * 100)}}.game-wrapper{position:relative;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.cocos-container{position:relative;background-color:#000;display:flex;justify-content:center;align-items:center;overflow:hidden;margin:0 auto;transform-origin:center center;will-change:transform;max-width:100%;max-height:100%}.pc{width:100%;height:100%;margin:0 auto}.pc .cocos-container{width:750px;height:1292px;overflow:hidden;box-shadow:0 0 20px #00000080;z-index:10}.pc-background{position:absolute;top:0;left:0;width:100vw;height:100vh;background-image:url(/bg.jpg);background-size:cover;background-position:center;z-index:1}.mobile{width:100%;height:100%}.mobile .cocos-container{width:100vw;height:100vh;height:-webkit-fill-available;max-width:100vw;max-height:100vh;overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}@supports (-webkit-touch-callout: none){.mobile .cocos-container{height:calc(var(--vh, 1vh) * 100)}}
