* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  min-width: 14.43rem;
  background: #02060f;
  color: #ffffff;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 0.16rem;
  line-height: 1.45;
}

a {
  color: inherit;
  text-decoration: none;
}

.mapper-page {
  width: 100%;
  padding: 0.58rem 0 2.2rem;
  background: #02060f;
}

.mapper-wrap {
  width: 14.43rem;
  margin: 0 auto;
}

.mapper-wrap > h1 {
  margin: 0;
  color: #f6f8ff;
  font-size: 0.38rem;
  font-weight: 400;
  line-height: 0.42rem;
}

.title-line {
  display: block;
  width: 0.33rem;
  height: 0.02rem;
  margin: 0.3rem 0 0.3rem;
  background: #ffffff;
}

.mapper-wrap > h2,
.ability-section > h2,
.footer-cta > h2 {
  margin: 0;
  color: #ffffff;
  font-size: 0.38rem;
  font-weight: 400;
  line-height: 0.42rem;
}

.download-group {
  margin-top: 0.75rem;
}

.download-group h3 {
  margin: 0 0 0.34rem;
  color: #ffffff;
  font-size: 0.34rem;
  font-weight: 700;
  line-height: 0.34rem;
}

.resources {
  margin-top: 0.58rem;
}

.download-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 14.43rem;
  height: 0.88rem;
  margin-top: 0.26rem;
  padding: 0 0.51rem 0 0.22rem;
  border: 1px solid #9D9D9D;
  border-radius: 0.1rem;
  background: rgba(2, 6, 15, 0.82);
}

.download-row:first-of-type {
  margin-top: 0;
}

.download-row p {
  margin: 0;
  color: #ffffff;
  font-size: 0.24rem;
  font-weight: 400;
  line-height: 0.22rem;
}

.aiIcon1{
    width: 0.39rem;
    height: 0.22rem;
}

.aiIcon2{
    width: 0.25rem;
    height: 0.25rem;
}

.download-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.62rem;
  min-width: 3.95rem;
}

.download-actions a {
  display: inline-flex;
  align-items: center;
  gap: 0.18rem;
  color: #ffffff;
  font-size: 0.24rem;
  line-height: 0.22rem;
  text-decoration: underline;
  text-underline-offset: 0.03rem;
}


.link-preview i {
  width: 0.25rem;
  height: 0.16rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.link-preview i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.06rem;
  height: 0.06rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.link-download i {
  width: 0.21rem;
  height: 0.21rem;
}

.link-download i::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.01rem;
  width: 0.01rem;
  height: 0.14rem;
  background: #ffffff;
}

.link-download i::after {
  content: "";
  position: absolute;
  left: 0.04rem;
  top: 0.08rem;
  width: 0.11rem;
  height: 0.11rem;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  transform: rotate(45deg);
}

.ability-section {
  margin-top: 0.98rem;
}

.abilityImg{
    width: 12.97rem;
    margin: 0.59rem auto 0;
    display: block;
}


.footer-cta {
  margin-top: 1.82rem;
}

.footer-cta p {
  margin: 0.64rem 0 0;
  color: #ffffff;
  font-size: 0.34rem;
  font-weight: 400;
  padding-left: 0.17rem;
}

.footer-cta a {
  display: inline-block;
  margin-top: 0.46rem;
  color: #50A6FF;
  font-size: 0.34rem;
  font-weight: 400;
  line-height: 0.34rem;
  text-decoration: underline;
  text-underline-offset: 0.04rem;
}

@media (max-width: 1024px) {
  body {
    min-width: 14.43rem;
  }
}
