@charset "UTF-8";
.isuperright {
  min-width: 1200px;
  overflow: hidden;
  color: #111827;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
}
.isuperright *,
.isuperright *::before,
.isuperright *::after {
  box-sizing: border-box;
}
.isuperright img {
  display: block;
}

body.is-chip-modal-open {
  overflow: hidden;
}

.isr-download.download-picker__option {
  position: relative;
  overflow: visible;
}

.isr-download.download-picker__option.is-recommend::before {
  content: "";
  position: absolute;
  top: -17px;
  right: -7px;
  z-index: 0;
  width: 82px;
  height: 30px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/688_wm/before-img.png") center/100% 100% no-repeat;
  pointer-events: none;
  border-radius: 10px 10px 10px 0;
}

.isr-download.download-picker__option.is-recommend::after {
  content: "当前设备";
  position: absolute;
  top: -17px;
  right: -7px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 30px;
  padding: 5px 11px;
  color: #fff;
  font-family: "PingFang SC", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: nowrap;
  pointer-events: none;
}

.isr-hero .chip-guide-entry {
  display: inline-flex;
  width: fit-content;
  margin-top: 19px;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: underline;
  cursor: pointer;
  color: #0040FF;
  font-family: "Microsoft YaHei UI";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.26px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.isr-hero .chip-guide-entry[hidden] {
  opacity: 0.3;
  display: none !important;
}

.isr-hero .chip-guide-entry:hover {
  color: #36f;
}

.isr-hero .chip-guide-entry:active {
  color: #003df2;
}

.chip-guide-modal {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.chip-guide-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.chip-guide-modal.is-open .chip-guide-modal__dialog {
  transform: translateY(45px);
}

.chip-guide-modal__mask {
  position: absolute;
  inset: 0;
  background: rgba(20, 17, 45, 0.56);
  backdrop-filter: blur(8px);
}

.chip-guide-modal__dialog {
  position: relative;
  width: 697px;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(20, 17, 45, 0.28);
  transform: translateY(70px);
  transition: transform 0.2s ease;
}

.chip-guide-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #666;
  cursor: pointer;
}

.chip-guide-modal__visual {
  position: relative;
  width: 634px;
  height: 273px;
  margin: 33px 0 0 31px;
  overflow: hidden;
  border-radius: 8px;
}

.chip-guide-modal__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chip-guide-modal__intro {
  width: 520px;
  margin: 31px auto 29px;
  color: #45445a;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  text-align: center;
}

.chip-guide-modal__intro p {
  margin: 0;
}

.chip-guide-modal__guide {
  padding: 27px 31px 24px;
  background: #f7f8ff;
}

.chip-guide-modal__guide h3 {
  margin: 0 0 22px;
  color: #26253a;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0.36px;
}

.chip-guide-modal__guide ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.chip-guide-modal__guide li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: #6b6c7d;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.32px;
}

.chip-guide-modal__guide li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 13px;
  border-radius: 50%;
  background: #6d5cf7;
}

.chip-guide-modal__guide li::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 4px;
  width: 2px;
  height: 16px;
  background: #d9d9e5;
}

.chip-guide-modal__guide li:last-child {
  margin-top: 6px;
}

.chip-guide-modal__guide li:last-child::after {
  display: none;
}

.chip-guide-modal__guide strong {
  color: #28273a;
  font-weight: 700;
}

.chip-guide-modal__guide strong img {
  display: inline-block;
  margin: 0 0 6px -3px;
}

.chip-guide-modal__guide p {
  margin: 8px 0 0 4px;
  color: #6b6c7d;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.32px;
}

.chip-guide-modal__guide p span {
  color: #6d5cf7;
}

.isr-container {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.isr-asset {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.isr-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 35px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(163, 9, 254, 0.08), rgba(31, 96, 255, 0.08));
  color: #6d54fe;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.isr-hero {
  position: relative;
  height: 697px;
  background: #e8ebff;
  isolation: isolate;
  margin-top: 115px;
}

.isr-hero__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  width: 100%;
  height: 697px;
  object-fit: cover;
}

.isr-hero__inner {
  height: 100%;
}

.isr-hero__copy {
  position: absolute;
  top: 151px;
  left: 0;
  width: 459px;
}

.isr-hero .isr-eyebrow {
  width: 161px;
  min-width: 161px;
  padding: 0;
  background-image: linear-gradient(117.970802deg, #a100ff 11.351%, #1f60ff 71.287%), linear-gradient(90deg, rgba(163, 9, 254, 0.08), rgba(31, 96, 255, 0.08));
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  color: transparent;
  font-weight: 500;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}

.isr-hero h1 {
  margin: 24px 0 0;
  color: #111827;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 61.6px;
  letter-spacing: 0;
}

.isr-hero h1 span,
.isr-section-heading em,
.isr-showcase h2 em,
.isr-cta h2 em {
  font-style: normal;
  background: linear-gradient(105deg, #3248fc, #8a74fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.isr-hero h1 span {
  background-image: linear-gradient(105.804692deg, #3248fc 0%, #8a74fd 98.311%);
}

.isr-hero__copy > p {
  margin: 13px 0 0 6px;
  color: #555;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
}

.isr-hero__copy > p strong {
  color: #5459fc;
  font-weight: 700;
}

.isr-downloads {
  display: flex;
  gap: 21px;
}

.isr-hero .isr-downloads {
  margin-top: 34px;
}

.isr-hero .isr-download--primary {
  background: linear-gradient(104.53441deg, #394bfc 3.4067%, #8672fd 95.224%);
  box-shadow: none;
}

.isr-hero .isr-download--secondary {
  border-radius: 47px;
  backdrop-filter: blur(24.2px);
}

.isr-hero .isr-download span {
  font: 700 17px/26.33px "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.isr-hero .isr-download--secondary span {
  background-image: linear-gradient(96.65827deg, #3e4efc 1.0069%, #8370fd 99.497%);
}

.isr-hero .isr-download {
  transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.isr-hero .isr-download:hover,
.isr-hero .isr-download:focus-visible,
.isr-hero .isr-download.is-selected {
  transform: none;
  outline: none;
}

.isr-hero .isr-download--primary:hover,
.isr-hero .isr-download--primary:focus-visible,
.isr-hero .isr-download--primary.is-selected {
  background: linear-gradient(104.53441deg, #6676ff 3.4067%, #a28fff 95.224%);
}

.isr-hero .isr-download--secondary:hover,
.isr-hero .isr-download--secondary:focus-visible,
.isr-hero .isr-download--secondary.is-selected {
  background: #d1d6fb;
}

.isr-hero .isr-download--primary:active {
  background: linear-gradient(104.53441deg, #3547c9 3.4067%, #6558c9 95.224%);
}

.isr-hero .isr-download--secondary:active {
  background: rgba(255, 255, 255, 0.7);
}

.isr-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 219px;
  height: 64px;
  border-radius: 51px;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.isr-download:hover {
  transform: translateY(-2px);
}

.isr-download--primary {
  background: linear-gradient(105deg, #394bfc 3%, #8672fd 95%);
  box-shadow: 0 12px 22px rgba(78, 80, 248, 0.2);
}

.isr-download--secondary {
  border: 1.5px solid #7a6cfd;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
}

.isr-download__icon {
  flex: none;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  object-fit: contain;
}

.isr-download span {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  white-space: nowrap;
}

.isr-download--primary span {
  color: #fff;
}

.isr-download--secondary span {
  background: linear-gradient(96deg, #3e4efc, #8370fd);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.isr-compatibility {
  display: flex;
  gap: 16px;
  margin: 42px 0 0 11px;
}

.isr-compatibility span {
  display: inline-flex;
  align-items: center;
  color: #707070;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.isr-compatibility img {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  object-fit: contain;
}

.isr-hero__visual {
  position: absolute;
  top: 126px;
  left: 526px;
  width: 723px;
  height: 460px;
}

.isr-modules {
  padding: 100px 0 102px;
  background: #fff;
}

.isr-modules .isr-section-heading {
  height: 166px;
}

.isr-modules .isr-eyebrow {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  background-image: linear-gradient(104.621deg, #a100ff 11.351%, #1f60ff 71.287%), linear-gradient(107.964deg, rgba(161, 0, 255, 0.08) 11.351%, rgba(31, 96, 255, 0.08) 71.287%);
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  color: transparent;
  font-weight: 700;
}

.isr-modules .isr-section-heading h2 {
  position: absolute;
  top: 40px;
  left: 50%;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  color: #111827;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.4289px;
  white-space: nowrap;
}

.isr-modules .isr-section-heading h2 em {
  background: none;
  color: #111827;
}

.isr-modules .isr-section-heading p {
  position: absolute;
  top: 114px;
  left: 50%;
  width: 600px;
  margin: 0;
  transform: translateX(-50%);
  color: #6b7280;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
  letter-spacing: -0.4316px;
}

.isr-section-heading {
  position: relative;
  text-align: center;
}

.isr-section-heading h2 {
  margin: 12px 0 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.isr-section-heading p {
  margin: 8px 0 0;
  color: #6b7280;
  font-size: 18px;
  line-height: 28px;
}

.isr-heading__asset {
  position: absolute;
  top: 47px;
  width: 111px;
  height: 39px;
  object-fit: contain;
}

.isr-modules .isr-heading__asset {
  top: 65px;
  left: calc(50% + 217px);
  width: 110.9125px;
  height: 38.5571px;
}

.isr-module-grid {
  display: grid;
  grid-template-columns: repeat(3, 385px);
  column-gap: 22.725px;
  row-gap: 22.205px;
  margin-top: 45px;
}

.isr-module-card {
  position: relative;
  height: 329px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 17px;
  background: linear-gradient(180deg, #f6fdff 0%, #fff 100%);
  transition: transform 0.3s ease;
}

.isr-module-card:hover {
  transform: translateY(-12px);
}

.isr-module-card:nth-child(2) {
  background: linear-gradient(180deg, #f6fffb 0%, #fff 100%);
}

.isr-module-card:nth-child(3) {
  background: linear-gradient(180deg, #fffef6 0%, #fff 100%);
}

.isr-module-card:nth-child(4) {
  background: linear-gradient(180deg, #fbfaff 0%, #fff 100%);
}

.isr-module-card:nth-child(5) {
  background: linear-gradient(180deg, #fffcfc 0%, #fff 100%);
}

.isr-module-card__icon {
  position: absolute;
  top: 33.483px;
  left: 29.371px;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.isr-module-card h3 {
  position: absolute;
  top: 110px;
  left: 30px;
  margin: 0;
  color: #111827;
  font-size: 20px;
  font-weight: 700;
  line-height: 29.362px;
}

.isr-module-card > p {
  position: absolute;
  top: 146px;
  left: 30px;
  margin: 0;
  color: #3a3f55;
  font-size: 16px;
  font-weight: 400;
  line-height: 24.18px;
}

.isr-module-card__line {
  position: absolute;
  top: 186px;
  left: 31px;
  width: 322px;
  height: 1px;
  margin: 0;
  background: rgba(17, 24, 39, 0.1);
}

.isr-module-card ul {
  position: absolute;
  top: 207px;
  left: 57px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  color: #6b7280;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.453px;
  letter-spacing: -0.0822px;
  list-style: none;
}

.isr-module-card ul li {
  position: relative;
  height: 22.453px;
  white-space: nowrap;
}

.isr-module-card ul li span {
  display: block;
}

.isr-module-card ul li img {
  position: absolute;
  top: 4px;
  left: -27px;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.isr-module-card:nth-child(2) .isr-module-card__icon,
.isr-module-card:nth-child(3) .isr-module-card__icon,
.isr-module-card:nth-child(5) .isr-module-card__icon {
  top: 33px;
  left: 29px;
}

.isr-module-card:nth-child(2) .isr-module-card__line {
  top: 186px;
  left: 30.685px;
}

.isr-module-card:nth-child(2) ul li img,
.isr-module-card:nth-child(5) ul li img {
  left: -27.315px;
}

.isr-module-card:nth-child(3) .isr-module-card__line {
  top: 186px;
  left: 30.371px;
  width: 323px;
}

.isr-module-card:nth-child(3) ul li img {
  left: -27.629px;
}

.isr-module-card:nth-child(4) .isr-module-card__icon {
  top: 33.689px;
  left: 29.371px;
}

.isr-module-card:nth-child(4) .isr-module-card__line {
  top: 185px;
}

.isr-module-card:nth-child(5) .isr-module-card__line {
  top: 185.5px;
  left: 30.5px;
  width: 322.5px;
  height: 1.5px;
}

.isr-module-card ul li:nth-child(2) img {
  top: 3.547px;
}

.isr-module-card ul li:nth-child(3) img {
  top: 3.094px;
}

.isr-module-card:nth-child(4) ul li img,
.isr-module-card:nth-child(5) ul li img {
  transform: translateY(0.205px);
}

.isr-showcase li {
  display: flex;
  align-items: center;
  min-height: 22px;
}

.isr-showcase li::before {
  content: none;
}

.isr-showcase__bullet {
  flex: none;
  width: 22px;
  height: 22px;
  margin-right: 12.95px;
  object-fit: contain;
}

.isr-showcase__formats {
  display: block;
}

.isr-showcase__formats > span {
  display: block;
  white-space: nowrap;
}

.isr-module-card--more {
  padding: 0;
  background: linear-gradient(180deg, #fff8ff 0%, #fff 100%);
  text-align: center;
}

.isr-module-card--more .isr-module-card__icon {
  position: absolute;
  top: 99px;
  left: 163px;
}

.isr-module-card--more h3 {
  position: absolute;
  top: 168px;
  left: 0;
  width: 100%;
  margin: 0;
}

.isr-module-card--more > p {
  position: absolute;
  top: 204px;
  left: 0;
  width: 100%;
  margin: 0;
}

.isr-stats {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: #14112d;
}

.isr-stats__background {
  position: absolute;
  inset: 0 50% auto;
  width: 100%;
  min-width: 1924px;
  height: 290px;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center;
}

.isr-stats__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 158.575px);
  column-gap: 113.59px;
  height: 159px;
  margin: 65px auto 0;
  padding: 29.24px 112.46px 33.26px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: inset 0 -4px 4.7px rgba(255, 255, 255, 0.25), inset 0 4px 6.9px rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(17.65px);
  -webkit-backdrop-filter: blur(17.65px);
}

.isr-stats__inner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4.499px;
  min-width: 0;
}

.isr-stats strong {
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-variant-numeric: tabular-nums;
  background: linear-gradient(100.686deg, #3248fc 0%, #8a74fd 98.311%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 50px;
  font-weight: 700;
  line-height: 61.6px;
}

.isr-stats span {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-family: "Source Han Sans CN", "Microsoft YaHei", sans-serif;
  font-size: 20.244px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2024px;
  white-space: nowrap;
}

.isr-showcases {
  padding: 114px 0 115px;
}

.isr-showcase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 389px;
}

.isr-showcase + .isr-showcase {
  margin-top: 95px;
}

.isr-showcase__copy {
  width: 568px;
}

.isr-showcase__copy .isr-eyebrow {
  height: 30px;
  min-width: 92px;
  padding: 0 16px;
  font-size: 13px;
}

.isr-showcase h2 {
  margin: 16px 0 0;
  color: #111827;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
}

.isr-showcase__copy > p {
  margin: 16px 0 0;
  color: #3a3f55;
  font-size: 17px;
  line-height: 27px;
}

.isr-showcase ul {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 19px 0 0;
  padding: 0;
  color: #657088;
  font-size: 16px;
  line-height: 26px;
  list-style: none;
}

.isr-showcase__visual {
  flex: none;
  width: 568px;
  height: 346px;
}

.isr-showcase__visual--large {
  height: 389px;
}

.isr-interface {
  position: relative;
  padding: 98px 0 96px;
  background: #f8f9ff;
}

.isr-interface .isr-section-heading,
.isr-faq .isr-section-heading {
  position: relative;
  width: 1112px;
  height: 139px;
  margin: 0 auto;
  text-align: center;
}

.isr-interface .isr-eyebrow,
.isr-faq .isr-eyebrow {
  position: absolute;
  left: 50%;
  padding: 0;
  transform: translateX(-50%);
}

.isr-interface .isr-eyebrow {
  top: -4px;
  margin-left: 2px;
  background-image: linear-gradient(104.621deg, #a100ff 11.351%, #1f60ff 71.287%), linear-gradient(107.964deg, rgba(161, 0, 255, 0.08) 11.351%, rgba(31, 96, 255, 0.08) 71.287%);
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  color: transparent;
  font-weight: 700;
}

.isr-faq .isr-eyebrow {
  top: 0;
  background-image: linear-gradient(104.621deg, #a100ff 11.351%, #1f60ff 71.287%), linear-gradient(107.964deg, rgba(161, 0, 255, 0.08) 11.351%, rgba(31, 96, 255, 0.08) 71.287%);
  background-clip: text, padding-box;
  -webkit-background-clip: text, padding-box;
  color: transparent;
  font-weight: 700;
}

.isr-interface .isr-section-heading h2,
.isr-faq .isr-section-heading h2 {
  position: absolute;
  left: 50%;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  color: #111827;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: -0.4289px;
  white-space: nowrap;
}

.isr-interface .isr-section-heading h2 {
  top: 38px;
}

.isr-interface .isr-section-heading h2 em {
  background: none;
  color: #111827;
}

.isr-faq .isr-section-heading h2 {
  top: 39px;
}

.isr-faq .isr-section-heading h2 em {
  background: none;
  color: #111827;
}

.isr-interface .isr-section-heading p,
.isr-faq .isr-section-heading p {
  position: absolute;
  top: 111px;
  left: 50%;
  width: max-content;
  margin: 0;
  transform: translateX(-50%);
  color: #6b7280;
  font-size: 17px;
  font-weight: 400;
  line-height: 27.2px;
  letter-spacing: -0.4316px;
}

.isr-interface .isr-heading__asset {
  top: 66px;
  left: 696px;
  width: 110.912px;
  height: 38.557px;
}

.isr-interface__visual {
  width: 1112px;
  height: 681.969px;
  margin: 0 auto;
}

.isr-interface > span {
  position: absolute;
  top: 898px;
  left: 0;
  width: 100%;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 400;
  line-height: 20.8px;
  letter-spacing: -0.0762px;
  text-align: center;
  white-space: nowrap;
}

.isr-faq {
  padding: 90px 0 103px;
  background: #f8f9ff;
}

.isr-faq .isr-heading__asset {
  top: 64px;
  left: 649px;
  width: 110.912px;
  height: 38.557px;
}

.isr-faq__list {
  display: flex;
  flex-direction: column;
  gap: 21px;
  margin-top: 51px;
}

.isr-faq__item {
  overflow: hidden;
  border: 1px solid #ececed;
  border-radius: 16px;
  background: #fff;
  transition: border-color 0.24s ease;
}

.isr-faq__item.is-open {
  border-color: #769eff;
}

.isr-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 73px;
  padding: 0 32px 0 35px;
  border: 0;
  background: transparent;
  color: #0b0d17;
  cursor: pointer;
  text-align: left;
  transition: height 0.24s ease;
}

.isr-faq__item.is-open .isr-faq__question {
  height: 67px;
}

.isr-faq__question > span {
  font: 700 18px/24px "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.isr-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.24s ease;
}

.isr-faq__item.is-open .isr-faq__answer {
  grid-template-rows: 1fr;
}

.isr-faq__answer p {
  min-height: 0;
  margin: 0;
  padding: 0 35px;
  color: #737373;
  font: 400 18px/24px "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  opacity: 0;
  transform: translateY(-8px);
  transition: opacity 0.18s ease, transform 0.24s ease, padding 0.24s ease;
  white-space: nowrap;
}

.isr-faq__item.is-open .isr-faq__answer p {
  padding: 0 35px 25px;
  opacity: 1;
  transform: translateY(0);
}

.isr-faq__toggle {
  flex: none;
  width: 24px;
  height: 24px;
  object-fit: contain;
  transition: transform 0.24s ease;
}

.isr-faq__item.is-open .isr-faq__toggle {
  transform: rotate(180deg);
}

@media (prefers-reduced-motion: reduce) {
  .isr-faq__item,
  .isr-faq__question,
  .isr-faq__answer,
  .isr-faq__answer p,
  .isr-faq__toggle {
    transition-duration: 0.01ms;
  }
}
.isr-cta {
  height: 452px;
  background: #f8f9ff;
}

.isr-cta__inner {
  position: relative;
  height: 349px;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(163.783808deg, #6ea8ff 0%, #a903ea 100%);
}

.isr-cta__title-decoration {
  position: absolute;
  z-index: 0;
  bottom: -16px;
  left: 50%;
  width: 227px;
  transform: translateX(-50%);
  object-fit: contain;
  pointer-events: none;
  stroke-width: 15px;
  stroke: #3B95FC;
}

.isr-cta__copy {
  position: absolute;
  z-index: 1;
  top: 75px;
  left: 91px;
}

.isr-cta h2 {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin: 0;
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.6px;
  white-space: nowrap;
}

.isr-cta h2 em {
  position: relative;
  display: inline-block;
  background: none;
  -webkit-background-clip: initial;
  background-clip: initial;
  color: #fff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
  font-weight: 700;
}

.isr-cta h2 span {
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-weight: 400;
}

.isr-cta p {
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", sans-serif;
  font-size: 18px;
  line-height: 21px;
}

.isr-cta .isr-downloads {
  margin-top: 37px;
  gap: 18px;
}

.isr-cta .isr-download {
  width: 220px;
  height: 64px;
  border: 1.5px solid #dddee0;
  border-radius: 54px;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.isr-cta .isr-download:hover,
.isr-cta .isr-download:focus-visible,
.isr-cta .isr-download:active,
.isr-cta .isr-download.is-selected {
  border-color: #dddee0;
  background: #d0d0d0;
  outline: none;
  transform: none;
}

.isr-cta .isr-download span {
  background: none;
  color: #0b0d17;
  font: 700 17px/26.33px "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}

.isr-cta .isr-download__icon {
  flex: none;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  object-fit: contain;
}

.isr-cta__visual {
  position: absolute;
  z-index: 1;
  right: 40px;
  bottom: 0;
  width: 484px;
  height: 349px;
}

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