* {
  margin: 0;
  padding: 0;
  font-family: PingFang SC-Regular, PingFang SC;
}
body {
  min-width: 1740px;
  height: 100%;
}
#app {
  width: 100%;
  height: 100vh;
  background: url(../img/bg.png) no-repeat center center;
  background-size: 100% 100vh;
  display: flex;
  flex-direction: column;
}
.header {
  width: 100%;
  height: 171px;
  background-color: rgba(51, 51, 51, 0.3);
  padding: 30px 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.header > img {
  width: 110px;
  height: 110px;
  margin-right: 15px;
}
.title {
  flex: 1;
  color: #fff;
}
.title .p1 {
  font-size: 54px;
  font-weight: bold;
}

.title .p2 {
  font-size: 23px;
}
.tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab > div {
  margin-right: 48px;
}
.tab > div {
  cursor: pointer;
  border-radius: 20px;
  padding: 6px 33px;
  font-size: 32px;
  line-height: 45px;
}
.tab1 {
  background: linear-gradient(146deg, #ffe8a2 0%, #ff65a3 100%);
  color: #fff;
  opacity: 0.88;
}
.tab2 {
  color: #b8b8b8;
  background: #ddd;
}
.con {
  flex: 1;
  display: flex;
}
.con > div {
  position: relative;
  height: 100%;
  clear: both;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.con .left {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  margin-left: 300px;
}
.con .left > img {
  position: absolute;
  width: 654px;
  height: 130px;
  top: 237px;
  /* left: 268px; */
}
.con .left > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 418px;
}
.con .left div img {
  margin-left: 30px;
}
.con .left div .android {
  width: 236px;
  height: 84px;
  top: 418px;
  /* left: 392px; */
}
.con .left div .ios {
  width: 236px;
  height: 84px;
  top: 418px;
  /* left: 658px; */
}
.con .left div .qr {
  width: 85px;
  height: 85px;
  top: 418px;
  /* left: 924px; */
}
.con .right {
  width: 300px !important;
}
.con .right img {
  width: 468.37px;
  height: 687.93px;
  position: absolute;
  top: 50px;
  right: 268px;
}
.con .left2 img {
  width: 707px;
  height: 429px;
  position: absolute;
  top: 155px;
  left: 154px;
}
.con2 .left {
  margin-left: 0 !important;
}
