@charset "UTF-8";
.banner-box {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/banner-bg.png) no-repeat center center;
  background-size: cover;
  margin-top: 116px;
}
.banner-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1250px;
  margin: 0 auto;
  padding: 100px 0;
}
.banner-box-content-left-content h2 {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.1);
  font-family: "Microsoft YaHei UI";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  background: linear-gradient(300deg, #EC1BFF 7.35%, #6A45FF 56.73%, #2989FF 90.09%, rgb(77, 209, 249) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box-content-left-content h2 + span {
  color: #FFF;
  text-shadow: 0 0 4px rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei UI";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 190.476% */
  letter-spacing: 1.05px;
}
.banner-box-content-left p {
  color: #8CAAE0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  letter-spacing: 0.8px;
}
.banner-box-content-left .download-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 257px;
  height: 68px;
  gap: 20px;
  margin: 60px 0 20px 0;
  flex-shrink: 0;
  border-radius: 16px;
  background: radial-gradient(65.65% 76.85% at 3.11% 6.62%, rgba(77, 209, 249, 0.8) 0%, rgba(77, 209, 249, 0) 100%), linear-gradient(284deg, #8134E5 7.35%, #3A34E5 90.09%), linear-gradient(270deg, #C508DA 0%, #5308C5 100%);
  overflow: hidden;
}
.banner-box-content-left .download-btn span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 22px */
}
.banner-box-content-left .download-btn img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.banner-box-content-left .download-btn i {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
  pointer-events: none;
}
@keyframes spread {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(5);
  }
}
.banner-box-content-left .download-btn + span {
  color: rgba(255, 255, 255, 0.65);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}
.banner-box-content-left .download-btn:hover {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), radial-gradient(65.65% 76.85% at 3.11% 6.62%, rgba(77, 209, 249, 0.8) 0%, rgba(77, 209, 249, 0) 100%), linear-gradient(284deg, #8134E5 7.35%, #3A34E5 90.09%), linear-gradient(270deg, #C508DA 0%, #5308C5 100%);
}
.banner-box-content-left .download-btn:active {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(65.65% 76.85% at 3.11% 6.62%, rgba(77, 209, 249, 0.8) 0%, rgba(77, 209, 249, 0) 100%), linear-gradient(284deg, #8134E5 7.35%, #3A34E5 90.09%), linear-gradient(270deg, #C508DA 0%, #5308C5 100%);
}
.banner-box-content-right {
  position: relative;
}
.banner-box-content-right img {
  width: 850px;
  height: auto;
}
.banner-box-content-right .float-pic-box > i {
  position: absolute;
  display: inline-flex;
  box-sizing: border-box;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14.354px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all 2s ease-in-out;
  opacity: 0;
}
.banner-box-content-right .float-pic-box > i.animate {
  opacity: 1;
}
.banner-box-content-right .float-pic-box > i.green-bg {
  border-radius: 8px;
  border: 1px solid rgba(214, 255, 236, 0.2);
  background: #1DBC72;
  box-shadow: 4.156px 4.156px 12.469px 0 rgba(216, 255, 237, 0.25) inset;
}
.banner-box-content-right .float-pic-box > i.purple-bg {
  border-radius: 8px;
  border: 1px solid #C66AFF;
  background: #A134E5;
  box-shadow: 0 6px 14px 0 rgba(156, 68, 232, 0.4), 3.943px 3.943px 11.829px 0 rgba(235, 202, 255, 0.25) inset;
}
.banner-box-content-right .float-pic-box > i.blue-green-bg {
  border-radius: 8px;
  border: 1px solid #31D0DC;
  background: #13B0BB;
  box-shadow: 0 6px 14px 0 rgba(5, 183, 196, 0.4), 3.943px 3.943px 11.829px 0 rgba(196, 251, 255, 0.25) inset;
}
.banner-box-content-right .float-pic-box > i.blue-bg {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: #3449E5;
  box-shadow: 3.964px 3.964px 11.893px 0 rgba(125, 179, 255, 0.25) inset;
  z-index: 2;
}
.banner-box-content-right .float-pic-box > i.red-bg {
  border-radius: 8px;
  border: 1px solid rgba(255, 203, 204, 0.2);
  background: #D84548;
  box-shadow: 3.964px 3.964px 11.893px 0 rgba(255, 198, 199, 0.25) inset;
  z-index: 1;
}
.banner-box-content-right .float-pic-box > i.grey-bg {
  border-radius: 8px;
  border: 1px solid rgba(199, 222, 255, 0.2);
  background: #4372B7;
  box-shadow: 4.156px 4.156px 12.469px 0 rgba(175, 207, 255, 0.25) inset;
}

.function-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("https://res.daetool.com/wm-static-resource/wm/246_wm/function-bg-clear.png") no-repeat center center/cover;
}
.function-box-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 88px;
  background: url("https://res.daetool.com/wm-static-resource/wm/246_wm/taiji-bg.png") no-repeat center center/cover;
}
.function-box-top h2 {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(272deg, #C82DE8 4.88%, #54C3FF 97.83%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.function-box-top > span {
  margin-top: 16px;
  color: #839ECC;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box-top .taiji-box {
  position: relative;
  height: 821px;
}
.function-box-top .taiji-box .taiji-box-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.function-box-top .taiji-box .taiji-box-content-text {
  position: absolute;
  top: 200px;
  left: 120px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 20px 0 0 30px;
  gap: 6px;
  width: 421px;
  height: 156px;
  background: url("https://res.daetool.com/wm-static-resource/wm/246_wm/taiji-text-bg.png") no-repeat center/cover;
}
.function-box-top .taiji-box .taiji-box-content-text p {
  color: #4DD1F9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.function-box-top .taiji-box .taiji-box-content-text span {
  color: #4DD1F9;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}
.function-box-top .taiji-box .taiji-box-content > img {
  position: absolute;
  top: 150px;
  left: -154px;
  width: 295px;
  height: 279px;
  animation: rotate 10s linear infinite;
  transform-origin: 152px 140px;
}
.function-box-top .taiji-box .bagua-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.function-box-top .taiji-box .user1-box {
  position: absolute;
  top: 69px;
  left: -56px;
  animation: float 2.2s linear infinite;
}
.function-box-top .taiji-box .user2-box {
  position: absolute;
  top: 144px;
  right: 317px;
  animation: float 4.52s linear infinite;
}
.function-box-top .taiji-box .user2-box img {
  height: 36px;
  width: auto;
}
.function-box-top .taiji-box .user2-box span {
  position: absolute;
  top: 9px;
  left: 17px;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Microsoft YaHei UI";
  font-size: 13.89px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box-top .taiji-box .user3-box {
  position: absolute;
  top: 255px;
  right: 393px;
  animation: float 6.5s linear infinite;
}
.function-box-top .taiji-box .user3-box img {
  height: 39px;
  width: auto;
}
.function-box-top .taiji-box .user3-box span {
  position: absolute;
  top: 9px;
  left: 24px;
  color: rgba(255, 255, 255, 0.45);
  font-family: "Microsoft YaHei UI";
  font-size: 15.89px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box-top .taiji-box .user4-box {
  position: absolute;
  top: 375px;
  right: 326px;
  animation: float 4.2s linear infinite;
}
.function-box-top .taiji-box .user4-box img {
  height: 39px;
  width: auto;
}
.function-box-top .taiji-box .user4-box span {
  position: absolute;
  top: 9px;
  left: 16px;
  color: rgba(255, 255, 255, 0.65);
  font-family: "Microsoft YaHei UI";
  font-size: 15.89px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box-top .taiji-box .user5-box {
  position: absolute;
  top: 431px;
  right: -27px;
  animation: float 3.4s linear infinite;
}
.function-box-top .taiji-box .user5-box img {
  height: 65px;
  width: auto;
}
.function-box-top .taiji-box .user5-box span {
  position: absolute;
  top: 17px;
  left: 63px;
  color: rgba(255, 255, 255, 0.95);
  font-family: "Microsoft YaHei UI";
  font-size: 12.89px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box-top .taiji-box .user {
  width: 50%;
  height: 50%;
  position: absolute;
}
.function-box-top .taiji-box .user span {
  white-space: nowrap;
}
.function-box-top .taiji-box .user .user1 {
  position: relative;
  height: 46px;
  width: auto;
}
.function-box-top .taiji-box .user .user1 + span {
  position: absolute;
  top: 10px;
  left: 79px;
  color: rgba(255, 255, 255, 0.95);
  text-align: right;
  font-family: "Microsoft YaHei UI";
  font-size: 17.749px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.function-box-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 1200px;
  margin-top: -250px;
  padding-bottom: 114px;
}
.function-box-content-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 32px;
  width: 328px;
  height: 320px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid transparent;
  cursor: pointer;
}
.function-box-content-item:nth-of-type(1) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/minfunc-bg1.png) no-repeat center/cover, linear-gradient(180deg, #0C1230 0%, #0C1230 100%);
}
.function-box-content-item:nth-of-type(2) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg2.png) no-repeat center/cover, linear-gradient(180deg, #0C1230 0%, #0C1230 100%);
}
.function-box-content-item:nth-of-type(3) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg3.png) no-repeat center/cover, linear-gradient(180deg, #0C1230 0%, #0C1230 100%);
}
.function-box-content-item:nth-of-type(4) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg4.png) no-repeat center/cover, linear-gradient(180deg, #0C1230 0%, #0C1230 100%);
}
.function-box-content-item:nth-of-type(5) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg5.png) no-repeat center/cover, linear-gradient(180deg, #0C1230 0%, #0C1230 100%);
}
.function-box-content-item:nth-of-type(6) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg6-new.png) no-repeat center/cover, linear-gradient(180deg, #0C1230 0%, #0C1230 100%);
}
.function-box-content-item:hover {
  border-radius: 20px;
  border: 1px solid #3E418E;
}
.function-box-content-item:hover > p {
  color: #FFF;
}
.function-box-content-item:hover a {
  width: 258px;
  gap: 20px;
  border: none;
  background: #4839E6;
}
.function-box-content-item:hover a span {
  color: #FFF;
}
.function-box-content-item:hover a img {
  display: inline-block;
}
.function-box-content-item:hover:nth-of-type(1) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/minfunc-bg1.png) no-repeat center/cover, #111B4F;
}
.function-box-content-item:hover:nth-of-type(2) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg2.png) no-repeat center/cover, #111B4F;
}
.function-box-content-item:hover:nth-of-type(3) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg3.png) no-repeat center/cover, #111B4F;
}
.function-box-content-item:hover:nth-of-type(4) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg4.png) no-repeat center/cover, #111B4F;
}
.function-box-content-item:hover:nth-of-type(5) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg5.png) no-repeat center/cover, #111B4F;
}
.function-box-content-item:hover:nth-of-type(6) {
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/func-bg6-new.png) no-repeat center/cover, #111B4F;
}
.function-box-content-item h3 {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(272deg, #C82DE8 18.29%, #54C3FF 150.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.function-box-content-item p {
  padding: 0 24px;
  color: #AEC3E7;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 200% */
}
.function-box-content-item a {
  display: inline-flex;
  box-sizing: border-box;
  width: 232px;
  height: 52px;
  gap: 6px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid #AEC3E7;
  transition: all 0.6s ease-in-out;
}
.function-box-content-item a span {
  color: #AEC3E7;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.function-box-content-item a img {
  display: none;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
aside {
  height: 797px;
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/img_module03_bg.png) no-repeat;
  background-size: cover;
}
aside .aside-content {
  width: 1112px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-top: 88px;
  box-sizing: border-box;
}
aside .aside-content .aside-title {
  color: #BAD3FF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(270deg, #C82DE8, #54C3FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
aside .aside-content .aside-subtitle {
  width: 711px;
  color: #839ECC;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin-top: 14px;
  /* 166.667% */
}
aside .aside-content .aside-flex-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
aside .aside-content .aside-flex-box .aside-flex-item {
  padding-top: 20px;
  box-sizing: border-box;
  width: 344px;
  height: 344px;
  background: rgba(14, 28, 116, 0.46);
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
aside .aside-content .aside-flex-box .aside-flex-item img {
  width: 304px;
  height: 116px;
  border-radius: 12px;
}
aside .aside-content .aside-flex-box .aside-flex-item .aside-flex-title {
  color: rgba(255, 255, 255, 0.95);
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  width: 304px;
  text-align: left;
  margin-top: 20px;
}
aside .aside-content .aside-flex-box .aside-flex-item .aside-flex-word {
  width: 304px;
  color: #DCE9FF;
  font-family: "Microsoft YaHei";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 14px;
  /* 215.385% */
}

article {
  height: 1212px;
  background: url(https://res.daetool.com/wm-static-resource/wm/246_wm/minimg_module04_bg.png) no-repeat;
  background-size: cover;
}
article .article-content {
  width: 844px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0 auto;
  padding-top: 88px;
  box-sizing: border-box;
}
article .article-content .article-title {
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(270deg, #C82DE8, #54C3FF);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
article .article-content .article-subtitle {
  color: #A5BDE6;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 14px;
}
article .article-content .article-box {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(9, 14, 33, 0.75);
  backdrop-filter: blur(3.5px);
  padding: 16px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 48px;
}
article .article-content .article-box .article-item {
  width: 780px;
  border-bottom: 1px solid #292e45;
}
article .article-content .article-box .article-item:last-child {
  border-bottom: none;
}
article .article-content .article-box .article-item .article-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 16px;
  width: 100%;
  box-sizing: border-box;
}
article .article-content .article-box .article-item .article-item-title > div:nth-child(1) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
article .article-content .article-box .article-item .article-item-title svg {
  cursor: pointer;
  /* 鼠标悬浮时显示“手”形，提示可点击 */
  vertical-align: middle;
  /* 与标题文字垂直居中对齐 */
  margin-left: 8px;
  /* 与标题文字保持间距 */
}
article .article-content .article-box .article-item .article-item-word {
  color: #AEC3E7;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 24px;
  box-sizing: border-box;
  /* 200% */
}
article .download-footer {
  width: 1200px;
  height: 329px;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 88px;
  background: radial-gradient(277.44% 50% at 50% 50%, #050F3E 0%, rgba(55, 50, 182, 0) 100%);
  background-image: url(https://res.daetool.com/wm-static-resource/wm/246_wm/minimg_download_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 46px;
  box-sizing: border-box;
}
article .download-footer .download-footer-title {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
article .download-footer .download-footer-subtitle {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
  width: 560px;
  margin-top: 12px;
  /* 180% */
}
article .download-footer a {
  box-sizing: border-box;
  width: 240px;
  height: 64px;
  border-radius: 16px;
  background: radial-gradient(65.65% 76.85% at 3.11% 6.62%, rgba(77, 209, 249, 0.8) 0%, rgba(77, 209, 249, 0) 100%), linear-gradient(284deg, #8134E5 7.35%, #3A34E5 90.09%), linear-gradient(270deg, #C508DA 0%, #5308C5 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  margin-top: 31px;
  overflow: hidden;
  position: relative;
  /* 20px */
}
article .download-footer a i {
  position: absolute;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.082);
  animation: spread 1.5s linear infinite;
  -webkit-animation: spread 1.5s both infinite;
  pointer-events: none;
}
@keyframes spread {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(5);
  }
}
article .download-footer a:hover {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), radial-gradient(65.65% 76.85% at 3.11% 6.62%, rgba(77, 209, 249, 0.8) 0%, rgba(77, 209, 249, 0) 100%), linear-gradient(284deg, #8134E5 7.35%, #3A34E5 90.09%), linear-gradient(270deg, #C508DA 0%, #5308C5 100%);
}
article .download-footer a:active {
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), radial-gradient(65.65% 76.85% at 3.11% 6.62%, rgba(77, 209, 249, 0.8) 0%, rgba(77, 209, 249, 0) 100%), linear-gradient(284deg, #8134E5 7.35%, #3A34E5 90.09%), linear-gradient(270deg, #C508DA 0%, #5308C5 100%);
}
article .download-footer .download-footer-system {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
  margin-top: 12px;
}
article .download-footer .download-footer-rightword {
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-top: 18px;
  margin-right: 21px;
}

/*# sourceMappingURL=style.css.map */
