.LoadingBoxTop {
  position: fixed;
  top: 2px;
  left: calc(50% - 50px);
  width: 100px;
  height: 30px;
  line-height: 20px;
  box-sizing: border-box;
  padding: 5px 10px;
  color: rgb(255, 255, 255);
  background-color: rgba(30, 144, 255, 0.8);
  font-size: 0.87rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: none;
  border-radius: 2px;
  z-index: 10;
}
