@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 {
  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;
}
/* banner */
.banner-box {
  width: 100%;
  height: 718px;
  /* 修改 */
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/215/images/banner-bg.png) no-repeat center center/cover;
  margin-top: 116px;
}

.banner-content {
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner-content > img {
  width: 720px;
  height: 418px;
}
.banner-text h1 {
  font-family: Microsoft YaHei;
  font-size: 58px;
  font-weight: 700;
  line-height: 58px;
  text-align: left;
}

.banner-text p:nth-child(2) {
  display: inline-block;
  position: relative;
  margin-top: 40px;
  margin-bottom: 76px;
  margin-left: 42px;
  width: 521px;
  font-family: PingFang SC;
  font-size: 23px;
  line-height: 32px;
  text-align: left;
}
.banner-text p:nth-child(2)::before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -42px;
  content: "";
  width: 34px;
  height: 34px;
  background: url( https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/215/images/banner_text_icon.png);
}

.banner-text p:nth-child(4) {
  font-family: Microsoft YaHei;
  font-size: 14px;
  line-height: 14px;
  color: #595959;
}
.common-btn {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 35px;
}
.download-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 208px;
  height: 60px;
  border-radius: 12px;
  font-family: Microsoft YaHei;
  font-size: 20px;
  background-color: #378dff;
  border: 2px solid #378dff;
  box-sizing: border-box;
}
.download-btn:first-child {
  margin-right: 25px;
}
.download-btn span {
  color: #fff;
}
.download-btn img {
  margin-right: 16px;
  width: 30px;
}
.download-btn:last-child {
  background-color: #fff;
}
.download-btn:last-child span {
  color: #378dff;
}

/* 功能展示 */
.easy-box {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 90px;
  overflow: hidden;
}
.easy-box > h1 {
  margin-bottom: 80px;
}
.easy-box .w {
  margin: 0 auto;
  width: 1200px;
}
.common-h1 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  color: #284353;
}
.common-h1 img {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.easy-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
}
.easy-content ul li {
  width: 461px;
  height: 124px;
  padding-top: 17px;
  padding-left: 24px;
  padding-right: 10px;
  border-radius: 12px;
  box-sizing: border-box;
}
.easy-content ul li .easy-text-img {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
}
.easy-content ul li .easy-text-img h2 {
  font-family: PingFang SC;
  font-size: 28px;
  line-height: 1;
  margin-bottom: 0;
  color: #999;
}
.easy-content ul li.active .easy-text-img h2 {
  color: #378dff;
}
.easy-content ul li .easy-text-img img {
  margin-right: 16px;
  width: 44px;
  height: 44px;
}
.easy-content ul li.active {
  background: #eff6fe;
}
.easy-content ul li img {
  width: 32px;
  height: 32px;
}
.easy-content ul li img:nth-child(1) {
  display: block;
}
.easy-content ul li img:nth-child(2) {
  display: none;
}
.easy-content ul li.active img:nth-child(1) {
  display: none;
}
.easy-content ul li.active img:nth-child(2) {
  display: block;
}
.easy-content ul li .easy-text {
  margin-left: 21px;
}
.easy-content ul li .easy-text h2 {
  height: 26px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 10px;
}
.easy-content ul li.active .easy-text h2 {
  height: 26px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  background: linear-gradient(180deg, #11d2d0 16.91%, #27baff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.easy-content ul li .easy-text p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #999;
}
.easy-content ul li.active .easy-text p {
  color: #0e85fc;
}
.easy-img-bg {
  position: relative;
  margin-left: 60px;
  width: 678px;
  height: 477px;
}
.easy-img-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.easy-img-box img {
  display: none;
  position: absolute;
  top: 60px;
  left: 40px;
  width: 574px;
}
.easy-img-box img.active {
  display: block;
}

/* 产品功能 */
.productionFn {
  padding-top: 80px;
  padding-bottom: 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.productionFn > h1 {
  margin-bottom: 40px;
}

.productionFn > ul {
  margin-top: 70px;
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productionFn > ul li {
  margin-right: 30px;
  padding-bottom: 24px;
  width: 380px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 0px 34px 0px #e4ebfc;
}

.productionFn > ul li:last-child {
  margin-right: 0;
}

.productionFn > ul li img {
  width: 100%;
}

.productionFn > ul li div:nth-child(2) {
  margin-top: 23px;
  margin-bottom: 16px;
  margin-left: 24px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 24px;
  text-transform: capitalize;
}

.productionFn > ul li div:nth-child(3) {
  margin-left: 24px;
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 14px;
}

.productionFn .odd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 526px;
  width: 100%;
}

.productionFn .odd > img {
  margin-right: 155px;
  width: 626px;
}

.both-text h1,
.odd-text h1 {
  color: #000;
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.both-text ul,
.odd-text ul {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: start;
}

.both-text ul li,
.odd-text ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  padding: 12px 20px;
  border-radius: 100px;
  border: 2px solid rgba(80, 128, 241, 0.5);
  background: var(--, #f2f6ff);
  color: #5080f1;
  font-family: Microsoft YaHei;
  font-size: 20px;
}

.both-text ul li:last-child,
.odd-text ul li:last-child {
  margin-right: 0;
}
.odd-text > div,
.both-text > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: fit-content;
}

.odd-text > div img,
.both-text > div img {
  margin-right: 17px;
  width: 65px;
  height: 65px;
}
.odd-text > div img:last-child,
.both-text > div img:last-child {
  position: absolute;
  top: -12px;
  right: -67px;
  width: 101px;
}
.odd-text > div p,
.both-text > div p {
  display: block;
  font-size: 30px;
  color: #284353;
  width: fit-content;
}
.odd-text > div p span,
.both-text > div p span {
  font-size: 30px;
  color: #284353;
  color: #378dff;
}
.odd-text > span,
.both-text > span {
  margin-top: 30px;
  display: block;
  width: 425px;
  font-family: PingFang SC;
  font-size: 25px;
  font-weight: 500;
  line-height: 35px;
  color: #999;
}

.both {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 681px;
}

.both-text {
  margin-right: 80px;
}

.both > img {
  width: 700px;
}

.odd.odd-two {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 558px;
}

.odd-two > img {
  margin-right: 154px;
  width: 799px;
}

.both.both-two {
  height: 621px;
}

.both-two > img {
  width: 584px;
}

/* 应用场景 */
.scenarios {
  padding-top: 73px;
  padding-bottom: 100px;
}
.scenarios > h1 {
  margin-bottom: 93px;
}
.scenarios ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.scenarios ul li {
  width: 254px;
  height: 395px;
  border-radius: 12px;
  box-shadow: 0px 0px 17px 0px #426e871a;
  text-align: center;
}
.scenarios ul li + li {
  margin-left: 61px;
}
.scenarios ul li img {
  width: 100%;
}
.scenarios ul li h2 {
  margin-top: 18px;
  margin-bottom: 13px;
  font-family: Microsoft YaHei;
  font-size: 25px;
  font-weight: 700;
  line-height: 33px;
  color: #284353;
}
.scenarios ul li p {
  display: inline-block;
  width: 204px;
  font-family: Microsoft YaHei;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  color: #999999;
}

/* 底部下载 */
.production-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 79px;
  width: 100%;
  background: url( https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/215/images/footer-bg.png) center center/cover;
}
.production-footer .top {
  display: flex;
  justify-content: center;
  align-items: center;
}
.production-footer .top img {
  margin-right: 33px;
  width: 125px;
  height: 125px;
}

.production-footer .top .text h2 {
  font-family: Microsoft YaHei;
  font-size: 52px;
  font-weight: 700;
  color: #3c3c3c;
}
.production-footer .top .text p {
  margin-top: 32px;
  font-family: PingFang SC;
  font-size: 32px;
  font-weight: 500;
  color: #378dff;
}
.production-footer .common-btn {
  margin-top: 63px;
}

/* 评价 */
.assess-box {
  width: 100%;
  height: 855px;
  padding-top: 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/290/images/assess-bg.png)
    no-repeat center center;
  background-size: cover;
}
.assess-box > h1 {
  margin-bottom: 87px;
}

.assess-content {
  width: 1200px;
  margin: 0 auto;
}

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  background: #fefdff;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  fill: #fff;
  filter: drop-shadow(0px 0px 31px rgba(0, 0, 0, 0.08));
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #111111;
  margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #edf0f3;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
}

.assess-content ul:nth-child(1) li p {
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #fefdff;
  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;
}

.left1 {
  left: 77px;
}

.left2 {
  left: 281px;
}

.left3 {
  left: 481px;
}

.left4 {
  left: 682px;
}

.left5 {
  left: 882px;
}

.left6 {
  left: 1076px;
}

.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 {
  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 img {
  width: 76px;
  height: 76px;
  border: 3px solid transparent;
}
.assess-content ul:nth-child(2) li img.active {
  border-radius: 50%;
  border: 3px solid #19d0b2;
}

.assess-content ul:nth-child(2) li p {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  letter-spacing: 0.16px;
  margin-top: 30px;
  margin-bottom: 12px;
}

.assess-content ul:nth-child(2) li h2 {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 150% */
  letter-spacing: 0.2px;
}
