@charset "UTF-8";
body {
  box-sizing: border-box;
}

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

*,
*::before,
*::after {
  box-sizing: inherit;
}

main {
  margin-top: 117px;
  /* 1. 关键属性：设定页面的最小宽度（设为你设计稿的版心宽度，如 1200px、1440px 等） */
  min-width: 1440px;
  /* 2. 关键属性：当内容超出屏幕宽度时，允许出现横向滚动条 */
  overflow-x: auto;
}

/* 下载版本选择 - 双按钮常驻展示 */
.download-picker {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}

.download-picker__option {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 19px 37px 18px 36px;
  border: 1.5px solid transparent;
  border-radius: 15px;
  color: #0B0D17;
  font-family: "Microsoft YaHei UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.33px;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.download-picker__option.is-recommend::before {
  content: "当前设备";
  position: absolute;
  right: -2px;
  top: -10px;
  width: 64px;
  height: 23px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 0 3px 6px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/678_wm/tag-bg.png") left top/64px 23px no-repeat;
  color: #fff;
  font-family: Inter, "PingFang SC";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  pointer-events: none;
}
.download-picker__option img {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}
.download-picker__option span {
  white-space: nowrap;
}

.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(11, 13, 23, 0.52);
  backdrop-filter: blur(8px);
}

.chip-guide-modal__dialog {
  position: relative;
  width: 697px;
  overflow: hidden;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(11, 13, 23, 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;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: #666;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
  padding: 0;
}

.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%;
  -o-object-fit: cover;
     object-fit: cover;
}

.chip-guide-modal__intro {
  width: 486px;
  margin: 31px auto 29px;
  color: #242422;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.32px;
  text-align: center;
}
.chip-guide-modal__intro p {
  margin: 0;
}

.chip-guide-modal__download {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 34px 64px 30px;
  background: #fff;
}

.chip-guide-modal__btn {
  min-width: 180px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 4px;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  cursor: pointer;
}
.chip-guide-modal__btn img {
  width: 20px;
  height: 20px;
  display: block;
}

.chip-guide-modal__btn--m {
  background: #0b0d17;
  color: #fff;
}

.chip-guide-modal__btn--intel {
  background: #fff;
  color: #0b0d17;
  border: 1.5px solid #DDDEE0;
}

.chip-guide-modal__guide {
  padding: 27px 31px 24px;
  background: #F7F8FA;
}
.chip-guide-modal__guide h3 {
  margin: 0 0 22px;
  color: #000;
  font-family: "Microsoft YaHei UI";
  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: #6B6C6E;
  font-family: "Microsoft YaHei UI";
  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: #DE3A5D;
}
.chip-guide-modal__guide li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 31px;
  height: 16px;
  width: 2px;
  background: #D9D9D9;
}
.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: #1A1B1D;
  font-weight: 700;
}
.chip-guide-modal__guide strong img {
  display: inline-block;
  margin: 0 0px 6px -3px;
}
.chip-guide-modal__guide p {
  margin: 8px 0 0 4px;
  color: #6B6C6E;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0.32px;
}
.chip-guide-modal__guide p span {
  color: #DE3A5D;
}

.banner {
  display: flex;
  justify-content: center;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/678_wm/banner-bg.png) center/cover no-repeat;
  gap: 94px;
  padding-top: 90px;
  padding-bottom: 90px;
}
.banner .banner__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.banner .banner__left .title span {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 67.2px;
  /* 134.4% */
  letter-spacing: 3px;
}
.banner .banner__left .title .highlight {
  background: linear-gradient(90deg, #165CFF 0%, #6F00FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner .banner__left .desc {
  color: #262934;
  font-family: "PingFang SC";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.35px;
  width: 440px;
  /* 155% */
  padding: 36px 0 45px 0;
}
.banner .banner__left .download {
  display: flex;
  gap: 20px;
}
.banner .banner__left .download .macM1_url {
  background: #0B0D17;
  color: #FFF;
}
.banner .banner__left .download .macIntel_url {
  border: 1.5px solid #DDDEE0;
  background: #FFF;
  color: #0B0D17;
}
.banner .banner__left .tag {
  display: flex;
  gap: 25px;
  margin: 33px 0 0 0;
}
.banner .banner__left .tag div {
  display: flex;
  align-items: center;
  gap: 7px;
}
.banner .banner__left .tag img {
  width: 22px;
  height: 22px;
}
.banner .banner__left .tag span {
  color: #797F97;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  /* 150% */
}
.banner .banner__left .chip-guide-entry {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 19px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0040FF;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-decoration: underline;
  cursor: pointer;
}
.banner .banner__left .chip-guide-entry:hover {
  color: #36F;
}
.banner .banner__left .chip-guide-entry:active {
  color: #0040FF;
}
.banner .banner__right img {
  width: 770.123px;
  transform: translate(0, -31px);
}

.core-capability {
  background: #f6f7fb;
  padding: 89px 0 116px;
}
.core-capability .core-capability__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.core-capability .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 134px;
  height: 35px;
  padding: 0;
  border: 1px solid rgba(15, 18, 30, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}
.core-capability .section-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #00d4a8;
}
.core-capability .section-kicker em {
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.core-capability h2 {
  margin: 37px 0 0;
  color: #0b0d17;
  font-family: "Microsoft YaHei UI";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.6px;
  text-align: center;
}
.core-capability .section-desc {
  margin: 34px 0 0;
  color: #3a3f55;
  font-family: "Microsoft YaHei UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.core-capability .capability-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 21px;
  margin-top: 70px;
}
.core-capability .capability-card {
  height: 239px;
  padding: 28px;
  border: 1px solid rgba(15, 18, 30, 0.08);
  border-radius: 22px;
  background: #fff;
  overflow: hidden;
}
.core-capability .capability-card .capability-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 12px;
}
.core-capability .capability-card .capability-card__icon img {
  width: 58px;
  height: 58px;
  display: block;
}
.core-capability .capability-card .capability-card__icon--scan {
  background: none;
}
.core-capability .capability-card .capability-card__icon--app {
  background: none;
}
.core-capability .capability-card .capability-card__icon--file {
  background: none;
}
.core-capability .capability-card .capability-card__icon--ai {
  background: none;
}
.core-capability .capability-card .capability-card__icon--privacy {
  background: none;
}
.core-capability .capability-card .capability-card__icon--native {
  background: none;
}
.core-capability .capability-card h3 {
  margin: 18px 0 0;
  color: #0b0d17;
  font-family: "PingFang SC";
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 28.5px;
  letter-spacing: -0.19px;
}
.core-capability .capability-card p {
  margin: 8px 0 0;
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 14.5px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.75px;
}
.core-capability .capability-card span {
  display: block;
  margin-top: 14px;
  color: #7a819a;
  font-family: "Noto Sans SC", "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.core-capability .capability-stats {
  width: 100%;
  min-height: 179px;
  margin-top: 104px;
  padding: 48px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  border-radius: 24px;
  overflow: hidden;
  position: relative;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/678_wm/core-bg.png") center/cover no-repeat;
}
.core-capability .capability-stats .capability-stats__item {
  min-height: 83px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}
.core-capability .capability-stats .capability-stats__item::after {
  content: "";
  width: 1px;
  height: 29px;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 27px;
  right: 0;
}
.core-capability .capability-stats .capability-stats__item:last-child::after {
  display: none;
}
.core-capability .capability-stats .capability-stats__item strong {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: -1.08px;
}
.core-capability .capability-stats .capability-stats__item small {
  margin-left: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.core-capability .capability-stats .capability-stats__item span {
  margin-top: 8px;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 1.12px;
}

.feature-showcase {
  min-height: 1198px;
  background: linear-gradient(180deg, #F6F7FB 0%, #FFF 48.08%);
  padding: 101px 0 40px;
  overflow: hidden;
}
.feature-showcase .feature-showcase__inner {
  width: 1192px;
  margin: 0 auto;
  transform: translateX(4px);
}
.feature-showcase .feature-showcase__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 104px;
  position: relative;
}
.feature-showcase .feature-showcase__row--reverse {
  margin-top: 167px;
  justify-content: flex-start;
  gap: 80px;
}
.feature-showcase .feature-copy {
  width: 488px;
  position: relative;
  z-index: 1;
}
.feature-showcase .feature-copy h2 {
  margin: 19px 0 0;
  color: #0b0d17;
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 48.4px;
  letter-spacing: -0.44px;
}
.feature-showcase .feature-copy p {
  margin: 17px 0 0;
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.feature-showcase .feature-copy--right {
  width: 482px;
}
.feature-showcase .feature-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  height: 35px;
  border-radius: 999px;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.feature-showcase .feature-badge--purple {
  color: transparent;
  background: linear-gradient(90deg, rgba(163, 9, 254, 0.08) 0%, rgba(31, 96, 255, 0.08) 100%);
  background-clip: padding-box;
  position: relative;
}
.feature-showcase .feature-badge--purple::before {
  content: "智能分类";
  background: linear-gradient(105deg, #a100ff 11.35%, #1f60ff 71.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}
.feature-showcase .feature-badge--orange {
  color: transparent;
  background: linear-gradient(90deg, rgba(255, 136, 0, 0.08) 0%, rgba(255, 31, 35, 0.08) 100%);
  background-clip: padding-box;
  position: relative;
}
.feature-showcase .feature-badge--orange::before {
  content: "应用管理";
  background: linear-gradient(105deg, #ff8800 11.35%, #ff1f23 71.29%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
}
.feature-showcase .feature-list {
  margin: 23px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14.5px;
}
.feature-showcase .feature-list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feature-showcase .feature-list .feature-list__icon {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  background: linear-gradient(134deg, #a100ff 17.24%, #0077ff 100%);
  position: relative;
}
.feature-showcase .feature-list .feature-list__icon::after {
  content: "";
  width: 8px;
  height: 5px;
  border-left: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  position: absolute;
  left: 7px;
  top: 7px;
  transform: rotate(-45deg);
  transform-origin: center;
}
.feature-showcase .feature-list span {
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.5px;
}
.feature-showcase .feature-list--orange .feature-list__icon {
  background: linear-gradient(135deg, #ff823a 15.44%, #ffc400 100%);
}
.feature-showcase .feature-preview {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
}
.feature-showcase .feature-preview::after {
  content: "";
  width: 302px;
  height: 302px;
  border-radius: 50%;
  background: linear-gradient(196deg, #c2e3ff 12.61%, #ede6ff 43.47%, rgba(237, 230, 255, 0) 89.03%);
  filter: blur(92.5px);
  position: absolute;
  z-index: 0;
}
.feature-showcase .feature-preview .feature {
  display: block;
  width: 600px;
  height: auto;
  position: relative;
  z-index: 1;
}
.feature-showcase .feature-preview--cleanup::after {
  right: -61px;
  top: 49px;
}
.feature-showcase .feature-preview--cleanup .cleanup-img {
  box-shadow: 0 7px 21px 0 rgba(20, 30, 80, 0.08), 0 27px 73px 0 rgba(20, 30, 80, 0.12);
  border-radius: 17px;
}
.feature-showcase .feature-preview--cleanup .scan-progress {
  position: absolute;
  z-index: 2;
  bottom: -18px;
  right: 33px;
}
.feature-showcase .feature-preview--apps::after {
  left: -103px;
  top: -16px;
}
.feature-showcase .feature-preview--apps .feature2-top {
  z-index: 2;
  width: 460px;
  position: absolute;
  right: -20px;
  bottom: -27px;
}
.feature-showcase .feature-preview--apps .apps-imgs {
  border-radius: 16px;
  box-shadow: 0 7.32px 21.97px 0 rgba(20, 30, 80, 0.08), 0 27.46px 73.22px 0 rgba(20, 30, 80, 0.12);
}
.feature-showcase .feature-preview--apps img {
  width: 601px;
}
.feature-showcase .cleanup-panel,
.feature-showcase .app-panel {
  position: relative;
  z-index: 1;
  width: 600px;
  min-height: 404px;
  border: 0.915px solid rgba(15, 18, 30, 0.08);
  border-radius: 16.475px;
  background: #fff;
  box-shadow: 0 27.458px 36.611px rgba(20, 30, 80, 0.12), 0 7.322px 10.983px rgba(20, 30, 80, 0.08);
}
.feature-showcase .cleanup-panel {
  padding: 21px 33px 37px 37px;
}
.feature-showcase .cleanup-panel .cleanup-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.feature-showcase .cleanup-panel .cleanup-panel__amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.feature-showcase .cleanup-panel .cleanup-panel__amount strong {
  color: #0b0d17;
  font-family: "PingFang SC";
  font-size: 42.103px;
  font-style: normal;
  font-weight: 600;
  line-height: 63.154px;
  letter-spacing: -0.842px;
}
.feature-showcase .cleanup-panel .cleanup-panel__amount span {
  color: #7a819a;
  font-family: "PingFang SC";
  font-size: 12.814px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.221px;
}
.feature-showcase .cleanup-panel button {
  margin-top: 20px;
  padding: 6px 14px;
  border: 0.915px solid rgba(15, 18, 30, 0.14);
  border-radius: 999px;
  background: #fff;
  color: #0b0d17;
  font-family: "PingFang SC";
  font-size: 16.475px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.feature-showcase .cleanup-panel__button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin-top: 19px;
  padding: 9px 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3f82f5 0%, #8358d7 100%);
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 16.475px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.feature-showcase .cleanup-panel__button img {
  width: 16px;
  height: 19px;
}
.feature-showcase .cleanup-panel__category {
  margin-top: 19px;
  color: #7a819a;
  font-family: "Microsoft YaHei UI";
  font-size: 14.644px;
  font-style: normal;
  font-weight: 700;
  line-height: 17.848px;
}
.feature-showcase .cleanup-chart {
  margin-top: 19px;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.feature-showcase .cleanup-chart__item {
  display: grid;
  grid-template-columns: 82px 1fr 74px;
  align-items: center;
  gap: 12px;
}
.feature-showcase .cleanup-chart__item span {
  color: #7a819a;
  font-family: "Microsoft YaHei UI";
  font-size: 12.814px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-showcase .cleanup-chart__item div {
  height: 13.9px;
  border-radius: 999px;
  background: rgba(63, 130, 245, 0.08);
  overflow: hidden;
}
.feature-showcase .cleanup-chart__item i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3f82f5 0%, #8358d7 100%);
}
.feature-showcase .cleanup-chart__item em {
  color: #0b0d17;
  font-family: Inter, "PingFang SC";
  font-size: 12.814px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-showcase .scan-progress {
  width: 350px;
  height: 116px;
  margin: 0;
  padding: 21px 31px 20px 25px;
  display: flex;
  align-items: center;
  gap: 19px;
  border-radius: 12.727px;
  background: #fbfbfc;
  box-shadow: 0 0 13.9px rgba(40, 55, 68, 0.12);
  backdrop-filter: blur(100px);
}
.feature-showcase .scan-progress .scan-progress__icon {
  width: 67px;
  height: 67px;
  flex: 0 0 auto;
}
.feature-showcase .scan-progress .scan-progress__content {
  flex: 1;
  min-width: 0;
}
.feature-showcase .scan-progress strong {
  display: block;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 19.091px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-showcase .scan-progress .scan-progress__bar {
  display: block;
  width: 207px;
  max-width: 100%;
  height: 10px;
  margin-top: 13px;
  border-radius: 6.364px;
  background: linear-gradient(90deg, #1677ff 0%, #1677ff 61.35%, #ededed 61.35%, #ededed 100%);
}
.feature-showcase .scan-progress em {
  display: block;
  margin-top: 11px;
  color: #898989;
  font-family: "Microsoft YaHei UI";
  font-size: 17.5px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.feature-showcase .app-panel {
  width: 594px;
  min-height: 404px;
  overflow: visible;
  box-shadow: 0 7.32px 21.97px rgba(20, 30, 80, 0.08), 0 27.46px 73.22px rgba(20, 30, 80, 0.12);
}
.feature-showcase .app-panel__head {
  height: 71px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(15, 18, 30, 0.08);
  border-radius: 16.475px 16.475px 0 0;
  background: #fafbff;
}
.feature-showcase .app-panel__head h3 {
  margin: 0;
  color: #0b0d17;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.feature-showcase .app-panel__head h3 span {
  color: #7a819a;
}
.feature-showcase .app-panel__head em {
  color: #7a819a;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.feature-showcase .app-list {
  padding-top: 8px;
}
.feature-showcase .app-list__item {
  height: 48px;
  padding: 0 32px 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature-showcase .app-list__item:nth-child(even) {
  background: #fafbff;
}
.feature-showcase .app-list__item em {
  color: #7a819a;
  font-family: "Noto Sans SC", "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.feature-showcase .app-list__name {
  display: flex;
  align-items: center;
  gap: 12px;
}
.feature-showcase .app-list__name span {
  color: #0b0d17;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.25px;
}
.feature-showcase .app-list__icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
}
.feature-showcase .app-list__icon--orange {
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
}
.feature-showcase .app-list__icon--blue {
  background: linear-gradient(135deg, #3a5cff 0%, #6a8bff 100%);
}
.feature-showcase .app-list__icon--green {
  background: linear-gradient(135deg, #22c55e 0%, #10b981 100%);
}
.feature-showcase .app-list__icon--red {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
}
.feature-showcase .app-list__icon--purple {
  background: linear-gradient(135deg, #8b5cf6 0%, #6d28d9 100%);
}
.feature-showcase .app-list__icon--cyan {
  background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
}
.feature-showcase .app-panel__float {
  width: 460px;
  min-height: 66.851px;
  margin: -14px -7px 0 auto;
  padding: 12px 29px 12px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border-radius: 10.129px;
  background: #fff;
  box-shadow: 0 0 6.95px rgba(40, 55, 68, 0.12);
}
.feature-showcase .app-panel__float img {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
}
.feature-showcase .app-panel__float span {
  flex: 1;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 15.193px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}
.feature-showcase .app-panel__float button {
  width: 95.502px;
  height: 33.426px;
  border: 0;
  border-radius: 6.367px;
  background: #336ef6;
  color: #fff;
  font-family: Inter, "PingFang SC";
  font-size: 17.745px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.mac-preview {
  height: 782px;
  padding: 77px 0 74px;
  background: #fff;
}
.mac-preview .mac-preview__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mac-preview .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 134px;
  height: 35px;
  border: 1px solid rgba(15, 18, 30, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
}
.mac-preview .section-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #00d4a8;
}
.mac-preview .section-kicker em {
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.mac-preview h2 {
  margin: 37px 0 0;
  color: #0b0d17;
  font-family: "Microsoft YaHei UI";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.6px;
  text-align: center;
}
.mac-preview .section-desc {
  margin: 34px 0 0;
  color: #3a3f55;
  font-family: "Microsoft YaHei UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.mac-preview .preview-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 383px 384px 383px;
  gap: 25px;
  margin-top: 70px;
}
.mac-preview .preview-card {
  height: 371px;
  overflow: hidden;
  border: 1px solid rgba(15, 18, 30, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 40px -20px rgba(20, 30, 80, 0.2);
}
.mac-preview .preview-card h3 {
  margin: 0;
  color: #0b0d17;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
}
.mac-preview .preview-card p {
  margin: 8px 0 0;
  color: #7a819a;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.mac-preview .preview-card__visual {
  height: 286px;
  overflow: hidden;
}
.mac-preview .preview-card__visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.user-reputation {
  height: 622px;
  padding: 51px 0 83px;
  background: #fff;
  overflow: hidden;
}
.user-reputation .user-reputation__inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.user-reputation .user-reputation__inner::before {
  content: "";
  width: 302px;
  height: 302px;
  position: absolute;
  top: 10px;
  left: 442px;
  pointer-events: none;
  border-radius: 302px;
  background: linear-gradient(196deg, #C2E3FF 12.61%, #EDE6FF 43.47%, rgba(237, 230, 255, 0) 89.03%);
  filter: blur(62px);
}
.user-reputation .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 134px;
  height: 35px;
  border: 1px solid rgba(15, 18, 30, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}
.user-reputation .section-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #00d4a8;
}
.user-reputation .section-kicker em {
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.user-reputation h2 {
  margin: 37px 0 0;
  color: #0b0d17;
  font-family: "Microsoft YaHei UI";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.6px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.user-reputation .section-desc {
  margin: 34px 0 0;
  color: #3a3f55;
  font-family: "Microsoft YaHei UI";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.user-reputation .reputation-grid {
  width: 100%;
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(3, 386px);
  gap: 21px;
  filter: drop-shadow(0 10px 11px rgba(20, 30, 80, 0.07));
  position: relative;
  z-index: 1;
}
.user-reputation .reputation-card {
  height: 226px;
  padding: 28px;
  border: 1px solid rgba(15, 18, 30, 0.08);
  border-radius: 22px;
  background: #fff;
}
.user-reputation .reputation-card__stars {
  color: #ffb13b;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 2px;
  white-space: nowrap;
}
.user-reputation .reputation-card__quote {
  width: 324px;
  min-height: 72px;
  margin: 14px 0 0;
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.user-reputation .reputation-card__author {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.user-reputation .reputation-card__author img {
  width: 42px;
  height: 42px;
  display: block;
  flex: 0 0 auto;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  background: linear-gradient(135deg, #3a5cff 0%, #00d4a8 100%);
}
.user-reputation .reputation-card__author div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.user-reputation .reputation-card__author strong {
  color: #0b0d17;
  font-family: "PingFang SC";
  font-size: 13.5px;
  font-style: normal;
  font-weight: 600;
  line-height: 20.25px;
  white-space: nowrap;
}
.user-reputation .reputation-card__author span {
  color: #7a819a;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  white-space: nowrap;
}

.QA {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(180deg, #FFF 47.55%, #EDF1FF 100%);
  padding: 71px 0 104px;
}
.QA .section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 134px;
  height: 35px;
  border: 1px solid rgba(15, 18, 30, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  position: relative;
  z-index: 1;
}
.QA .section-kicker span {
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background: #00d4a8;
}
.QA .section-kicker em {
  color: #3a3f55;
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.QA h2 {
  margin: 37px 0 0;
  color: #0b0d17;
  font-family: "Microsoft YaHei UI";
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.6px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.QA .effect-faq {
  width: min(1200px, 100%);
  margin: 72px 0 0 0;
}
.QA .effect-faq__item {
  overflow: hidden;
  margin-bottom: 14px;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.QA .effect-faq__item:not(.is-collapsed) {
  border-color: #4d8dff;
  box-shadow: 0 12px 26px rgba(46, 95, 170, 0.12);
}
.QA .effect-faq__item:not(.is-collapsed) .effect-faq__title {
  padding-bottom: 20px;
}
.QA .effect-faq__item:not(.is-collapsed) .effect-faq__title i {
  transform: rotate(180deg);
}
.QA .effect-faq__item.is-collapsed .effect-faq__content {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
}
.QA .effect-faq__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 25px 33px 25px 36px;
  border: 0;
  background: transparent;
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
.QA .effect-faq__title span {
  display: flex;
  align-items: center;
  gap: 12px;
}
.QA .effect-faq__title i {
  position: relative;
  flex: 0 0 24;
  width: 24px;
  height: 24px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/678_wm/ic-up.png");
  background-size: cover;
  transition: transform 0.2s;
}
.QA .effect-faq__content {
  max-height: 180px;
  padding: 0 0 25px 36px;
  color: #737373;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  transition: max-height 0.25s, padding 0.25s, opacity 0.2s;
}
.QA .effect-faq__icon {
  width: 22px;
  height: 22px;
}
.QA .final-cta {
  width: 1200px;
  min-height: 350px;
  margin-top: 75px;
  padding: 61px 60px 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  border-radius: 32px;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/678_wm/footer-bg.png) no-repeat center/cover, linear-gradient(135deg, #0B0D17 0%, #1A1F3A 100%);
  position: relative;
}
.QA .final-cta .final-cta__title {
  margin: 0;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 63px;
  letter-spacing: -0.6px;
  text-align: center;
}
.QA .final-cta .final-cta__title em {
  background: linear-gradient(90deg, #6eb2fe, #c46bfd);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-weight: 700;
}
.QA .final-cta p {
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-family: "PingFang SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
}
.QA .final-cta .final-cta__download {
  margin-top: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.QA .final-cta .final-cta__btn {
  width: 220px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 1.5px solid #dddee0;
  border-radius: 15px;
  background: #fff;
  color: #0b0d17;
  font-family: "Microsoft YaHei UI";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.33px;
  cursor: pointer;
}
.QA .final-cta .final-cta__btn img {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}
.QA .final-cta .final-cta__btn span {
  white-space: nowrap;
}/*# sourceMappingURL=style.css.map */