@charset "UTF-8";
body {
  min-width: 1450px;
}

.center, .banner_download_box > div .download_box, .banner_download_box > div .recommend, .banner_wrapper, .banner_wrapper .banner_box, .conversion_wrapper, .conversion_wrapper .conversion_box, .advantage_wrapper, .advantage_wrapper .advantage_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center_column, .banner_wrapper .banner_box .banner_left, .function_wrapper .func_box .func_item, .advantage_wrapper .advantage_box .advantage_item {
  display: flex;
  flex-direction: column;
}

.banner_download_box {
  display: flex;
  align-items: center;
}

.banner_download_box > div {
  position: relative;
}

.banner_download_box > div .download_box {
  width: 256px;
  height: 66px;
  flex-shrink: 0;
  border-radius: 16px;
  background: linear-gradient(90deg, #fc6076 0%, #ff9a44 100%);
  /* 按钮动画效果 */
  position: relative;
  overflow: hidden;
}

.banner_download_box > div .download_box > span {
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 22px */
  letter-spacing: 2.2px;
  margin: 0 15px;
  margin-right: 0;
}

.banner_download_box > div .download_box > 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;
}

@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);
  }
}

.banner_download_box > div .recommend {
  display: none;
  background: linear-gradient(90deg, #96fbc4 0%, #f9f586 100%);
  z-index: 3;
  position: absolute;
  right: 0;
  top: -16px;
  width: 54px;
  height: 30px;
  gap: 0px;
  border-radius: 12px 0px 12px 0px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
}

.banner_download_box > div:nth-child(2) {
  margin-left: 30px;
}

.banner_wrapper {
  margin-top: 118px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_200_v2/banner_bg.png) no-repeat center/cover;
  width: 100%;
  height: 800px;
}

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

.banner_wrapper .banner_box .banner_left > h1 {
  color: #000;
  font-family: "Microsoft YaHei UI";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.36px;
}

.banner_wrapper .banner_box .banner_left .banner_dec {
  color: #545759;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 48px */
  margin-top: 40px;
  margin-bottom: 55px;
}

.banner_wrapper .banner_box .banner_left .gotomac_box {
  position: relative;
  box-sizing: border-box;
  width: 183px;
  height: 25px;
  margin-top: 20px;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-weight: 400;
  background: linear-gradient(91deg, #ff556a 20.26%, #ff9239 80.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_wrapper .banner_box .banner_left .gotomac_box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 80%;
}

.banner_wrapper .banner_box .banner_left .gotomac_box:hover::before {
  border-bottom: 1px solid black;
  border-image: linear-gradient(91deg, #ff556a 20.26%, #ff9239 80.86%) 1;
}

.banner_wrapper .banner_box .banner_left > .banner_count {
  color: #545759;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 44px */
  margin-top: 36px;
}

.banner_wrapper .banner_box .banner_left > .banner_count > span {
  background: linear-gradient(91deg, #ff556a 20.26%, #ff9239 80.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Microsoft YaHei UI";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
}

.banner_wrapper .banner_box .banner_left > .banner_count::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(126deg, #ff5869 17.17%, #ff8d3e 87.5%);
  margin-right: 10px;
}

.banner_wrapper .banner_box .banner_left > span {
  color: rgba(84, 87, 89, 0.6);
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
  margin-top: 25px;
}

.banner_wrapper .banner_box .banner_right {
  margin-right: -120px;
}

.function_wrapper {
  width: 100%;
  height: 913px;
  flex-shrink: 0;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_200_v2/function_bg.png) no-repeat center/cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.function_wrapper > h1 {
  color: #233042;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 34px */
  width: fit-content;
  margin-top: 100px;
  margin-bottom: 70px;
  position: relative;
}

.function_wrapper > h1 img {
  position: absolute;
  left: 50%;
  top: -140%;
  transform: translateX(-50%);
}

.function_wrapper .func_box {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  flex-wrap: wrap;
}

.function_wrapper .func_box .func_item {
  transition: all ease-in-out 0.3s;
  width: 183px;
  height: 183px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 4px 20px 0px rgba(217, 217, 217, 0.25);
  margin-bottom: 40px;
  align-items: center;
}

.function_wrapper .func_box .func_item:hover {
  transform: translateY(-10px);
}

.function_wrapper .func_box .func_item img {
  margin-top: 36px;
  margin-bottom: 27px;
}

.function_wrapper .func_box .func_item span {
  color: #545759;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.conversion_wrapper {
  width: 100%;
  margin-top: 150px;
}

.conversion_wrapper .conversion_box {
  justify-content: space-between;
  width: 1200px;
}

.conversion_wrapper .conversion_box .conversion_left h1 {
  color: #233042;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 34px */
  width: fit-content;
  position: relative;
}

.conversion_wrapper .conversion_box .conversion_left h1 img {
  position: absolute;
  left: 0;
  top: -150%;
}

.conversion_wrapper .conversion_box .conversion_left > p {
  color: #545759;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 40px */
  margin: 60px 0;
}

.conversion_wrapper .conversion_box .conversion_right {
  margin-right: -100px;
  margin-left: 45px;
}

.advantage_wrapper {
  margin-top: 100px;
  width: 100%;
  height: 806px;
  flex-shrink: 0;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/pc_200_v2/advantage_bg_pc.png);
  margin-bottom: 53px;
}

.advantage_wrapper .advantage_box {
  flex-wrap: wrap;
  width: 1200px;
}

.advantage_wrapper .advantage_box .advantage_item_special {
  margin: 0 60px;
  width: 263px;
}

.advantage_wrapper .advantage_box .advantage_item_special h1 {
  color: #233042;
  font-family: "Microsoft YaHei";
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 64.4px;
  /* 189.412% */
  position: relative;
}

.advantage_wrapper .advantage_box .advantage_item_special h1 img {
  position: absolute;
  left: 0;
  bottom: -30px;
}

.advantage_wrapper .advantage_box .advantage_item {
  align-items: center;
  margin: 0 60px;
  width: 263px;
  height: 281px;
  flex-shrink: 0;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 9px 20px 0px rgba(232, 232, 232, 0.25);
  margin-bottom: 53px;
}

.advantage_wrapper .advantage_box .advantage_item img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-top: 40px;
}

.advantage_wrapper .advantage_box .advantage_item p {
  color: #000;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
  margin-top: 40px;
  margin-bottom: 26px;
}

.advantage_wrapper .advantage_box .advantage_item span {
  display: inline-block;
  color: #8a8a8a;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px;
  /* 172.222% */
  width: 235px;
}

/* 评价 */
.assess-box {
  background: #ffffff;
  width: 100%;
  padding-bottom: 110px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -120px;
}

.assess-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding-top: 120px;
}

.shadow {
  position: absolute;
  top: 396px;
  left: 26px;
  width: 1147px;
  height: 30px;
  background-color: #fff;
  z-index: 10;
}

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

.assess-star h1 {
  margin-bottom: 24px;
  color: #111;
  font-family: Microsoft YaHei UI;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.assess-content ul:nth-child(1) li span {
  display: block;
  width: 100%;
  height: 1px;
  background: #2f3458;
  border-radius: 0px 0px 0px 0px;
  margin: 40px auto 0 auto;
  opacity: 0.15;
  background: #b1b1b1;
}

.assess-content ul:nth-child(1) li p {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 166.667% */
  text-transform: lowercase;
  margin-top: 44px;
}

.assess-content ul:nth-child(1) li i {
  display: none;
  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;
  border: 2px solid #fff;
  border-radius: 7px;
}

.assess-content ul:nth-child(1) li i.show {
  display: block;
}

.left1 {
  left: 82px;
}

.left2 {
  left: 280px;
}

.left3 {
  left: 482px;
}

.left4 {
  left: 686px;
}

.left5 {
  left: 874px;
}

.left6 {
  left: 1073px;
}

.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 {
  position: relative;
  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 {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 3px solid transparent;
}

.assess-content ul:nth-child(2) li:hover {
  /* border: 3px solid transparent; */
}

.assess-content ul:nth-child(2) li img {
  margin-top: 2.5px;
  width: 76px;
  height: 76px;
}

.assess-content ul:nth-child(2) li img:nth-child(2) {
  position: absolute;
  top: -7px;
  left: -4.8px;
  width: 90px;
  height: 90px;
  display: none;
}

.assess-content ul:nth-child(2) li p {
  display: inline-block;
  width: 96px;
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: lowercase;
  margin-top: 17px;
  margin-bottom: 11px;
}

.assess-content ul:nth-child(2) li h2 {
  color: #555;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 187.5% */
  text-transform: lowercase;
}

.assess-content ul:nth-child(2) li img.active {
  border-radius: 50%;
  border: 3px solid #ff856a;
}

.assess-box-title {
  margin-top: 70px;
  margin-bottom: -90px;
}
