.product-677-page,
.product-677-page * {
  box-sizing: border-box;
}

.product-677-page {
  min-width: 1200px;
  overflow: hidden;
  color: #333;
  background: #f7fbff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.product-677-page a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.product-677-page h1,
.product-677-page h2,
.product-677-page h3,
.product-677-page h4,
.product-677-page p,
.product-677-page ul,
.product-677-page li {
  margin: 0;
  padding: 0;
}

.product-677-page li {
  list-style: none;
}

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

.asset-placeholder {
  display: inline-block;
  flex: 0 0 auto;
  border: 1px dashed rgba(1, 127, 255, 0.42);
  background: rgba(255, 255, 255, 0.55);
}

.viwoo-section-title {
  text-align: center;
  color: #333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.viwoo-section-title span {
  color: #017fff;
}

.viwoo-hero {
  position: relative;
  height: 770px;
  margin-top: 70px;
  overflow: hidden;
  background: #eef7ff url("https://res.callmysoft.com/wm-static-resource/wm/677_daetool/banner_bg_dae_677.png") center top/cover no-repeat;
}

.viwoo-hero::before,
.viwoo-hero::after {
  content: "";
  position: absolute;
  display: none;
  pointer-events: none;
}

.viwoo-hero::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(150deg, transparent 0 48%, rgba(255, 255, 255, 0.66) 48.2%, transparent 49%), linear-gradient(332deg, transparent 0 58%, rgba(255, 255, 255, 0.45) 58.2%, transparent 59%);
  opacity: 0.76;
}

.viwoo-hero::after {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(245, 251, 255, 0.88));
}

.viwoo-topbar {
  position: relative;
  z-index: 3;
  height: 70px;
  border-bottom: 1px solid #e9f1fb;
  background: #fff;
}

.viwoo-topbar .viwoo-container {
  display: flex;
  align-items: center;
  height: 70px;
}

.viwoo-logo {
  display: flex;
  align-items: center;
  width: 215px;
  height: 40px;
}

.asset-placeholder-logo {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: rgba(1, 127, 255, 0.1);
}

.viwoo-logo-text {
  margin-left: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.viwoo-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  height: 70px;
  margin-left: 20px;
  padding-left: 30px;
  border-left: 1px solid #dfe9f6;
}

.viwoo-nav-item {
  position: relative;
  height: 70px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 70px;
}

.viwoo-nav-item.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 28px;
  height: 4px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: #333;
}

.viwoo-top-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-left: auto;
}

.viwoo-top-download,
.viwoo-top-buy {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 4px;
  font-size: 14px;
}

.viwoo-top-download {
  width: 120px;
  color: #fff;
  background: linear-gradient(90deg, #6f73ff 0%, #4989ff 100%);
}

.asset-placeholder-win {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  border-color: rgba(255, 255, 255, 0.72);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.18);
}

.viwoo-top-buy {
  width: 88px;
  color: #4f6bff;
  border: 1px solid #8fa5ff;
  background: #fff;
}

.viwoo-hero-inner {
  z-index: 2;
  height: 770px;
}

.viwoo-hero-copy {
  position: absolute;
  top: 180px;
  left: 0;
  width: 550px;
  height: 322px;
  text-align: left;
}

.viwoo-hero-copy h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 489px;
  height: 48px;
  margin: 0;
  color: #333;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  font-style: normal;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: break-word;
}

.viwoo-hero-points {
  position: absolute;
  top: 96px;
  left: 0;
  display: block;
  margin: 0;
  width: 550px;
  height: 60px;
}

.viwoo-hero-points li {
  position: absolute;
  left: 0;
  width: 550px;
  height: 20px;
  color: #017fff;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  word-break: break-word;
}

.viwoo-hero-points li:nth-child(1) {
  top: 0;
}

.viwoo-hero-points li:nth-child(2) {
  top: 40px;
}

.viwoo-hero-points img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.viwoo-hero-points span {
  position: absolute;
  top: 0;
  left: 30px;
  height: 20px;
}

.asset-placeholder-check {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  border-color: rgba(1, 127, 255, 0.72);
  background: rgba(1, 127, 255, 0.12);
}

.viwoo-hero-actions {
  position: absolute;
  top: 216px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 0;
  width: 528px;
  height: 72px;
}

.viwoo-main-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 252px;
  height: 72px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 36px;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  font-style: normal;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0;
  overflow: hidden;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}

.viwoo-main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  border-radius: inherit;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: opacity 0.18s ease;
}

.viwoo-hero-actions .viwoo-main-btn:hover,
.viwoo-final-actions .viwoo-main-btn:hover {
  transform: none;
}

.viwoo-hero-actions .viwoo-main-btn:active,
.viwoo-final-actions .viwoo-main-btn:active {
  transform: none;
}

.viwoo-hero-actions .viwoo-main-btn-download:hover,
.viwoo-final-actions .viwoo-main-btn-download:hover,
.viwoo-hero-actions .viwoo-main-btn-download:active,
.viwoo-final-actions .viwoo-main-btn-download:active {
  border-color: #fff;
}

.viwoo-hero-actions .viwoo-main-btn-download:hover::before,
.viwoo-final-actions .viwoo-main-btn-download:hover::before,
.viwoo-hero-actions .viwoo-main-btn-download:active::before,
.viwoo-final-actions .viwoo-main-btn-download:active::before {
  opacity: 1;
}

.viwoo-hero-actions .viwoo-main-btn-buy:hover,
.viwoo-final-actions .viwoo-main-btn-buy:hover,
.viwoo-hero-actions .viwoo-main-btn-buy:active,
.viwoo-final-actions .viwoo-main-btn-buy:active {
  background: #fff;
}

@media (prefers-reduced-motion: reduce) {
  .viwoo-main-btn,
  .viwoo-main-btn::before {
    transition: none;
  }
  .viwoo-hero-actions .viwoo-main-btn:hover,
  .viwoo-final-actions .viwoo-main-btn:hover,
  .viwoo-hero-actions .viwoo-main-btn:active,
  .viwoo-final-actions .viwoo-main-btn:active {
    transform: none;
  }
}
.viwoo-main-btn-download {
  color: #fff;
  background: linear-gradient(166.5deg, #00c3ff 0%, #0062d2 100%);
}

.viwoo-main-btn-buy {
  color: #017fff;
  border: 1px solid #017fff;
  background: #edf6ff;
}

.viwoo-hero .viwoo-main-btn img {
  position: absolute;
  top: 16px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.viwoo-hero .viwoo-main-btn span {
  position: absolute;
  top: 18px;
  z-index: 1;
  height: 37px;
  white-space: nowrap;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.viwoo-hero .viwoo-main-btn-download img {
  left: 42px;
}

.viwoo-hero .viwoo-main-btn-download span {
  left: 98px;
  width: 112px;
}

.viwoo-hero .viwoo-main-btn-buy img {
  left: 28px;
}

.viwoo-hero .viwoo-main-btn-buy span {
  left: 84px;
  width: 140px;
  color: #017FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.asset-placeholder-btn-icon {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  border-radius: 6px;
  border-color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.16);
}

.viwoo-main-btn-buy .asset-placeholder-btn-icon {
  border-color: rgba(1, 127, 255, 0.42);
  background: rgba(1, 127, 255, 0.06);
}

.viwoo-system {
  position: absolute;
  top: 308px;
  left: 0;
  width: 268px;
  height: 14px;
  margin: 0;
  color: #666;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

.viwoo-hero-visual {
  position: absolute;
  top: 105px;
  left: 590px;
  width: 610px;
  height: 483px;
  z-index: 2;
}

.viwoo-hero-banner {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  top: 40px;
}

.eclips-top {
  position: absolute;
  top: 0;
  right: -80px;
  width: 241px;
  height: 241px;
  z-index: 1;
  pointer-events: none;
}

.eclips-bottom {
  position: absolute;
  bottom: 10px;
  left: -32px;
  width: 148px;
  height: 148px;
  z-index: 1;
  pointer-events: none;
}

.eclips-top img,
.eclips-bottom img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.viwoo-screen-placeholder {
  position: relative;
  overflow: hidden;
  border-color: rgba(1, 127, 255, 0.44);
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 44px rgba(58, 126, 214, 0.14);
}

.viwoo-screen-placeholder-large {
  width: 610px;
  height: 399px;
  border-radius: 16px;
}

.screen-topbar {
  height: 28px;
  border-bottom: 1px solid #dcecff;
  background: rgba(255, 255, 255, 0.82);
}

.screen-sidebar {
  position: absolute;
  top: 28px;
  left: 0;
  width: 112px;
  height: 371px;
  border-right: 1px solid #dbe8f8;
  background: rgba(247, 251, 255, 0.88);
}

.screen-sidebar span {
  display: block;
  width: 78px;
  height: 14px;
  margin: 20px auto 0;
  border-radius: 7px;
  background: #dbeeff;
}

.screen-sidebar span:first-child {
  height: 30px;
  border-radius: 6px;
  background: #168eff;
}

.screen-content {
  position: absolute;
  top: 54px;
  left: 140px;
  width: 440px;
}

.screen-status {
  display: flex;
  align-items: center;
  height: 68px;
  padding: 0 18px;
  border-radius: 8px;
  background: #f5fbff;
}

.screen-status span {
  width: 56px;
  height: 42px;
  border-radius: 8px;
  background: #d6eaff;
}

.screen-status strong {
  width: 260px;
  height: 16px;
  margin-left: 18px;
  border-radius: 8px;
  background: #b9d9ff;
}

.screen-table {
  display: grid;
  grid-template-columns: 1fr 1.2fr 0.8fr 64px;
  gap: 18px 16px;
  margin-top: 28px;
}

.screen-table span {
  height: 12px;
  border-radius: 6px;
  background: #dfeaf6;
}

.screen-table span:nth-child(4n) {
  background: #168eff;
}

.hero-printer-placeholder {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 172px;
  border-radius: 20px;
  border-color: rgba(1, 127, 255, 0.48);
  background: rgba(1, 127, 255, 0.08);
}

.viwoo-hero-stats {
  position: absolute;
  bottom: 50px;
  left: 358px;
  display: flex;
  align-items: flex-start;
  width: 484px;
  height: 48px;
  white-space: nowrap;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}

.viwoo-hero-stats strong {
  display: block;
  width: 272px;
  height: 48px;
  color: #017fff;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}

.viwoo-hero-stats span {
  display: block;
  width: 192px;
  height: 32px;
  margin-top: 14px;
  margin-left: 20px;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
}

.viwoo-features {
  height: 652px;
  padding-top: 100px;
  background: #f5fbff;
}

.viwoo-feature-list {
  display: grid;
  grid-template-columns: repeat(4, 288px);
  align-items: start;
  gap: 16px;
  margin-top: 66px;
}

.viwoo-feature-card {
  --feature-gradient: linear-gradient(180deg, #3d6af5 0%, #6caaf6 100%);
  position: relative;
  width: 288px;
  height: 278px;
  margin-top: 34px;
  padding: 0;
  text-align: center;
  background: transparent;
  transition: height 0.36s cubic-bezier(0.22, 1, 0.36, 1), margin-top 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.viwoo-feature-card:nth-child(2) {
  --feature-gradient: linear-gradient(180deg, #ff7b34 0%, #ffb06c 100%);
}

.viwoo-feature-card:nth-child(3) {
  --feature-gradient: linear-gradient(180deg, #18b7df 0%, #6ed6eb 100%);
}

.viwoo-feature-card:nth-child(4) {
  --feature-gradient: linear-gradient(180deg, #5c42f3 0%, #8c78f2 100%);
}

.viwoo-feature-card::before,
.viwoo-feature-card::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  width: 288px;
  height: 252px;
  border-radius: 32px;
  transition: top 0.36s cubic-bezier(0.22, 1, 0.36, 1), height 0.36s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.24s ease;
}

.viwoo-feature-card::before {
  z-index: 1;
  background: #fff;
  box-shadow: 0 0 8px rgba(44, 101, 199, 0.05);
}

.viwoo-feature-card::after {
  z-index: 2;
  background: var(--feature-gradient);
  opacity: 0;
}

.viwoo-feature-card.is-active {
  height: 346px;
  margin-top: 0;
  color: #fff;
}

.viwoo-feature-card.is-active::before,
.viwoo-feature-card.is-active::after {
  top: 46px;
  height: 300px;
}

.viwoo-feature-card.is-active::after {
  opacity: 1;
}

.viwoo-feature-card > img {
  position: absolute;
  top: 0;
  left: 100px;
  z-index: 3;
  width: 88px;
  height: 88px;
  object-fit: contain;
  transition: transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.viwoo-feature-card.is-active > img {
  transform: translateY(-2px);
}

.viwoo-feature-card h3 {
  position: absolute;
  top: 112px;
  left: 20px;
  z-index: 3;
  width: 248px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: top 0.36s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease;
}

.viwoo-feature-card.is-active h3 {
  top: 108px;
}

.viwoo-feature-card p {
  position: absolute;
  top: 166px;
  left: 20px;
  z-index: 3;
  width: 248px;
  margin: 0;
  color: #666;
  font-size: 24px;
  line-height: 1.5;
  text-align: left;
  transition: top 0.36s cubic-bezier(0.22, 1, 0.36, 1), color 0.2s ease;
}

.viwoo-feature-card.is-active p {
  top: 162px;
}

.viwoo-feature-card.is-active h3,
.viwoo-feature-card.is-active p {
  color: #fff;
}

.viwoo-card-btn {
  position: absolute;
  top: 266px;
  left: 20px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 148px;
  height: 60px;
  margin: 0;
  border-radius: 36px;
  color: #3f6cf5;
  font-size: 20px;
  line-height: 1.5;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 0.2s ease 0.08s, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.viwoo-feature-card.is-active .viwoo-card-btn {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.viwoo-card-btn span {
  color: #3F6CF5;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 30px */
}

.viwoo-card-btn img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .viwoo-feature-card,
  .viwoo-feature-card::before,
  .viwoo-feature-card::after,
  .viwoo-feature-card > img,
  .viwoo-feature-card h3,
  .viwoo-feature-card p,
  .viwoo-card-btn {
    transition: none;
  }
}
.viwoo-steps {
  height: 848px;
  background: #eaf6ff;
}

.viwoo-steps .viwoo-container {
  height: 848px;
}

.viwoo-steps .viwoo-section-title {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
}

.viwoo-step-layout {
  position: absolute;
  top: 240px;
  left: 0;
  width: 1200px;
  height: 508px;
  margin: 0;
}

.viwoo-step-list {
  position: absolute;
  top: 12px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 456px;
}

.viwoo-step-card {
  position: relative;
  display: flex;
  align-items: center;
  width: 456px;
  height: 140px;
  margin: 0;
  padding: 20px 20px 20px 88px;
  border: 1px solid #8ac9ff;
  border-radius: 16px;
  color: #017fff;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.24s ease, box-shadow 0.24s ease, transform 0.24s ease;
}

.viwoo-step-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(135deg, #36d2ff 0%, #087ef2 100%);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.viwoo-step-card.is-active {
  border-color: transparent;
  color: #fff;
  box-shadow: 0 16px 32px rgba(1, 127, 255, 0.16);
  transform: translateY(-1px);
}

.viwoo-step-card.is-active::before {
  opacity: 1;
}

.viwoo-step-card > img {
  position: absolute;
  top: 46px;
  left: 20px;
  z-index: 2;
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.viwoo-step-card > div {
  position: relative;
  z-index: 2;
  width: 348px;
}

.viwoo-step-card h3 {
  color: currentColor;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.viwoo-step-card p {
  width: 348px;
  margin-top: 16px;
  color: currentColor;
  font-size: 18px;
  line-height: 30px;
}

.viwoo-step-visual {
  position: absolute;
  top: 0;
  left: 504px;
  width: 696px;
  height: 508px;
  overflow: hidden;
  border-radius: 8px;
}

.viwoo-step-screen {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateX(24px);
  transition: opacity 0.3s ease, transform 0.36s cubic-bezier(0.22, 1, 0.36, 1);
}

.viwoo-step-screen.is-active {
  display: block;
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.viwoo-step-screen img {
  display: block;
  width: 696px;
  height: 508px;
  object-fit: contain;
}

@media (prefers-reduced-motion: reduce) {
  .viwoo-step-card,
  .viwoo-step-card::before,
  .viwoo-step-screen {
    transition: none;
  }
}
.viwoo-solutions {
  position: relative;
  z-index: 0;
  height: 3422px;
  overflow: hidden;
  background: linear-gradient(180deg, #F5FBFF 0%, #F5FBFF 100%);
}

.viwoo-solutions::before {
  content: "";
  position: absolute;
  top: 196px;
  left: 0;
  width: 100%;
  height: 3031px;
  z-index: 0;
  pointer-events: none;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/677_daetool/Rectangle_dae_677.png") center top/1920px 3031px no-repeat;
}

.viwoo-solutions .viwoo-container {
  z-index: 1;
  height: 3422px;
}

.viwoo-solutions .viwoo-section-title {
  position: absolute;
  top: 102px;
  left: 0;
  z-index: 3;
  width: 100%;
}

.viwoo-solution-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.viwoo-bg-ellipse {
  position: absolute;
  display: block;
  max-width: none;
  pointer-events: none;
  object-fit: contain;
}

.viwoo-bg-ellipse-3 {
  top: 827px;
  left: 774px;
  width: 850px;
  height: 850px;
}

.viwoo-bg-ellipse-5 {
  top: 1613px;
  left: -423px;
  width: 851px;
  height: 851px;
}

.viwoo-bg-ellipse-7 {
  top: 2386px;
  left: 774px;
  width: 850px;
  height: 850px;
}

.viwoo-solution-card {
  --accent: #017fff;
  --accent-rgb: 1, 127, 255;
  --soft: #eff9ff;
  position: absolute;
  z-index: 2;
  left: 0;
  width: 1160px;
  height: 695px;
  margin: 0;
  padding: 0;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(30, 95, 160, 0.08);
}

.viwoo-solution-card:nth-of-type(1) {
  top: 242px;
}

.viwoo-solution-card:nth-of-type(2) {
  top: 1037px;
}

.viwoo-solution-card:nth-of-type(3) {
  top: 1832px;
}

.viwoo-solution-card:nth-of-type(4) {
  top: 2627px;
}

.viwoo-solution-card-reverse {
  left: 40px;
}

.viwoo-card-ellipse {
  position: absolute;
  z-index: 1;
  display: block;
  max-width: none;
  pointer-events: none;
  object-fit: contain;
}

.viwoo-card-ellipse-1 {
  top: 138px;
  left: 993px;
  width: 253px;
  height: 253px;
}

.viwoo-card-ellipse-2 {
  top: 120px;
  left: -86px;
  width: 253px;
  height: 253px;
}

.viwoo-card-ellipse-3 {
  top: 117px;
  left: 993px;
  width: 253px;
  height: 253px;
}

.viwoo-card-ellipse-4 {
  top: 117px;
  left: -86px;
  width: 253px;
  height: 253px;
}

.viwoo-solution-card.is-orange {
  --accent: #ff8800;
  --accent-rgb: 255, 136, 0;
  --soft: #fff4e8;
}

.viwoo-solution-card.is-cyan {
  --accent: #10b9df;
  --accent-rgb: 16, 185, 223;
  --soft: #e9fbff;
}

.viwoo-solution-card.is-purple {
  --accent: #7658ff;
  --accent-rgb: 118, 88, 255;
  --soft: #f1edff;
}

.viwoo-solution-card h3 {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 2;
  width: 100%;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.viwoo-solution-copy {
  position: absolute;
  top: 192px;
  left: 40px;
  z-index: 2;
  width: 510px;
}

.viwoo-solution-card-reverse .viwoo-solution-copy {
  left: 610px;
}

.viwoo-solution-copy h4 {
  color: var(--accent);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.viwoo-solution-copy p {
  width: 510px;
  margin-top: 20px;
  color: #666;
  font-size: 22px;
  line-height: 33px;
}

.viwoo-solution-copy ul {
  width: 550px;
  height: 152px;
  margin-top: 21px;
  margin-left: -40px;
  padding: 24px 40px;
  border-radius: 0;
  background: linear-gradient(90deg, rgba(221, 245, 255, 0.5) 0%, rgba(221, 245, 255, 0.1) 100%);
}

.viwoo-solution-card-reverse .viwoo-solution-copy ul {
  margin-left: 0;
}

.viwoo-solution-card.is-orange .viwoo-solution-copy ul {
  background: linear-gradient(270deg, rgba(255, 235, 221, 0.5) 0%, rgba(255, 235, 221, 0.1) 100%);
}

.viwoo-solution-card.is-cyan .viwoo-solution-copy ul {
  background: linear-gradient(90deg, rgba(216, 246, 255, 0.5) 0%, rgba(216, 246, 255, 0.1) 100%);
}

.viwoo-solution-card.is-purple .viwoo-solution-copy ul {
  background: linear-gradient(270deg, rgba(234, 229, 252, 0.5) 0%, rgba(234, 229, 252, 0.1) 100%);
}

.viwoo-solution-copy li {
  display: flex;
  align-items: center;
  height: 24px;
  margin-bottom: 16px;
  font-family: "Microsoft YaHei";
  color: var(--accent);
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
}

.viwoo-solution-copy li:last-child {
  margin-bottom: 0;
}

.viwoo-solution-copy li img {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  object-fit: contain;
}

.viwoo-solution-card.is-orange .viwoo-solution-copy li::before {
  content: "";
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: linear-gradient(180deg, #FFB25A 0%, #FF8800 100%);
  -webkit-mask: url("https://res.callmysoft.com/wm-static-resource/wm/677_daetool/ic-zan_dae_677.png") center/contain no-repeat;
  mask: url("https://res.callmysoft.com/wm-static-resource/wm/677_daetool/ic-zan_dae_677.png") center/contain no-repeat;
}

.viwoo-solution-card.is-orange .viwoo-solution-copy li img {
  display: none;
  filter: none;
}

.viwoo-solution-card.is-cyan .viwoo-solution-copy li img {
  filter: hue-rotate(-18deg) saturate(1.45) brightness(1.08);
}

.viwoo-solution-card.is-purple .viwoo-solution-copy li img {
  filter: hue-rotate(50deg) saturate(1.7);
}

.viwoo-small-btn {
  position: absolute;
  top: 543px;
  left: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 228px;
  height: 72px;
  margin: 0;
  border-radius: 36px;
  color: #fff;
  font-size: 28px;
  line-height: 42px;
  background: var(--accent);
  box-shadow: 0 8px 18px rgba(var(--accent-rgb), 0.28);
}

.viwoo-solution-card-reverse .viwoo-small-btn {
  left: 892px;
}

.viwoo-small-btn span {
  display: block;
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 42px */
}

.special-4 {
  border-radius: 36px;
  border: 1px solid #FFF;
  background: linear-gradient(140deg, #9586F8 0.58%, #6D59F3 98.61%);
  box-shadow: 0 4px 10px 0 rgba(109, 89, 243, 0.5);
}

.viwoo-small-btn img {
  display: block;
  width: 28px;
  height: 28px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.viwoo-solution-visual {
  position: absolute;
  top: 207px;
  left: 590px;
  z-index: 2;
  width: 610px;
  height: 397px;
}

.viwoo-solution-card:nth-of-type(1) .viwoo-solution-visual {
  top: 207px;
  left: 590px;
  width: 610px;
  height: 397px;
}

.viwoo-solution-card-reverse .viwoo-solution-visual {
  left: -40px;
}

.viwoo-solution-visual img {
  box-sizing: border-box;
  display: block;
  width: 610px;
  height: 397px;
  object-fit: contain;
}

.viwoo-reviews {
  position: relative;
  height: 860px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/677_daetool/bottom2_pic_dae_677.png") center top/1920px 860px no-repeat, linear-gradient(180deg, #f5faff 0%, #dff0ff 100%);
}

.user-container {
  position: relative;
  height: 860px;
  background: none;
}

.viwoo-reviews h2 {
  position: absolute;
  top: 96px;
  left: 0;
  width: 100%;
  color: #141e31;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.viwoo-review-panel {
  position: absolute;
  top: 200px;
  left: 50%;
  width: 1200px;
  height: 342px;
  margin: 0;
  padding: 0;
  transform: translateX(-50%);
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 0 31px rgba(48, 88, 126, 0.12);
}

.viwoo-review-panel::before {
  content: "";
  position: absolute;
  top: 179px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #f2f0ff;
}

.viwoo-review-panel::after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 279px;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-right: 35px solid transparent;
  border-top: 35px solid #fff;
  border-left: 35px solid transparent;
}

.viwoo-review-panel h3 {
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 1;
  width: 100%;
  color: #283256;
  font-size: 26px;
  font-weight: 700;
  line-height: 33px;
}

.viwoo-stars {
  position: absolute;
  top: 108px;
  left: 50%;
  z-index: 1;
  display: flex;
  width: 190px;
  height: 30px;
  justify-content: center;
  gap: 10px;
  margin: 0;
  transform: translateX(-50%);
}

.viwoo-stars img {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.viwoo-stars .asset-placeholder {
  display: none;
}

.viwoo-review-text {
  position: absolute;
  top: 224px;
  left: 50%;
  z-index: 1;
  display: none;
  width: 756px;
  margin: 0;
  transform: translateX(-50%);
  color: #666473;
  font-size: 18px;
  line-height: 30px;
}

.viwoo-review-text.is-active {
  display: block;
}

.viwoo-review-users {
  position: absolute;
  top: 614px;
  left: 50%;
  width: 1200px;
  height: 150px;
  margin: 0;
  transform: translateX(-50%);
}

.viwoo-review-users li {
  position: absolute;
  top: 0;
  width: 128px;
  transform: translateX(-50%);
  color: #555;
  font-size: 16px;
  line-height: 30px;
  cursor: pointer;
}

.viwoo-review-users li:nth-child(1) {
  left: 64px;
}

.viwoo-review-users li:nth-child(2) {
  left: 279px;
}

.viwoo-review-users li:nth-child(3) {
  left: 493px;
}

.viwoo-review-users li:nth-child(4) {
  left: 707px;
}

.viwoo-review-users li:nth-child(5) {
  left: 922px;
}

.viwoo-review-users li:nth-child(6) {
  left: 1137px;
}

.viwoo-review-users img {
  box-sizing: border-box;
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  object-fit: cover;
}

.viwoo-review-users span {
  display: block;
  width: 100%;
  margin-top: 30px;
  white-space: nowrap;
}

.asset-placeholder-avatar {
  display: none;
}

.viwoo-review-users li.is-active {
  color: #555;
}

.viwoo-review-users li.is-active img {
  border-color: #0098d8;
  box-shadow: 0 0 0 2px rgba(0, 152, 216, 0.22);
}

.viwoo-final-cta {
  position: relative;
  height: 400px;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #eef8ff;
}

.viwoo-final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  pointer-events: none;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/677_daetool/bottom_pic_dae_677.png") center center/cover no-repeat;
}

.viwoo-final-cta .viwoo-container {
  z-index: 1;
  height: 400px;
}

.viwoo-final-cta h2 {
  position: absolute;
  top: 94px;
  left: 0;
  width: 100%;
  color: #017fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.viwoo-final-cta p {
  position: absolute;
  top: 165px;
  left: 0;
  width: 100%;
  margin: 0;
  color: #333;
  font-size: 24px;
  line-height: 30px;
}

.viwoo-final-actions {
  position: absolute;
  top: 240px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 528px;
  height: 72px;
  margin: 0;
  transform: translateX(-50%);
}

.viwoo-final-cta .viwoo-main-btn img {
  position: absolute;
  top: 16px;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.viwoo-final-cta .viwoo-main-btn span {
  position: absolute;
  top: 18px;
  z-index: 1;
  height: 37px;
  white-space: nowrap;
  font-family: "Microsoft YaHei", "Microsoft YaHei UI", Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: normal;
}

.viwoo-final-cta .viwoo-main-btn-download img {
  left: 42px;
}

.viwoo-final-cta .viwoo-main-btn-download span {
  left: 98px;
  width: 112px;
  color: #fff;
}

.viwoo-final-cta .viwoo-main-btn-buy img {
  left: 28px;
}

.viwoo-final-cta .viwoo-main-btn-buy span {
  left: 84px;
  width: 140px;
  color: #017fff;
}

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