.indexMobBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
}

.indexMobBlock .logo {
  text-align: center;
  width: 100%;
}

.indexMobBlock .logo img {
  width: calc(240/750*100%);
}

.indexMobBlock .title {
  text-align: center;
  background: url(../images/indexMobImg4.png) no-repeat center;
  background-size: 100% auto;
  font-size: 6.533vw;
  color: #222;
  line-height: 9.067vw;
  margin-top: 22.667vw;
}

.indexMobBlock .url {
  background: url(../images/indexMobImg.png) no-repeat center;
  width: 100%;
  background-size: calc(440/750*100%) auto;
  padding-top: 10px;
  padding-bottom: 20px;
  margin-top: 10.4vw;
}

.indexMobBlock .url a {
  line-height: 4.267vw;
  font-size: 4.267vw;
  text-align: center;
  display: block;
  color: #222;
}

.indexMobBlock .wechat {
  margin-top: 21.333vw;
}

.indexMobBlock .wechat .img {
  text-align: center;
}

.indexMobBlock .wechat .img img {
  width: calc(220/750*100%);
}

.indexMobBlock .wechat p {
  margin-top: 10px;
  text-align: center;
  font-size: 4vw;
  line-height: 1.5;
}

.beian {
  font-size: 3.067vw;
  color: #808080;
  position: fixed;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.beian a {
  font-size: 3.067vw;
  color: #808080;
}

@media (max-width: 750px) {
  .indexMobBlock .title {
    margin-top: 10vw;
  }
  .indexMobBlock .wechat {
    margin-top: 10vw;
  }
}

@media (max-width: 414px) {
  .title {
    margin-top: 22.667vw;
  }
  .wechat {
    margin-top: 21.333vw;
  }
}
/*# sourceMappingURL=mob.css.map */