  /*公共样式*/

  body {
      font-family: PingFangSC-Medium, PingFangSC-Regular, sans-serif;
      font-size: 0.24rem;
  }
  body, p, h1, h2, h3, h4, h5, h6, ul, dl, dd, dt, button {
      margin: 0px;
      padding: 0px;
      list-style: none;
  }
  body {
      background: #fff;
      overflow: hidden;
  }
  * {
      box-sizing: border-box;
  }
  button {
      border-radius: 0;
      color: #fff;
      border: 0;
      font-size: 0.36rem;
  }
  /*页面最大宽度设置*/

  .contant {
      min-width: 320px;
      max-width: 640px;
      margin: 0 auto;
      background: #fff;
      overflow: hidden;
      position: relative;
      text-align: center;
  }
  .tcent {
      text-align: center;
      z-index: 999;
  }
  .logo {
      width: 2.4rem;
      height: 2.4rem;
      margin-top: 1.3rem;
      margin-bottom: 0.4rem;
  }
  .textImg {
      width: 3rem;
      z-index: 99999;
  }
  .Bgs {
      position: absolute;
      width: 100%;
      bottom: -10vh;
      left: 0;
      display: block;
  }
  .btns {
      position: absolute;
      width: 6.3rem;
      left: 0.6rem;
      border-radius: 0.1rem;
      background: #fff;
      text-align: center;
      height: 0.9rem;
      line-height: 0.9rem;
      color: #54B565;
      font-size: 0.36rem;
  }
  .iosbtn {
      bottom: 4rem;
  }
  .androbtn {
      bottom: 2.4rem;
  }