body,
html {
  height: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: PingFangSC-Light, -apple-system, "Noto Sans", "Helvetica Neue", Helvetica, sans-serif;
  background-color: #F5F5F5;
}

.app-show {
  display: block;
}

.weui-toast.weui-toast_text {
  width: auto;
  height: auto;
  border-radius: 5vw;
  padding: 2vw;
  bottom: 30vw;
  top: auto;
  background: RGB(0, 0, 0, 0.75);
}


body,
html {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}

body {
  background: url(../images/beplay222.jpg) no-repeat top center;
  background-size: cover;
}

.app-content {
  position: fixed;
  width: 100%;
  bottom: 150px;
  display: grid;
}

.app-logoimg {
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.app-yuming {
  border: 2px solid #FFF;
  border-radius: 30px;
  width: 300px;
  margin: 0 auto;
  position: relative;
  height: 46px;
  cursor: pointer;
}

.app-yuming img {
  width: 180px;
  margin: 10px 20px;
}

.app-fangwen {
  position: absolute;
  background: #FFF;
  color: #001F3B;
  line-height: 49px;
  font-size: 18px;
  border-radius: 30px;
  right: -1px;
  top: -1px;
  width: 85px;
  font-weight: 600;
  text-align: center;
}

.weui-flex__item {
  padding: 0 5px;
}

.weui-flex__item img {
  width: 100%;
  cursor: pointer;
}

.app-zanzhu {
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
}

.app-saishi {
  width: 350px;
  margin: 0 auto;
  margin-top: 10px;
}

.weui-skin_android .weui-actionsheet {
  width: 600px;
}

.weui-skin_android .weui-actionsheet {
  background: #FFF;
  opacity: 0.9;
  border-radius: 10px;
}

.weui-skin_android .weui-flex__item img.app-code {
  height: 250px;
  width: 250px;
  margin: 15px 0 0 23px;
}

.weui-skin_android .weui-actionsheet__cell {
  font-size: 14px;
  font-weight: 600;
  color: #001F3B;
  cursor: pointer;
}

.weui-skin_android .app-zhibo {
  font-size: 12px;
  color: #001F3B;
  font-weight: 400;
  float: right;
  clear: both;
}

.iosActionsheet .weui-actionsheet {
  width: 600px;
}

.iosActionsheet .weui-actionsheet {
  background: #FFF;
  opacity: 0.9;
  border-radius: 10px;
}

.iosActionsheet .weui-actionsheet__cell {
  font-size: 14px;
  font-weight: 600;
  color: #001F3B;
  cursor: pointer;
}

.iosActionsheet .app-zhibo {
  font-size: 12px;
  color: #001F3B;
  font-weight: 400;
  float: right;
  clear: both;
}

.iosActionsheet .weui-actionsheet__cell {
  text-align: left;
  padding-left: 6vw;
}

.weui-actionsheet__cell,
.weui-skin_android .weui-actionsheet__cell {
  padding: 20px;
}

.app-pcapp {
  font-size: 14px;
  text-align: center;
  color: #001F3B;
}

.tip-image {
  height: 80px;
  border-radius: 20px;
  display: block;
  margin-bottom: 10px;
  margin-left: 18%;
}

.tip-image2 {
  height: 80px;
  border-radius: 20px;
  position: absolute;
  right: 20%;
}

.tip-image1 {
  height: 80px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  border-radius: 9px;
}

.weui-skin_android#TipActionsheet .weui-actionsheet {
  width: 415px;
}

#TipActionsheet p {
  line-height: 40px;
  padding-left: 10px;
}

.app-zixun {
  position: fixed;
  right: 10%;
  border-radius: 30px;
  border: 1px solid #FFF;
  font-size: 0.7rem;
  color: #FFF;
  top: 30px;
  padding: 0 10px;
}

.weui-skin_android#zanzhuActionsheet .weui-actionsheet {
  width: 400px;
}

#zanzhuActionsheet p {
  line-height: 40px;
  padding-left: 10px;
}

#zanzhuActionsheet a {
  color: #001F3B;
}

@media screen and (max-width: 768px) {
  .app-zanzhu {
    width: 80%;
    display: block;
    margin-top: 8vw;
  }

  .app-logoimg {
    width: 65vw;
  }

  .app-saishi {
    width: 70%;
    margin-top: 2vw;
  }

  .app-content {
    bottom: 8vw;
  }

  .weui-skin_android#TipActionsheet .weui-actionsheet {
    width: 100%;
    top: 68%;
  }

  #TipActionsheet p {
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
  }

  .weui-skin_android#zanzhuActionsheet .weui-actionsheet {
    width: 100%;
    top: 50%;
  }

  #zanzhuActionsheet p {
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 0px;
  }

  .tip-image1 {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
  }

  .weui-actionsheet__cell,
  .weui-skin_android .weui-actionsheet__cell {
    padding: 1.1rem;
  }
}