.loading {
  width: 100%;
  height: 100vh;
  background: #0d0d0d;
}
.loading .loadingCon {
  background: url("../images/loading/loading_bg.webp") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  position: relative;
  padding-top: 0.7rem;
}
.loading .logo {
  width: 1.66rem;
  height: 1.49rem;
}
.loading .loading-img {
  position: relative;
  top: -0.7rem;
}
.loading .loadingInfo {
  position: relative;
  top: -0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loading .loadingInfo .mainTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 0.4rem;
  color: #FFFFFF;
  margin-bottom: 0.2rem;
}
.loading .loadingInfo .mainTitle b {
  color: #FDBE00;
}
.loading .loadingInfo .subTitle {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 0.28rem;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.loading .progressCon {
  position: relative;
  bottom: 0.347rem;
  width: 6rem;
  height: 0.46rem;
  background: url("../images/loading/loading_progress_bg.png") no-repeat center;
  background-size: cover;
}
.loading .progressCon .progress {
  position: relative;
  top: 0.1rem;
  left: 0.23rem;
  width: 5.5rem;
  height: 0.26rem;
  border-radius: 0.06rem;
}
.loading .progressCon .progress::before {
  position: absolute;
  width: 0;
  height: 100%;
  background: radial-gradient(69.09% 58.82% at 50% 50%, #FDC83F 0%, #E97015 100%);
  box-shadow: 0 0.04rem 0.04rem 0 rgba(253, 148, 31, 0.7490196078) inset;
  content: "";
  border-radius: 0.06rem;
  animation: aw 3s forwards linear;
}
.loading .progressCon .progress .proTxt {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 10;
  position: relative;
  color: #fff;
  animation: aw 3s forwards linear;
}
.loading .progressCon .progress .proTxt .txt {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.25rem;
  line-height: 0.32rem;
}
.loading .progressCon .progress .proTxt i {
  font-family: "Roboto", sans-serif;
  font-size: 0.25rem;
  font-weight: 400;
}

@keyframes aw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/*# sourceMappingURL=loading.css.map */
