.sub-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sub-title h2 {
  margin: 0;
  color: #2D2D2D;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  position: relative;
  z-index: 2;
}
.sub-title .frame {
  position: absolute;
  display: block;
  z-index: 1;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.sub-title.sub-title-selection .frame-dot1 {
  left: 292px;
  top: 53px;
  width: 8px;
  height: 8px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/dot1.png");
}
.sub-title.sub-title-selection .frame-line1 {
  left: 563px;
  top: 47px;
  width: 327px;
  height: 13.055px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/line1.png");
}
.sub-title.sub-title-selection .frame-star1 {
  left: 892px;
  top: -14px;
  width: 21.611px;
  height: 21.611px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/star1.png");
}
.sub-title.sub-title-compare .frame-dot2 {
  left: 324px;
  top: 52px;
  width: 8px;
  height: 8px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/dot2.png");
}
.sub-title.sub-title-compare .frame-line2 {
  left: 360px;
  top: 44px;
  width: 172px;
  height: 12.369px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/line2.png");
}
.sub-title.sub-title-compare .frame-star2 {
  left: 851px;
  top: -14px;
  width: 21.611px;
  height: 21.611px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/star2.png");
}
.sub-title.sub-title-carousel .frame-dot3 {
  left: 292px;
  top: 56px;
  width: 8px;
  height: 8px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/dot3.png");
}
.sub-title.sub-title-carousel .frame-line3 {
  left: 326px;
  top: 48px;
  width: 230px;
  height: 12px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/line3.png");
}
.sub-title.sub-title-carousel .frame-star3 {
  left: 879px;
  top: -14px;
  width: 21.611px;
  height: 21.611px;
  background-image: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/star3.png");
}

.download-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 23px;
}
.download-box a {
  user-select: none;
}
.download-box .Windowsdownload-btn,
.download-box .MacOSdownload-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  width: 394px;
  height: 75px;
  border-radius: 14px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  line-height: 28px;
  box-sizing: border-box;
  font-family: "Microsoft YaHei";
  box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.55) inset;
}
.download-box .Windowsdownload-btn img,
.download-box .MacOSdownload-btn img {
  width: 40px;
  height: 40px;
  display: block;
}
.download-box .Windowsdownload-btn {
  color: #fff;
  background: linear-gradient(0deg, #00D475 0%, #00D475 100%);
}
.download-box .Windowsdownload-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(0deg, #00D475 0%, #00D475 100%);
}
.download-box .Windowsdownload-btn:active {
  background: linear-gradient(0deg, rgba(184, 184, 184, 0.2) 0%, rgba(184, 184, 184, 0.2) 100%), linear-gradient(0deg, #00D475 0%, #00D475 100%);
}
.download-box .MacOSdownload-btn {
  color: #07D675;
  border: 2px solid #00D475;
  background: rgba(255, 255, 255, 0.5);
}
.download-box .MacOSdownload-btn:hover {
  background: rgba(255, 255, 255, 0.8);
}

.banner-box {
  height: 1080px;
  padding-top: 115px;
  background: url("https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/section.hero.png");
  background-size: cover;
}
.banner-box-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.banner-box-content .content-top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banner-box-content .content-top .head {
  margin-top: 115px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 83.2px */
}
.banner-box-content .content-top .subhead {
  width: 426px;
  height: 83px;
  background: linear-gradient(91deg, #00D475 2.97%, #85ED5B 101.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  text-align: center;
  text-transform: uppercase;
}
.banner-box-content .content-top .description {
  margin: 11px 0 57px 0;
  width: 404px;
  height: 42px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 48px */
}
.banner-box-content .content-top .littletip {
  margin-top: 48px;
  width: 558px;
  height: 26px;
  color: #888;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
}
.banner-box-content > img {
  margin-top: 58.5px;
  width: 978px;
  height: 446px;
}

.selection-box {
  padding: 100px 0;
  background: #fff;
}
.selection-box-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.selection-box-content .selection-grid {
  margin-top: 89px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 52px;
}
.selection-box-content .selection-grid .selection-card {
  width: 324px;
  height: 360px;
  border-radius: 12px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease;
}
.selection-box-content .selection-grid .selection-card:hover {
  transform: translateY(-8px);
  border: 1px solid #16E7DA;
}
.selection-box-content .selection-grid .selection-card .selection-icon {
  width: 120px;
  height: 104px;
  margin: 44px auto 35px;
}
.selection-box-content .selection-grid .selection-card .selection-icon img {
  width: 100%;
  height: 100%;
}
.selection-box-content .selection-grid .selection-card .selection-title {
  margin: 0 auto 15px;
  width: auto;
  height: auto;
  color: #1E293B;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
}
.selection-box-content .selection-grid .selection-card .selection-desc {
  width: 290px;
  color: #64748B;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  margin: 0 13px 0 21px;
  text-align: left;
}

.compare-box {
  padding: 89px 0 60px 0;
  background: linear-gradient(181deg, #EEFFFA -1.66%, #FFF 99.15%);
}
.compare-box-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.compare-box .compare-graphic {
  width: 1116px;
  margin-top: 42.5px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
.compare-box .compare-panel {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
}
.compare-box .compare-panel--left, .compare-box .compare-panel--right {
  width: 338px;
  height: 492px;
  box-shadow: 0 0 36.4px rgba(0, 0, 0, 0.1);
}
.compare-box .compare-panel--left {
  margin-top: 44px;
  margin-right: -62px;
  z-index: 1;
}
.compare-box .compare-panel--left .compare-panel__head {
  justify-content: flex-start;
  padding-left: 89px;
  box-sizing: border-box;
}
.compare-box .compare-panel--left .compare-panel__list {
  height: calc(100% - 76px);
}
.compare-box .compare-panel--right {
  margin-top: 47px;
  margin-left: -5px;
  z-index: 1;
}
.compare-box .compare-panel--right .compare-panel__list {
  height: calc(100% - 76px);
}
.compare-box .compare-panel--center {
  width: 507px;
  height: 580px;
  z-index: 2;
  box-shadow: 0 0 27.229px rgba(2, 100, 0, 0.2);
}
.compare-box .compare-panel--center .compare-panel__list {
  height: calc(100% - 115px);
}
.compare-box .compare-panel__head {
  height: 76px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 700;
  line-height: 27.762px;
}
.compare-box .compare-panel__hero {
  height: 115px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(86deg, #AFF553 -18.36%, #02D576 96.31%);
}
.compare-box .compare-panel__hero h3 {
  margin: 0;
  color: #FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1.107px 1.107px rgba(0, 0, 0, 0.25);
}
.compare-box .compare-panel__hero-wing {
  width: 54px;
  height: 89px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.compare-box .compare-panel__list {
  display: flex;
  flex-direction: column;
}
.compare-box .compare-row {
  box-sizing: border-box;
  border-top: 1px solid #F4F5F6;
  background: #FFF;
}
.compare-box .compare-row--feature {
  height: 83.2px;
  padding: 0 0 0 53px;
  display: grid;
  grid-template-columns: 46px max-content;
  align-items: center;
  justify-content: start;
  column-gap: 20px;
}
.compare-box .compare-row--feature span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-weight: 400;
  line-height: 27.762px;
  text-align: left;
}
.compare-box .compare-row--main {
  height: 93px;
  display: grid;
  align-items: center;
  justify-content: center;
}
.compare-box .compare-row--main span {
  color: #333;
  text-align: left;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-weight: 700;
  line-height: 39.148px;
  letter-spacing: 1.779px;
}
.compare-box .compare-row--main:first-child {
  padding: 0;
  grid-template-columns: 60px max-content;
  column-gap: 2px;
}
.compare-box .compare-row--main:not(:first-child) {
  padding: 0;
  grid-template-columns: 36px max-content;
  column-gap: 20px;
}
.compare-box .compare-row--soft {
  background: #F3FFF1;
}
.compare-box .compare-row--plain {
  height: 83.2px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.compare-box .compare-row--plain span {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-weight: 400;
  line-height: 27.762px;
}
.compare-box .compare-row--warning {
  padding: 0;
  display: grid;
  grid-template-columns: 46px max-content;
  align-items: center;
  justify-content: center;
  column-gap: 19px;
}
.compare-box .compare-row--warning span {
  color: #EE6300;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.compare-box .compare-row__img-icon {
  width: 46px;
  height: 46px;
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
.compare-box .compare-row__img-icon--lead {
  width: 60px;
  height: 60px;
}
.compare-box .compare-row__img-icon--tick {
  width: 36px;
  height: 36px;
}

.carousel-box {
  padding: 69px 0;
  background: #fff;
  user-select: none;
}
.carousel-box-content {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.carousel-box .carousel-wrapper {
  position: relative;
}
.carousel-box .carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
.carousel-box .carousel-arrow.arrow-prev {
  left: -112px;
}
.carousel-box .carousel-arrow.arrow-next {
  right: -112px;
}
.carousel-box .carousel-arrow img {
  width: 78px;
  height: 78px;
}
.carousel-box .carousel-container {
  margin-top: 95px;
  width: 100%;
  height: 638px;
  overflow: hidden;
  position: relative;
  cursor: grab;
  user-select: none;
}
.carousel-box .carousel-container.is-dragging {
  cursor: grabbing;
}
.carousel-box .carousel-track {
  display: flex;
  align-items: center;
  height: 100%;
}
.carousel-box .carousel-item {
  width: 584px;
  height: 606px;
  flex-shrink: 0;
  margin: 0 57px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0 0 14.3px 0 rgba(163, 163, 163, 0.15);
  transition: all 0.3s ease;
}
.carousel-box .carousel-item.active {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}
.carousel-box .carousel-item h3,
.carousel-box .carousel-item p,
.carousel-box .carousel-item img {
  user-select: none;
  -webkit-user-drag: none;
}
.carousel-box .carousel-item .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.carousel-box .carousel-item h3 {
  position: absolute;
  left: 42px;
  top: 67px;
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  color: #1E293B;
  line-height: 35.2px;
  white-space: nowrap;
}
.carousel-box .carousel-item p {
  position: absolute;
  left: 42px;
  top: 121px;
  right: 63px;
  margin: 0;
  font-size: 22px;
  font-weight: 400;
  color: #64748B;
  line-height: 160%;
}
.carousel-box .carousel-item p.p3 {
  right: 24px;
}
.carousel-box .carousel-item .card-image {
  position: absolute;
  left: 0;
  top: 273px;
  width: 584px;
  height: 333px;
}
.carousel-box .carousel-item .card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 20px 20px;
}

.foot-box {
  padding: 70px 0;
  background: url(https://res.callmysoft.com/wm-static-resource/wm/786WM_0529/foot.png);
  background-size: cover;
  overflow: hidden;
}
.foot-box-content {
  width: 1280px;
  min-height: 200px;
  margin: 0 auto;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.foot-box-content .foot-title {
  position: relative;
  z-index: 1;
  margin-bottom: 26px;
  text-align: center;
  color: #2C2C2C;
  font-family: "Microsoft YaHei UI";
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 83.2px */
}
.foot-box-content .foot-title span {
  color: #07D675;
}
.foot-box-content .download-box {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

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