@charset "UTF-8";
.main {
  background: url(https://res.daetool.com/wm-static-resource/Sem/826_sem/backimage.png) no-repeat center;
  background-size: cover;
  height: 1645px;
  padding-top: 70px;
}
.main section {
  width: 1300px;
  margin: 0px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main section .main-title {
  margin-top: 95px;
  display: flex;
  height: 71px;
  justify-content: center;
  font-family: "Microsoft YaHei UI";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 8.06px;
}
.main section .main-title > div:nth-child(1) {
  background: linear-gradient(90deg, rgba(0, 101, 242, 0.95) 0%, #4CE1C6 71.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main section .main-title > div:nth-child(2) {
  color: #1a1a1a;
}
.main section .main-subtitle {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 2.88px;
  margin-top: 24px;
}
.main section .main-logo-flex {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /* 重复5次1fr，创建5列等宽布局 */
  gap: 10px;
  /* 可选：设置元素之间的间距 */
  width: 1200px;
  padding: 12px 115px 26px;
  box-sizing: border-box;
  border-radius: 400px;
  background: #FFF;
  box-shadow: 0 4px 51.5px 0 rgba(7, 80, 175, 0.1);
  backdrop-filter: blur(5px);
  margin-top: 49px;
}
.main section .main-logo-flex .main-logo-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main section .main-logo-flex .main-logo-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main section .main-logo-flex .main-logo-item img {
  height: 68px;
}
.main section .main-logo-flex .main-logo-item div {
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.18px;
}
.main section .download-btn {
  margin-top: 61px;
  width: 442px;
  height: 98px;
  flex-shrink: 0;
  border-radius: 10.8px;
  border: 2px solid #72DCFF;
  background: radial-gradient(133.28% 156.29% at -1% 4%, #44C7FF 0%, rgba(68, 199, 255, 0) 100%), #0078E8;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.main section .download-btn div {
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 13.4px;
}
.main section .download-btn .img {
  width: 102.5px;
  height: 62.586px;
  position: absolute;
  top: -35px;
  right: -45px;
  background: url(https://res.daetool.com/wm-static-resource/Sem/826_sem/Group38092.png) no-repeat center;
  background-size: cover;
}
.main section .download-btn .img span {
  color: #FFF;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.385px;
  display: inline-block;
  transform: rotate(4.07deg);
}
.main section .download-btn i {
  position: absolute;
  width: 148px;
  height: 148px;
  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(3);
  }
}
.main section .load-sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 358px;
  margin-top: 17px;
}
.main section .load-sub .load-item {
  display: flex;
  align-items: center;
}
.main section .load-sub .load-item img {
  height: 22px;
}
.main section .load-sub .load-item span {
  height: 22px;
  line-height: 25px;
  margin-left: 4px;
}
.main section .system {
  color: rgba(34, 34, 34, 0.45);
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-top: 35px;
  /* 156.25% */
}
.main article {
  margin-top: 30px;
  padding-top: 35px;
}
.main article aside {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 800px;
  margin: 0 auto;
}
.main article aside div {
  display: flex;
  width: 243.922px;
  height: 43px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 50px;
  background: rgba(0, 25, 104, 0.2);
  color: #1A1A1A;
  text-align: center;
  font-family: Arial;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
.main article aside .active {
  color: white;
  border-radius: 50px;
  background: linear-gradient(270deg, #449CE8 14.83%, #2D7EFF 59.95%, #5660D7 128.56%);
}
.main article footer {
  width: 1300px;
  margin: 49px auto 0;
}
.main article footer .footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.main article footer .footer-item-box {
  padding-top: 25px;
  width: 631.98px;
  height: 272px;
  border-radius: 10px;
  background: #F8F9FA;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}
.main article footer .footer-item-box .item-top {
  display: flex;
  align-items: center;
  width: 453px;
  margin: 0 auto;
}
.main article footer .footer-item-box .item-top > div {
  color: #FFF;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 9.8px 6px 10px;
}
.main article footer .footer-item-box .item-top > div:nth-child(1) {
  color: #1A1A1A;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding: 0;
}
.main article footer .footer-item-box .item-top > div:nth-child(2) {
  border-radius: 3px;
  background: #E8AD17;
  margin-left: 11.5px;
}
.main article footer .footer-item-box .item-top > div:nth-child(3) {
  border-radius: 3px;
  background: #09AD56;
  margin-left: 6px;
}
.main article footer .footer-item-box .item-top > div:nth-child(4) {
  border-radius: 3px;
  background: #2675DD;
  margin-left: 6px;
}
.main article footer .footer-item-box .item-sub {
  color: #2675DD;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  margin: 0 auto;
  width: 453px;
  margin-top: 14px;
  white-space: nowrap;
  /* 100% */
}
.main article footer .footer-item-box .item-footer {
  width: 453px;
  margin: 20px auto 0;
  display: flex;
}
.main article footer .footer-item-box .item-footer img {
  height: 187.344px;
  margin-right: 17px;
}
.main article footer .footer-item-box .item-footer .sub-body {
  display: flex;
  flex-direction: column;
  align-items: self-start;
  margin-top: 14.5px;
}
.main article footer .footer-item-box .item-footer .sub-body > div {
  color: #1A1A1A;
  font-family: "Microsoft YaHei";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.main article footer .footer-item-box .item-footer .sub-body > a {
  margin-top: 24px;
  border-radius: 50px;
  background: #051E6D;
  display: flex;
  width: 180px;
  height: 40px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: transform 150ms linear;
  /* 150% */
}
.main article footer .footer-item-box .item-footer .sub-body > a:hover {
  transform: translateY(-5PX);
  background: #001043;
}
.main article footer .footer-item-box .item-footer .sub-body > nav:hover {
  transform: translateY(-5PX);
  background: #001043;
}
.main article footer .footer-item-box .item-footer .sub-body > nav {
  width: 239.08px;
  height: 39px;
  flex-shrink: 0;
  border-radius: 50px;
  background: #001968;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  transition: transform 150ms linear;
}
.main article footer .footer-item-box .item-footer .sub-body > nav > a:nth-child(1) {
  color: #001968;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  background: white;
  width: 117.219px;
  height: 35px;
  flex-shrink: 0;
  border-radius: 20px 0 0 20px;
  /* 160% */
}
.main article footer .footer-item-box .item-footer .sub-body > nav > a:nth-child(2) {
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  width: 117.219px;
  /* 160% */
}

.footer-download {
  height: 224.275px;
  background: url(https://res.daetool.com/wm-static-resource/Sem/826_sem/Group5920.png) no-repeat center;
  background-size: 100% 225px;
  display: flex;
  align-items: center;
}
.footer-download .footer-content {
  width: 1070px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-download .footer-content .footer-word {
  display: flex;
  align-items: center;
}
.footer-download .footer-content .footer-word img {
  height: 88px;
}
.footer-download .footer-content .footer-word .footer-title {
  margin-left: 22px;
}
.footer-download .footer-content .footer-word .footer-title > div:nth-child(1) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 41px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-download .footer-content .footer-word .footer-title > div:nth-child(2) {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 18.905px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 2px;
}
.footer-download .footer-content a {
  display: block;
  height: 89.508px;
  width: 319.581px;
  background: url(https://res.daetool.com/wm-static-resource/Sem/826_sem/Group3465924.png) no-repeat center;
  background-size: cover;
}
.footer-download .footer-content a:hover {
  background: url(https://res.daetool.com/wm-static-resource/Sem/826_sem/Group3465925.png) no-repeat center;
  background-size: cover;
}

a {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}/*# sourceMappingURL=style.css.map */