#app,
body,
html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

#app {
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background-color: black;
  color: white;
}

#nav {
  padding: 30px
}

#nav a {
  font-weight: 700;
  color: #2c3e50
}

#nav a.router-link-exact-active {
  color: #42b983
}

.loading_div {
  width: 100vw;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  background: rgba(139, 138, 138, .5);
  pointer-events: all
}

#unitmodel {
  pointer-events: none;
  position: absolute;
  max-width: 100%;
  max-height: 100%
}

.unit_info_model {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1)
}

.home {
  overflow: hidden
}

.home,
.model {
  width: 100%;
  height: 100%
}

.btnlist {
  position: absolute;
  right: 10vw;
  bottom: 10vh;
  font-weight: 600;
  cursor: pointer
}

.btns {
  background: #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 6px 2px;
  padding: 2px 10px;
  margin: 10px
}

.title {
  position: absolute;
  top: 10px;
  left: 10px;
  display: none;
}