* {
  margin: 0;
  padding: 0;
}
html {
  font-size: calc(100vw / 7.5) !important;
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB,
    Lantinghei SC, Microsoft YaHei, Source Han Sans CN, Heiti SC,
    WenQuanYi Micro Hei, sans-serif, DIN;
}

html,
body {
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* >>>>>> start 下载banner */
.loadBannerBaker {
  height: 1.24rem;
  width: 100%;
  background: #ffffff;
  box-shadow: 0 0.02rem 0 0 #ebebeb;
  background-image: url("https://fintechapp-prd-1258285289.file.myqcloud.com/static_files/favico/icon_launch_app.png");
  background-repeat: no-repeat;
  background-size: 0.84rem 0.84rem;
  background-position: 0.32rem center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: space-between;
  /* z-index: 1;
  position: fixed;
  top: 0; */
}
.loadTextBaker {
  margin-left: 1.4rem;
}
.loadTextBaker > p:first-of-type {
  font-size: 0.32rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.16rem;
}
.loadTextBaker > p:nth-of-type(2) {
  font-size: 0.24rem;
  font-weight: 400;
  color: #858585;
  line-height: 0.24rem;
}
.loadBtnBaker {
  width: 1.56rem;
  height: 0.6rem;
  background: #234bf8;
  border-radius: 0.3rem;
  box-shadow: 0 0.04rem 0.2rem 0 rgba(35, 75, 248, 0.3);
  font-size: 0.28rem;
  color: #fff;
  margin-right: 0.32rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
