body {
  background-color: #ffffff;
}

.wrap {
  min-width: 320px;
  max-width: 750px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.bg {
  min-height: 100vh;
  background-color: #ffffff;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url('../web2/bg.png');
  padding: 0 5.867vw;
}

.bgPic {
  display: inline-block;
  width: 100%;
  position: relative;
  margin-top: 30.733vw;
}

.bgPic_meinv {
  width: 53.867vw;
  margin-left: 18.933vw;
}

.main {
  position: relative;
  margin-top: -70%;
}

.logo {
  display: block;
  width: 69.6vw;
  margin: 0 auto 2.667vw auto;
}

.main .description {
  color: #000000;
  font-size: 4.267vw;
  font-weight: normal;
}

.link {
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  overflow: hidden;
}

.show {
  display: block !important;
}

.download_link {
  background-image: url('../web2/button_long.png');
  width: 100%;
  line-height: 11.467vw;
  height: 11.467vw;
  font-size: 5.600vw;
  margin-bottom: 2.667vw;
}

.content {
  display: flex;
  margin: 4vw 0;
}

.qrcodeWrap {
  margin-right: 4vw;
}

.qrcodeWrap .qrcodeWrap_qrcode {
  width: 32vw !important;
  height: 32vw !important;
  border-radius: 4.267vw;
  border: 1px solid #979797;
  opacity: 0;
}

.qrcodeWrap .qrcodeWrap_text {
  font-size: 3.733vw;
  color: #000000;
  text-align: center;
  margin: 3px 0 0 0;
}

.contactWrap {
  flex-grow: 1;
}

.contactWrap .contact_link {
  background-image: url('../web2/button_short.png');
  width: 100%;
  line-height: 8vw;
  height: 8vw;
  font-size: 4vw;
  margin-bottom: 4vw;
}

.contactWrap .icon {
  width: 2.667vw;
  height: 2.667vw;
}

.info {
  color: #090909;
  font-size: 2.933vw;
  margin: 0;
  word-break: break-all;
  font-weight: bold;
  padding-bottom: 4vw;
}

@media (min-width: 751px) {
  .bg {
    padding: 0 50px;
  }
  .bgPic {
    margin-top: px;
  }
  .bgPic_meinv {
    width: 403px;
    margin-left: 141px;
  }
  .logo {
    width: 524px;
    margin-bottom: 20px;
  }
  .main .description {
    font-size: 28px;
  }
  .download_link {
    line-height: 85px;
    height: 85px;
    font-size: 42px;
    margin-bottom: 20px;
  }
  .qrcodeWrap {
    margin-right: 30px;
  }
  .qrcodeWrap .qrcodeWrap_qrcode {
    width: 240px !important;
    height: 240px !important;
    border-radius: 32px;
  }
  .qrcodeWrap .qrcodeWrap_text {
    font-size: 28px;
  }
  .contactWrap .contact_link {
    line-height: 60px;
    height: 60px;
    font-size: 30px;
    margin-bottom: 30px;
  }
  .contactWrap .icon {
    width: 20px;
    height: 20px;
  }
  .info {
    font-size: 22px;
  }
}
