/* ===== 全平台下载区 ===== */
.dl-band {
  background: #fafafa;
  padding: 60px 20px;
  text-align: center;
  border-top: 1px solid #eee;
}

.dl-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.dl-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}

.dl-sub {
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}

.dl-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 28px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.dl-item {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 24px 16px;
  transition: transform .2s ease, box-shadow .2s ease;
}

.dl-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,.08);
}

.dl-icon img {
  width: 44px;
  height: auto;
  margin-bottom: 10px;
}

.dl-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #222;
}

.dl-ver {
  font-size: 13px;
  color: #777;
  margin-bottom: 12px;
}

.dl-btn {
  display: inline-block;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 20px;
  border: 1px solid #bbb;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all .2s ease;
}

.dl-btn:hover {
  border-color: #2b71ff;
  color: #2b71ff;
}

/* ===== 底部版权条 ===== */
.wa-lite-footer__bar {
  background: #f9f9f9;
  border-top: 1px solid #ddd;
  font-size: 14px;
  color: #666;
}

.wa-lite__bar-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 20px;
  text-align: center;
}

.wa-lite__copy {
  line-height: 1.6;
}
