.center, .download_btn .freeDown, .download_btn .buyNow, .banner_wrapper, .banner_wrapper .banner_box, .banner_wrapper .banner_box .b_left > p span, .banner_wrapper .banner_box .b_left .b_left_dec span, .could_wrapper, .could_wrapper .could_box, .could_wrapper .could_box .could_dec, .characteristic_wrapper, .delete_wrapper .delete_box .delete_swiper .swiper-btn .btn, .delete_wrapper .delete_box .delete_swiper .swiper .ss_item, .delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div > a, .assess_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.download_btn {
  display: flex;
}

.download_btn .freeDown {
  margin-right: 25px;
  width: 208px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #416ff4;
}

.download_btn .freeDown img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}

.download_btn .freeDown span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.download_btn .buyNow {
  width: 208px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  border: 2px solid #96adff;
  background: #fff;
}

.download_btn .buyNow img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}

.download_btn .buyNow span {
  color: #2f7af7;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.title_bg {
  width: fit-content;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_195/title1_bg.png) no-repeat;
  background-position: right 5px bottom 0px;
}

.delete_swiper {
  position: relative;
}

.delete_swiper .swiper-pagination {
  top: 100px;
}

.delete_swiper .swiper-pagination-bullet {
  border-radius: 0;
  width: 400px;
  height: 7px;
  background: #eef2fe;
}

.delete_swiper .swiper-pagination-bullet-active {
  background: #416ff4;
  border-radius: 8px;
}

.banner_wrapper {
  margin-top: 117px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_195/banner_bg.png) no-repeat center/cover;
  width: 100%;
  height: 700px;
  box-sizing: border-box;
}

.banner_wrapper .banner_box {
  justify-content: space-between;
  width: 1200px;
}

.banner_wrapper .banner_box .b_left {
  max-width: 500px;
}

.banner_wrapper .banner_box .b_left h1 {
  color: #3c3c3c;
  font-family: "Microsoft YaHei";
  font-size: 47px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 47px */
}

.banner_wrapper .banner_box .b_left > p {
  display: flex;
  margin: 50px auto 25px 0;
  color: #416ff4;
  font-family: "PingFang SC";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner_wrapper .banner_box .b_left > p span {
  display: flex;
  background: #6b8dfb;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  margin-right: 10px;
}

.banner_wrapper .banner_box .b_left .b_left_dec {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.banner_wrapper .banner_box .b_left .b_left_dec span {
  color: #494949;
  font-family: "Microsoft YaHei";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 15px */
  letter-spacing: 0.3px;
  margin-right: 25px;
  margin-bottom: 20px;
}

.banner_wrapper .banner_box .b_left .b_left_dec span i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #6f90ff;
  border-radius: 50%;
  margin-right: 10px;
}

.banner_wrapper .banner_box .b_left .b_left_system_dec {
  color: #595959;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  letter-spacing: 0.28px;
  margin-top: 32px;
  display: inline-block;
}

.banner_wrapper .banner_box .b_right {
  position: relative;
}

.banner_wrapper .banner_box .b_right .animationLeft,
.banner_wrapper .banner_box .b_right .animationRight {
  position: absolute;
}

.banner_wrapper .banner_box .b_right .animationLeft {
  right: -30px;
  top: 30%;
  animation: upMoveAnimationLeft 2s infinite linear forwards;
}

.banner_wrapper .banner_box .b_right .animationRight {
  left: 10px;
  bottom: 10%;
  animation: upMoveAnimationRight 2s infinite linear forwards;
}

@keyframes upMoveAnimationLeft {
  0% {
    top: 30%;
  }
  50% {
    top: 15%;
  }
  100% {
    top: 30%;
  }
}

@keyframes upMoveAnimationRight {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 25%;
  }
  100% {
    bottom: 10%;
  }
}

.could_wrapper {
  width: 100%;
  height: 618px;
  flex-shrink: 0;
  box-sizing: border-box;
  background-color: #fff;
}

.could_wrapper .could_box {
  width: 1300px;
  flex-direction: column;
}

.could_wrapper .could_box h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  width: fit-content;
}

.could_wrapper .could_box > p {
  color: #505050;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 35px;
  margin-bottom: 85px;
}

.could_wrapper .could_box .could_dec {
  width: 100%;
  justify-content: space-between;
}

.could_wrapper .could_box .could_dec .item_dec {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.could_wrapper .could_box .could_dec .item_dec h2 {
  margin-top: 17px;
  margin-bottom: 15px;
  color: #284353;
  font-family: "PingFang SC";
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.could_wrapper .could_box .could_dec .item_dec p {
  color: #909090;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.characteristic_wrapper {
  width: 100%;
  height: 2290px;
  flex-shrink: 0;
  background: linear-gradient(270deg, #f8fcff 0.29%, #fff 99.74%);
  box-sizing: border-box;
}

.characteristic_wrapper .characteristic_box {
  width: 1250px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.characteristic_wrapper .characteristic_box h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 100px;
}

.characteristic_wrapper .characteristic_box .characteristic_content {
  width: 1250px;
  height: 1980px;
  flex-shrink: 0;
  border-radius: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item:nth-child(2n-1) {
  flex-direction: row-reverse;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 55px;
  width: 100%;
  box-sizing: border-box;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item > div {
  display: flex;
  flex-direction: column;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item > div h3 {
  position: relative;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 25px */
  letter-spacing: 1.5px;
  margin-bottom: 40px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item > div h3 img {
  position: absolute;
  left: -35px;
  bottom: -30px;
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item > div span {
  color: #909090;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  /* 20px */
}

.characteristic_wrapper .characteristic_box .characteristic_content .characteristic_item > div > span::before {
  display: inline-block;
  content: "";
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #6c8dff;
  margin-right: 9px;
}

.delete_wrapper {
  width: 100%;
  height: 1030px;
  flex-shrink: 0;
  background: #fff;
  box-sizing: border-box;
}

.delete_wrapper .delete_box {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delete_wrapper .delete_box > h1 {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 115px;
  margin-top: 115px;
}

.delete_wrapper .delete_box .delete_swiper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delete_wrapper .delete_box .delete_swiper .swiper-btn {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 130px;
}

.delete_wrapper .delete_box .delete_swiper .swiper-btn .btn {
  width: 353px;
  height: 71px;
  flex-shrink: 0;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  background: rgba(255, 255, 255, 0.09);
  box-sizing: border-box;
  cursor: pointer;
}

.delete_wrapper .delete_box .delete_swiper .swiper-btn .btn span {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.25px;
}

.delete_wrapper .delete_box .delete_swiper .swiper-btn .btn img {
  margin-right: 10px;
}

.delete_wrapper .delete_box .delete_swiper .swiper-btn .active_btn {
  border-radius: 8px;
  background: rgba(65, 111, 244, 0.09);
  border: none;
}

.delete_wrapper .delete_box .delete_swiper .swiper-btn .active_btn span {
  color: #416ff4;
  font-family: "Microsoft YaHei";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.25px;
}

.delete_wrapper .delete_box .delete_swiper .swiper {
  width: 1200px;
  overflow: hidden;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item {
  width: 100%;
  padding: 0 100px;
  height: 441px;
  flex-shrink: 0;
  border-radius: 20px;
  background: #f8fcff;
  box-sizing: border-box;
  justify-content: space-between;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div h1 {
  width: 200px;
  height: 40px;
  position: relative;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div h1 img {
  position: absolute;
  left: -55px;
  bottom: -25px;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div h1 span {
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 29px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.9px;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  white-space: nowrap;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div > p {
  color: #3d3d3d;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 37px;
  margin-bottom: 47px;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div > a {
  width: 208px;
  height: 60px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #416ff4;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div > a img {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 15px;
}

.delete_wrapper .delete_box .delete_swiper .swiper .ss_item > div > a span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.assess_wrapper {
  width: 100%;
}

.assess_wrapper .assess-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 100px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_195/assecc_bg.png) no-repeat;
  background-position: right -35px bottom -85px;
}

.assess_wrapper .assess-box > h1 {
  margin-top: 90px;
  margin-bottom: 95px;
  color: #284353;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.6px;
}

.assess_wrapper .assess-box .assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.assess_wrapper .assess-box .assess-content .shade {
  position: absolute;
  top: 276px;
  left: 10px;
  width: 1180px;
  height: 28px;
  background: #fff;
  z-index: 10;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 0.25);
  background: #fff;
}

.assess_wrapper .assess-box .assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2d2856;
  margin-bottom: 24px;
}

.assess_wrapper .assess-box .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_wrapper .assess-box .assess-content ul:nth-child(1) li p {
  display: inline-block;
  width: 1084px;
  font-size: 18px;
  font-weight: 400;
  color: #666473;
  margin-top: 44px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(1) li i {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  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;
  box-shadow: 0px 0px 30px 0px rgba(186, 186, 186, 0.25);
}

.assess_wrapper .assess-box .left1 {
  left: 84px;
}

.assess_wrapper .assess-box .left2 {
  left: 270px;
}

.assess_wrapper .assess-box .left3 {
  left: 463px;
}

.assess_wrapper .assess-box .left4 {
  left: 676px;
}

.assess_wrapper .assess-box .left5 {
  left: 893px;
}

.assess_wrapper .assess-box .left6 {
  left: 1087px;
}

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

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

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

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

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

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li:hover img {
  border: 2px solid #416ff4;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-transform: lowercase;
  color: #666473;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess_wrapper .assess-box .assess-content ul:nth-child(2) li h2 {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.01em;
  color: #283256;
}
