.banner_wrapper {
  width: 100%;
  box-sizing: border-box;
  height: 753px;
  flex-shrink: 0;
  /* opacity: 0.8; */
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_460/banner.png) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 116px;
}
.banner_wrapper > h1 {
  color: #1f2026;
  font-family: "Microsoft YaHei";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 52px */
  position: relative;
}
.banner_wrapper .banner_dec {
  margin-top: 30px;
  margin-bottom: 45px;
}
.banner_wrapper .banner_dec > span > img {
  width: 26px;
  height: 20.526px;

  margin-right: 10px;
}
.banner_wrapper .banner_dec > span:first-child {
  margin-right: 20px;
}
.banner_wrapper .banner_dec > span {
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
}
.banner_wrapper > p {
  color: #a6a7a8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  margin-top: 16px;
  margin-bottom: 70px;
}
.banner_item_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_item_box .b_item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 150px;
  height: 172px;
  flex-shrink: 0;
  border-radius: 18px;
  border: 1px solid #f0f3f9;
  background: #fff;
  margin: 0 10px;
}
.banner_item_box .b_item > span {
  color: #5b5d6b;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-top: 20px;
}

/* 软件特色 */
.characteristic_wrapper {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.charactristic_box {
  width: 100%;
}

.characteristic_wrapper > h1 {
  color: #343434;
  text-align: center;
  font-family: PingFang SC;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  /* margin-bottom: 50px; */
  margin-top: 150px;
  margin-bottom: -30px;
}

.chara_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 160px; */
  width: 1200px;
}

.chara_item_box {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  height: 617px;
  height: 558px;
  box-sizing: border-box;
}

.chara_item_box:nth-child(2n) {
  /* background: linear-gradient(to right, #f8feff, #e4f9fe); */
}
.chara_item_box {
  /* background: linear-gradient(to right, #f8feff, #effdfe); */
}

.chara_item img {
  width: 590px;
  height: 410px;
  flex-shrink: 0;
}

.chara_dec {
  margin: 0 110px;
}

.chara_dec > h2 {
  /* color: #343434;
  font-family: Microsoft YaHei UI;
  font-size: 33px;
  font-style: normal;
  font-weight: 700;
  line-height: normal; */

  color: #1f2026;
  font-family: "PingFang SC";
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%; /* 42px */
}
.chara_dec > p {
  /* color: #333;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  margin-top: 24px;
  margin-bottom: 30px; */

  white-space: nowrap;

  color: #8a8c9d;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
/* .chara_dec:nth-child(2n-1) > p {
  padding-right: 50px;
} */
.chara_dec > a {
  /* width: 216px;
  height: 52px; */
  width: 260px;
  height: 72px;
  flex-shrink: 0;
  border-radius: 15px;
  background: #61b8ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chara_dec > a img {
  margin-right: 20px;
  width: 36px;
  height: 36px;
  /* width: 24px;
  height: 24px; */
  flex-shrink: 0;
}
.chara_dec > a 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: 26px;
  line-height: 100%;
}

.chara_item_box:nth-child(2n) .chara_item {
  display: flex;
  flex-direction: row-reverse;
}
.chara_item_box:nth-child(2n) .chara_dec {
  margin-left: 0;
}
.chara_item_box:nth-child(2n) > img {
  /* margin-right: 110px; */
}

/* 评价 */
.assess-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}

.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: #f1f8ff; */
  background: #f7f7f9;
  border-radius: 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
}

.assess-star h1 {
  font-size: 26px;
  font-weight: 700;
  color: #2d2856;
  margin-bottom: 24px;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 1000px;
  height: 1px;
  background: #ebeff3;
  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: #f1f8ff; */
  background: #f7f7f9;
  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: 80px;
}

.left2 {
  left: 280px;
}

.left3 {
  left: 479px;
}

.left4 {
  left: 678px;
}

.left5 {
  left: 877px;
}

.left6 {
  left: 1081px;
}

.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-radius: 50%;
  border: 3px solid transparent;
  padding: 8px;
}

.assess-content ul:nth-child(2) li.active img {
  /* border: 3px solid rgba(29, 207, 156, 1); */
  border: 3px solid #466dff;
}

.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-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;
}

.assess_title {
  color: #1f2026;
  font-family: "PingFang SC";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 42px */
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
}

/* 底部二维码下载 */
.footer_wrapper {
  background: linear-gradient(0deg, #fbfaff 0%, #edf1ff 100%);
  height: 321px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer_wrapper h1 {
  width: fit-content;
  margin: 0 auto;
  color: #000;
  font-family: "PingFang SC";
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 32px */
  margin-bottom: 35px;
}
.qrcode_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 152px;
  height: 168px;
  flex-shrink: 0;
  background: #fff;
  stroke-width: 1px;
  /* stroke: ; */
  border: 1px solid #eceff2;
  border-radius: 8px;
}
.qrcode_wrapper > p {
  color: #a6a7a8;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  margin-top: 5px;
}

/* 手机图片展示 */
.image_wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
}
.image_wrapper img:nth-child(2) {
  margin-top: 200px;
}

/* 使用场景 */
.usage_scenarios_wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 150px;
}
.usage_scenarios_wrapper > h1 {
  color: #1f2026;
  font-family: "PingFang SC";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 42px */
  margin-bottom: 60px;
}
.usage_scenarios_wrapper .useage_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.useage_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  width: 387px;
  height: 278px;
  flex-shrink: 0;

  border-radius: 23px;
  border: 1px solid #e4e4e7;
  background: #f7f7f9;
  margin-top: 20px;
}
.useage_item h3 {
  color: #1f2026;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  text-transform: lowercase;
  margin-top: 13px;
  margin-bottom: 18px;
}
.useage_item p {
  color: #8a8c9d;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-transform: lowercase;
}

/* 出现动画 */
.animation_div {
  animation: show 1s ease forwards;
}
@keyframes show {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* 鼠标移入图片向上移动10px */
.move_ten_px {
  transition: all ease-in-out 0.3s;
  border-radius: 9px;
}
.move_ten_px:hover {
  transform: translateY(-10px);
}
