.download-page {
  min-height: calc(100vh - 100px);
  padding: 32px 0;
}

.download-sub-title {
  font-size: 16px;
  color: #606066;
  margin-bottom: 24px;
}

.download-title {
  font-size: 32px;
  font-weight: 600;
  color: #303033;
}

.download-link {
  text-decoration: none;
  color: #1c77ff;
}

.download-link:hover {
  text-decoration: underline;
}

.download-box {
  margin-top: 24px;
  margin-bottom: 80px;
}

.download-item {
  width: 320px;
  height: 360px;
  background-image: linear-gradient(180deg, #e9f2ff 0%, #f1f7ff 100%);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0px 4px 0px rgba(28, 119, 255, 0.25);
  margin-right: 24px;
  transition: all 0.28s ease;
}

.download-item:hover {
  transform: translateY(-8px);
  box-shadow: 0px 6px 0px rgba(28, 119, 255, 0.25);
}

.download-item:last-child {
  margin-right: 0;
}

.download-logo-box {
  width: 100%;
  margin-bottom: 24px;
}

.download-logo {
  height: 22px;
}

.download-item-title {
  font-size: 24px;
  color: #303033;
  margin-bottom: 24px;
}

.download-icon {
  height: 83px;
  margin-bottom: 32px;
}

.download-btn-link {
  margin-bottom: 24px;
  text-decoration: none;
}
.download-button {
  width: 200px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background-color: #1c77ff;
  text-align: center;
  border-radius: 40px;
  font-size: 18px;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}

.download-button:hover {
  background-color: rgba(28, 119, 255, 0.8);
  text-decoration: none;
}

.download-button:active {
  background-color: rgba(28, 119, 255, 0.6);
}

.download-plug-link {
  font-size: 14px;
  color: #1c77ff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.download-plug-link:hover {
  text-decoration: underline;
}

.download-tip {
  font-size: 14px;
  color: #606066;
}