@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}
.banner-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  min-height: 970px;
  margin-top: 117px;
  padding-top: 56px;
  box-sizing: border-box;
  overflow: hidden;
  background: #ffffff url("https://res.callmysoft.com/wm-static-resource/wm/260_wm/banner-bg.png") no-repeat center center;
  background-size: cover;
}
.banner-box .content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 40px;
}
.banner-box .content .title {
  margin: 0 0 31px;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 1em;
  color: #201522;
  text-align: center;
}
.banner-box .content .subtitle {
  margin: 0 0 28px;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1em;
  color: #201522;
  text-align: center;
}
.banner-box .content .download-group {
  display: flex;
  justify-content: center;
  gap: 24px;
  width: 624px;
  height: 72px;
  margin-bottom: 28px;
}
.banner-box .content .download-group .download-btn {
  position: relative;
  flex: 0 0 300px;
  width: 300px;
  height: 72px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.banner-box .content .download-group .download-btn:hover {
  transform: translateY(-2px);
}
.banner-box .content .download-group .download-btn:active {
  transform: translateY(0);
}
.banner-box .content .download-group .download-btn .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-box .content .download-group .download-btn .btn-shine {
  position: absolute;
  top: 0;
  left: -109px;
  width: 300px;
  height: 100%;
  animation: shine 4.5s infinite linear;
  display: none;
}
.banner-box .content .download-group .download-btn .btn-shine.show {
  display: block;
}
.banner-box .content .download-group .download-btn .btn-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-box .content .download-group .download-btn .btn-content .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-box .content .download-group .download-btn .btn-content .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-box .content .download-group .download-btn .btn-content .text {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}
.banner-box .content .download-group .download-btn .badge {
  position: absolute;
  top: 6px;
  right: -27px;
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 86px;
  height: 24px;
  background: #FFB007;
  border-radius: 0;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.banner-box .content .download-group .download-btn .badge.label64 {
  display: none;
}
.banner-box .content .download-group .download-btn .badge.label64.show {
  display: flex;
}
.banner-box .content .download-group .download-btn .badge.label32 {
  display: none;
}
.banner-box .content .download-group .download-btn .badge.label32.show {
  display: flex;
}
.banner-box .content .download-group .btn-64 .btn-bg {
  background: #5B63F4;
}
.banner-box .content .download-group .btn-32 .btn-bg {
  background: #05A7F0;
}
.banner-box .content .system-info {
  margin: 0;
  font-family: "Microsoft YaHei UI", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  color: #333333;
  text-align: center;
}
.banner-box .cad-preview {
  position: relative;
  z-index: 1;
  width: 997.54px;
  height: 604px;
}
.banner-box .bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 110px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.function-box {
  position: relative;
  width: 100%;
  padding: 50px 0 50px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/260_wm/func-bottom.png") no-repeat center center;
  background-size: cover;
}
.function-box .title-section {
  text-align: center;
  margin-bottom: 40px;
}
.function-box .title-section .main-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #ffffff;
  margin: 0 0 20px 0;
}
.function-box .title-section .sub-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  opacity: 0.8;
  margin: 0;
}
.function-box .feature-grid {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}
.function-box .feature-grid .feature-card {
  box-sizing: border-box;
  width: 369px;
  min-height: 170px;
  display: flex;
  flex-direction: column;
  background: #E6EDFF;
  border-radius: 10px;
  padding: 18px 24px 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.function-box .feature-grid .feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.function-box .feature-grid .feature-card > img {
  width: 48px;
  height: 48px;
}
.function-box .feature-grid .feature-card .card-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  color: #333333;
  margin: 12px 0 10px 0;
}
.function-box .feature-grid .feature-card .card-desc {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #595858;
  margin: 0;
}

.our-product-box {
  width: 100%;
  padding: 60px 0;
  background: #F2F5F9;
}
.our-product-box .box-top {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 340px;
}
.our-product-box .box-top .title-section {
  text-align: center;
  margin-bottom: 50px;
}
.our-product-box .box-top .title-section .main-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #333333;
  margin: 0 0 20px 0;
}
.our-product-box .box-top .title-section .sub-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #595858;
  margin: 0;
}
.our-product-box .box-top .product-cards {
  display: flex;
  gap: 40px;
  justify-content: center;
}
.our-product-box .box-top .product-cards .product-card {
  width: 410px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 10px 0px rgba(184, 203, 218, 0.2);
  overflow: hidden;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.our-product-box .box-top .product-cards .product-card:hover {
  box-shadow: 0px 0px 20px 0px rgba(88, 95, 109, 0.25);
  transform: translateY(-4px);
}
.our-product-box .box-top .product-cards .product-card .card-image {
  width: 100%;
  height: 228px;
  background: linear-gradient(135deg, #E8F1FF 0%, #F5F8FF 100%);
  border: 1px solid #ffffff;
}
.our-product-box .box-top .product-cards .product-card .card-content {
  padding: 28px 30px 44px;
}
.our-product-box .box-top .product-cards .product-card .card-content .card-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1em;
  color: #000000;
  margin: 0 0 26px 0;
}
.our-product-box .box-top .product-cards .product-card .card-content .feature-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.our-product-box .box-top .product-cards .product-card .card-content .feature-list .feature-item {
  display: flex;
  gap: 16px;
}
.our-product-box .box-top .product-cards .product-card .card-content .feature-list .feature-item .feature-icon {
  width: 16px;
  height: 16px;
}
.our-product-box .box-top .product-cards .product-card .card-content .feature-list .feature-item .feature-text {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #656565;
}
.our-product-box .box-bottom {
  max-width: 1540px;
  margin: 60px auto 0;
}
.our-product-box .box-bottom .section-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1em;
  color: #333333;
  text-align: center;
}
.our-product-box .box-bottom .user-reviews-swiper {
  position: relative;
  padding-bottom: 40px;
}
.our-product-box .box-bottom .user-reviews-swiper.swiper-container {
  width: 1176px;
  padding-top: 50px;
}
.our-product-box .box-bottom .user-reviews-swiper .swiper-wrapper {
  display: flex;
}
.our-product-box .box-bottom .user-reviews-swiper .swiper-slide {
  width: 100%;
  height: auto;
}
.our-product-box .box-bottom .user-reviews-swiper .reviews-group {
  display: flex;
  gap: 30px;
  justify-content: center;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card {
  width: 372px;
  height: 216px;
  display: flex;
  flex-direction: column;
  padding: 28px 30px 30px;
  background: #ffffff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 2px 10px 0px rgba(184, 203, 218, 0.2);
  flex-shrink: 0;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card:hover {
  box-shadow: 0px 0px 20px 0px rgba(88, 95, 109, 0.25);
  transform: translateY(-4px);
}
.our-product-box .box-bottom .user-reviews-swiper .review-card .user-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card .user-info .avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #E8F1FF 0%, #C9DEFF 100%);
  flex-shrink: 0;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card .user-info .user-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card .user-info .user-details .username {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  color: #333333;
  margin: 0;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card .user-info .user-details .stars {
  width: 119px;
  height: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg width="119" height="18" viewBox="0 0 119 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.41 0L11.54 6.91H18.83L12.91 11.18L15.04 18.09L9.41 13.82L3.78 18.09L5.91 11.18L0 6.91H7.28L9.41 0Z" fill="%23FFCC00"/><path d="M34.44 0L36.57 6.91H43.86L37.94 11.18L40.07 18.09L34.44 13.82L28.81 18.09L30.94 11.18L25.03 6.91H32.31L34.44 0Z" fill="%23FFCC00"/><path d="M59.48 0L61.61 6.91H68.9L62.98 11.18L65.11 18.09L59.48 13.82L53.85 18.09L55.98 11.18L50.07 6.91H57.35L59.48 0Z" fill="%23FFCC00"/><path d="M84.51 0L86.64 6.91H93.93L88.01 11.18L90.14 18.09L84.51 13.82L78.88 18.09L81.01 11.18L75.1 6.91H82.38L84.51 0Z" fill="%23FFCC00"/><path d="M109.54 0L111.67 6.91H118.96L113.04 11.18L115.17 18.09L109.54 13.82L103.91 18.09L106.04 11.18L100.13 6.91H107.41L109.54 0Z" fill="%23FFCC00"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.our-product-box .box-bottom .user-reviews-swiper .review-card .review-text {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  color: #555555;
  margin: 0;
  flex: 1;
}
.our-product-box .box-bottom .user-reviews-swiper .swiper-pagination {
  bottom: 0 !important;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
  position: relative;
}
.our-product-box .box-bottom .user-reviews-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 36px;
  height: 5px;
  border-radius: 2.5px;
  background: #D9D9D9;
  opacity: 1;
  margin: 0;
  transition: background 0.3s ease;
}
.our-product-box .box-bottom .user-reviews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1E91F6;
}

.bottom-box {
  width: 100%;
  height: 360px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/260_wm/bottom-bg.png") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.bottom-box .bottom-content {
  width: 1000px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.bottom-box .bottom-content .content-left {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
.bottom-box .bottom-content .brand-section {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.bottom-box .bottom-content .brand-section .brand-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.bottom-box .bottom-content .brand-section .brand-logo .logo-icon {
  width: 36px;
  height: 36px;
}
.bottom-box .bottom-content .brand-section .brand-logo .logo-icon > img {
  width: 100%;
  height: 100%;
}
.bottom-box .bottom-content .brand-section .brand-logo .logo-text {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}
.bottom-box .bottom-content .brand-section .cta-title {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1em;
  color: #ffffff;
  margin: 0;
}
.bottom-box .bottom-content .download-action .download-btn {
  position: relative;
  width: 300px;
  height: 72px;
  border-radius: 0;
  border: none;
  cursor: pointer;
  overflow: hidden;
  transition: transform 0.2s ease;
}
.bottom-box .bottom-content .download-action .download-btn:hover {
  transform: translateY(-2px);
}
.bottom-box .bottom-content .download-action .download-btn:active {
  transform: translateY(0);
}
.bottom-box .bottom-content .download-action .download-btn .btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #5B63F4;
  z-index: 0;
}
.bottom-box .bottom-content .download-action .download-btn .btn-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.bottom-box .bottom-content .download-action .download-btn .btn-content .icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-box .bottom-content .download-action .download-btn .btn-content .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.bottom-box .bottom-content .download-action .download-btn .btn-content .text {
  font-family: "Microsoft YaHei UI", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  color: #ffffff;
}
.bottom-box .bottom-content .download-action .download-btn .badge {
  position: absolute;
  right: -27px;
  top: 6px;
  width: 86px;
  height: 24px;
  background: #FFB007;
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}
.bottom-box .bottom-content .decoration-image {
  width: 504.869px;
  height: 307px;
}

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