body {
  background-color: #101218;
  background-image: url("../images/bg.png");
  background-repeat: no-repeat;
  color: #fff;
  background-size: 100%;
}

a {
  color: #fff;
  text-decoration: none;
}

.ss-main {
  height: 100vh;
  justify-content: space-between;
}

.ss-container {
  width: 1200px;
  text-align: start;
  height: 100%;
}

.ss-header {
  text-align: center;
  padding-block-start: 1rem;
}

.ss-title {
  font-weight: 58px;
  font-family: "Arial Rounded MT Bold", system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif;
  margin-block-start: 1rem;
}

.ss-description {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5238095238;
  margin: 0;
  padding: 0;
  margin-block-start: 1rem;
}

.ss-section {
  gap: 40px;
  margin-block-start: 40px;
}

.qr-wrap {
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 180px;
  height: 210px;
  color: #272c3b;
  line-height: 1.25;
}
.qr-wrap .text-center {
  margin-block-start: 0.75rem;
}

.qr-button:hover .qr-wrap {
  opacity: 1;
}

.ss-footer {
  width: 1200px;
  color: #babbbd;
  font-size: 18px;
  padding-block: 1rem;
}

.ss-footer__links a {
  color: #babbbd;
}

.ss-footer__links .link {
  text-decoration: underline;
}

.ss-footer__links .link:hover {
  text-decoration: none;
}
.ss-footer__links span {
  color: #626262;
}

.ss-button-link {
  display: flex;
  align-items: center;
  width: 400px;
  height: 110px;
  border: 2px solid #2e3547;
  border-radius: 20px;
  background-color: #272C3B;
  justify-content: center;
  gap: 18px;
}

.ss-button-link .link-body .label {
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  opacity: 0.7;
  line-height: 1.1;
}

.ss-button-link .link-body .label {
  font-weight: 400;
  font-size: 23px;
  color: #fff;
  opacity: 0.7;
}

.ss-button-link .link-body .text {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 35px;
  color: #fff;
}
