* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei,
    sans-serif;
  font-size: 14px;
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 1280px;
  min-height: 600px;
  overflow: auto;
}

#root,
.download-wrap {
  width: 100%;
  height: 100%;
  color: #58647d;
  position: relative;
}

.download-wrap {
  width: 100%;
  height: 100%;
  /* background: #eef2ff; */
  background-image: url('./img/download_bg.png');
  overflow: hidden;
  text-align: center;
  background-position-x: center;
  background-position-y: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo-text {
  position: absolute;
  top: 48px;
  left: 8%;
  width: 160px;
}

.download-content {
  display: block;
  margin-top: 9%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 1160px;
}

.download-title {
  color: #1a223e;
  font-size: 56px;
  line-height: 56px;
  font-weight: 600;
}

.download-tip {
  margin-top: 22px;
}

.download-card-wrap {
  margin-top: 40px;
  width: 100%;
  /* display: flex;
  justify-content: center; */
}

.download-card {
  width: 264px;
  height: 228px;
  float: left;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
  overflow: hidden;
  margin: auto;
  margin-right: 24px;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f4f5ff;
  backdrop-filter: blur(10px);
  cursor: pointer;
}
.download-card::after {
  clear: both;
}
.download-card:hover {
  box-shadow: 0px 4px 16px 0px rgba(73, 74, 150, 0.1);
}

.download-card:hover .download-normal {
  /* opacity: 0; */
  display: none;
}

.download-card:hover .download-hover {
  /* opacity: 1; */
  display: block;
}

.download-hover,
.download-normal {
  width: 264px;
  height: 228px;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
}

.download-normal {
  /* opacity: 1; */
  display: block;
}

.download-hover {
  /* opacity: 0; */
  color: #7d8699;
  display: none;
}

.download-text {
  font-size: 16px;
  color: #1a223e;
  margin-top: 18px;
  margin-bottom: 8px;
  font-weight: 600;
}

.upload-type {
  height: 24px;
  line-height: 24px;
  display: inline-block;
  background: #edeeff;
  border-radius: 4px;
  color: #4b4cd3;
  font-size: 12px;
  padding: 0 8px;
}

.download-card-tip {
  color: #7d8699;
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}

.brand-icon,
.download-icon {
  width: 50px;
  height: 50px;
  display: block;
  margin: auto;
  margin-top: 40px;
}
.download-install {
  background: #ffffff;
  border-radius: 12px;
  border: 1px solid #f4f5ff;
  backdrop-filter: blur(10px);
  cursor: pointer;
  padding: 14px 24px;
  position: fixed;
  bottom: 80px;
  right: 80px;
  border-radius: 24px;
  transition: all 0.3s ease;
  display: none;
}
.download-install:hover {
  box-shadow: 0px 6px 24px 0px rgba(58, 59, 134, 0.08);
  border: 1px solid #4b4cd3;
}
/* .download-install:hover .icon-anzhuangwendang {
  color: #4b4cd3;
}
.download-install:hover .download-install-text {
  color: #4b4cd3;
} */
.download-install-text-wrap {
  display: inline-block;
  /* display: flex;
  align-items: center; */
}
.icon-anzhuangwendang {
  color: #3d4962;
  width: 20px;
  position: relative;
  top: 3px;
}

.download-install-text {
  margin-right: auto;
  font-weight: 600;
  color: #1a223e;
  margin-left: 4px;
  font-size: 16px;
}

.icon-arrow-right {
  color: #3d4962;
  &:hover {
    color: #4b4cd3;
  }
}
