html {
  height: 100%
}

body {
  margin: 0;
  height: 100%;
  background-image: url('/pc/appdownload/version2/bg.png');
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  font-family: "Noto Sans SC";
}

body.company6 {
  background-image: url('/pc/appdownload/version2/bg.company6.png');
}

body * {
  box-sizing: border-box;
}

.wrapper {
  padding-bottom: 90px;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: scroll;
}

.title {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 17px;
}

.download-btns {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.ios-wp {
  margin-top: 19px;
}

.download {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin: auto;
  width: 200px;
  height: 40px;
  background-size: cover;
  background-image: url('/pc/appdownload/btn_bg.png');
  border-radius: 20px;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.download-btns .divider {
  width: 1px;
  height: 69px;
  margin: auto 24px auto 16px;
  background: rgba(255, 255, 255, 0.30);
}

.qrcode-wrapper {
  display: flex;
  padding: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  font-size: 12px;
  color: white;
  line-height: 20px;
}

.desc-wrapper {
  margin: 24px auto 32px;
  padding: 24px 28px;
  width: 100%;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(12px);
  max-width: 443px;
}
.desc-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.desc-list {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  color: white;
  font-size: 18px;
}
.desc-title {
  font-size: 20px;
  font-weight: 500;
}
.desc-bold {
  font-weight: 700;
}
.desc-content {
  margin-top: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.10);
  padding: 10px 58px;
  text-align: center;
}
.desc-img {
  width: 100%;
}
.desc-highlight {
  color: #FFC564;
}
.desc-number {
  display: inline-block;
  height: 20px;
  padding: 0 4px;
  border-radius: 4px;
  background: #F5A623;
  font-size: 14px;
}

.guide-img {
  max-width: 499px;
  margin: 0 auto 20px;
  width: 100%;
}