@media screen and (max-width: 1536px) {
  .banner_box {
    margin-top: 76px !important;
  }
}
@media (max-width: 1280px) {
  .banner_box {
    margin-top: 20px !important;
    height: 722px !important;
  }
  .b_right {
    width: 524px !important;
    margin-left: 10px !important;
  }
  .b_left {
    margin-left: 0 !important;
  }
}
body {
  min-width: 1400px;
}

@keyframes outlineClick {
  0% {
    outline: 10px #BFF6BE solid;
  }
  50% {
    outline: 0px #BFF6BE solid;
  }
  100% {
    outline: 10px #BFF6BE solid;
  }
}
@keyframes outlineClick2 {
  0% {
    outline: 6px rgba(255, 255, 255, 0.3) solid;
  }
  50% {
    outline: 0px rgba(255, 255, 255, 0.3) solid;
  }
  100% {
    outline: 6px rgba(255, 255, 255, 0.3) solid;
  }
}
@keyframes cursorClick {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes circleClick {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
.banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 738px;
  background: url(https://res.daetool.com/wm-static-resource/wm/628_dae/banner-bg.png) no-repeat center center/cover;
  margin-top: 117px;
}
.banner_box .b_left {
  margin-left: 150px;
}
.banner_box .b_left .tuijian {
  margin-bottom: 12px;
  width: 237px;
  height: 44px;
  background: url(https://res.daetool.com/wm-static-resource/wm/121_wm/banner_tuijian.png) no-repeat center center;
}
.banner_box .b_left .tuijian span {
  margin-top: 2px;
  display: inline-block;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 47px;
  letter-spacing: 0.05em;
  background: linear-gradient(90deg, #4d1f00 0%, #b34800 40.9%, #4d1f00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-left: 54px;
  z-index: 100;
}
.banner_box .b_left h1 {
  margin-bottom: 17px;
  color: #343434;
  font-family: "Alimama ShuHeiTi";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_box .b_left h1 > span {
  background: linear-gradient(90deg, #42C449 0%, #28BA32 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Alimama ShuHeiTi";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner_box .b_left .ms {
  margin-bottom: 18px;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  background: linear-gradient(90deg, #FE602B 0%, #FF9500 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner_box .b_left ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.banner_box .b_left ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.banner_box .b_left ul li > img {
  width: 20px;
  height: 20px;
}
.banner_box .b_left .banner_down {
  margin-top: 41px;
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.banner_box .b_left .banner_down .show_qr {
  position: relative;
  width: fit-content;
}
.banner_box .b_left .banner_down .show_qr a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  height: 78px;
  border-radius: 74.362px;
  border: 4.056px solid #BFF6BE;
  background: linear-gradient(104deg, #FFF42A -3.97%, #00D157 30.5%);
  box-shadow: 0 5.408px 12.98px 0 rgba(147, 184, 181, 0.25);
  position: relative;
  transition: all 0.3s;
  animation: outlineClick 0.1s infinite;
}
.banner_box .b_left .banner_down .show_qr a > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 27.041px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 27.041px */
}
.banner_box .b_left .banner_down .show_qr a .cursor {
  width: 49px;
  position: absolute;
  right: -20px;
  top: 50px;
  z-index: 2;
  animation: cursorClick 0.1s infinite;
}
.banner_box .b_left .banner_down .show_qr a .circle {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  top: 45px;
  right: 29px;
  animation: circleClick 0.1s infinite;
}
.banner_box .b_left .banner_down .show_qr a:hover {
  transform: translateY(-8px);
}
.banner_box .b_left .banner_down .show_qr a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://res.daetool.com/wm-static-resource/wm/121_wm/down-bg.png) no-repeat center center/cover;
}
.banner_box .b_left .banner_down .show_qr a img {
  margin-right: 16px;
  width: 30px;
}
.banner_box .b_left .banner_down .show_qr:hover .qr_img_box {
  opacity: 1;
}
.banner_box .b_left .banner_down .show_qr .qr_img_box {
  opacity: 0;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #ffffff;
  border: 1.08553px solid #eceff2;
  border-radius: 11.9408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 165px;
  height: 182px;
  transition: 0.8s;
}
.banner_box .b_left .banner_down .show_qr .qr_img_box .recode-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.7px;
}
.banner_box .b_left .banner_down .show_qr .qr_img_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #a6a7a8;
}
.banner_box .b_left .banner_down > a {
  margin-left: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 34px;
  box-sizing: border-box;
  border-radius: 30px;
  border: 2px solid #6a8bff;
  box-sizing: border-box;
  background-color: #fff;
}
.banner_box .b_left .banner_down > a img {
  margin-right: 11px;
  width: 30px;
}
.banner_box .b_left .banner_down > a img:nth-child(1) {
  display: block;
}
.banner_box .b_left .banner_down > a img:nth-child(2) {
  display: none;
}
.banner_box .b_left .banner_down > a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  color: #2f7af7;
}
.banner_box .b_left .banner_down > a:hover {
  background-color: #2f7af7;
  border-color: transparent;
}
.banner_box .b_left .banner_down > a:hover span {
  color: #fff;
}
.banner_box .b_left .banner_down > a:hover img:nth-child(2) {
  display: block;
}
.banner_box .b_left .banner_down > a:hover img:nth-child(1) {
  display: none;
}
.banner_box .b_left .system {
  color: #666;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  letter-spacing: 0.3px;
}
.banner_box .b_right {
  margin-left: 83px;
  width: 722px;
}
.banner_box .b_right img {
  width: 93%;
}

.problem-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 97px 0;
}
.problem-box > span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.problem-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 52px;
  width: 1200px;
  margin-top: 93px;
}
.problem-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 365px;
  height: 409px;
  border-radius: 20px;
  background: linear-gradient(112deg, #DAFFE9 0%, #E8FBFF 99.29%);
  transition: all 0.3s ease;
  cursor: pointer;
}
.problem-box ul li:hover {
  transform: translateY(-15px);
  box-shadow: 0 0 22px 0 rgba(1, 60, 47, 0.3);
}
.problem-box ul li > img {
  width: 100%;
  height: auto;
}
.problem-box ul li > span {
  margin: 43px 0 21px;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
.problem-box ul li > p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.step03_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 92px;
  padding-bottom: 170px;
  box-sizing: border-box;
  background-color: #F9FFF2;
}
.step03_box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 346px;
  background: #FFF;
  border-radius: 10.5395px;
}
.step03_box .item > img {
  width: 511px;
  height: 387px;
}
.step03_box .item + .item {
  margin-top: 176px;
}
.step03_box .item .text h2 {
  margin-bottom: 28px;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 28px */
  letter-spacing: 1.4px;
}
.step03_box .item .text p {
  margin-bottom: 40px;
  color: rgba(51, 51, 51, 0.9);
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 33px */
}
.step03_box .item .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 196px;
  height: 58px;
  border-radius: 55px;
  border: 3px solid #BFF6BE;
  background: linear-gradient(104deg, #FFF42A -3.97%, #00D157 30.5%);
  box-shadow: 0 4px 9.6px 0 rgba(147, 184, 181, 0.25);
  position: relative;
}
.step03_box .item .text a > img {
  margin-right: 16px;
  width: 30px;
}
.step03_box .item .text a > span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #ffffff;
}
.step03_box .item .text a:hover .qr_img_box {
  opacity: 1;
}
.step03_box .item .text a .qr_img_box {
  opacity: 0;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #ffffff;
  border: 1.08553px solid #eceff2;
  border-radius: 11.9408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 165px;
  height: 182px;
  transition: 0.3s;
}
.step03_box .item .text a .qr_img_box .recode-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.7px;
}
.step03_box .item .text a .qr_img_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #a6a7a8;
}

.step04_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 295px;
  background: url(https://res.daetool.com/wm-static-resource/wm/628_dae/bottom-bg.png) no-repeat center center/cover;
}
.step04_box > div {
  display: flex;
  justify-content: center;
  align-items: end;
  margin-bottom: 43px;
  color: #343434;
  font-family: "Microsoft YaHei UI";
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step04_box > div p {
  width: 304px;
  height: 77px;
  margin-right: 5px;
  top: 8px;
  left: -9px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://res.daetool.com/wm-static-resource/wm/628_dae/orange-bg.png) no-repeat center center/cover;
  color: #343434;
  font-family: "Microsoft YaHei UI";
  font-size: 53px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.65px;
  position: relative;
}
.step04_box > div p::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 25px;
  height: 28px;
  background: url(https://res.daetool.com/wm-static-resource/wm/628_dae/cursor.svg) no-repeat center center/cover;
}
.step04_box a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 199px;
  height: 60px;
  border-radius: 30px;
  background: #FFF;
  animation: outlineClick2 0.1s infinite;
}
.step04_box a .cursor {
  width: 49px;
  position: absolute;
  right: -35px;
  top: 33px;
  z-index: 2;
  animation: cursorClick 0.1s infinite;
}
.step04_box a .circle {
  position: absolute;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  opacity: 0.3;
  border-radius: 50%;
  top: 29px;
  right: 12px;
  animation: circleClick 0.1s infinite;
}
.step04_box a > img {
  margin-right: 16px;
  width: 30px;
}
.step04_box a > span {
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: linear-gradient(90deg, #46C549 0%, #55C523 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step04_box a:hover .qr_img_box {
  opacity: 1;
}
.step04_box a .qr_img_box {
  opacity: 0;
  position: absolute;
  bottom: -186px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  background: #ffffff;
  border: 1.08553px solid #eceff2;
  border-radius: 11.9408px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 165px;
  height: 182px;
  transition: 0.3s;
  z-index: 100;
}
.step04_box a .qr_img_box .recode-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 11.7px;
}
.step04_box a .qr_img_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 100%;
  color: #a6a7a8;
}

.choose-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 93px 0;
}
.choose-box > span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.choose-box ul {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-top: 97px;
}
.choose-box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 280px;
  height: 309px;
  padding: 19px 18px 34px;
  box-sizing: border-box;
  border-radius: 20px;
  background: #FFF;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.choose-box ul li:hover {
  border-radius: 20px;
  border: 1px solid #FFDEB3;
  background: #F9FFF2;
  box-shadow: 0 0 14.9px 0 rgba(186, 186, 186, 0.25);
}
.choose-box ul li > img {
  height: 99px;
  width: auto;
}
.choose-box ul li > span {
  margin: 24px 0 20px;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}
.choose-box ul li > p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.assess-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-bottom: 120px;
  background: #FDFFFB;
}
.assess-box h2 {
  margin-top: 118px;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(0deg, #333 0%, #333 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.assess-box .swiper-container {
  width: 1200px;
  height: 362px;
  padding-top: 10px;
  margin-top: 110px;
}
.assess-box .swiper-container .swiper-slide {
  position: relative;
  width: 386px;
  height: 304px;
  box-sizing: border-box;
  border-radius: 19px;
  background: linear-gradient(180deg, #F4FFF9 0%, #FFF 100%);
  box-shadow: 0 0 14.1px 0 rgba(199, 199, 199, 0.25);
}
.assess-box .swiper-container .swiper-slide p:first-of-type {
  position: relative;
  left: 115px;
  bottom: 35px;
  width: fit-content;
  color: #333;
  text-align: justify;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}
.assess-box .swiper-container .swiper-slide p:first-of-type + img {
  position: relative;
  left: 115px;
  bottom: 35px;
  width: 152px;
  height: 19px;
}
.assess-box .swiper-container .swiper-slide p:last-of-type {
  padding: 0 28px;
  color: #616161;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
.assess-box .swiper-container .swiper-slide img:first-of-type {
  position: relative;
  left: 28px;
  top: 30px;
  width: 74px;
  height: 74px;
}
.assess-box .swiper-container .swiper-slide img:last-of-type {
  position: relative;
  left: 150px;
  bottom: 60px;
  width: 53px;
  height: 46px;
}
.assess-box .swiper-pagination {
  bottom: 95px;
}
.assess-box .swiper-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 8px;
  margin-left: 10px;
  border-radius: 41px;
  background: rgb(160, 160, 160);
}
.assess-box .swiper-pagination .swiper-pagination-bullet-active {
  border-radius: 61.972px;
  background: linear-gradient(104deg, #FFF42A -3.97%, #00D157 30.5%);
  box-shadow: 0 4.507px 10.817px 0 rgba(147, 184, 181, 0.25);
}

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