@charset "UTF-8";
@keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes spread {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

/* banner下载按钮动画 */
@keyframes banner-download {
  0% {
    width: 0;
    height: 0;
  }
  100% {
    width: 350px;
    height: 350px;
  }
}

.w {
  width: 1200px;
  margin: 0 auto;
}

/* header */
.header-box {
  position: relative;
  width: 100%;
  height: 980px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/bg.png) no-repeat center center;
  background-size: cover;
  border-bottom: 1px solid;
  border-image: linear-gradient(90deg, #ff26c2 0%, #48a1ff 54.5%, #5bfd74 164%);
  border-image-slice: 1;
  box-sizing: border-box;
}

.header-top {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: 11;
  width: 1200px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-left h1 {
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-weight: 400;
}

.header-left img {
  width: 40px;
  margin-right: 13px;
}

.header-title h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-top: 3px;
}

.header-title span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
}

.header-right {
  display: flex;
  align-items: center;
}

.header-right a {
  color: #ecedff;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-left: 36px;
  cursor: default;
}

/* banner */
.banner-content {
  padding-top: 183px;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 60px);
}

.banner-content-top {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}

.banner-title {
  position: relative;
  width: fit-content;
}

.banner-title > h1 {
  font-family: Source Han Sans CN;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 52px */
  background: linear-gradient(91deg, #ff26c2 0.79%, #48a1ff 44.47%, #5bfd74 107.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-label {
  position: absolute;
  right: -169px;
  top: -70px;
}

.banner-label span i {
  font-style: normal;
}

.banner-label span {
  position: absolute;
  left: 19px;
  top: 38px;
  width: max-content;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 22.3567px;
  line-height: 30px;
  color: #ffffff;
  text-shadow: 0px 3.43949px 2.26147px #0f0b67;
}

.banner-title2 {
  margin-top: 18px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  font-family: Source Han Sans CN;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 26px */
  background: linear-gradient(90deg, #ff26c2 0%, #48a1ff 59.76%, #5bfd74 109.66%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-title2 img {
  width: 26px;
  margin-right: 14px;
}

.banner-text ul {
  margin-top: 35px;
  margin-bottom: 40px;
}

.banner-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #ecedff;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.banner-text ul li img {
  margin-right: 9px;
  width: 30px;
}

.banner-text ul li:last-child {
  margin-bottom: 0;
}

.common-download-box {
  position: relative;
  display: flex;
  align-items: center;
}

.common-download-box .common-btn:last-child span {
  margin-left: 8px;
}

.common-download-box .common-btn:last-child {
  margin-left: 22px;
}

.common-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 64px;
  border-radius: 10px;
  background: #3e45ff;
  margin-right: 30px;
  overflow: hidden;
}

.common-btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  animation: banner-download 1s linear infinite;
}

.common-btn:last-child {
  margin-right: 0;
}

@media screen and (min-width: 1200px) {
  .video-box {
    width: 45%;
  }
}

.video-box {
  position: relative;
  width: 763px;
}

.video-box img {
  width: 100%;
}

.video-box span {
  position: absolute;
  display: flex;
  justify-content: center;
  color: #1a235d;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  letter-spacing: 1.2px;
  height: 66.5px;
}

.video-box span.text1 {
  top: 74px;
  left: 40px;
  width: 184px;
  line-height: 51.5px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/banner-text1.png) no-repeat center center/cover;
}

.video-box span.text2 {
  top: 0px;
  left: 482px;
  width: 140px;
  line-height: 51.5px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/banner-text2.png) no-repeat center center/cover;
}

.video-box span.text3 {
  top: 160px;
  left: 622px;
  width: 140px;
  line-height: 51.5px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/banner-text3.png) no-repeat center center/cover;
}

.video-box span.text4 {
  top: 301px;
  left: 527px;
  width: 156px;
  line-height: 51.5px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/banner-text4.png) no-repeat center center/cover;
}

.common-download-box .common-btn:nth-child(1) img:nth-child(1) {
  width: 28px;
}

.common-download-box .common-btn:nth-child(2) img:nth-child(1) {
  width: 41px;
}

.common-download-box .common-btn:nth-child(2) span {
  margin: 0 8px;
}

.common-btn span {
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 21.264px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 14px;
}

.common-download-box .label {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -14px;
  left: 0;
  width: 55px;
  height: 28px;
}

.common-download-box .label.show {
  display: flex;
}

.common-download-box .label:last-child {
  left: 260px;
}

.common-download-box .label img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.common-download-box .label span {
  color: #000;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  z-index: 10;
}

.banner-info {
  margin-top: 29px;
}

.banner-info p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 15.8076px;
  line-height: 21px;
  letter-spacing: 0.05em;
  color: #402b44;
}

/* 音频 */
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

#section1 .item {
  display: block;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  height: 100%;
}

#section1 .item:hover {
  background: transparent;
  box-shadow: 0px 8px 32px rgba(10, 17, 51, 0.1);
  border-radius: 6px;
  transform: translateY(-5px);
}

#section1 .item .tab-content {
  background: #adaed1;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.tab-content > .active {
  display: block;
}

.font-weight-medium {
  font-weight: 500;
}

.with-hand,
[for] {
  cursor: pointer;
}

.text-center {
  text-align: center !important;
}

#section1 .item .tab-content .tab-item {
  height: 32px;
  line-height: 32px;
  width: 82px;
  background: transparent;
  border-radius: 3px;
  transition: all 0.3s;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #7a24ff;
}

#section1 .item .tab-content .tab-item:hover {
  background: #e3e2ff;
}

#section1 .item .tab-content .tab-item.active {
  background: linear-gradient(89.92deg, #ae68f3 0.53%, #751eff 99.93%);
  color: #ffffff;
}

#section1 .item .tab-content .tab-item:nth-child(2) {
  margin: 0 4px;
}

#section1 .item .bottom {
  background: #fdfdff;
  border-radius: 0 4px 4px 4px;
  max-width: 376px;
}

.overflow-hidden {
  overflow: hidden !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#section1 .item .bottom .play-content {
  background: #d6d8fd;
  padding: 11px 12px;
  border-right: 1px solid #bcbfe9;
}

.play-btn-box img {
  display: none;
}

.play-btn-box img.active {
  display: block;
}

#section1 .item .bottom .right {
  padding: 0 17px;
  padding-top: 14px;
  padding-bottom: 12px;
  background: #d6d8fd;
}

.w-100 {
  width: 100% !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

#section1 .item .bottom .right .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/pause-img.svg) no-repeat;
}

#section1 .item .bottom .right .content .box {
  position: absolute;
  overflow: hidden;
  top: 4%;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 0%;
}

#section1 .item .bottom .right .content .box.active {
  width: 100%;
  transition: width 12.7s linear;
}

.audio-box {
  display: none;
}

.banner-content-bottom {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.banner-content-bottom > div:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.banner-content-bottom > div:nth-child(1) > div {
  margin-right: 40px;
}

.banner-content-bottom > div:nth-child(1) > div:last-child {
  margin-right: 0;
}

.banner-content-bottom > div:nth-child(1) span {
  display: inline-block;
  padding: 0 8px;
  box-sizing: border-box;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 35px */
  background: linear-gradient(90deg, #a075ff 0.58%, #6f7cff 56.06%, #37feda 110.47%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner-content-bottom > div:nth-child(2) {
  margin-top: 22px;
  color: #d6d8fd;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  opacity: 0.8;
}

.banner-content-bottom > div:nth-child(2) span {
  display: inline-block;
  margin-left: 20px;
}

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(87, 93, 149, 0.7);
  backdrop-filter: blur(6px);
}

.hidden-header-box .header-left h1 {
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hidden-header-box .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden-header-box .header-right > span {
  display: inline-block;
  margin-right: 20px;
  color: #fff;
  text-align: right;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.hidden-header-box .header-right > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hidden-header-box .header-right a {
  margin-left: 0;
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 44px;
  border-radius: 8px;
  background: #3e45ff;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.hidden-header-box .header-right a:last-child {
  margin-right: 0;
}

.hidden-header-box .header-right a img {
  margin-right: 10px;
  width: 23px;
  height: 21px;
  flex-shrink: 0;
}

.hidden-header-box .header-right a:nth-child(2) img {
  margin-right: 8px;
  width: 25px;
  height: 25px;
  flex-shrink: 0;
}

/* 海量格式 批量处理 */
.dispose {
  position: relative;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: #101439;
  overflow: hidden;
}

.dispose > span {
  margin-bottom: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  background: linear-gradient(91deg, #ff26c2 0.79%, #48a1ff 44.47%, #5bfd74 107.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dispose > span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/dispose-span-bg1.png) no-repeat center;
  margin-right: 20px;
}

.dispose > span::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/dispose-span-bg2.png) no-repeat center;
  margin-left: 20px;
}

.intro-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  width: 650px;
  height: 56px;
  border-radius: 28px;
  background: #1f2557;
}

.tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 48px;
  cursor: pointer;
}

.tab-item.active {
  width: 160px;
  height: 48px;
  border-radius: 28px;
  background: #e3227f;
}

.tab-item span {
  color: #a9a7bd;
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.tab-item.active span {
  color: #fff;
  font-family: Source Han Sans CN;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.tab-item img {
  margin-right: 12px;
}

.tab-item img:nth-child(1) {
  display: none;
}

.tab-item img:nth-child(2) {
  display: block;
}

.tab-item.active img:nth-child(1) {
  display: block;
}

.tab-item.active img:nth-child(2) {
  display: none;
}

.intro-item-box {
  width: 1450px;
  margin: 0 auto;
}

.intro-item {
  display: none;
  margin-top: 75px;
}

.intro-item.active {
  display: flex;
  align-items: center;
}

.intro-text {
  margin-left: 77px;
  width: 485px;
  margin-bottom: 68px;
}

.intro-text h1 {
  margin-bottom: 38px;
  display: inline-block;
  font-family: Microsoft YaHei UI;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 30px */
  background: linear-gradient(90deg, #a075ff 35.92%, #6f7cff 84.47%, #37feda 132.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-text .intro-text-two {
  background: linear-gradient(90deg, #964bfe -5.83%, #5d8ffd 18.61%, #15ebf6 89.75%, #bbfcfb 105.95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-text .intro-i-two {
  color: #76deff;
}

.intro-text .intro-text-three {
  background: linear-gradient(90deg, #f437cc 0%, #efe356 101.56%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-text .intro-i-three {
  color: #f36ba9;
}

.intro-text .intro-i-four {
  color: #fdffec;
}

.intro-text ul {
  display: flex;
  align-items: center;
  margin-bottom: 38px;
}

.intro-text ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 50px;
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(54, 31, 115, 0) 0%, #361f73 100%);
  margin-right: 14px;
  color: #d7d8fd;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.intro-text .intro-ul-two li {
  background: linear-gradient(180deg, rgba(8, 12, 75, 0) 0%, #0d125e 100%);
}

.intro-text .intro-text-four {
  background: linear-gradient(90deg, #96fbc4 0%, #f7f986 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.intro-text .intro-ul-three li {
  background: linear-gradient(180deg, rgba(79, 45, 24, 0) 0%, rgba(79, 24, 24, 0.5) 98.44%);
}

.intro-text .intro-ul-four li {
  padding: 13px 16px;
  box-sizing: border-box;
  background: transparent;
}

.intro-text .intro-ul-four li img {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.intro-text .intro-ul-four li span {
  display: inline-block;
  z-index: 2;
  color: #a4fbbc;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.intro-text ul li i {
  font-style: normal;
  color: #b65aff;
  font-family: Microsoft YaHei;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.intro-text ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.intro-text ul li:last-child {
  margin-right: 0;
}

.intro-text p {
  margin-bottom: 64px;
  color: #d7d8fd;
  font-family: Source Han Sans CN;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.last-intro-text.last-intro-text-four {
  color: #fdffec;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  line-height: 1.5;
}

.intro-text div {
  position: relative;
}

.intro-text div > div {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -16px;
  left: 0;
  width: 55px;
  height: 28px;
}

.intro-text div > div.show {
  display: flex;
}

.intro-text div > div:nth-child(4) {
  left: 242px;
}

.intro-text div > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.intro-text div > div span {
  color: #000;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  z-index: 10;
}

.intro-text div a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 64px;
  border-radius: 10px;
  background: #3e45ff;
  overflow: hidden;
  margin-right: 30px;
}

.intro-text div a:last-child {
  margin-right: 30px;
}

.intro-text div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-text div a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.16);
  animation: banner-download 1s linear infinite;
}

.intro-text div a > img {
  width: 27px;
}

.intro-text div a .banner-mac-png {
  width: 44px;
}

.intro-text div a > span {
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 19.5px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0 12px;
}

.common-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.common-title h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 53px;
  color: #223344;
}

.common-title h1:last-child {
  color: #8015ff;
}

.common-img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.dispose > img {
  position: absolute;
}

.dispose > img:nth-of-type(1) {
  top: 0;
  right: 0;
  width: 304px;
  height: 500px;
}

.dispose > img:nth-of-type(2) {
  top: 278px;
  right: 0;
  width: 244px;
  height: 343px;
}

.dispose > img:nth-of-type(3) {
  top: 246px;
  left: 0;
}

.dispose > img:nth-of-type(4) {
  top: 800px;
  right: 0;
}

.dispose > img:nth-of-type(5) {
  top: 1868px;
  left: 50%;
  transform: translateX(-50%);
}

/* tab切换 */
.tab-cut {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #101439;
}

.advantage-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}

.ai-text {
  position: absolute;
  top: 0;
  left: 0;
}

.ai-text span {
  display: flex;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  background: linear-gradient(91deg, #ff26c2 0.79%, #48a1ff 44.47%, #5bfd74 107.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ai-text span:nth-child(1) {
  margin-bottom: 5px;
}

.ai-text span img {
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  margin-left: 20px;
}

.advantage-content ul {
  margin-top: 120px;
}

.advantage-content ul li {
  position: relative;
  padding-left: 20px;
  display: flex;
  align-items: flex-start;
  align-items: center;
  margin-bottom: 10px;
  width: 464px;
  height: 80px;
  border-radius: 10px;
  background-color: #161b45;
  box-sizing: border-box;
}

.advantage-content ul li:last-child {
  margin-bottom: 0;
}

.advantage-content ul li .advantage-text {
  margin-left: 13px;
}

.advantage-content ul li .advantage-text h2 {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 21.93px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.advantage-content ul li.active {
  padding-top: 25px;
  padding-left: 20px;
  align-items: flex-start;
  width: 464px;
  height: 165px;
  border-radius: 10px;
  border: 1px solid #00b1ff;
  background: #1f2557;
  box-shadow: 4px 4px 14px 0px rgba(28, 23, 255, 0.6), -4px -4px 14px 0px rgba(255, 15, 130, 0.25);
}

.advantage-content ul li.active .advantage-text h2 {
  color: #fff;
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.advantage-content ul li .advantage-text p {
  margin-top: 12px;
  color: #d7d8fd;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 28px */
  letter-spacing: 0.8px;
  display: none;
  width: 345px;
}

.advantage-content ul li.active .advantage-text p {
  display: block;
}

.advantage-content ul li > img {
  width: 54px;
  height: 54px;
}

.advantage-content ul li > img:nth-child(2) {
  display: none;
}

.advantage-content ul li.active > img:nth-child(2) {
  display: block;
  margin-top: -12px;
}

.advantage-content ul li.active > img:nth-child(1) {
  display: none;
}

.advantage-content ul li .text-bg {
  display: none;
  position: absolute;
  right: 0;
  bottom: -7px;
  width: 32px;
  height: 6.62px;
}

.advantage-content ul li.active .text-bg {
  display: block;
}

.advantage-img {
  position: relative;
  width: 786px;
  height: 525px;
  padding-top: 40px;
  box-sizing: border-box;
}

.advantage-img-item img {
  position: absolute;
  left: 55px;
  top: -18px;
  display: none;
}

.advantage-img-item img.active {
  display: block;
}

/* 应用场景 */
.scene {
  padding-bottom: 70px;
  padding-top: 139px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #101439;
}

.scene > h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
  background: linear-gradient(91deg, #ff26c2 0.79%, #48a1ff 44.47%, #5bfd74 107.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scene > h1::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/dispose-span-bg1.png) no-repeat center;
  margin-right: 20px;
}

.scene > h1::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/dispose-span-bg2.png) no-repeat center;
  margin-left: 20px;
}

.scene > span {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 70px;
  color: #d7d8fd;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}

.scene > ul {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  height: 669px;
}

.scene > ul li {
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 370px;
  height: 314px;
  fill: #1f2557;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid transparent;
}

.scene > ul li:nth-child(3n) {
  margin-right: 0;
}

.scene > ul li:nth-child(n + 3) {
  margin-bottom: 0;
}

.scene > ul li:hover {
  fill: #1f2557;
  stroke-width: 1px;
  stroke: #00b1ff;
  filter: drop-shadow(4px 4px 14px rgba(28, 23, 255, 0.6)) drop-shadow(-4px -4px 14px rgba(255, 15, 130, 0.25));
  border: 1px solid #00b1ff;
}

.scene > ul li > img {
  width: 100%;
}

.scene > ul li > img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.scene > ul li:hover > img:nth-child(2) {
  display: block;
}

.scene > ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  background-color: #1f2557;
  color: #fff;
  font-family: Source Han Sans CN;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}

/* 简单三步 人声分离 */
.short .content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.short .content > div {
  margin-right: 68px;
  margin-top: 115px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 332px;
  height: 194px;
  border-radius: 10px;
  border: 2px solid #262c67;
  background: linear-gradient(118deg, #15173f 0%, #1f2352 51.16%, #131840 101.26%);
}

.short .content > div:last-child {
  margin-right: 0;
}

.short .content > div > img {
  position: absolute;
  top: -35px;
  right: 50%;
  transform: translateX(50%);
  width: 70px;
  height: 70px;
}

.short .content > div > img:nth-child(2) {
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
  height: 29px;
}

.short .content > div > p {
  display: inline-block;
  margin-top: 69px;
  margin-bottom: 21px;
  color: #d7d8fd;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
}

.short .content > div > span {
  display: inline-block;
  width: 288px;
  color: #d7d8fd;
  text-align: center;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
  opacity: 0.5;
}

.short {
  position: relative;
}

.short > img:nth-of-type(1) {
  position: absolute;
  top: 350px;
  left: 0;
  transform: rotate(180deg);
  width: 304px;
  height: 500px;
}

.short > img:nth-of-type(2) {
  position: absolute;
  top: 600px;
  left: 0;
  transform: rotate(180deg);
  width: 244px;
  height: 343px;
}

.short > img:nth-of-type(3) {
  position: absolute;
  top: 1137px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.66;
  width: 1735px;
}

/* 底部下载banner */
.down-banner {
  margin-top: 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 1200px;
  height: 406px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/492_sem/down-banner-bg.png) no-repeat center/cover;
  border-radius: 10px;
}

.down-banner > img {
  width: 70px;
  height: 70px;
}

.down-banner > h1 {
  margin-top: 27px;
  margin-bottom: 15px;
  color: #fff;
  font-family: Source Han Sans CN;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 36px */
}

.down-banner > span {
  display: inline-block;
  margin-bottom: 27px;
  color: #d7d8fd;
  font-family: Source Han Sans CN;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 17px */
}

.down-banner > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.down-banner > div > div {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -13px;
  left: 0;
  width: 53px;
  height: 28px;
}

.down-banner > div > div.show {
  display: flex;
}

.down-banner > div > div:nth-child(4) {
  left: 260px;
}

.down-banner > div > div img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

.down-banner > div > div span {
  color: #000;
  font-family: PingFang SC;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 18px */
  z-index: 10;
}

.down-banner > div > a {
  position: relative;
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 64px;
  border-radius: 10px;
  background: #ececff;
  box-shadow: 5px 7px 10px 0px #2b19d0;
  color: #3e45ff;
  font-family: Microsoft YaHei;
  font-size: 21.264px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
}

.down-banner > div > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: rgba(62, 69, 255, 0.15);
  animation: banner-download 1.3s linear infinite;
}

.down-banner > div > a:last-child {
  margin-right: 0;
}

.down-banner > div > a:nth-child(1) img {
  margin-right: 18px;
  width: 28px;
}

.down-banner > div > a:nth-child(2) img {
  margin-right: 11px;
  width: 44px;
}

/* 评价 */
.assess-box {
  background-color: #101439;
  width: 100%;
  padding-bottom: 110px;
  box-sizing: border-box;
  border-bottom: 8px solid;
  border-image: linear-gradient(90deg, #ff26c2 0%, #48a1ff 54.5%, #5bfd74 164%);
  border-image-slice: 1;
}

.assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.shadow {
  position: absolute;
  top: 396px;
  left: 26px;
  width: 1147px;
  height: 30px;
  background-color: #1b1f4c;
  z-index: 10;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #1b1f4c;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  border-radius: 30px;
  border: 2px solid #262c67;
}

.assess-star h1 {
  margin-bottom: 24px;
  color: #d7d8fd;
  font-family: Microsoft YaHei UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 100%;
  height: 1px;
  background: #2f3458;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  color: #d7d8fd;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-transform: lowercase;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: none;
  width: 40px;
  height: 40px;
  background: #1b1f4c;
  border-radius: 2px 2px 2px 2px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  bottom: -20px;
  border: 2px solid #262c67;
  border-radius: 7px;
}

.assess-content ul:nth-child(1) li i.show {
  display: block;
}

.left1 {
  left: 82px;
}

.left2 {
  left: 293px;
}

.left3 {
  left: 495px;
}

.left4 {
  left: 686px;
}

.left5 {
  left: 874px;
}

.left6 {
  left: 1073px;
}

.assess-content ul:nth-child(1) li:first-child {
  display: block;
}

.assess-content ul:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 63px;
}

.assess-content ul:nth-child(2) li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.assess-content ul:nth-child(2) li:hover {
  cursor: pointer;
}

.assess-content ul:nth-child(2) li {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid transparent;
}

.assess-content ul:nth-child(2) li:hover {
  border: 3px solid transparent;
}

.assess-content ul:nth-child(2) li img {
  margin-top: 2.5px;
  width: 76px;
  height: 76px;
}

.assess-content ul:nth-child(2) li img:nth-child(2) {
  position: absolute;
  top: -7px;
  left: -4.8px;
  width: 90px;
  height: 90px;
  display: none;
}

.assess-content ul:nth-child(2) li p {
  display: inline-block;
  width: 96px;
  color: #d7d8fd;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: lowercase;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
  color: #d7d8fd;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: lowercase;
}

/* footer */
.footer-box {
  width: 100%;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-box span {
  font-size: 14px;
  color: #888;
}

.footer-box span a {
  font-size: 14px;
  color: #888;
}

.footer-box i {
  width: 1px;
  height: 12px;
  background-color: #888;
  margin: 0 30px;
}

.special_a {
  position: relative;
  display: flex;
  align-items: center;
  text-decoration: underline;
  width: fit-content;
  height: 60px;
  color: #fff;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
}

.special_a .banner-Android-png {
  width: 29px;
  margin-right: 10px;
}

.special_a .rq-code-img-div {
  position: absolute;
  bottom: -130px;
  left: 108%;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 152px;
  height: 168px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #eceff2;
}

.special_a .rq-code-img-div .recode-img {
  margin-top: 7px;
  margin-bottom: 10px;
}

.special_a .rq-code-img-div span {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.special_a:hover .rq-code-img-div {
  display: flex;
}
