* {
  margin: 0;
  padding: 0;
}

/* 引入自定义字体 */
@font-face {
  font-family: 'MyCustomFont';
  src: url('./DIN Alternate Bold.ttf') format('truetype');
}

.downapp {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.downapp_bg {
  width: 100%;
  height: 7.08rem;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.downapp .normalBg {
  background-image: url("../img/normalBg.png");
}

.downapp .concernbg {
  position: relative;
  margin-top: -3.3rem;
}

.downapp .concernbg_bot {
  width: 6.86rem;
  height: 2.18rem;
}

.downapp .concernbg_text {
  width: 6.69rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #1f4891;
  line-height: 0.4rem;
  position: absolute;
  top: 0.32rem;
  display: block;
  transform: translateX(-50%);
  left: 50%;
  text-align: center;
}

.downapp .down {
  margin-top: -1.5rem;
  position: relative;
  z-index: 999;
}

.downapp .tips {
  color: #999eac;
  font-size: 0.24rem;
  width: 6.86rem;
  margin-top: 0.4rem;
  line-height: 0.32rem;
  margin-bottom: 0.5rem;
}

.downapp .tips img {
  width: 0.2rem;
  display: inline-block;
  vertical-align: middle;
}

.downapp .down {
  width: 6.86rem;
  padding: 0.53rem 0rem 0.38rem 0rem;
  background: #ffffff;
  box-shadow: 0rem 0.21rem 0.24rem 0rem rgba(28, 74, 185, 0.05);
  border-radius: 0.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.downapp .down__fix {
  width: 2.1rem;
  height: 3.14rem;
  position: absolute;
  top: 0;
  right: 0;
}

.downapp .down__logo {
  width: 2.78rem;
  height: 2.22rem;
  margin-top: 0.2rem;
}

.downapp .down__pro {
  width: 5.58rem;
  height: 1.72rem;
  margin-top: 0.6rem;
}

.downapp .down__btn {
  width: 6.42rem;
  height: 1.04rem;
  background: linear-gradient(317deg, #3f77ff 0%, #0062ff 100%);
  box-shadow: 0rem 0.08rem 0.2rem 0rem rgba(61, 93, 201, 0.46);
  border-radius: 0.52rem;
  line-height: 1.04rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 0.34rem;
  margin: 0.44rem auto;
}

.downapp .down__btn img {
  width: 0.32rem;
  height: 0.32rem;
  margin-right: 0.1rem;
}

.downapp .down__tip {
  color: #0062ff;
  font-size: 0.24rem;
}

#fixbg {
  width: 101%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url('../img/fixbg.png?a=1');
  position: fixed;
  left: 0;
  top: 0;
  display: block;
  z-index: 1000;
}