body {
  background: #A43B2D;
  color: #fff;
}

.m-home {
  padding-bottom: 0.5rem;
}

.m-home .download {
  top: 12.06rem;
}

.m-home .download .btn {
  width: 4.58rem;
  animation: a-loop 0.6s infinite linear;
  transform: scale(1.06);
}

.m-home .info {
  font-size: 0.32rem;
  line-height: 1.5;
  margin-top: 0.4rem;
  padding: 0 0.3rem;
}

.m-home .info a {
  color: #26D0FC;
  text-decoration: underline;
}

.m-innerPage {
  padding: 0.8rem 0.3rem;
  text-align: left;
}

.m-innerPage .tit {
  font-size: 0.76rem;
  margin-bottom: 0.7rem;
  line-height: 1.2;
}

.m-innerPage .info {
  font-size: 0.32rem;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}


/* 弹窗 */
.m-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  display: none;
}

.m-popup .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.m-popup .cont {
  width: 6.54rem;
  padding: 0.48rem;
  border-radius: 0.48rem;
  background: #090C23;
  margin: 30vh auto 0;
}

.m-popup .speed {
  width: 2.48rem;
  height: 0.6rem;
  color: #8487A3;
  border: 1px solid #8487A3;
  border-radius: 0.16rem;
}

.m-popup .tit {
  font-size: 0.56rem;
  font-weight: 500;
}

.m-popup .safe {
  width: 2rem;
  height: 0.6rem;
  border-radius: 99px;
  border: 1px solid rgba(0, 229, 110, 0.3);
  background: rgba(0, 229, 110, 0.10);
}

.m-popup .jdt {
  width: 4.76rem;
  height: 0.96rem;
  border-radius: 0.5rem;
  background: #19193B;
  overflow: hidden;
}

.m-popup .jdt .bar {
  background: #0D86FF;
  height: 100%;
  width: 0%;
}

.ico-fast {
  width: 0.8rem;
  margin-right: 0.06rem;
}

.ico-safe {
  width: 0.4rem;
  margin-right: 0.06rem;
}

.f-mt32 {
  margin-top: 0.32rem;
}

.u-btn3 {
  font-weight: 500;
  width: 4.76rem;
  height: 0.96rem;
  line-height: 0.96rem;
  border-radius: 0.4rem;
  font-size: 0.32rem;
  background: linear-gradient(180deg, #2f96ff 0%, #006ede 100%);
}