/* 滚动条整体部分 */
html::-webkit-scrollbar {
  width: 0;
  height: 0;
}

* {
  touch-action: pan-y;
}

html {
  -ms-touch-action: none;
}

/* 滚动条的轨道 */
html::-webkit-scrollbar-track {
  background: #f0f2f5;
  border-radius: 2px;
}

/* 滚动条里面的小方块 */
html::-webkit-scrollbar-thumb {
  background: #333333;
  border-radius: 10px;
}

html::-webkit-scrollbar-thumb:hover {
  background: #222222;
}

[v-cloak] {
  display: none;
}

body {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  /* overflow: hidden; */
}

body {
  background: url("./bg@3x.png") no-repeat top center;
  background-size: cover;
  /* padding-bottom: .5rem; */
}

.downloadApp {
  display: flex;
  justify-content: space-between;
  width: 7.5rem;
  height: 1.1rem;
  background-color: #fff;
}

.downloadApp .firstDiv {
  display: flex;
  justify-content: space-between;
}

.downloadApp .firstDiv .imgIcon img {
  width: 0.821rem;
  height: 0.821rem;
  margin-left: 0.2rem;
  margin-top: 0.12rem;
  margin-right: 0.11rem;
  margin-bottom: 0.16rem;
  border-radius: 0.05rem;
  overflow: hidden;
}

.downloadApp .firstDiv .textTips {
  font-family: PingFangSC-Regular;
  font-weight: Regular;
  line-height: 0.24rem;
}

.downloadApp .firstDiv .textTips .tips1 {
  font-size: 0.32rem;
  margin-top: 0.2rem;
  margin-bottom: 0.16rem;
}

.downloadApp .firstDiv .textTips .tips2 {
  font-size: 0.22rem;
}

.downLoadBtn {
  width: 1.58rem;
  height: 0.68rem;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.32rem;
  margin-right: 0.2rem;
  margin-top: 0.19rem;
  color: #fff;
  background: #5074c2;
  border-radius: 0.06rem;
}

.logo-logo {
  background: url(./text@2x.png) no-repeat;
  background-size: contain;
  width: 1.86rem;
  height: 0.75rem;
  margin: 0.72rem auto;
}
.con-title {
  font-size: 0.36rem;
  color: #fff;
  text-align: center;
}
.introduct {
  font-size: 0.2rem;
  color: #717274;
  background: #242424;
  padding: 0.22rem 0.3rem;
  line-height: 150%;
}
.con-fb {
  background: url(./title@2x.png) no-repeat top center;
  background-size: contain;
  width: 4.89rem;
  height: 0.57rem;
  margin: 0 auto 0.32rem auto;
}
.con-button {
  text-align: center;
  height: 0.7rem;
  margin-bottom: 0.9rem;
}
.con-button span {
  width: 2.2rem;
  height: 0.6rem;
  padding-left: 0.55rem;
  line-height: 0.6rem;
  display: inline-block;
  font-size: 0.24rem;
  color: #fff;
  border-radius: 0.05rem;
  position: relative;
  box-sizing: border-box;
}
.con-button span i {
  display: block;
  width: 0.38rem;
  height: 0.45rem;
  position: absolute;
  top: 0.07rem;
  left: 0.31rem;
}
.con-button .ios {
  background: #a2bd3a;
}
.con-button .ios i {
  background: url(./ios@2x.png);
  background-size: cover;
}
.con-button .an {
  background: #4f73c1;
}
.con-button .an i {
  background: url(./andriod@2x.png);
  background-size: cover;
}
.con-mobile {
  width: 4.47rem;
  height: 8.22rem;
  background: url(./mobile@2x.png);
  background-size: cover;
  margin: 0 auto;
}

.tip {
  width: 5.8rem;
  position: fixed;
  line-height: 150%;
  left: 10%;
  top: 20%;
  border-radius: 20px;
  padding: 20px 20px;
  text-align: center;
  background: #fff;
  color: #444;
  font-size: 14px;
  z-index: 2001;
  box-sizing: border-box;
}
.tip a {
  display: block;
  height: 40px;
  width: 100px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #444;
  margin: 5px auto;
  background: #ffd22a;
  text-decoration: none;
  border-radius: 5px;
}
/* .mask {
  position: fixed;
  width: 100%;
  z-index: 1998;
  top: 0;
  left: 0;
  background: url(//s.img898.com/www/png/opitamz/list_g_bga.png) repeat !important;
} */

.mask {
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.mask img {
  margin: 0 auto;
  width: 100%;
}
