@charset "UTF-8";
@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
/* banner下载按钮动画 */
@keyframes banner-download {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 350px;
    height: 350px;
  }
}
.download-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.download-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  margin-left: -150px;
  margin-top: -150px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

.w {
  width: 1200px;
  margin: 0 auto;
}

/* header */
.header-box {
  position: relative;
  width: 100%;
  height: 1210px;
  background: url(https://res.daetool.com/wm-static-resource/Sem/600_sem/banner_image_background.png) no-repeat center center/cover;
}
.header-box .horn_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background-color: #fbfdff;
}
@keyframes Swing {
  0% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg);
  }
}
.header-box .horn_box img {
  margin-right: 9px;
  width: 26px;
  animation: Swing 0.5s steps(1) infinite alternate;
}
.header-box .horn_box span {
  color: #09162a;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.header-top-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.header-top {
  display: flex;
  align-items: center;
}

.header-top h1 {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-left: 12px;
}

.hidden-header-box .header-top h1 {
  color: #000;
  font-weight: 400;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right .common-btn:first-child {
  margin-right: 26px;
  margin-left: 20px;
}

.header-right .common-btn a {
  height: 40px;
  border-radius: 8px;
  margin-left: 0;
  cursor: pointer;
}

.header-right .common-btn-label {
  right: -10px;
  top: -7px;
}

.header-right .common-btn-label img {
  width: 42px;
}

.header-right .common-btn-label span {
  left: 10px;
  top: -1px;
  font-size: 12px;
}

.header-right .common-btn a img {
  width: 16px;
}

.header-right .common-btn a span {
  font-size: 14px;
  margin-right: 6px;
  font-weight: 400;
}

.header-right a {
  position: relative;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-left: 32px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: default;
}

.hidden-header-box .header-right a {
  cursor: pointer;
}

.header-right a:hover {
  color: #2f80ed;
}

.header-right a.header-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 118px;
  height: 38px;
  background: #6688fc;
  border-radius: 4.42719px;
  margin-left: 18px;
}

.header-right a.header-download:hover {
  background: #5578ec;
}

.header-right a.header-download span {
  font-family: "PingFang SC";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  margin-left: 8px;
}

.header-right a.header-download img {
  height: 22px;
}

.header-right p {
  font-size: 16px;
  color: #000;
}

.header-right .download-btn-box {
  display: flex;
  align-items: center;
}

.header-right .download-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
  background: #2f80ed;
  border-radius: 20px;
}

.header-right .download-btn-box a img {
  width: 18px;
  margin-top: 1px;
}

.header-right .download-btn-box a span {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #ffffff;
  margin-left: 5px;
}

.header-right .download-btn-box a:hover {
  background: #3477cf;
}

.bottom-download-box .download-btn-box a:hover {
  background: #3477cf;
}

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}

.hidden-header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}

.hidden-header-content .header-left .header-title span {
  color: #000;
}

/* banner */
.banner-box {
  width: 100%;
  height: 970px;
}

/* 聚合页特殊样式 */
.header-left {
  display: flex;
  align-items: center;
  color: #000;
}

.header-left img {
  width: 40px;
  margin-right: 10px;
}

.header-left h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 400;
  /* color: #ffffff; */
  margin-left: 0;
}

.banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 75px;
  padding-top: 122px;
}
.banner-content .title {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
}
.banner-content .title img {
  margin-right: 29px;
  width: 68px;
}
.banner-content .title p {
  color: #2f2f2f;
  font-family: "JiangChengHeiTi 700W";
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 2;
}
.banner-content .title p::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -8px;
  background: linear-gradient(90deg, #80d1f7 0%, #fdfffe 100%);
  width: 135px;
  height: 15px;
  z-index: -1;
}
.banner-content .ms1 {
  margin-bottom: 70px;
  color: #54545b;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
  width: 683px;
}
.banner-content a {
  width: 317px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6.043px;
  background: #017fff;
  margin-bottom: 15px;
}
.banner-content a:hover {
  background-color: #2792fc;
}
.banner-content a img {
  margin-right: 10px;
  width: 26px;
}
.banner-content a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.banner-content .ms2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.banner-content .ms2 p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #343942;
  opacity: 0.5;
}
.banner-content .ms2 p + p {
  margin-left: 20px;
}
.banner-content ul {
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.banner-content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 271px;
  height: 264px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  transition: all 0.3s;
  cursor: default;
}
.banner-content ul li:nth-child(n+5) {
  margin-top: 26px;
}
.banner-content ul li > img {
  margin-bottom: 18px;
  width: 62px;
}
.banner-content ul li > span {
  margin-bottom: 12px;
  color: #09162a;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-content ul li > p {
  margin-bottom: 23px;
  color: rgba(9, 22, 42, 0.55);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-content ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 19.556px;
  border: 1px solid #017fff;
  background: rgba(1, 127, 255, 0.08);
}
.banner-content ul li a img {
  margin-right: 7px;
  width: 18px;
}
.banner-content ul li a img:nth-child(1) {
  display: block;
}
.banner-content ul li a img:nth-child(2) {
  display: none;
}
.banner-content ul li a span {
  color: #017fff;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 30px */
}
.banner-content ul li a span.nt1 {
  display: block;
}
.banner-content ul li a span.nt2 {
  display: none;
}
.banner-content ul li:hover {
  transform: translateY(-15px);
}
.banner-content ul li:hover a {
  background-color: #017fff;
}
.banner-content ul li:hover a img:nth-child(1) {
  display: none;
}
.banner-content ul li:hover a img:nth-child(2) {
  display: block;
}
.banner-content ul li:hover a span {
  color: #fff;
}
.banner-content ul li:hover a span.nt1 {
  display: none;
}
.banner-content ul li:hover a span.nt2 {
  display: block;
}

.step01 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 82px 0;
  box-sizing: border-box;
  background: linear-gradient(123deg, #fff 30.27%, #f4f8ff 108.4%);
}
.step01 .title {
  color: #09162a;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 64px */
  margin-bottom: 69px;
}
.step01 .title span {
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  background: linear-gradient(90.57deg, #0181ff 22.15%, #01d9ff 65.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  display: inline-block;
  height: fit-content;
}
.step01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
}
.step01 ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.step01 ul li img {
  margin-bottom: 23px;
  width: 62px;
}
.step01 ul li span {
  color: #09162a;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step01 .banner_lunbo {
  position: relative;
  overflow: hidden;
  width: 1200px;
  height: 825px;
}
.step01 .banner_lunbo .swiper {
  width: 100%;
  height: 100%;
}
.step01 .banner_lunbo .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step01 .banner_lunbo .swiper-slide img {
  width: 864px;
}
.step01 .swiper-pagination-bullet {
  width: 18px !important;
  height: 18px !important;
  background-color: #d9d9d9 !important;
  transition: all 0.5s;
  opacity: 1 !important;
  border-radius: 50% !important;
}
.step01 .my-bullet-active {
  width: 56px !important;
  height: 13.59px !important;
  border-radius: 6.5px !important;
  margin-bottom: 3.205px !important;
  background: linear-gradient(90deg, #4ab1fe 0%, #1489ff 100%) !important;
  opacity: 1 !important;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0 !important;
}

.step02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 83px;
  padding-bottom: 150px;
  box-sizing: border-box;
  background: linear-gradient(123deg, #fff 30.27%, #f4f8ff 108.4%);
}
.step02 .title {
  color: #09162a;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 64px */
  margin-bottom: 87px;
}
.step02 .title > span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 200%;
  background: linear-gradient(90.57deg, #0181ff 22.15%, #01d9ff 65.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.step02 ul {
  width: 1090px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.step02 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.step02 ul li:nth-child(n+3) {
  margin-top: 60px;
}
.step02 ul li:last-child {
  width: 498px;
  justify-content: start;
}
.step02 ul li > img {
  margin-right: 26px;
  width: 76px;
}
.step02 ul li .text p {
  margin-bottom: 10px;
  color: #09162a;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step02 ul li .text span {
  display: inline-block;
  width: 396px;
  color: rgba(9, 22, 42, 0.55);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step02 ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 451px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 33px;
  background: #017fff;
}
.step02 ul li a img {
  margin-right: 18px;
  width: 23px;
}
.step02 ul li a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 40px */
}

.footer_box {
  position: fixed;
  bottom: 10px;
  right: -1200px;
  width: 1200px;
  height: 93px;
  flex-shrink: 0;
  border-radius: 16.921px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(0px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 22px;
  box-sizing: border-box;
  z-index: 100;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  border: 1px solid rgba(1, 127, 255, 0.35);
}
.footer_box .left {
  display: flex;
  align-items: center;
}
.footer_box .left img {
  width: 65px;
  margin-right: 21px;
}
.footer_box .left span {
  font-family: "Microsoft YaHei UI";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #0182ff 42.16%, #01aaff 99.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.footer_box .right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_box .right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 207px;
  height: 54px;
  flex-shrink: 0;
  border-radius: 6.043px;
  background: #017fff;
}
.footer_box .right a img {
  margin-right: 7px;
  width: 22px;
}
.footer_box .right a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 36px */
}
.footer_box .right a + a {
  width: 143px;
  height: 54px;
  flex-shrink: 0;
  margin-left: 13px;
}
.footer_box .right a + a span {
  color: #fff;
}
.footer_box.active {
  right: 50%;
  transform: translateX(50%);
  opacity: 1;
}

#header-title-h1 {
  color: #000;
  line-height: 1;
  margin-bottom: 2px;
}

#YSF-BTN-HOLDER {
  display: none !important;
}

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