
#unity-container {
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#unity-container.unity-desktop {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#unity-container.unity-mobile {
    /* width: 100%;height: 100%;    */
     width: 100vw;
    height: 100vh;
}

#unity-canvas {
    background: #231F20;
    /* width: 35vw;
    height: 35vh;
    margin-top: 50vh;
    margin-left: 35vw; */
}
/* #unity-container{
width: 50%;
position: absolute;
z-index: 9;
} */
/* .unity-mobile #unity-canvas {
    width: 100%;    height: 100%; 
    width: 100vw;
    height: 100vh;
}*/

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

#unity-logo {
    width: 249px;
    height: 225px;
    /* background: url('unity-logo-dark.png') no-repeat center */
    background: url('ceci.png') no-repeat center;

}

#unity-progress-bar-empty {
    width: 141px;
    height: 18px;
    margin-top: 10px;
    margin-left: 57.5px;
    background: url('progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-full-dark.png') no-repeat center
}

#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: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center;
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}
.limit-block {
    position: absolute;
    display: none;
    z-index: 999999999;
    background-color: #7D6756;
    width: 100vw;
    height: 100vh;
    background-image: url(desktop-portrait.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.bgDesktop {
    position: absolute;
    /* width: 100vw; */
    /* height: 100vh; */
    /* width: 1920px; */
    /* height: 1080px; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bgDesktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* contain */
    background-position: center;
}
.bgLogo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bgLogo.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.logo {
    position: absolute;
    /* width: 100vw; */
    /* height: 100vh; */
    width: 20vw;
    height: 50vh;
    background-image: url(logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
@media screen and (orientation: portrait) {
    .limit-block {
        /* display: flex; */    
            display: none;
    }
}

/* 針對橫向 */
@media screen and (orientation: landscape) {

    /* @media (min-width: 1200px) and (orientation: landscape) { */
    .limit-block {
        display: none;
    }
}
html,
body {
    /* 鎖住整個網頁，使其不能水平或垂直滾動 */
    overflow: hidden;
    /* overflow-x: hidden; */
}

/* .loginForm{
    position: absolute;
    top: 48%;
    left: 50%;
    transform: translate(-50%,-50%);
} */

/* .ceciInput {
    background-image: url("input1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 15px; /* 可选：添加填充以调整图像和输入框之间的间距 */
    /* border-radius: 22px;
    outline: none;
    font-size: 25px;
  } */ 
  /* .ceciButton {
    background-image: url("start.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    padding: 0;
    margin-left: 20%;
    margin-top: 20%;
    width: 214px;
    height: 107px;
    border: none;
    cursor: pointer;
  } */
  
