@charset "UTF-8";
body {
  position: relative;
}

.common_a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 354.437px;
  height: 79.725px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #205eff;
  background: var(--Style, linear-gradient(89deg, #ff7418 0.59%, #ff2917 100.65%));
  color: #fff;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1px;
}

.common_a img {
  margin-right: 8px;
  width: 36px;
  height: 36px;
}

.common_a i.mark_a {
  position: absolute;
  top: -166px;
  left: -28px;
  background: rgba(255, 255, 255, 0.2);
  width: 400px;
  height: 400px;
  border-radius: 50%;
  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;
  cursor: pointer;
}

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

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

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

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

.common_a_other {
  width: 188px;
  height: 62px;
}

.common_a_other img {
  width: 24px;
  height: 24px;
}

.common_a_other i.mark_a {
  top: -165px;
  left: -100px;
  cursor: pointer;
}

.center_column, .efficiency_box .func_box .func_item {
  display: flex;
  flex-direction: column;
}

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

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

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

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

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

.content_box .header-content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 150px;
  height: 60px;
  line-height: 60px;
  min-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
}

.content_box .header-content .mark_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: transparent;
  z-index: 101;
}

.content_box .header-content .w_header {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 1200px;
}

.content_box .header-content .w_header a {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 102;
}

.content_box .header-content .w_header a img {
  margin-right: 12px;
  width: 40px;
}

.content_box .header-content .w_header a span {
  font-size: 16px;
  color: #000;
  color: #fff;
  font-family: "microsoft yahei";
  margin-left: 10px;
  font-weight: 700;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content_box .header-content .w_header .header-right {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 102;
  display: none;
}

.content_box .header-content .w_header .header-right span {
  margin-right: 30px;
  font-size: 18px;
  color: #3c3c3c;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #000;
}

.content_box .header-content .w_header .header-right a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 102px;
  height: 32px;
  margin-right: 0;
  background-color: #f53963;
  border-radius: 10px;
}

.content_box .header-content .w_header .header-right a span {
  margin-right: 0;
  margin-left: 0 !important;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.content_box .header-content .w_header .header-right a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  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;
}

.content_box .hidden-header-box {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  width: 100%;
  z-index: 999;
}

.content_box .hidden-header-box .hhb_content {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content_box .hidden-header-box .hhb_content .h_left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_box .hidden-header-box .hhb_content .h_left img {
  margin-right: 12px;
  width: 40px;
}

.content_box .hidden-header-box .hhb_content .h_left span {
  font-size: 16px;
  color: #000;
  font-family: "microsoft yahei";
  margin-left: 10px;
  font-weight: 700;
}

.content_box .hidden-header-box .hhb_content .h_right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content_box .hidden-header-box .hhb_content .h_right span {
  margin-right: 15px;
  font-size: 16px;
  color: #868686;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.content_box .hidden-header-box .hhb_content .h_right a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 178px;
  height: 44px;
  margin-right: 0;
  border-radius: 6px;
  background: #205eff;
  background: var(--Style, linear-gradient(89deg, #ff7418 0.59%, #ff2917 100.65%));
}

.content_box .hidden-header-box .hhb_content .h_right a span {
  margin-right: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #fff;
}

.content_box .hidden-header-box .hhb_content .h_right a i {
  position: absolute;
  top: 50%;
  left: 50%;
  background: rgba(255, 255, 255, 0.2);
  width: 340px;
  height: 340px;
  border-radius: 50%;
  margin-left: -170px;
  margin-top: -170px;
  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;
}

.content_box .hidden-header-box .hhb_content .h_right a img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}

.content_box .hidden-header-box .hhb_content .h_right a:nth-child(3) {
  margin-left: 10px;
}

.content_box .hidden-header-box .hhb_content .h_right a:nth-child(3) img {
  margin-right: 3px;
  width: 26px;
  height: 26px;
}

.content_box .hidden-header-box .hhb_content .h_right ul {
  margin-left: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.content_box .hidden-header-box .hhb_content .h_right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-family: Microsoft YaHei UI;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
}

.content_box .hidden-header-box .hhb_content .h_right ul li img {
  margin-right: 4px;
  width: 24px;
}

.content_box .hidden-header-box .hhb_content .h_right ul li + li {
  margin-left: 24px;
}

.banner_wrapper {
  position: relative;
  width: 100%;
  height: 1080px;
}

.banner_wrapper .video_wrapper {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

.banner_wrapper .video_wrapper .mask-box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.85);
}

.banner_wrapper .video_wrapper > video {
  width: 100%;
  object-fit: cover;
  height: 1080px;
}

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

.banner_wrapper .banner_box h1 {
  margin-bottom: 24px;
  position: relative;
  width: fit-content;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner_wrapper .banner_box h1 > span {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(91deg, #ff3a1e 0.96%, #ff9518 123.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_wrapper .banner_box h1 i {
  position: absolute;
  top: -26px;
  right: -125px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px;
  box-sizing: border-box;
  border-radius: 22px 0px 22px 0px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/tag_bg.png) no-repeat center/cover;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.banner_wrapper .banner_box > p {
  margin-bottom: 54px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .download_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 745px;
}

.banner_wrapper .banner_box .common_a {
  margin-bottom: 20px;
}

.banner_wrapper .banner_box .common_a:nth-child(2) img {
  margin-right: 3px;
  width: 49px;
  height: 49px;
}

.banner_wrapper .banner_box .b_described {
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_wrapper .banner_box .b_described li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00ca51;
  font-family: "Smiley Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
}

.banner_wrapper .banner_box .b_described li img {
  margin-right: 6px;
  width: 20px;
}

.banner_wrapper .banner_box .b_described li + li {
  margin-left: 30px;
}

.banner_wrapper .banner_box .b_menu {
  margin-bottom: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_wrapper .banner_box .b_menu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 228px;
  height: 256px;
  flex-shrink: 0;
  border-radius: 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(90deg, rgba(252, 248, 240, 0.18) 0.04%, rgba(231, 252, 238, 0.18) 116.75%);
  padding-top: 13px;
  padding-left: 30px;
  box-sizing: border-box;
}

.banner_wrapper .banner_box .b_menu li h4 {
  color: #fff;
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 22px */
  letter-spacing: 1.1px;
  margin-top: 5px;
  margin-bottom: 13px;
}

.banner_wrapper .banner_box .b_menu li p {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 18px */
  letter-spacing: 0.9px;
  display: flex;
  align-items: center;
}

.banner_wrapper .banner_box .b_menu li p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  margin-right: 10px;
}

.banner_wrapper .banner_box .b_menu li img {
  margin-bottom: 8px;
  width: 74px;
  height: 74px;
}

.banner_wrapper .banner_box .b_menu li + li {
  margin-left: 24px;
}

.banner_wrapper .banner_box .b_countText {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
}

.banner_wrapper .banner_box .b_countText li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: right;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .b_countText li span {
  color: #000;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  background: linear-gradient(91deg, #ff462c 0.96%, #ff9518 123.5%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner_wrapper .banner_box .b_countText li + li {
  margin-left: 40px;
}

.banner_wrapper .banner_box .b_update {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_wrapper .banner_box .b_update li {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.banner_wrapper .banner_box .b_update li + li {
  margin-left: 40px;
}

.efficiency_box {
  padding: 100px 0 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.efficiency_box h1 {
  margin-bottom: 68px;
  color: #233042;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 36px */
}

.efficiency_box .func_box {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  flex-wrap: wrap;
}

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

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

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

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

.efficiency_box .download_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 745px;
}

.efficiency_box .common_a {
  margin-bottom: 20px;
}

.efficiency_box .common_a:nth-child(2) img {
  margin-right: 3px;
  width: 49px;
  height: 49px;
}

.advantages_box {
  padding: 100px 0 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/advantages_box_bg.png) no-repeat center center/cover;
}

.advantages_box h1 {
  color: #233042;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 36px */
  margin-bottom: 68px;
}

.advantages_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1230px;
}

.advantages_box ul li {
  margin-right: 30px;
  padding: 30px;
  box-sizing: border-box;
  width: 380px;
  height: 227px;
  border-radius: 20px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), radial-gradient(64.4% 64.33% at 37.24% -6.61%, #bbe6f7 0%, rgba(187, 230, 247, 0) 100%), #e9f8ff;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
}

.advantages_box ul li img {
  margin-bottom: 16px;
  width: 70px;
  height: 70px;
}

.advantages_box ul li p {
  margin-bottom: 16px;
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.advantages_box ul li span {
  color: #333;
  font-family: "Microsoft YaHei UI";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  opacity: 0.7;
  line-height: normal;
}

.advantages_box ul li:nth-child(n + 4) {
  margin-top: 30px;
}

.advantages_box ul li:last-child {
  margin-right: 0;
}

.demand_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_bg.png) no-repeat center center/cover;
}

.demand_box h1 {
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 36px */
  margin-bottom: 68px;
}

.demand_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1200px;
}

.demand_box ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
  border-radius: 20px;
  border: 2px solid transparent;
  box-sizing: border-box;
  height: 180px;
  margin-right: 24px;
  overflow: hidden;
}

.demand_box ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_mark.png) no-repeat center center/cover;
  transform: translateY(100%);
}

.demand_box ul li:hover {
  border: 2px solid #20d7ff;
}

.demand_box ul li:hover::before {
  transform: translateY(0);
}

.demand_box ul li:nth-child(1) {
  width: 384px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_01.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(2) {
  width: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_02.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(3) {
  width: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_03.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(4) {
  margin-right: 0;
  width: 384px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_04.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(5) {
  width: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_05.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(6) {
  width: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_06.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(7) {
  width: 384px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_07.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(8) {
  width: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_08.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(9) {
  margin-right: 0;
  width: 180px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/demand_box_09.png) no-repeat center center/cover;
}

.demand_box ul li:nth-child(n + 5) {
  margin-top: 24px;
}

.scene_box {
  padding: 100px 0 100px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.scene_box h1 {
  margin-bottom: 68px;
  color: #233042;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 36px */
}

.scene_box ul {
  margin-bottom: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1200px;
}

.scene_box ul li {
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  padding: 14px;
  width: 282px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #f0f2f4;
  background: #f6f8fa;
  box-sizing: border-box;
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 24px */
}

.scene_box ul li img {
  margin-bottom: 34px;
  width: 254px;
  height: 198px;
}

.scene_box ul li:nth-child(4), .scene_box ul li:nth-child(8) {
  margin-right: 0;
}

.scene_box ul li:nth-child(n + 5) {
  margin-top: 20px;
}

.scene_box .download_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 745px;
}

.scene_box .common_a {
  margin-bottom: 20px;
}

.scene_box .common_a:nth-child(2) img {
  margin-right: 3px;
  width: 49px;
  height: 49px;
}

.simple_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 0 100px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/simple_box_bg.png) no-repeat center center/cover;
}

.simple_box h1 {
  margin-bottom: 74px;
  color: #233042;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 36px */
}

.simple_box .easy-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.simple_box .easy-content .easy-content_mark {
  position: absolute;
  bottom: 55px;
  left: -41px;
  width: 21px;
  height: 355px;
}

.simple_box .easy-content ul li {
  position: relative;
  width: 352px;
  height: 114px;
  padding-top: 17px;
  padding-left: 24px;
  padding-right: 10px;
  border-radius: 12px;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.simple_box .easy-content ul li + li {
  margin-top: 53px;
}

.simple_box .easy-content ul li::before {
  position: absolute;
  top: 49%;
  left: -43px;
  transform: translateY(-50%);
  content: "";
  width: 23px;
  height: 23px;
  background: #205eff;
  border: 2px solid #cbdfff;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 100;
  display: none;
}

.simple_box .easy-content ul li.active::before {
  display: block;
}

.simple_box .easy-content ul li .easy-text-img {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 16px;
}

.simple_box .easy-content ul li .easy-text-img h2 {
  margin-bottom: 0;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 33.6px */
  opacity: 0.9;
}

.simple_box .easy-content ul li.active .easy-text-img h2 {
  color: #333333;
  opacity: 1;
}

.simple_box .easy-content ul li .easy-text-img img {
  padding-top: 6px;
  margin-right: 11px;
  width: 70px;
  height: 23px;
}

.simple_box .easy-content ul li.active {
  border: 1px solid #205eff;
  background: rgba(93, 158, 255, 0.1);
}

.simple_box .easy-content ul li img {
  width: 32px;
  height: 32px;
}

.simple_box .easy-content ul li img:nth-child(1) {
  display: block;
}

.simple_box .easy-content ul li img:nth-child(2) {
  display: none;
}

.simple_box .easy-content ul li.active img:nth-child(1) {
  display: none;
}

.simple_box .easy-content ul li.active img:nth-child(2) {
  display: block;
}

.simple_box .easy-content ul li .easy-text h2 {
  height: 26px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  margin-bottom: 10px;
}

.simple_box .easy-content ul li.active .easy-text h2 {
  height: 26px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 21px;
  background: linear-gradient(180deg, #11d2d0 16.91%, #27baff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.simple_box .easy-content ul li .easy-text p {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  color: #999;
}

.simple_box .easy-content ul li.active .easy-text p {
  color: #4d4d4d;
}

.simple_box .easy-img-bg {
  position: relative;
  margin-left: 63px;
  width: 742px;
  height: 459px;
  border-radius: 20px;
  overflow: hidden;
}

.simple_box .easy-img-bg > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.simple_box .easy-img-box img {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 390px;
}

.simple_box .easy-img-box img.active {
  display: block;
}

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

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

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

.assess-content ul:nth-child(1) li {
  display: none;
  width: 100%;
  height: 307px;
  box-sizing: border-box;
  border-radius: 30px;
  background: #f9fbff;
  position: relative;
  z-index: 10;
  text-align: center;
  padding-top: 48px;
  border-radius: 30px;
  border: 2px solid transparent;
}

.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: #f9fbff;
  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 #205eff;
}

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

.footer_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 113px 0 113px;
  box-sizing: border-box;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/470_sem/footer_box_bg.png) no-repeat center center/cover;
}

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

.footer_box ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 114px;
  padding: 0 117px;
  box-sizing: border-box;
}

.footer_box ul li p {
  margin-bottom: 10px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.footer_box ul li p i {
  color: #205eff;
  text-align: right;
  font-family: "PingFang SC";
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 64px */
}

.footer_box ul li span {
  display: block;
  width: 126px;
  color: #333;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
}

.footer_box ul li + li {
  border-left: 1px solid #d9d9d9;
}
