* {
  margin: 0 0;
  padding: 0 0;
  box-sizing: border-box;
}

.mainContainer {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;

  min-width: 1280px;
  min-height: 720px;
}

.bgImg {
  width: 100vw;
  height: 100vh;
  min-width: 1280px;
  filter: blur(20px);
  position: absolute;
}

.conCon {
  height: 100vh;
  min-width: 1280px;
  min-height: 720px;
  position: relative;
  left: 0;
  top: 0;
}

.comLogo {
  width: 3.5%;
  height: auto;
  margin: 2.7% 0 0 7%;
  min-width: 45px;
  min-height: 45px;
}

.mainCon {
  text-align: center;
}

.phone {
  width: 13%;
  height: auto;
  min-height: 476px;
  margin-top: 2%;
  min-width: 238px;
  margin-right: 3.9%;
  display: inline-block;
  vertical-align: middle;
  margin-left: -140px;
}

.rightBox {
  display: inline-block;
  vertical-align: middle;
  margin-top: 80px;
}

.titleBox {
  text-align: left;

}

.qrcodBox {
  white-space: nowrap;
}

.bigTitle {
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.8%;
}

.subTitle {
  font-size: 40px;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 45px
}

.codeBox1 {
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  padding: 1%;
  margin-right: 40px;
  overflow: hidden;
}

.codeImg {
  min-width: 109px;
  height: 109px;
  width: 20%;
}

.apple {
  width: 20%;
  vertical-align: middle;
}

.f-s {
  font-size: 0.6vw;
}

.wordLine {
  width: auto;
  margin: 0 auto;
}

.footer {
  width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  margin-top: 80px;
  justify-content: center;
  padding-bottom: 20px;
}

.first-line {
  font-size: 12px;
  color: #fff;
  margin-bottom: 8px;
}

.info-line a,
.info-line {
  text-decoration: none !important;
  color: #fff;
  font-size: 10px;
}

.footImg {
  width: 32px;
  height: 32px;
}