@charset "UTF-8";
.download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 46px;
  flex-shrink: 0;
  border-radius: 6px;
  background: linear-gradient(229deg, #28cdea -15.13%, #1aa6f3 20.91%, #0e83fc 107.43%);
}

.download_btn img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

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

/* hidden-header */
.hidden-header-box {
  display: none;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  border-bottom: 1px solid #ddd;
}

.header-top {
  display: flex;
  margin: 0 auto;
  height: 60px;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}

.header-top .header-left {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-top .header-left.aggregate_style {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-top .header-left.aggregate_style img {
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.header-top .header-left.aggregate_style .header-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  margin-left: 0;
}

.header-top .header-left.aggregate_style .header-title h1 {
  margin-bottom: 7px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}

.header-top .header-left.aggregate_style .header-title span {
  line-height: 100%;
  font-size: 16px;
  color: #000;
}

.header-top .header-left h1 {
  margin-left: 10px;
}

.header-top .header-right {
  display: flex;
  align-items: center;
}

.header-top .header-left {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-top .header-left > img {
  width: 40px;
  height: 40px;
}

.header-top .header-left .header-title {
  margin-left: 8px;
}

.header-top .header-left .header-title > h1 {
  margin-left: 0;
  color: #000;
  font-family: "microsoft yahei";
  font-size: 18px;
  line-height: normal;
}

.header-top .header-left .header-title > span {
  line-height: normal;
  margin-left: 0;
}

.banner_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 530px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/502_sem/pic_bg_1.png) no-repeat center/cover;
}

.banner_wrapper .banner_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 99%;
}

.banner_wrapper .banner_box .banner_left {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  width: 514px;
  height: 413px;
}

.banner_wrapper .banner_box .banner_left h1 {
  margin-bottom: 30px;
  color: #1f2026;
  font-family: "Source Han Sans CN";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_left .banner_dec {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  color: #2b2b2b;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_left .banner_dec::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/502_sem/dianzan.png) no-repeat center/cover;
}

.banner_wrapper .banner_box .banner_left .b_down_title {
  margin-top: 25px;
  margin-bottom: 10px;
  opacity: 0.8;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_left .b_down_title .download_num {
  color: #006fff;
  font-family: "Source Han Sans CN";
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_left .download_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 55px;
  width: 486px;
  height: 64px;
}

.banner_wrapper .banner_box .banner_left .download_box .download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 32px;
  background: linear-gradient(229deg, #28cdea -15.13%, #1aa6f3 20.91%, #0e83fc 107.43%);
}

.banner_wrapper .banner_box .banner_left .download_box .download_btn img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.banner_wrapper .banner_box .banner_left .download_box .download_btn span {
  margin-left: 10px;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.banner_wrapper .banner_box .banner_left .download_box .buy_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 32px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to bottom, #e2f6ff, #edf9ff), linear-gradient(45deg, #0e83fc 0%, #28cdea 100%);
}

.banner_wrapper .banner_box .banner_left .download_box .buy_btn img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.banner_wrapper .banner_box .banner_left .download_box .buy_btn span {
  margin-left: 10px;
  font-family: "Microsoft YaHei UI";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  background: linear-gradient(229deg, #28cdea -15.13%, #1aa6f3 20.91%, #0e83fc 107.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_wrapper .banner_box .banner_left h3 {
  margin-top: 20px;
  text-align: left;
  opacity: 0.8;
  color: #000;
  font-family: "Source Han Sans CN";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .banner_right {
  width: 700.2px;
  height: 403.2px;
  flex-shrink: 0;
}

.function_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.function_wrapper .function_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

.function_wrapper .function_box h1 {
  margin-top: 70px;
  color: #222;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

.function_wrapper .function_box ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.function_wrapper .function_box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 197.333px;
  height: 254px;
  flex-shrink: 0;
}

.function_wrapper .function_box ul li span {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.zhuanjia_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.zhuanjia_wrapper .zhuanjia_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
}

.zhuanjia_wrapper .zhuanjia_box h1 {
  margin-top: 70px;
  margin-bottom: 70px;
  color: #222;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

.zhuanjia_wrapper .zhuanjia_box ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.zhuanjia_wrapper .zhuanjia_box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 150px;
  width: 100%;
  height: 320px;
}

.zhuanjia_wrapper .zhuanjia_box ul li .zhuanjia_item {
  width: 352px;
  height: 242px;
}

.zhuanjia_wrapper .zhuanjia_box ul li .zhuanjia_item h2 {
  margin-bottom: 20px;
  color: #222;
  font-family: "Source Han Sans CN";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.zhuanjia_wrapper .zhuanjia_box ul li .zhuanjia_item p {
  margin-bottom: 40px;
  width: 330px;
  color: #555;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  /* 127.273% */
}

.zhuanjia_wrapper .zhuanjia_box ul li .zhuanjia_item .download_btn {
  width: 155px;
  height: 52px;
}

.zhuanjia_wrapper .zhuanjia_box ul li:nth-child(1) .zhuanjia_item {
  margin-left: 40px;
}

.zhuanjia_wrapper .zhuanjia_box ul li:nth-child(2) p {
  width: 352px;
}

.zhuanjia_wrapper .zhuanjia_box ul li:nth-child(2) > img {
  margin-left: 90px;
}

.zhuanjia_wrapper .zhuanjia_box ul li:nth-child(3) .zhuanjia_item {
  margin-left: 150px;
}

.fix_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.fix_wrapper .fix_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1150px;
}

.fix_wrapper .fix_box h1 {
  margin-bottom: 70px;
  color: #222;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

.fix_wrapper .fix_box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fix_wrapper .fix_box ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  width: 358px;
  height: 218px;
  flex-shrink: 0;
  border-radius: 6px;
  border: 1px solid #7eb6ff;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 111, 255, 0.3);
}

.fix_wrapper .fix_box ul li h2 {
  margin-top: 10px;
  margin-bottom: 5px;
  flex-shrink: 0;
  color: #222;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.fix_wrapper .fix_box ul li p {
  width: 266px;
  color: #2b2b2b;
  text-align: center;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 130% */
}

/* 评价 */
.assess-box {
  width: 100%;
  padding: 100px 0;
  box-sizing: border-box;
}

.assess-box h1 {
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "PingFang SC";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
}

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

.footerdownload_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 370px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/148/footer_bg.png) no-repeat center/cover;
}

.footerdownload_wrapper .footerdownload_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
}

.footerdownload_wrapper .footerdownload_box h1 {
  margin-bottom: 20px;
  color: #1f2026;
  font-family: "Source Han Sans CN";
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.footerdownload_wrapper .footerdownload_box .banner_dec {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  color: #2b2b2b;
  font-family: "Source Han Sans CN";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footerdownload_wrapper .footerdownload_box .banner_dec::before {
  content: "";
  display: block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  background: url(https://res.callmysoft.com/wm-static-resource/index/KingshiperPc/product/148/dianzan.png) no-repeat center/cover;
}

.footerdownload_wrapper .footerdownload_box .download_box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 486px;
  height: 64px;
}

.footerdownload_wrapper .footerdownload_box .download_box .download_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 32px;
  background: linear-gradient(229deg, #28cdea -15.13%, #1aa6f3 20.91%, #0e83fc 107.43%);
}

.footerdownload_wrapper .footerdownload_box .download_box .download_btn img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.footerdownload_wrapper .footerdownload_box .download_box .download_btn span {
  margin-left: 10px;
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.footerdownload_wrapper .footerdownload_box .download_box .buy_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 64px;
  flex-shrink: 0;
  border-radius: 32px;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(180deg, #ace6ff, #ace6ff), linear-gradient(45deg, #0e83fc 0%, #28cdea 100%);
}

.footerdownload_wrapper .footerdownload_box .download_box .buy_btn img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}

.footerdownload_wrapper .footerdownload_box .download_box .buy_btn span {
  margin-left: 10px;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
  background: linear-gradient(229deg, #28cdea -15.13%, #1aa6f3 20.91%, #0e83fc 107.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
