body { padding: 0; margin: 0 }
#wudi3d-container { position: absolute }
#wudi3d-container.wudi3d-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#wudi3d-container.wudi3d-mobile { position: fixed; width: 100%; height: 100% }
#wudi3d-canvas { background: #231F20 ; border: none;outline: none;  box-shadow: none; }
.wudi3d-mobile #wudi3d-canvas { width: 100%; height: 100% }
#wudi3d-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#wudi3d-logo { width: 154px; height: 130px; background: url('wudi3d-logo-dark.png') no-repeat center }
#wudi3d-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#wudi3d-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#wudi3d-footer { position: relative }
.wudi3d-mobile #wudi3d-footer { display: none }
#wudi3d-logo-title-footer { float:left; width: 102px; height: 38px; background: url('wudi3d-logo-title-footer.png') no-repeat center }
#wudi3d-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px }
#wudi3d-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#wudi3d-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

html,body{margin:0;padding:0;overflow:hidden;}
.unityContainer{width: 100%; height: 100%;}
#loading{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0,0,0,1);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #fff;
}
#introduce{
  font-size: 18px;
  margin-top: 20px;
}
#fps{
  position: absolute;
  top: 10px;
  right:10px;
  z-index: 9999;
  color: #fff;
}

#photo{
  position: absolute;
  top:50px;
  bottom:50px;
  left: 200px;
  right:200px;
  z-index: 9999;
  display: none;    
}
#wudi3d{
  width: 100%;
  height: 100%;
  border: none;
  outline: none;  
  box-shadow: none;
  display: none;
}
#close{
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9999;
  width: 30px;
  height: 30px;
  display: none;
  cursor: pointer;
}
@media (hover: none){
  #photo{
    position: absolute;
    top:0px;
    bottom:0px;
    left: 0px;
    right:0px;
    z-index: 9999;
    display: none;    
  }
}
