.loading {
  width: 100%;
  height: 100vh;
  background: url("../static/loading/loading-bg.png") no-repeat center/cover;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: center;
  position: relative;
}
.loading .image-1 {
  margin-top: 40px;
  width: 961px;
  height: 571px;
}
.loading .image-2 {
  margin-top: 40px;
  width: 405px;
  height: 114px;
}
.loading .txt-1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 25px;
  color: #fff;
  margin-top: 30px;
}
.loading .txt-2 {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
}
.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 .loadingInfo .subTitle {
  font-weight: 400;
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 37px;
}
.loading .mock {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.loading .mock .frame {
  width: 550px;
  height: 35px;
  background: url("../static/loading/frame.png") no-repeat;
  background-size: 100%;
  position: relative;
}
.loading .mock .frame .gif1 {
  margin: 7px 0 0 14px;
  width: 0px;
  height: 20px;
  background: url("../static/loading/thumb.png") no-repeat;
  background-size: cover;
}
.loading .mock .frame .qiu {
  position: absolute;
  top: -10px;
  left: 0;
  width: 54px;
  height: 54px;
  margin-left: -27px;
}
.loading .mock div {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  margin-bottom: 24px;
}
.loading .mock .bfb {
  font-family: Montserrat;
  font-size: 32px;
  font-weight: 900;
  line-height: 78px;
  text-align: center;
}

.loadingMask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loadingMask .progress {
  position: relative;
  width: 200px;
  height: 20px;
  border-radius: 20px;
  background: #dfdfdf;
  border: 1px solid #fdbe00;
}
.loadingMask .progress::before {
  position: absolute;
  width: 0;
  height: 100%;
  background: blueviolet;
  content: "";
  border-radius: 20px;
  animation: aw 5s forwards linear;
}
.loadingMask .proTxt {
  display: flex;
  align-items: baseline;
  margin-top: 10px;
  color: white;
}
.loadingMask .proTxt .txt {
  font-size: 40px;
  font-weight: 700;
}
.loadingMask .proTxt i {
  font-size: 20px;
  font-weight: 500;
}

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

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