#LoadingPage {
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  visibility: hidden; /*一开始先隐藏loading页*/
}

#lp_container {
  z-index: 100;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
}

#lp_bg {
  position: absolute;
  left: -1000px;
  top: 0px;
}

#lp_barbg {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#lp_barwrap {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 0px;
  overflow: hidden;
  /* background-color: black; */
}

#lp_bar {
  position: absolute;
  left: 0px;
  bottom: 0px;
}

#lp_percent {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 36px;
  line-height: 36px;
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-shadow: -1px 1px 1px #000, 1px 1px 1px #000,1px -1px 1px #000,-1px -1px 1px #000;
}

#lp_tips {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 700px;
  height: auto;
  line-height: 30px;
  font-family: Microsoft YaHei;
  font-size: 26px;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  text-shadow: 3px 3px 1px rgba(0, 0, 0, 0.2);
  word-break: break-all;
}

#lp_logo {
  position: absolute;
  left: 0px;
  top: 0px;
}