@charset "UTF-8";
.center, .func_wrapper .item > div, .func_wrapper .item, .efficient_wrapper .efficient_box li, .efficient_wrapper .efficient_box, .banner_wrapper .banner_box .banner_dec .authentication_box p, .banner_wrapper .banner_box, .banner_wrapper, .download_box > div .recommend_box, .download_box > div > a, .download_box > div {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_align, .footer_wrapper, .func_wrapper, .efficient_wrapper .efficient_box li, .efficient_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.download_box {
  display: flex;
}
.download_box > div {
  width: 221px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 12px;
  background: linear-gradient(98deg, #3282f0 -10.39%, #4abffe 69.77%);
  position: relative;
}
.download_box > div > a {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.download_box > div > a > img {
  margin-right: 10px;
}
.download_box > div > a > span {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
}
.download_box > div > a > i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  animation: download_animation 1s ease-in-out infinite;
}
@keyframes download_animation {
  0% {
    width: 50px;
    height: 50px;
  }
  100% {
    width: 300px;
    height: 300px;
  }
}
.download_box > div .recommend_box {
  position: absolute;
  top: -20px;
  left: 0;
  width: 54px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 12px 0px;
  background: linear-gradient(90deg, #96fbc4 0%, #f9f586 100%);
}
.download_box > div .recommend_box span {
  color: #000;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 16px */
}
.download_box > div:nth-child(2) {
  margin-left: 30px;
}

.title_s {
  width: fit-content;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}
.title_s .title_left {
  position: absolute;
  top: -10px;
  left: -70px;
}
.title_s .title_right {
  position: absolute;
  bottom: -5px;
  right: -40px;
}
.title_s span {
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  background: linear-gradient(91deg, #3481f2 52.47%, #48b9ff 101.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_wrapper {
  margin-top: 118px;
  width: 100%;
  height: 710px;
  background: linear-gradient(180deg, #b4d1fb 0.38%, #fff 99.63%);
}
.banner_wrapper .banner_box {
  width: 1200px;
  justify-content: space-between;
}
.banner_wrapper .banner_box .banner_dec > span {
  color: #445d6c;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  margin-top: 17px;
  display: flex;
}
.banner_wrapper .banner_box .banner_dec > h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 56px */
  margin-bottom: 53px;
}
.banner_wrapper .banner_box .banner_dec > p {
  color: #424f56;
  -webkit-text-stroke-width: 0.150000006;
  -webkit-text-stroke-color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 30px */
  letter-spacing: 0.6px;
  margin-top: 24px;
  margin-bottom: 70px;
}
.banner_wrapper .banner_box .banner_dec .authentication_box {
  margin-top: 31px;
  display: flex;
}
.banner_wrapper .banner_box .banner_dec .authentication_box p {
  margin-right: 25px;
}
.banner_wrapper .banner_box .banner_dec .authentication_box p img {
  margin-right: 6px;
}
.banner_wrapper .banner_box .banner_dec .authentication_box p span {
  color: #445d6c;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
}
.banner_wrapper .banner_box > img {
  margin-right: -100px;
}

.efficient_wrapper {
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_287_v1/efficient_bg.png) no-repeat center/cover;
  width: 100%;
  min-height: 800px;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 74px 0;
}
.efficient_wrapper > p {
  margin-top: 20px;
  margin-bottom: 75px;
}
.efficient_wrapper .efficient_box {
  width: 1200px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.efficient_wrapper .efficient_box li {
  width: 226px;
  height: 200px;
  flex-shrink: 0;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
  border-radius: 10px;
}
.efficient_wrapper .efficient_box li span {
  margin-top: 30px;
  color: #284353;
  -webkit-text-stroke-width: 0.150000006;
  -webkit-text-stroke-color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  letter-spacing: 0.4px;
}

.func_wrapper {
  width: 100%;
  padding: 30px 0;
}
.func_wrapper .item {
  width: 100%;
}
.func_wrapper .item > div {
  width: 1100px;
  justify-content: space-between;
  height: 600px;
  box-sizing: border-box;
}
.func_wrapper .item > div .item_left .item_l_p {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.func_wrapper .item > div .item_left .item_l_p span {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.55;
  margin-left: 5px;
}
.func_wrapper .item > div .item_left .item_s {
  width: fit-content;
  position: relative;
  margin-bottom: 30px;
}
.func_wrapper .item > div .item_left .item_s span {
  position: absolute;
  left: -25px;
  bottom: -20px;
  color: #3d9bf8;
  font-family: "Microsoft YaHei";
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.15;
}
.func_wrapper .item > div .item_left .item_s > p {
  position: relative;
  font-family: "Microsoft YaHei";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.5px;
  background: linear-gradient(91deg, #3481f2 52.47%, #48b9ff 101.03%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.func_wrapper .item:nth-child(2n-1) {
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_287_v1/func2n_bg.png) no-repeat center/cover;
}
.func_wrapper .item:nth-child(2n-1) > div {
  flex-direction: row-reverse;
}

.footer_wrapper {
  box-sizing: border-box;
  padding-top: 52px;
  background: linear-gradient(82deg, #fff -95.53%, #def1fe 87.91%);
  height: 340px;
  width: 100%;
  flex-shrink: 0;
}
.footer_wrapper h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 40px */
  letter-spacing: 1px;
}
.footer_wrapper h1 img {
  margin-right: 30px;
}
.footer_wrapper p {
  margin: 36px 0;
  color: #435c6b;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: 1px;
}

/* 用户给我们的评价 */
.assess-box {
  width: 100%;
  padding-top: 154px;
  padding-bottom: 113px;
  background: linear-gradient(282deg, rgba(68, 177, 251, 0.11) 0.44%, rgba(241, 245, 255, 0) 88.64%);
  /* footer */
}
.assess-box .common-title {
  width: fit-content;
  margin: 0 auto;
}
.assess-box .common-title .title_s p {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
.assess-box .common-title .title_s p > span {
  background: linear-gradient(90deg, #3381f1 70.51%, #47b8fe 92.13%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
}
.assess-box > p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 2.2px;
  color: #2e2e2e;
  text-align: center;
  margin-top: 28px;
}
.assess-box .swiper-button-prev {
  position: relative !important;
  top: 0 !important;
  margin-right: 50px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_287_v1/pinjia_left.png) no-repeat center center;
  background-size: 18px 31px;
}
.assess-box .swiper-button-next {
  position: relative !important;
  top: 0 !important;
  margin-left: 50px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_287_v1/pinjia_right.png) no-repeat center center;
  background-size: 18px 31px;
}
.assess-box .swiper-button-prev:after,
.assess-box .swiper-container-rtl .swiper-button-next:after {
  color: transparent;
}
.assess-box .swiper-button-next:after,
.assess-box .swiper-container-rtl .swiper-button-prev:after {
  color: transparent;
}
.assess-box .outer-container {
  display: flex;
  align-items: center;
  width: 1380px;
  margin: 0 auto;
  margin-top: 100px;
}
.assess-box .swiper-container {
  padding: 22px 18px !important;
}
.assess-box .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 325px !important;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(68, 116, 224, 0.1);
  border-radius: 26px 26px 26px 26px;
  padding: 30px 26px;
  box-sizing: border-box;
}
.assess-box .swiper-slide h2 {
  font-size: 19px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin: 17px 0;
}
.assess-box .swiper-slide p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  line-height: 30px;
  opacity: 0.71;
  margin-top: 21px;
}
.assess-box .swiper-slide img:nth-child(1) {
  width: 70px;
}
.assess-box .swiper-slide img:nth-child(3) {
  height: 20px;
}
.assess-box .footer-box {
  width: 100%;
  height: 40px;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.assess-box .footer-box span {
  font-size: 14px;
  color: #888;
}
.assess-box .footer-box span a {
  font-size: 14px;
  color: #888;
}
.assess-box .footer-box i {
  width: 1px;
  height: 12px;
  background-color: #888;
  margin: 0 30px;
}

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