#progress {
  top: 0;
  position: fixed;
  width: 100%;
  height: 0.3rem;
  text-align: left;
  z-index: 9999;
}

#progress .line {
  width: 0%;
  height: 0.3rem;
  background-color: #09f;
}

::-webkit-scrollbar {
  width: 0rem;
}
