@charset "UTF-8";
.download_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #006fff;
}

.download_btn a img {
  margin-top: 2px;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.download_btn a span {
  color: #fff;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.big_title {
  width: 100%;
}

.big_title h1 {
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.5px;
}

.header_wrapper {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}

.header_wrapper .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
}

.header_wrapper .header_box .header-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.header_wrapper .header_box .header-left img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.header_wrapper .header_box .header-left h1 {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}

.header_wrapper .header_box .header-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.header_wrapper .header_box .header-right span {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.32px;
  text-align: left;
  color: #1d3755;
}

.header_wrapper .header_box .header-right a {
  margin-left: 30px;
}

.header_wrapper .header_box .header-right a span {
  margin-left: 3px;
  font-family: "Microsoft YaHei UI";
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
}

.banner_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1080px;
  background: #2a2e3e;
}

.banner_wrapper .banner_bg {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 1900px;
  height: 100%;
}

.banner_wrapper .banner_box {
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
  width: 1200px;
  height: 60%;
}

.banner_wrapper .banner_box .banner_right {
  display: flex;
  flex-direction: column;
  width: 473px;
  height: 411px;
  flex-shrink: 0;
  margin-top: -40px;
}

.banner_wrapper .banner_box .banner_right h1 {
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_right p {
  margin-bottom: 20px;
  color: #fff;
  font-family: "Source Han Sans CN";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.034px;
}

.banner_wrapper .banner_box .banner_right .banner_dec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 45px;
  width: 415px;
}

.banner_wrapper .banner_box .banner_right .banner_dec span {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Source Han Sans CN";
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: linear-gradient(321deg, #72e3ff 1.71%, #5eefa5 41.84%, #36ff99 66.11%, #a0ffca 93.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_wrapper .banner_box .banner_right .banner_dec span::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/162/dianzan.png) no-repeat center center/cover;
}

.banner_wrapper .banner_box .banner_right .banner_bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 340px;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .banner_count {
  margin-bottom: 10px;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .download_btn {
  margin-bottom: 10px;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .download_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 6px;
  background: #006fff;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .download_btn a img {
  margin-top: 2px;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .download_btn a span {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .banner_safe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  width: 265px;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .banner_safe span {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .banner_safe span:nth-child(1):before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/162/ic_office.png) no-repeat center center/cover;
}

.banner_wrapper .banner_box .banner_right .banner_bottom .banner_safe span:nth-child(2):before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  flex-shrink: 0;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/162/ic_safe.png) no-repeat center center/cover;
}

.banner_wrapper .banner_box .banner_right .banner_bottom h3 {
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
}

.banner_wrapper .banner_func {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 156px;
  border-radius: 78px;
  background: rgba(255, 255, 255, 0.05);
}

.banner_wrapper .banner_func li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 100px;
}

.banner_wrapper .banner_func li img {
  width: 74px;
  height: 74px;
}

.banner_wrapper .banner_func li span {
  margin-top: 10px;
  font-family: Microsoft YaHei;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  background: linear-gradient(321deg, #72e3ff 1.71%, #5eefa5 41.84%, #36ff99 66.11%, #a0ffca 93.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.hidden-header-box .header_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  background: #ffffff;
}

.hidden-header-box .header_wrapper .header_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
  background: #ffffff;
}

.hidden-header-box .header_wrapper .header_box .header-left {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.hidden-header-box .header_wrapper .header_box .header-left img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.hidden-header-box .header_wrapper .header_box .header-left h1 {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 700;
  line-height: 20.32px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #284353;
}

.hidden-header-box .header_wrapper .header_box .header-right {
  display: flex;
  justify-content: space-around;
  align-items: center;
  vertical-align: middle;
  height: 100%;
}

.hidden-header-box .header_wrapper .header_box .header-right span {
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-weight: 400;
  line-height: 20.32px;
  text-align: left;
  color: #1d3755;
}

.hidden-header-box .header_wrapper .header_box .header-right a {
  margin-left: 30px;
}

.hidden-header-box .header_wrapper .header_box .header-right a span {
  margin-left: 3px;
  font-family: "Microsoft YaHei UI";
  font-size: 16.5px;
  font-weight: 400;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
}

.deal_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
  width: 100%;
}

.deal_wrapper .deal_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.deal_wrapper .deal_box .deal_items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.deal_wrapper .deal_box .deal_items li {
  position: relative;
  padding: 110px 50px;
  margin-bottom: 20px;
  width: 527px;
  height: 276px;
  box-sizing: border-box;
}

.deal_wrapper .deal_box .deal_items li span {
  color: #2a2e3e;
  font-family: "Source Han Sans CN";
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.deal_wrapper .deal_box .deal_items li img {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.footer_bottom {
  padding-top: 70px;
  padding-bottom: 85px;
  box-sizing: border-box;
  width: 100%;
  height: 274px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  justify-content: center;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/162/footer_bg.png) no-repeat center center/cover;
}

.footer_bottom .bottom_menu_box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: fit-content;
  border-radius: 17px;
  z-index: 100;
}

.footer_bottom .bottom_menu_box div {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer_bottom .bottom_menu_box div + div {
  margin-left: 170px;
}

.footer_bottom .bottom_menu_box div + div::after {
  position: absolute;
  top: 50%;
  left: -88px;
  content: "";
  transform: translateY(-50%);
  width: 2px;
  height: 100px;
  background-color: #ededed;
}

.footer_bottom .bottom_menu_box div p {
  margin-bottom: 18px;
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
}

.footer_bottom .bottom_menu_box div p i {
  margin-right: 6px;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 44px */
  background: linear-gradient(321deg, #72e3ff 1.71%, #5eefa5 41.84%, #36ff99 66.11%, #a0ffca 93.14%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.footer_bottom .bottom_menu_box div span {
  color: #525966;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 20px */
}

.advantage_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  width: 100%;
}

.advantage_wrapper .advantage_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.advantage_wrapper .advantage_box .big_title {
  margin-bottom: 50px;
}

.advantage_wrapper .advantage_box .advantage_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 120px;
  width: 1050px;
}

.advantage_wrapper .advantage_box .advantage_item .advantage_img {
  width: 576px;
  flex-shrink: 0;
}

.advantage_wrapper .advantage_box .advantage_item .advantage_jieshao {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
  height: 373px;
}

.advantage_wrapper .advantage_box .advantage_item .advantage_jieshao h1 {
  margin-bottom: 20px;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.advantage_wrapper .advantage_box .advantage_item .advantage_jieshao p {
  margin-bottom: 65px;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 127.273% */
}

/* 评价 */
.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;
  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;
  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 #1dcf9c;
}

.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;
}
