.webgl-content * {border: 0; margin: 0; padding: 0}
.webgl-content {position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}

/* .webgl-content .logo, .progress {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.webgl-content .logo {background: url('progressLogo.Light.png') no-repeat center / contain; width: 154px; height: 130px;}
.webgl-content .progress {height: 18px; width: 141px; margin-top: 90px;}
.webgl-content .progress .empty {background: url('progressEmpty.Light.png') no-repeat right / cover; float: right; width: 100%; height: 100%; display: inline-block;}
.webgl-content .progress .full {background: url('progressFull.Light.png') no-repeat left / cover; float: left; width: 0%; height: 100%; display: inline-block;}

.webgl-content .logo.Dark {background-image: url('progressLogo.Dark.png');}
.webgl-content .progress.Dark .empty {background-image: url('progressEmpty.Dark.png');}
.webgl-content .progress.Dark .full {background-image: url('progressFull.Dark.png');}

.webgl-content .footer {margin-top: 5px; height: 38px; line-height: 38px; font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 18px;}
.webgl-content .footer .webgl-logo, .title, .fullscreen {height: 100%; display: inline-block; background: transparent center no-repeat;}
.webgl-content .footer .webgl-logo {background-image: url('webgl-logo.png'); width: 204px; float: left;}
.webgl-content .footer .title {margin-right: 10px; float: right;}
.webgl-content .footer .fullscreen {background-image: url('fullscreen.png'); width: 38px; float: right;} */

/* 加载中整体 */
.loading{
  user-select: none;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  background: url("bg.png") no-repeat top/cover;
}



.loading>.logo{
  width: 2.83rem;
  position: absolute;
  left:0.2rem;
  margin:auto;
  top: 0.35rem;
}
.loading>.title{
  width: 13.68rem;
  position: absolute;
  left: 0rem;
  right: 0;
  margin: auto;
  top: 2.8rem;
  height: auto;
}
.loading .progress{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  bottom: 2rem;
  font-size: 0.28rem;
  color:#fff
}
/* 进度条背景 */
.loading .progress .bar{
  margin-top: 0.3rem;
  position: relative;
  width: 11.54rem;
  height: 0.38rem;
  background: url("progressEmpty.png") no-repeat center;
  background-size: cover;
}
/* 正在加载中 */
.loading .progress .bar .title{
 position: absolute;
 left: 0;
 top: -0.6rem;
}
/* 右边数字 */
.loading .progress .bar .number{
  position: absolute;
  right: -1rem;
  top:0;
  bottom: 0;
  margin: auto;
 }

 /* 进度条进度 */
.loading .progress .bar .full{
  position: absolute;
  top: 0.04rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 11.46rem;
  height: 0.3rem;
}
.loading .progress .bar .full .img{
  position: absolute;
  top: 0rem;
  left: 0;
  width: 0;
  height: 100%;
  background: url("progressFull.png") no-repeat center/cover;
}

/*底部信息*/
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-flow: column;
  width: 100%;
}

.footer_info {
  background: #112d48;
  color: #fff;
  font-size: 0.14rem;
  padding: 0.06rem 0;
}

.footer_info > p {
  color: #fff;
  text-align: center;
}

.div_xiazai {
  padding: 0.16rem 0;
  width: 100%;
  text-align: center;
  background: #0c1e2f;
  color: #fff;
  font-size: 0.12rem;
}

.div_xiazai p span {
  margin: 0 0.1rem;
}

.div_xiazai a {
  color: #F87F0F;
}

.div_xiazai a:hover {
  color: #f6c121;
  text-decoration: underline;
}
