img {
  border: 0;
}

.exam-page {
  font-family: "Microsoft YaHei", sans-serif;
  margin-top: 130px;
}

.section1-hero {
  position: relative;
  width: 100%;
  height: 624px;
  overflow: hidden;
  background: radial-gradient(47.31% 49% at 59.4% 11.3%, #CFE4FF 0%, rgba(216, 232, 254, 0) 100%), radial-gradient(130.49% 45.24% at 92.89% 14.75%, #CFE4FF 0%, rgba(216, 232, 254, 0) 100%), #F0F6FD;
}
.section1-hero::after {
  position: absolute;
  right: -49px;
  bottom: -6px;
  left: -32px;
  z-index: 0;
  height: 201px;
  background: url("https://res.daetool.com/wm-static-resource/wm/758_daeWm/img_p1_banner_bg2.png") no-repeat center bottom/100% 201px;
  content: "";
  pointer-events: none;
}

.section1-hero__inner {
  position: relative;
  z-index: 1;
  display: flex;
  width: 1218px;
  height: 100%;
  margin: 0 auto;
  padding-top: 41px;
  box-sizing: border-box;
}

.section1-hero__content {
  width: 448px;
  padding-top: 50px;
  box-sizing: border-box;
}

.section1-hero__title {
  margin: 0;
  color: #142a49;
  font-size: 52px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 5px;
}
.section1-hero__title span {
  display: block;
  white-space: nowrap;
}
.section1-hero__title em {
  color: #0d54f9;
  font-style: normal;
}

.section1-hero__desc {
  width: 448px;
  margin: 16px 0 0;
  color: #4f6885;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.section1-hero__features {
  display: flex;
  align-items: center;
  gap: 40px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.section1-hero__feature {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #142a49;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.section1-hero__feature svg {
  display: block;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.section1-hero__download {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-width: 254px;
  height: 58px;
  margin-top: 36px;
  padding: 0 64px;
  overflow: hidden;
  isolation: isolate;
  border-radius: 6px;
  background: #1b8cff;
  box-shadow: 0 9px 18px 0 rgba(27, 140, 255, 0.17);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  box-sizing: border-box;
}
.section1-hero__download::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  content: "";
  transform: translate(-50%, -50%) scale(0.08);
  transform-origin: center;
  animation: btn-mask-spread 1.9s ease-out infinite;
  pointer-events: none;
}
.section1-hero__download:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #1b8cff;
  box-shadow: 0 9px 18px 0 rgba(27, 140, 255, 0.17);
}
.section1-hero__download:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), #1b8cff;
  box-shadow: 0 9px 18px 0 rgba(27, 140, 255, 0.17);
}
.section1-hero__download.is-disabled {
  opacity: 0.3;
  background: #1b8cff;
  box-shadow: 0 9px 18px 0 rgba(27, 140, 255, 0.17);
  pointer-events: none;
}
.section1-hero__download.is-disabled::after {
  animation: none;
}
.section1-hero__download img,
.section1-hero__download span {
  position: relative;
  z-index: 1;
}
.section1-hero__download img {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
}

.section1-hero__visual {
  position: relative;
  width: 770px;
  height: 558px;
  min-height: 480px;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 94%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 6%, #000 88%, transparent 100%);
  mask-composite: intersect;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 94%, transparent 100%), linear-gradient(to bottom, transparent 0%, #000 6%, #000 88%, transparent 100%);
  -webkit-mask-composite: source-in;
}

.section1-hero__visual-img {
  display: block;
  width: 770px;
  height: 558px;
  pointer-events: none;
}

.section2-problems {
  width: 100%;
  padding: 90px 0;
  background: #fff;
  box-sizing: border-box;
}

.section2-problems__inner {
  width: 1200px;
  margin: 0 auto;
}

.section2-problems__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  color: #142a49;
  font-size: 38px;
  font-weight: 700;
  line-height: 51.3px;
  text-align: center;
  white-space: nowrap;
}

.section2-problems__title-deco {
  display: block;
  width: 40.73px;
  height: 28px;
  flex: 0 0 40.73px;
}

.section2-problems__list {
  display: grid;
  grid-template-columns: repeat(4, 288px);
  gap: 16px;
  width: 1200px;
  margin-top: 44px;
}

.section2-problems__card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 261px;
  margin: 0;
  padding: 21px 21px 41px;
  border: 1px solid #e8f4ff;
  border-radius: 12px;
  background: linear-gradient(180deg, #f3f8fe 0%, #fcfcfd 100%);
  box-sizing: border-box;
}

.section2-problems__image {
  display: block;
  width: 194.85px;
  height: 160px;
  object-fit: contain;
  flex: 0 0 160px;
}

.section2-problems__card-title {
  margin: 14px 0 0;
  color: #142a49;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

.section3-solution {
  width: 100%;
  padding: 90px 0;
  background: #F4F8FE;
  box-sizing: border-box;
}

.section3-solution__inner {
  width: 1200px;
  margin: 0 auto;
}

.section3-solution__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 64px;
  margin: 0;
  padding-top: 12px;
  color: #142a49;
  font-size: 38px;
  font-weight: 700;
  line-height: 51.3px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.section3-solution__title-deco {
  display: block;
  width: 40.73px;
  height: 28px;
  flex: 0 0 40.73px;
}

.section3-solution__list {
  width: 1200px;
  margin-top: 44px;
}

.section3-solution__item {
  position: relative;
  width: 1200px;
  height: 494px;
}

.section3-solution__panel {
  position: absolute;
  top: 44px;
  left: 0;
  width: 1198px;
  height: 406px;
  overflow: hidden;
  border: 2px solid rgba(225, 236, 254, 0);
  border-radius: 24px;
  background: linear-gradient(88deg, #E4EEFE 3.22%, #F3F8FF 59.05%);
  box-sizing: border-box;
}

.section3-solution__item:nth-child(2) .section3-solution__panel {
  border-color: #E1ECFE;
  background: linear-gradient(275deg, #E4EEFE 5.76%, #F3F8FF 80.03%), linear-gradient(275deg, #E4EEFE 5.76%, #F3F8FF 80.03%);
}
.section3-solution__item:nth-child(2) .section3-solution__panel .section3-solution__desc {
  width: 500px;
}
.section3-solution__item:nth-child(2) .section3-solution__panel .section3-solution__content--right {
  margin-left: 13px;
}

.section3-solution__content {
  position: absolute;
  top: 123px;
  left: 40px;
  width: 500px;
}

.section3-solution__content--right {
  top: 103px;
  left: 660px;
}

.section3-solution__content--third {
  top: 81px;
}

.section3-solution__item-title {
  margin: 0;
  padding-left: 8px;
  color: #1a1a1a;
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  white-space: nowrap;
  box-sizing: border-box;
}

.section3-solution__desc {
  width: 468px;
  margin-top: 0;
  color: #2b4767;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}
.section3-solution__desc p {
  margin: 0;
  padding-top: 8px;
}
.section3-solution__desc p:first-child {
  padding-top: 18px;
}

.section3-solution__image {
  position: absolute;
  display: block;
  height: 400px;
  object-fit: contain;
  pointer-events: none;
}

.section3-solution__image--first {
  top: 3px;
  left: 559px;
  width: 660px;
}

.section3-solution__image--second {
  top: 3px;
  left: -13px;
  width: 686px;
}

.section3-solution__image--third {
  top: 3px;
  left: 530px;
  width: 675px;
}

.section4-efficiency {
  width: 100%;
  padding: 90px 0;
  background: #fff;
  box-sizing: border-box;
}

.section4-efficiency__inner {
  width: 1200px;
  margin: 0 auto;
}

.section4-efficiency__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  color: #142a49;
  font-size: 38px;
  font-weight: 700;
  line-height: 51.3px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.section4-efficiency__title-deco {
  display: block;
  width: 40.73px;
  height: 28px;
  flex: 0 0 40.73px;
}

.section4-efficiency__grid {
  display: grid;
  grid-template-columns: repeat(4, 285px);
  gap: 20px;
  width: 1200px;
  margin-top: 32px;
}

.section4-efficiency__card {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 92px;
  padding: 17px;
  border: 1px solid #dceaf7;
  border-radius: 8px;
  background: #fff;
  box-sizing: border-box;
}

.section4-efficiency__icon {
  position: relative;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
}

.section4-efficiency__icon-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.section4-efficiency__shadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  display: block;
  width: 52px;
  height: 10px;
  transform: translateX(-50%);
  pointer-events: none;
}

.section4-efficiency__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}
.section4-efficiency__text h3 {
  margin: 0;
  color: #142a49;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.section4-efficiency__text p {
  margin: 0;
  color: #747981;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}

.section5-reviews {
  width: 100%;
  padding: 90px 0;
  background: #f7fbff;
  box-sizing: border-box;
}

.section5-reviews__inner {
  width: 1200px;
  margin: 0 auto;
}

.section5-reviews__title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding-top: 12px;
  color: #142a49;
  font-size: 38px;
  font-weight: 700;
  line-height: 51.3px;
  text-align: center;
  white-space: nowrap;
  box-sizing: border-box;
}

.section5-reviews__title-deco {
  display: block;
  width: 40.73px;
  height: 28px;
  flex: 0 0 40.73px;
}

.section5-reviews__list {
  display: flex;
  align-items: center;
  gap: 33px;
  margin-top: 64px;
}

.section5-reviews__card {
  position: relative;
  width: 378px;
  height: 247px;
  padding: 40px 20px 28px 28px;
  border: 1px solid rgba(225, 236, 254, 0);
  border-radius: 19px;
  background: linear-gradient(180deg, #eef5ff 0%, #fff 100%);
  box-sizing: border-box;
}

.section5-reviews__quote {
  position: absolute;
  top: 40px;
  right: 28px;
  display: block;
  width: 53px;
  height: 46px;
  transform-origin: center center;
  pointer-events: none;
}

.section5-reviews__user {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.section5-reviews__avatar {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 68px;
}

.section5-reviews__user-info {
  padding-top: 6px;
}
.section5-reviews__user-info h3 {
  margin: 0;
  color: #333;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.section5-reviews__stars {
  display: block;
  width: 144px;
  height: 24px;
  margin-top: 12px;
}

.section5-reviews__comment {
  width: 330px;
  margin: 28px 0 0;
  color: #616161;
  font-family: "Noto Sans SC", "Microsoft YaHei", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.section6-cta {
  position: relative;
  width: 100%;
  height: 264px;
  overflow: hidden;
  background: url("https://res.daetool.com/wm-static-resource/wm/758_daeWm/section6-bg.png") no-repeat center/cover;
  box-sizing: border-box;
}

.section6-cta__title {
  position: absolute;
  top: 70px;
  left: 50%;
  margin: 0;
  color: #142a49;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 3px;
  text-align: center;
  white-space: nowrap;
  transform: translateX(-50%);
}
.section6-cta__title em {
  color: #0d54f9;
  font-style: normal;
}

.section6-cta__download {
  position: absolute;
  top: 152px;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%);
}

@keyframes btn-mask-spread {
  0% {
    transform: translate(-50%, -50%) scale(0.08);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
  }
}
