.glow-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 5;
  border-radius: 14px;
  /* The requested blur to smooth edges and blend particles */
  filter: blur(0.5px);
}

.g-seg {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background: #FFF;
  border-radius: 2px;
  opacity: var(--o);
  animation-delay: var(--d);
  filter: blur(0.5px);
  /* Motion Path matching button 278x72 rect r14 */
  offset-path: path("M 14 0 H 264 A 14 14 0 0 1 278 14 V 58 A 14 14 0 0 1 264 72 H 14 A 14 14 0 0 1 0 58 V 14 A 14 14 0 0 1 14 0 Z");
  animation-name: glow-loop;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  /* Optimization */
  will-change: offset-distance, opacity;
}

@keyframes glow-loop {
  0% {
    offset-distance: 0%;
  }
  100% {
    offset-distance: 100%;
  }
}
.banner-box {
  margin-top: 122px;
  padding-top: 100px;
  background: url(https://res.daetool.com/wm-static-resource/wm/770_wm/banner-bg.png) no-repeat center/cover, #060606;
}
.banner-box .banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.banner-box .banner-content > img {
  width: 581px;
  height: 382px;
}
.banner-box .banner-content-left h2 {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 59px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.18px;
}
.banner-box .banner-content-left h2 > span {
  font-family: "Microsoft YaHei";
  font-size: 59px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.18px;
  background: linear-gradient(55deg, #E75932 10.03%, #E5486B 61.08%, rgba(255, 238, 0, 0.84) 93.63%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .banner-content-left h2 + div {
  display: flex;
  align-items: center;
  margin: 20px 0 44px 0;
}
.banner-box .banner-content-left h2 + div ul {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 16px 0 0 0;
  border-top: 1px solid #2D2D2D;
  border-bottom: 1px solid #2D2D2D;
  border-left: 1px solid #2D2D2D;
  background: #F7F7F7;
}
.banner-box .banner-content-left h2 + div ul li {
  display: flex;
  align-items: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 142.857% */
  background: linear-gradient(85deg, #10B946 77.59%, #B6D00D 110%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-box .banner-content-left h2 + div ul li:not(:first-child)::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  margin-right: 8px;
  background: rgba(16, 185, 69, 0.45);
}
.banner-box .banner-content-left h2 + div .right-item {
  display: flex;
  height: 38px;
  box-sizing: border-box;
  align-items: center;
  padding: 9px 24px 9px 12px;
  gap: 6px;
  border-radius: 0 0 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.14) 21.15%, rgba(255, 255, 255, 0.03) 100%);
}
.banner-box .banner-content-left h2 + div .right-item > img {
  width: 16px;
  height: 16px;
}
.banner-box .banner-content-left h2 + div .right-item > span {
  color: #EEFAEB;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
.banner-box .banner-content-left > p {
  width: 556px;
  color: rgba(229, 220, 220, 0.65);
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
.banner-box .banner-content-left .btn-border {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 278px;
  margin-top: 52px;
  height: 72px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  box-shadow: 0 0 10px 0 rgba(234, 254, 255, 0.45) inset;
}
.banner-box .banner-content-left .download-btn {
  display: inline-flex;
  padding: 14px 28px;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  background: radial-gradient(77.51% 61.48% at 100% 22.3%, rgba(255, 238, 0, 0.45) 0%, rgba(255, 238, 0, 0) 100%), linear-gradient(55deg, #E75932 10.02%, #E5486B 81.29%);
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.55) inset;
}
.banner-box .banner-content-left .download-btn:hover {
  border-radius: 14px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), radial-gradient(77.51% 61.48% at 100% 22.3%, rgba(255, 238, 0, 0.45) 0%, rgba(255, 238, 0, 0) 100%), linear-gradient(55deg, #E75932 10.02%, #E5486B 81.29%);
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.55) inset;
}
.banner-box .banner-content-left .download-btn > span {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
}
.banner-box .banner-content-left .download-btn > img {
  width: 24px;
  height: 24px;
}
.banner-box .num-box {
  display: flex;
  width: 100%;
  margin-top: 57px;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #33261B;
  border-bottom: 1px solid #33261B;
  background: rgba(34, 34, 34, 0.55);
  backdrop-filter: blur(11.5px);
}
.banner-box .num-box ul {
  display: flex;
  align-items: center;
  gap: 32px;
  width: 1200px;
  padding: 33px 0;
}
.banner-box .num-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 0 0;
  gap: 8px;
}
.banner-box .num-box ul li > span:first-of-type {
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 117.647% */
}
.banner-box .num-box ul li > span:last-of-type {
  color: rgba(255, 255, 255, 0.65);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}

.special-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #060606;
  padding-top: 89px;
  padding-bottom: 70px;
}
.special-box .title {
  display: flex;
  align-items: center;
  width: 202px;
  box-sizing: border-box;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 9999px;
  border: 1px solid rgba(231, 89, 50, 0.2);
  background: rgba(231, 89, 50, 0.1);
}
.special-box .title img {
  width: 16px;
  height: 16px;
}
.special-box .title > span {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  background: linear-gradient(55deg, #E75932 10.02%, #E5486B 81.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.special-box .title + p {
  margin: 24px 0 48px;
  color: #B1B1B1;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: 0.72px;
}
.special-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 20px;
  width: 1200px;
}
.special-box ul li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 386px;
  height: 194px;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid #2E2929;
  background: #181515;
  cursor: pointer;
}
.special-box ul li > span:first-of-type {
  display: flex;
  width: 48px;
  height: 48px;
  box-sizing: border-box;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid rgba(231, 89, 50, 0.14);
  background: rgba(225, 225, 225, 0.08);
  color: #F8FAFC;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 133.333% */
  letter-spacing: 0.48px;
}
.special-box ul li > span:nth-of-type(2) {
  margin: 16px 0 14px;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.special-box ul li p {
  color: #979797;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.special-box ul li:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #181515), linear-gradient(to right, rgba(231, 59, 50, 0.3), rgba(231, 59, 50, 0.75), rgba(231, 59, 50, 0.3));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-color: transparent;
}
.special-box ul li:hover > span:nth-of-type(2) {
  color: #E73B32;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.func-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px 0 62px;
  background: #130F0F;
}
.func-box > span {
  color: #E0E0E0;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 111.111% */
  letter-spacing: 0.72px;
}
.func-box ul {
  display: flex;
  align-items: center;
  gap: 20px;
  row-gap: 30px;
  width: 1200px;
  box-sizing: border-box;
  padding: 0 30px;
  flex-wrap: wrap;
  margin-top: 48px;
}
.func-box ul li {
  display: flex;
  width: 210px;
  height: 78px;
  box-sizing: border-box;
  padding: 20px;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  border: 1px solid #2E2929;
  background: #0D0D0D;
  cursor: pointer;
}
.func-box ul li > span {
  color: #FEE;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.func-box ul li:hover {
  border: 1px solid transparent;
  background-image: linear-gradient(to right, #0D0D0D, #0D0D0D), linear-gradient(to right, rgba(231, 59, 50, 0.3), rgba(231, 59, 50, 0.75), rgba(231, 59, 50, 0.3));
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-color: transparent;
}

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