* {
  box-sizing: border-box;
}

main {
  padding-top: 129px;
  background: #fbfaff;
}

.downbtn {
  width: 164px;
  height: 44px;
  padding: 12px 32px;
  border-radius: 22px;
  background: linear-gradient(90deg, #6E67F7 -6.08%, #EC58FF 103.69%);
  box-shadow: 0 14px 28px -12px rgba(17, 17, 17, 0.18);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.downbtn .icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.downbtn span {
  color: #FFF;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  /* 111.111% */
}
.downbtn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), linear-gradient(90deg, #6E67F7 -6.08%, #EC58FF 103.69%);
}
.downbtn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(90deg, #6E67F7 -6.08%, #EC58FF 103.69%);
}

.banner {
  background: url(https://res.daetool.com/wm-static-resource/wm/395_dae_wm/banner_bg.png) no-repeat bottom center/cover;
  padding: 176px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner__title {
  color: #000;
  font-family: "Chiron GoRound TC";
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 82px;
  /* 132.258% */
}
.banner__title span {
  font-size: 64px;
  line-height: normal;
}
.banner__subtitle {
  color: #2B2635;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px;
  /* 138.462% */
  margin-top: 20px;
}
.banner__desc {
  color: #6D6678;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 175% */
  letter-spacing: 0.48px;
  margin-top: 26px;
}
.banner__downbtn {
  margin-top: 24px;
}
.banner__support-system {
  color: #8A8495;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 18px;
}

.function-demo {
  position: relative;
  min-width: 1200px;
  padding: 0 0 18px;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.function-demo__mask {
  position: absolute;
  width: 465px;
  height: 465px;
  border-radius: 465px;
  left: 274px;
  top: -91px;
  background: rgba(106, 140, 255, 0.08);
  filter: blur(46.5499992371px);
}
.function-demo__inner {
  width: 1027px;
  margin: 0 auto;
  padding-top: 1px;
}
.function-demo__header {
  width: 866px;
  margin: 0 auto 62px;
  text-align: center;
}
.function-demo__header h2 {
  margin: 0;
  color: #17151f;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}
.function-demo__header p {
  margin: 14px 0 0;
  color: #6a6476;
  font-size: 16px;
  line-height: 26px;
}
.function-demo__card {
  display: flex;
  gap: 29px;
  width: 1027px;
  height: 368px;
  padding: 27px 29px 20px 21px;
  border-radius: 27px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 6px 16px rgba(76, 72, 154, 0.06);
}

.panel-eyebrow {
  display: block;
  color: #7c5cff;
  font-size: 13px;
  line-height: 19px;
  text-transform: uppercase;
}

.source-panel,
.result-panel {
  border-radius: 23px;
}

.source-panel {
  position: relative;
  width: 319px;
  height: 319px;
  flex: 0 0 319px;
  background: #f5f0ff;
}
.source-panel__content {
  padding: 30px 29px 24px;
}
.source-panel h3,
.source-panel p {
  margin: 0;
}
.source-panel h3 {
  margin-top: 10px;
  color: #17151f;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}
.source-panel p {
  width: 251px;
  margin-top: 17px;
  color: #6d6678;
  font-size: 16px;
  line-height: 24px;
}
.source-panel__stars-wrap {
  position: absolute;
  top: -17px;
  right: -29px;
  width: 77px;
  height: 77px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.18);
  pointer-events: none;
  box-shadow: -6.125px 5.104px 12.353px 0 rgba(255, 255, 255, 0.25) inset;
  filter: drop-shadow(-3.891px 5.187px 18.934px rgba(169, 0, 127, 0.12));
  backdrop-filter: blur(3.5730614662px);
}
.source-panel__stars {
  display: block;
  width: 100%;
  height: 100%;
}

.source-player {
  position: relative;
  width: 259px;
  height: 111px;
  margin-top: 24px;
  padding: 17px 20px;
  border-radius: 17px;
  background: #6e67f7;
  box-shadow: 0 4px 13px rgba(42, 0, 212, 0.34);
  cursor: pointer;
}
.source-player .audio-player__button {
  position: absolute;
  top: 17px;
  left: 20px;
  width: 36px;
  height: 36px;
}
.source-player:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%), #6E67F7;
}
.source-player:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), #6E67F7;
}
.source-player__title {
  display: block;
  width: 172px;
  margin-left: 48px;
  color: #ffffff;
  font-size: 16px;
  line-height: 21px;
}
.source-player .audio-wave {
  position: absolute;
  left: 24px;
  bottom: 18px;
  height: 24px;
  gap: 7px;
}
.source-player .audio-wave span {
  width: 5px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.4);
}

.result-panel {
  width: 626px;
  height: 319px;
  flex: 0 0 626px;
  padding: 30px 50px 30px 44px;
  background: #fff7fe;
}
.result-panel .panel-eyebrow {
  color: #ff4fcb;
}
.result-panel h3 {
  margin: 10px 0 22px;
  color: #17151f;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.result-player {
  display: flex;
  align-items: center;
  width: 531px;
  height: 75px;
  padding: 14px 31px 14px 18px;
  border-radius: 17px;
  background: #ffffff;
  box-shadow: 0 13px 25px -15px rgba(124, 92, 255, 0.08);
}
.result-player + .result-player {
  margin-top: 18px;
}
.result-player .audio-player__button {
  width: 28px;
  height: 28px;
  flex: 0 0 28px;
  margin-right: 18px;
}
.result-player__meta {
  width: 132px;
  flex: 0 0 132px;
}
.result-player__title {
  display: block;
  width: 270px;
  color: #211d2b;
  font-size: 16px;
  line-height: 21px;
  white-space: nowrap;
}
.result-player .audio-wave {
  height: 19px;
  margin-top: 6px;
  gap: 5px;
}
.result-player .audio-wave span {
  width: 4px;
  border-radius: 2px;
  background: rgba(255, 79, 203, 0.38);
}
.result-player__track {
  width: 287px;
  height: 4px;
  margin: 22px 0 0 7px;
  overflow: hidden;
  border-radius: 3px;
  background: #d8d3e2;
}
.result-player__track span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: #ff4fcb;
  transition: width 0.12s linear;
}
.result-player:hover {
  background: #FFE6FD;
}
.result-player:active {
  background: #F6DAF4;
}
.result-player {
  cursor: pointer;
}

.audio-player__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.audio-player__button img {
  display: block;
  width: 100%;
  height: 100%;
}

.audio-wave {
  display: flex;
  align-items: center;
}
.audio-wave span {
  display: block;
  height: var(--bar-height);
  transform-origin: center;
}

.audio-player.is-playing .audio-wave span {
  animation: audioWave 0.86s ease-in-out infinite;
  animation-delay: calc(var(--bar-index) * -0.07s);
}

.result-player.is-human .audio-wave span {
  background: rgba(52, 139, 255, 0.38);
}
.result-player.is-human .result-player__track span {
  background: #348bff;
}
.result-player.is-human:hover {
  background: #EAF3FF;
}
.result-player.is-human:active {
  background: #D2E4FA;
}

.core-features {
  min-width: 1200px;
  padding: 140px 0;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.core-features__inner {
  width: 1027px;
  margin: 0 auto;
}
.core-features__header {
  width: 866px;
  margin: 0 auto 77px;
  text-align: center;
}
.core-features__header h2 {
  margin: 0;
  color: #17151f;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}
.core-features__header p {
  margin: 14px 0 0;
  color: #6a6476;
  font-size: 16px;
  line-height: 26px;
}
.core-features__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.feature-card {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.feature-card h3,
.feature-card p {
  position: relative;
  z-index: 2;
  margin: 0;
}
.feature-card h3 {
  color: #17151f;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
.feature-card p {
  margin-top: 18px;
  color: #6c6577;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}
.feature-card--large {
  grid-column: span 3;
  height: 486px;
  padding: 38px 14px 18px;
}
.feature-card--large .feature-card__body {
  position: relative;
  height: 430px;
  padding: 40px 26px 0;
  overflow: hidden;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.79) 0%, rgba(255, 255, 255, 0) 100%);
}
.feature-card--large p {
  width: 395px;
}
.feature-card--small {
  grid-column: span 2;
  min-height: 371px;
  padding: 40px 32px;
}
.feature-card--small p {
  min-height: 75px;
}
.feature-card--small::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 179px;
  pointer-events: none;
}
.feature-card--vocal {
  background: linear-gradient(178deg, #f6ccff 1.55%, #fff5fc 98.36%);
}
.feature-card--video {
  background: linear-gradient(178deg, #d2c8ff 1.55%, #fff5fc 98.36%);
}
.feature-card--tracks {
  background: linear-gradient(180deg, #fcfaff 0%, #f4ecff 100%);
}
.feature-card--tracks::after {
  background: radial-gradient(ellipse at 50% 56%, rgba(218, 190, 255, 0.73) 0%, rgba(255, 255, 255, 0) 72%);
}
.feature-card--batch {
  background: linear-gradient(180deg, #fdfffe 0%, #ecfff7 100%);
}
.feature-card--batch::after {
  background: radial-gradient(ellipse at 50% 56%, #e0fff4 0%, rgba(255, 255, 255, 0) 72%);
}
.feature-card--format {
  background: linear-gradient(180deg, #fffefe 0%, #fff2f4 100%);
}
.feature-card--format::after {
  background: radial-gradient(ellipse at 50% 56%, #ffd0d0 0%, rgba(255, 255, 255, 0) 72%);
}
.feature-card__stars {
  position: absolute;
  top: 10px;
  left: 14px;
  z-index: 2;
  width: 53px;
  height: 13px;
  -o-object-fit: contain;
     object-fit: contain;
  pointer-events: none;
}
.feature-card__picture {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.feature-card__picture--vocal {
  right: 0;
  bottom: 0;
  width: 471px;
  height: 269px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.feature-card__picture--video {
  right: 18px;
  bottom: 0;
  width: 437px;
  height: auto;
}
.feature-card__picture--tracks {
  right: 32px;
  bottom: 31px;
  width: 267px;
}
.feature-card__picture--batch {
  right: 0;
  bottom: 11px;
  width: 353px;
}
.feature-card__picture--format {
  right: 26px;
  bottom: 31px;
  width: 273px;
}
.feature-card:hover {
  outline: 2px solid #FFF;
  box-shadow: 0 0 32px 0 rgba(7, 0, 136, 0.06), 0 0 60px -20px rgba(7, 0, 136, 0.04);
}

.use-scenes {
  position: relative;
  min-width: 1200px;
  height: 679px;
  overflow: hidden;
  background: #121018;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.use-scenes::before, .use-scenes::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
}
.use-scenes::before {
  top: 70px;
  right: 433px;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(255, 79, 203, 0.18);
  filter: blur(52.1500015259px);
}
.use-scenes::after {
  top: 170px;
  left: 463px;
  width: 520px;
  height: 420px;
  border-radius: 50%;
  background: rgba(124, 92, 255, 0.16);
  filter: blur(49.25px);
}
.use-scenes__inner {
  position: relative;
  z-index: 1;
  width: 1006px;
  margin: 0 auto;
  padding-top: 96px;
}
.use-scenes__header {
  text-align: center;
}
.use-scenes__header h2 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}
.use-scenes__header p {
  width: 706px;
  margin: 14px auto 0;
  color: #bdb4cc;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}
.use-scenes__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 58px 36px;
  width: 972px;
  margin: 58px auto 0;
}

.scene-card {
  grid-column: span 2;
  min-height: 132px;
  padding: 25px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 36px -18px rgba(0, 0, 0, 0.28);
}
.scene-card h3,
.scene-card p {
  margin: 0;
}
.scene-card h3 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}
.scene-card p {
  margin-top: 10px;
  color: #c9c2d6;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
}
.scene-card--wide {
  grid-column: span 3;
  width: 438px;
}
.scene-card--wide:nth-child(4) {
  justify-self: end;
  margin-right: 5px;
}
.scene-card--wide:nth-child(5) {
  justify-self: start;
  margin-left: 5px;
}

.testimonials {
  min-width: 1200px;
  padding: 140px 0;
  background: #fbfaff;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", sans-serif;
}
.testimonials__inner {
  width: 1012px;
  margin: 0 auto;
}
.testimonials h2 {
  width: 866px;
  margin: 0 auto;
  color: #17151f;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}
.testimonials__row {
  display: flex;
  gap: 24px;
}
.testimonials__row--top {
  margin-top: 72px;
}
.testimonials__row--bottom {
  margin-top: 23px;
  padding-left: 108px;
}

.testimonial-card {
  width: 440px;
  min-height: 192px;
  padding: 23px;
  border: 1px solid transparent;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.testimonial-card:hover {
  border-color: #f0a1ff;
  box-shadow: 0 0 32px rgba(7, 0, 136, 0.06), 0 0 60px rgba(7, 0, 136, 0.04);
}
.testimonial-card__user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card__user img {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
}
.testimonial-card__user h3 {
  margin: 0;
  color: #17151f;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.testimonial-card__user span {
  display: block;
  margin-top: 3px;
  color: #8b8495;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}
.testimonial-card p {
  margin: 26px 0 0;
  color: #625b6e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.testimonial-card__stars {
  margin-top: 7px;
  color: #ffad00;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
}
.testimonial-card__stars span {
  color: #d9d3e2;
}

.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #F5F4FF;
  padding: 90px 0 106px;
}
.cta h1 {
  color: #17151F;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  /* 130% */
}
.cta .footer-btn {
  margin-top: 28px;
}
.cta h1,
.cta .footer-btn {
  position: relative;
  z-index: 1;
}
.cta::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 650px;
  height: 320px;
  border-radius: 650px;
  background: rgba(255, 79, 203, 0.06);
  filter: blur(38px);
  left: 50%;
  transform: translate(-50%, 0);
}

@keyframes audioWave {
  0%, 100% {
    transform: scaleY(0.58);
  }
  50% {
    transform: scaleY(1.12);
  }
}/*# sourceMappingURL=style.css.map */