@charset "UTF-8";
.loading {
  width: 100%;
  height: 100vh;
  background: url("../images/loading/loading-bg.webp") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  position: relative;
}
.loading .image-2 {
  margin-top: 0.88rem;
  width: 405px;
  height: 114px;
}
.loading .loadingInfo {
  position: absolute;
  bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.loading .loadingInfo h1 {
  font-weight: 700;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 20px;
}
.loading .loadingInfo h1 b {
  color: #fdbe00;
}
.loading .mock {
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  bottom: 0.5rem;
  background-color: transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  color: white;
}
.loading .mock .mainTitle {
  font-weight: 700;
  font-size: 28px;
  line-height: 25px;
  text-align: center;
}
.loading .mock .subTitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  margin: 0.17rem 0 0.13rem;
}
.loading .mock .bfb {
  font-weight: 900;
  font-size: 24px;
  line-height: 29.26px;
  text-align: center;
  text-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.6);
  margin-bottom: 0.07rem;
}
.loading .mock .frame {
  width: 3.25rem;
  height: 0.2rem;
  background-color: white;
  border-radius: 0.2rem;
  background-size: 100%;
  position: relative;
}
.loading .mock .frame .gif1 {
  width: 0;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: linear-gradient(167.57deg, #66D2FF 15.95%, #9EDDFF 27.31%, #5EADFF 63.7%, #C0D6FB 98.94%, #D8E5FF 129.63%);
  background-size: cover;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2509803922), inset 0 2px 4px 0 rgba(0, 0, 0, 0.3411764706), inset 0px -2px 4px 0px rgba(255, 255, 255, 0.5607843137); /* 内部阴影（下方） */
}
.loading .mock .frame .qiu {
  position: absolute;
  top: -0.02rem;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: -0.2rem;
}

@keyframes aw {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes rotate360 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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