@charset "UTF-8";
.common_down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.common_down a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 281px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #645dff;
  border: 2px solid transparent;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}
.common_down a img {
  width: 36px;
  height: 36px;
  margin-right: 8px;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 913px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_470/images/banner_bg.png) no-repeat center center/cover;
}
.banner .banner_left {
  display: flex;
  flex-direction: column;
}
.banner .banner_left h1 {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
}
.banner .banner_left .text_p {
  margin-top: 24px;
  margin-bottom: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  width: fit-content;
}
.banner .banner_left .text_p p {
  margin-left: 23px;
  padding-bottom: 11px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}
.banner .banner_left .text_p img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 126px;
}
.banner .banner_left > span {
  margin-top: 20px;
  color: #6f6e71;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
}
.banner .banner_right {
  position: relative;
  margin-left: 150px;
  width: 663px;
  height: 609px;
}
.banner .banner_right > img {
  width: 663px;
  height: 609px;
}
.banner .banner_right .right_audio {
  position: absolute;
  width: 295px;
  height: 82px;
}
.banner .banner_right .right_audio.boy {
  top: 190px;
  left: 25px;
}
.banner .banner_right .right_audio.girl {
  bottom: 92px;
  right: 9px;
}
.banner .banner_right .right_audio .button {
  width: 82px;
  height: 82px;
  cursor: pointer;
}
.banner .banner_right .right_audio .button img {
  width: 100%;
  height: 100%;
}
.banner .banner_right .right_audio .button .play {
  display: block;
}
.banner .banner_right .right_audio .button .stop {
  display: none;
}
.banner .banner_right .right_audio .button.active .play {
  display: none;
}
.banner .banner_right .right_audio .button.active .stop {
  display: block;
}
.banner .banner_right .right_audio .bg_ico {
  position: absolute;
  top: 28px;
  left: 91px;
  width: 171px;
  height: 30px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_470/images/banner-audio-stop-ico.png) no-repeat center center/cover;
}
.banner .banner_right .right_audio .bg_ico .progress {
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.banner .banner_right .right_audio .bg_ico .progress img {
  width: 171px;
  height: 30px;
}

.audio_wrapper {
  padding: 100px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.audio_wrapper h1 {
  margin-bottom: 60px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}
.audio_wrapper ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 1200px;
}
.audio_wrapper ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.audio_wrapper ul li .audio_box {
  position: relative;
  width: 123px;
  height: 123px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.audio_wrapper ul li .audio_box img {
  width: 100%;
  height: 100%;
}
.audio_wrapper ul li .audio_box .mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.audio_wrapper ul li .audio_box .mark.play {
  display: block;
}
.audio_wrapper ul li .audio_box .mark.stop {
  display: none;
}
.audio_wrapper ul li .audio_box.active .mark.play {
  display: none;
}
.audio_wrapper ul li .audio_box.active .mark.stop {
  display: block;
}
.audio_wrapper ul li .audio_box .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.audio_wrapper ul li .audio_box .bg.kais {
  z-index: 0;
}
.audio_wrapper ul li .audio_box:hover .mark {
  z-index: 101;
}
.audio_wrapper ul li .text {
  margin-top: 14px;
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.audio_wrapper .audio_wrapper_box {
  margin-top: 60px;
  position: relative;
  width: 1200px;
  height: 240px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_470/images/audio_wrapper_bg.png) no-repeat center center/cover;
  border-radius: 9px;
}
.audio_wrapper .audio_wrapper_box .top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background-color: #f7f8fc;
  z-index: 10;
}
.audio_wrapper .audio_wrapper_box .top img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.audio_wrapper .audio_wrapper_box .top .record_time {
  color: #353e7e;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px; /* 112.5% */
}
.audio_wrapper .audio_wrapper_box .bottom {
  position: relative;
  width: 100%;
  height: 100%;
}
.audio_wrapper .audio_wrapper_box .bottom .play_make {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  transition: all 0.3s;
}
.audio_wrapper .audio_wrapper_box .bottom .play_make img {
  width: 1200px;
  height: 240px;
}
.audio_wrapper .change_btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 256px;
  height: 52px;
  border-radius: 100px;
  background-color: #fff;
  border-radius: 100px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px #d7def8;
}
.audio_wrapper .change_btn .biansheng,
.audio_wrapper .change_btn .yuansheng {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 100%;
  background-color: #fff;
  border-radius: 100px;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  color: #645dff;
  line-height: normal;
  cursor: pointer;
}
.audio_wrapper .change_btn .biansheng.active,
.audio_wrapper .change_btn .yuansheng.active {
  color: #fff;
  background-color: #645dff;
}

.synopsis_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  width: 100%;
  box-sizing: border-box;
  background-color: #f9f8ff;
}
.synopsis_box h1 {
  margin-bottom: 60px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
}
.synopsis_box .item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.synopsis_box .item:first-child {
  margin-bottom: 120px;
}
.synopsis_box .item .video_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 740px;
  height: 460px;
}
.synopsis_box .item .text {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.synopsis_box .item .text p {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.synopsis_box .item .text span {
  margin-top: 24px;
  margin-bottom: 50px;
  display: inline-block;
  width: 338px;
  color: #4d4d4d;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.synopsis_box .item .text a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 46px;
  background-color: #645dff;
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 8px;
}
.synopsis_box .item .text a img {
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.synopsis_box .item img {
  width: 740px;
}

.introduce_box {
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.introduce_box h1 {
  margin-top: 100px;
  margin-bottom: 60px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
}
.introduce_box .swiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 1069px;
  height: 516px;
}
.introduce_box .swiper .swiper-wrapper .swiper-slide img {
  width: 1069px;
  height: 516px;
}
.introduce_box .swiper .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 64px;
  bottom: 186px;
}
.introduce_box .swiper .swiper-wrapper .swiper-slide .text p {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.introduce_box .swiper .swiper-wrapper .swiper-slide .text span {
  display: inline-block;
  margin-top: 30px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.operate_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0;
  background-color: #f9f8ff;
}
.operate_box h1 {
  margin-bottom: 50px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 50.4px */
}
.operate_box .top_text ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.operate_box .top_text ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 50px;
  background-color: #f9f8ff;
  border-radius: 6px;
  color: #4d4d4d;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
  margin-right: 30px;
  cursor: pointer;
}
.operate_box .top_text ul li:last-child {
  margin-right: 0;
}
.operate_box .top_text ul li.active {
  background-color: #645dff;
  color: #fff;
}

.intro-content {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 85px;
}
.intro-content.active {
  display: flex;
}

.intro-left {
  position: relative;
  margin-right: 64px;
}
.intro-left .intro-left-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 352px;
  height: 158px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 1px solid transparent;
  padding: 0 24px;
  margin-left: 30px;
  box-sizing: border-box;
  background: #f9f8ff;
}
.intro-left .intro-left-item.active {
  border: 1px solid #645dff;
  background: #ebe9ff;
}
.intro-left .intro-left-item.active .qiu {
  background-color: #645dff;
  border: 1px solid #cdcaff;
}
.intro-left .intro-left-item .qiu {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -42px;
  z-index: 10;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background-color: #f9f8ff;
}
.intro-left .intro-left-item .intro-text {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 33.6px */
}
.intro-left .intro-left-item .intro-text span {
  margin-right: 15px;
  color: #645dff;
  font-weight: normal;
}
.intro-left .intro-left-item > span {
  margin-top: 10px;
  color: #4d4d4d;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.intro-left .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.intro-left .mark img {
  width: 1px;
  height: 325px;
}

.intro-img-box img {
  display: none;
}

/* 动画 */
@keyframes animation {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1280px);
  }
}
.view_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_470/images/footer_bg.png) no-repeat center center/cover;
}
.view_box > h1 {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
}
.view_box > a {
  margin-top: 36px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #645dff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 33.6px */
}
.view_box > a img {
  width: 28px;
  height: 28px;
}
.view_box ul {
  width: 100%;
}
.view_box ul .scen-content {
  display: flex;
  align-items: center;
  width: 100%;
  overflow: hidden;
  margin-bottom: 40px;
}
.view_box ul .scen-content:last-child {
  margin-bottom: 0;
}
.view_box ul .scen-content .scen-img-box {
  display: flex;
  align-items: center;
}
.view_box ul .scen-content .scen-img-box.one {
  animation: animation 25s linear infinite;
}
.view_box ul .scen-content .scen-img-box.two {
  animation: animation 20s linear infinite;
}
.view_box ul .scen-content .scen-img-box.three {
  animation: animation 28s linear infinite;
}
.view_box ul .scen-content .scen-img-box img {
  width: 1200px;
  height: 80px;
  margin: 0 40px;
}
.view_box .footer {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1760px;
  height: 348px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_470/images/footer_xx.png) no-repeat center center/cover;
  border-radius: 10px;
}
.view_box .footer p {
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.536px;
}
.view_box .footer a {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 75px;
  border-radius: 10px;
  background: #645dff;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

/* 头部banner */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-left img {
  width: 40px;
  height: 40px;
}

.header-left h1 {
  font-size: 16px;
  color: #000;
  font-family: "microsoft yahei";
  margin-left: 10px;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-right > span {
  margin-right: 30px;
  font-size: 18px;
}

.header-right a {
  position: relative;
  margin-right: 30px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
}

.download_ios_wrapper a .tuijian,
.header-right a .tuijian {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -16px;
  width: 37px;
}

.download_ios_wrapper a .tuijian {
  top: -12px;
}

.download_ios_wrapper a .tuijian img,
.header-right a .tuijian img {
  width: 100%;
}

.download_ios_wrapper a .tuijian img {
  height: 24px;
}

.download_ios_wrapper a .tuijian span,
.header-right a .tuijian span {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}

.download_ios_wrapper a .tuijian span {
  top: 1px;
  right: 10px;
}

.header-right a:hover {
  color: #dd2421;
}

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

.header-content {
  height: 60px;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right p {
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
  margin-right: 16px;
}

.hidden-header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #e12924;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.hidden-header-right a:hover {
  background: #c04000;
}

.hidden-header-right a span {
  margin: 0 10px;
}

.hidden-header-right a img {
  width: 20px;
}

.headload_sty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 126px;
  height: 46px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 6px;
  background: #645dff;
  width: 154px;
  height: 40px;
  border-radius: 6px;
  /* Linear */
}

.headload_sty img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.headload_sty span {
  color: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  letter-spacing: 0.03em;
  color: #ffffff;
}

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