@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);
  }
}

.downTopDowmload,
.common-download-btn {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.downTopDowmload i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  margin-left: -140px;
  margin-top: -140px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

.common-download-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  margin-left: -200px;
  margin-top: -200px;
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  z-index: 1;
}

/* banner */
.banner-box {
  width: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/410/images/banner-bg.png)
    no-repeat center center;
  background-size: cover;
  margin-top: 116px;
}

.banner-content {
  width: 1300px;
  height: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-icon {
  position: absolute;
  left: 0;
  top: -46px;
}

.banner-text h1 {
  margin-bottom: 40px;
  color: #4e4a47;
  font-size: 42px;
  font-weight: 700;
}

.banner-text ul {
  margin-bottom: 70px;
}

.banner-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
  color: #666;
  font-size: 18px;
  font-weight: 400;
}

.banner-text ul li::before {
  display: inline-block;
  content: "";
  margin-right: 11px;
  flex-shrink: 0;
  width: 10px;
  height: 10px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/410/images/ellipse-20.png)
    no-repeat center/cover;
}

.banner-text a {
  position: relative;
  display: inline-flex;
  align-items: center;
  border-radius: 94px;
  background-color: #fda02c;
  width: 184px;
  padding: 16px 28px;
  font-size: 24px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.banner-text a::before {
  position: absolute;
  top: -65px;
  left: -3px;
  content: "";
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  border-radius: 50%;
}

.banner-text a:last-child {
  margin-left: 30px;
  padding: 16px 24px;
  border: 2px solid #fda02c;
  background: #fff;
}

.banner-text a:last-child span {
  color: #fda02c;
  font-size: 24px;
}

.banner-text a > img {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}

.banner-text p:nth-child(3) {
  width: 433px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-top: 46px;
  margin-bottom: 60px;
}
.banner-text > p {
  margin-top: 20px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
  opacity: 0.7;
}

.common-download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 213px;
  height: 48px;
  background: linear-gradient(
    94deg,
    #f67081 0%,
    #f35da8 15%,
    #ee4cca 33%,
    #eb40e9 51%,
    #bb67fd 66%,
    #9d88fd 82%,
    #85a8fe 100%
  );
  border-radius: 24px;
}

.common-download-btn:hover {
  background: linear-gradient(
    94deg,
    #85a8fe 0%,
    #9d88fd 15%,
    #bb67fd 33%,
    #eb40e9 51%,
    #ee4cca 66%,
    #f35da8 82%,
    #f67081 100%
  );
}

.common-download-btn img {
  width: 13px;
}

.common-download-btn span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  margin: 0 12px;
}

.banner-text p:nth-child(5) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  margin-top: 23px;
}

.banner-img {
  width: 680px;
}

/* 功能介绍 */
.intro-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}

.common-title {
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.intro-box .common-title {
  margin-bottom: 100px;
}

.intro-content > div {
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.intro-content > div > div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 160px;
}

.intro-content > div:nth-child(2n + 1) > div:nth-child(2n + 1) {
  opacity: 0;
}

.intro-content > div:nth-child(2n) > div:nth-child(2n) {
  opacity: 0;
}

.intro-content > div > div > img {
  width: 201px;
  height: 201px !important;
  flex-shrink: 0;
}

.intro-content > div > div span {
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 153px;
  left: 50%;
  transform: translateX(-50%);
  flex-shrink: 0;
  width: 99px;
  font-size: 14px;
}

/* 产品优势 */
.advantage-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 123px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/410/images/intro-bg.png)
    no-repeat center/cover;
  padding-top: 90px;
  padding-bottom: 120px;
}

.easy-play-min {
  margin-top: 87px;
  width: 1200px;
}

.easy-play-min .easy-play-mim-text {
  display: flex;
}

.easy-play-min .easy-play-mim-text .min-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 32px;
  width: 300px;
}

.easy-play-min .easy-play-mim-text .min-text span {
  display: inline-block;
  width: 167px;
  font-size: 18px;
  color: #767b79;
}

.easy-play-min .easy-play-mim-images {
  display: flex;
}

.easy-play-min .easy-play-mim-images .min {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 48px;
  border-radius: 4px;
  background-color: #e7eef6;
  cursor: pointer;
}

/*xp 点击时给加个类  轮换时去除 */
.easy-play-min .easy-play-mim-images .min.active {
  background: linear-gradient(180deg, #ffb962 0%, #ff9818 100%);
}

.easy-play-min .easy-play-mim-images .min::before {
  position: absolute;
  top: 30px;
  right: 0;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../icon/ic4_next.png) no-repeat center/cover;
}

.easy-play-min .easy-play-mim-images .min:nth-child(4)::before {
  background: transparent;
}

.easy-play-min .easy-play-mim-images .min img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
  display: none;
}

.easy-play-min .easy-play-mim-images .min.active img {
  display: block;
}

.easy-play-min .easy-play-mim-images .min.active span {
  color: #fff;
}

.easy-play-min .easy-play-mim-images .min span {
  color: #303132;
  font-size: 18px;
  font-weight: 400;
}

.area-easy-play {
  text-align: center;
}

.easy-play-content {
  position: relative;
  margin-top: 50px;
  width: 1178px;
  height: 528px;
  overflow: hidden;
}

.easy-play-content-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 400%;
  height: 100%;
  display: flex;
  transition: 0.2s;
}

.easy-play-content-img {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.easy-play-content-img > img {
  margin-right: 30px;
}

.easy-play-content-img > div > h2 {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 27px;
}

.easy-play-content-img > div > span {
  color: #000;
  font-size: 20px;
}

/* 核心功能介绍 */
.kernel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
}

.kernel-masking {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 570px;
}

.kernel > h1 {
  margin-bottom: 60px;
  color: #000;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
}

.kernel .kernel-content {
  position: relative;
  margin-left: 90px;
  margin-bottom: 100px;
  display: flex;
  z-index: 1;
}

.kernel .kernel-content .text {
  margin-right: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.kernel .kernel-content .text.two {
  margin-right: 0;
}

.kernel .kernel-content .text h2 {
  margin-bottom: 44px;
  color: #333;
  font-size: 32px;
  font-weight: 400;
}

.kernel .kernel-content .text ul {
  margin-right: 10px;
  margin-bottom: 48px;
}

.kernel .kernel-content .text ul li {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 18px;
  margin-bottom: 7px;
}

.kernel .kernel-content .text ul li:last-child {
  margin-bottom: 0;
}

.kernel .kernel-content .text ul li::before {
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
  content: "";
  width: 10px;
  height: 10px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/410/images/ellipse-20.png)
    no-repeat center/cover;
}

.kernel .kernel-content .text a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 184px;
  height: 64px;
  border-radius: 94px;
  background: #fda02c;
  color: #fff;
  font-size: 24px;
}

.kernel .kernel-content .text a::before {
  position: absolute;
  top: -65px;
  left: -3px;
  content: "";
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.2);
  animation: spread 1.5s infinite both;
  -webkit-animation: spread 1.5s infinite both;
  -moz-animation: spread 1.5s infinite both;
  -o-animation: spread 1.5s infinite both;
  border-radius: 50%;
}

.kernel .kernel-content .text a img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
}

.kernel .kernel-content .text .text-masking {
  position: absolute;
  top: 4px;
  left: -79px;
  z-index: -1;
}

.kernel .kernel-content .text .text-masking img {
  width: 123px;
  height: 120px;
}

.kerenl-gif {
  position: relative;
  width: 700px;
  height: 447px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/410/images/device-macbookpro.png)
    no-repeat center/cover;
}

.kerenl-gif.two {
  top: 0;
  left: -135px;
}

.kerenl-gif .bounceIn {
  position: absolute;
  top: 11px;
  left: 81px;
  width: 540px;
  height: 354px;
}

.kerenl-gif img {
  position: absolute;
  top: -12px;
  left: -83px;
  width: 250px;
  height: 250px;
}

.kerenl-gif .img-two {
  top: 164px;
  left: -75px;
}

/* 多种场景录制 */
.transcribe {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 80px 0;
  background-color: #f1f6fc;
}

.transcribe > h1 {
  margin-bottom: 60px;
  color: #000;
  font-size: 36px;
  font-weight: 400;
}

.transcribe-content {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}

.transcribe .transcribe-content > div {
  position: relative;
  flex-shrink: 0;
  padding: 70px 50px;
  height: 50px;
  box-sizing: border-box;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 585px;
  height: 325px;
  border-radius: 10px;
  background: linear-gradient(131deg, #6cc7ff 0%, #3f95ff 100%);
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}

.transcribe .transcribe-content > div .xiaz {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
}

.transcribe .transcribe-content > div:nth-child(2) {
  background: linear-gradient(131deg, #c5a8ff 0%, #7b84fa 100%);
}

.transcribe .transcribe-content > div:nth-child(3) {
  background: linear-gradient(131deg, #ffbc22 0%, #ff8517 100%);
}

.transcribe .transcribe-content > div:nth-child(4) {
  background: linear-gradient(131deg, #ff986b 0%, #fd3b2c 100%);
}

.transcribe .transcribe-content > div:nth-child(2n) {
  margin-right: 0;
}

.transcribe .transcribe-content > div:nth-child(2) .masking-div > img {
  width: 322px;
  height: 250px;
}

.transcribe .transcribe-content > div:nth-child(3) .masking-div > img {
  width: 200px;
  height: 200px;
}

.transcribe .transcribe-content > div:nth-child(4) .masking-div > img {
  width: 210px;
  height: 210px;
}

.transcribe-content > div:hover {
  box-shadow: 0px 4px 20px 0px #7b97b8;
}

.transcribe-content > div:hover .masking-div > img {
  transform: scale(1.2);
}

.transcribe-content > div:nth-child(2):hover .masking-div > img {
  width: 345px;
  height: 270px;
}

.transcribe .transcribe-content > div > h2 {
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.transcribe .transcribe-content > div > p {
  width: 352px;
  margin-bottom: 36px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 143.982%;
}

.transcribe .transcribe-content > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 44px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
}

.transcribe .transcribe-content > div > a > img {
  margin-left: 10px;
  width: 24px;
  height: 24px;
}

.masking-div {
  position: absolute;
  bottom: 0;
  right: 0;
}

.masking-div > img {
  width: 250px;
  height: 250px;
  transition: all 0.3s;
}
