.banner-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 250px;
  padding-bottom: 85px;
  background: url(https://res.daetool.com/wm-static-resource/wm/dae_425/banner-bg.png) no-repeat center;
  background-size: cover;
}
.banner-box-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.banner-box-left {
  display: flex;
  flex-direction: column;
}
.banner-box-left h2 {
  position: relative;
  color: #1D2129;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 125% */
}
.banner-box-left p {
  margin: 24px 0 48px 0;
  color: #666;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  /* 150% */
}
.banner-box-left .download-box {
  display: flex;
  align-items: center;
  gap: 28px;
}
.banner-box-left .download-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 68px;
}
.banner-box-left .download-box a.download-btn {
  border-radius: 9999px;
  background: linear-gradient(270deg, #FF6974 0%, #FD3D4C 100%);
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
}
.banner-box-left .download-box a.download-btn:hover {
  border-radius: 9999px;
  background: #FA2941;
}
.banner-box-left .download-box a.buy-btn {
  border-radius: 9999px;
  border: 1px solid #FF6974;
  background: #FFEFF0;
  color: #FD3E4D;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
}
.banner-box-left .download-box a.buy-btn:hover {
  border-radius: 9999px;
  border: 1px solid #FA2941;
  background: #FFF;
  color: var(--, #FA2941);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
}
.banner-box-right img {
  width: 730px;
  height: auto;
}
.banner-box-bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.banner-box-bottom > img {
  width: 268px;
  height: 60px;
  flex-shrink: 0;
}
.banner-box-bottom-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.banner-box-bottom-content span:first-of-type {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
}
.banner-box-bottom-content span:last-of-type {
  color: #FD3E4D;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 111.111% */
}

.feature-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.feature-box h3 {
  color: #1D2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.feature-box > span {
  margin: 28px 0 90px 0;
  color: #777;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.feature-box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px 30px;
  width: 1200px;
}
.feature-box ul li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 380px;
  height: 265px;
  padding: 24px 24px 51px 24px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid rgba(216, 229, 255, 0.25);
  background: #FEFEFF;
  box-shadow: 0 4px 20px 0 rgba(216, 229, 255, 0.35);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.feature-box ul li:hover {
  transform: translateY(-10px);
  border-radius: 12px;
  border: 1px solid rgba(216, 229, 255, 0.25);
  background: #F5F8FF;
  box-shadow: 0 4px 20px 0 rgba(216, 229, 255, 0.35);
}
.feature-box ul li .feature-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  border-radius: 9999px;
  background: rgba(22, 93, 255, 0.08);
}
.feature-box ul li img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.feature-box ul li p {
  margin: 20px 0;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}
.feature-box ul li span {
  color: #777;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.support-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background: linear-gradient(276deg, #FEE 0%, #EFF6FF 41.56%, #FFF4F8 99.41%);
}
.support-box h3 {
  color: #1D2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.support-box > span {
  margin: 28px 0 80px 0;
  color: #777;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.support-box > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.support-box > div p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 107.692% */
}
.support-box > div ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 22px;
  margin-top: 40px;
  width: 1202px;
}
.support-box > div ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  width: 182px;
  height: 92px;
  border: transparent;
  flex-shrink: 0;
  gap: 20px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 12px;
  background: #FFF;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  /* 24px */
}
.support-box > div ul li:hover {
  border-radius: 12px;
  border: 1px solid #FFF;
  background: linear-gradient(180deg, #FFEAEC 0%, #FFE3E4 100%);
  color: #FD3E4D;
}
.support-box > div ul li:hover span {
  color: #FD3E4D;
}
.support-box > div ul li span {
  color: #777;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.support-box > div.video-format-list {
  margin-top: 40px;
}

.step-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.step-box h3 {
  color: #1D2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.step-box > span {
  margin: 28px 0 100px 0;
  color: #4E5969;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.step-box .step-box-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
}
.step-box .step-box-content .step-tabs {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.step-box .step-box-content .step-tab-item {
  display: flex;
  gap: 15px;
  box-sizing: border-box;
  width: 474px;
  height: 128px;
  padding: 15px 30px;
  flex-shrink: 0;
  border-radius: 20px;
  cursor: pointer;
}
.step-box .step-box-content .step-tab-item p {
  color: #5B626B;
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.step-box .step-box-content .step-tab-item .step-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.step-box .step-box-content .step-tab-item span:first-of-type {
  color: #5B626B;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-box-content .step-tab-item span:last-of-type {
  color: #4E5969;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
}
.step-box .step-box-content .step-tab-item.active {
  background: linear-gradient(90deg, #FFEFEF 0%, #FFF8F8 100%);
}
.step-box .step-box-content .step-tab-item.active p {
  font-family: Arial;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(270deg, #FF6974 0%, #FD3D4C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.step-box .step-box-content .step-tab-item.active span:first-of-type {
  color: #FD4553;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-box .step-box-content .step-img img {
  display: none;
  width: 646px;
  height: 414px;
  flex-shrink: 0;
}
.step-box .step-box-content .step-img img.active {
  display: block;
}

.scene-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background: linear-gradient(276deg, #FEE 0%, #EFF6FF 41.56%, #FFF4F8 99.41%);
}
.scene-box h3 {
  color: #1D2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.scene-box > span {
  margin: 28px 0 100px 0;
  color: #777;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.scene-box ul {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  width: 1200px;
}
.scene-box ul li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 384px;
  height: 398px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(216, 229, 255, 0.35);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.scene-box ul li .scene-img-box {
  width: 384px;
  height: 228px;
  flex-shrink: 0;
  overflow: hidden;
}
.scene-box ul li:hover {
  overflow: hidden;
}
.scene-box ul li:hover img {
  scale: 1.15;
}
.scene-box ul li img {
  width: 384px;
  height: 228px;
  flex-shrink: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.scene-box ul li p {
  margin-top: 20px;
  padding: 0 20px;
  color: #1D2129;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 116.667% */
}
.scene-box ul li span {
  margin-top: 20px;
  padding: 0 20px;
  color: #777;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.assess-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background: linear-gradient(180deg, #FFF 0%, #F7FAFF 100%);
}
.assess-box h3 {
  color: #1D2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.assess-box > span {
  margin: 28px 0 100px 0;
  color: #777;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.assess-box ul {
  display: flex;
  align-items: center;
  gap: 21px;
  width: 1200px;
}
.assess-box ul li {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 39px 27px 0 27px;
  width: 386px;
  height: 360px;
  flex-shrink: 0;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 20px 0 rgba(216, 229, 255, 0.35);
}
.assess-box ul li .assess-top {
  position: relative;
  display: flex;
  align-items: center;
  gap: 15px;
  height: 68px;
}
.assess-box ul li .assess-top img:first-of-type {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
}
.assess-box ul li .assess-top img:last-of-type {
  position: absolute;
  right: 0;
  bottom: 23px;
}
.assess-box ul li .assess-top .assess-user {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.assess-box ul li .assess-top .assess-user p {
  color: #333;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 20px */
}
.assess-box ul li .assess-top .assess-user span {
  color: #333;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.assess-box ul li .assess-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  margin-top: 40px;
}
.assess-box ul li .assess-content p {
  color: #777;
  text-align: justify;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}

.problem-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
}
.problem-box > p {
  color: #1D2129;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}
.problem-box > span {
  margin: 28px 0 100px 0;
  color: #4E5969;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}
.problem-box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.problem-box ul li {
  width: 1200px;
  cursor: pointer;
}
.problem-box ul li .problem-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 27px;
  height: 76px;
  border-radius: 12px 12px 0 0;
  border: 1px solid #EEE;
  border-bottom: none;
  background: #F7FAFF;
}
.problem-box ul li .problem-item img {
  height: 24px;
  width: 24px;
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.problem-box ul li .problem-item.active img {
  transform: rotate(0deg);
}
.problem-box ul li .problem-item p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 22px */
}
.problem-box ul li .problem-answer {
  height: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 1px solid #EEE;
  border-bottom: transparent;
  padding: 0 27px;
  border-radius: 0 0 12px 12px;
  background: #FFF;
  color: #777;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  /* 27px */
}
.problem-box ul li .problem-answer.active {
  height: 108px;
  border: 1px solid #EEE;
}

.bottom-download-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
  background: url(https://res.daetool.com/wm-static-resource/wm/dae_425/bottom-bg.png) no-repeat center/cover, linear-gradient(276deg, #FEE 0%, #EFF6FF 41.56%, #FFF4F8 99.41%);
}
.bottom-download-box > img {
  width: 98px;
  height: 98px;
  flex-shrink: 0;
}
.bottom-download-box > p {
  margin: 32px 0 24px 0;
  color: #1D2129;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 150% */
}
.bottom-download-box > p + span {
  color: rgba(51, 51, 51, 0.9);
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 36px */
}
.bottom-download-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 48px 0 16px 0;
  width: 260px;
  height: 68px;
  border-radius: 34px;
  background: linear-gradient(270deg, #FF6974 0%, #FD3D4C 100%);
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
}
.bottom-download-box a:hover {
  background: #FA2941;
}
.bottom-download-box a + span {
  color: #666;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
}

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