html,
body {
  width: 100vw;
  height: 100vh;
  padding: 0px;
  margin: 0px;
  position: relative;
}
.glscene {
  height: 100vh;
  width: 100vw;
  padding-right: 240px;
}
.rightBar {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100vh;
  width: 240px;
  border-left: 1px #8c8c8c solid;
  box-shadow: 0px 3px 20px 0px #d0d0d0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: space-between;
}
.icpBomBox {
  font-size: 0.75rem;
  color: #666666;
}
.icpBomBox a {
  color: #666666;
}
