@charset "UTF-8";
body {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.banner {
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 1080px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/540_sem_new/banner_bg.png) no-repeat center center/cover;
}
.banner .banner_top_box {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.banner .banner_top_box .banner_top_logo .header-right ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .banner_top_box .banner_top_logo .header-right ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 12px;
  box-sizing: border-box;
  color: #005fb8;
  margin-right: 20px;
  background: linear-gradient(90deg, rgba(0, 95, 184, 0.1) 0%, rgba(19, 130, 235, 0.1) 100%);
  border-radius: 4px;
}
.banner .banner_top_box .banner_top_logo .header-right ul li:last-child {
  margin-right: 0;
}
.banner .menu_banner {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .menu_banner ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .menu_banner ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 214px;
  border-radius: 10px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  transform: translateY(0);
  transition: all 0.3s;
  cursor: default;
}
.banner .menu_banner ul li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  /* 按钮渐变 */
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner .menu_banner ul li img {
  margin-bottom: 22px;
  width: 80px;
}
.banner .menu_banner ul li + li {
  margin-left: 32px;
}
.banner .menu_banner ul li:hover {
  transform: translateY(-10px);
}
.banner .b_content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .b_content .b_c_left {
  margin-right: 42px;
}
.banner .b_content .b_c_left h1 {
  margin-bottom: 48px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  color: #0a2239;
}
.banner .b_content .b_c_left .textDescription {
  margin-bottom: 48px;
}
.banner .b_content .b_c_left .textDescription li {
  display: flex;
  justify-content: start;
  align-items: center;
}
.banner .b_content .b_c_left .textDescription li img {
  margin-right: 12px;
  width: 20px;
}
.banner .b_content .b_c_left .textDescription li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
}
.banner .b_content .b_c_left .textDescription li + li {
  margin-top: 12px;
}
.banner .b_content .b_c_left .systemDescription {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  width: 488px;
  height: 48px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/540_sem_new/systemDescription_bg.svg) no-repeat center center;
}
.banner .b_content .b_c_left .systemDescription li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .b_content .b_c_left .systemDescription li img {
  margin-right: 9px;
  width: 32px;
}
.banner .b_content .b_c_left .systemDescription li span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #005fb8;
}
.banner .b_content .b_c_left .systemDescription li + li {
  margin-left: 24px;
}
.banner .b_content .b_c_left .down_a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}
.banner .b_content .b_c_left .down_a a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 56px;
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
  border-radius: 8px;
  margin-right: 20px;
}
.banner .b_content .b_c_left .down_a a img {
  margin-right: 12px;
  width: 33px;
}
.banner .b_content .b_c_left .down_a a span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 22.4px;
  color: #ffffff;
}
.banner .b_content .b_c_left .down_a div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .b_content .b_c_left .down_a div img {
  margin-right: 8px;
  width: 24px;
}
.banner .b_content .b_c_left .down_a div span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #005fb8;
}
.banner .b_content .b_c_right img {
  width: 750px;
  height: 511px;
}
.banner .b_bottom {
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 120px;
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
  border-radius: 8px;
}
.banner .b_bottom .item-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .b_bottom .item-box img {
  margin-right: 19px;
  width: 60px;
}
.banner .b_bottom .item-box div {
  position: relative;
  height: 60px;
  width: 272px;
}
.banner .b_bottom .item-box div > span {
  display: inline-block;
  margin-bottom: 5px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  opacity: 0.8;
}
.banner .b_bottom .item-box div p {
  position: relative;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: end;
  color: #cde1f4;
}
.banner .b_bottom .item-box div p span {
  display: inline-block;
  margin-right: 20px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 100%;
  background: linear-gradient(90deg, #41f9ff 0%, #95ff57 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.banner .b_bottom .item-box div p img {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 12px;
  margin-right: 0;
}
.banner .b_bottom .item-box + .item-box {
  margin: 0 100px;
}
.banner .b_bottom a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 224px;
  height: 56px;
  background: #ebf5ff;
  border-radius: 8px;
}
.banner .b_bottom a img {
  margin-right: 12px;
  width: 33px;
}
.banner .b_bottom a span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 22.4px;
  /* 按钮渐变 */
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.menu_box {
  padding: 107px 0;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/540_sem_new/menu_box_bg.png) no-repeat center center/cover;
}
.menu_box h1 {
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 44px */
}
.menu_box ul {
  margin-top: 67px;
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
}
.menu_box ul li {
  position: relative;
  padding-top: 14px;
  box-sizing: border-box;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  width: 282px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #f0f2f4;
  background: #f6f8fa;
  color: #141e31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  transform: translateY(0px);
  transition: all 0.3s;
  cursor: default;
}
.menu_box ul li:nth-child(4n) {
  margin-right: 0;
}
.menu_box ul li:nth-child(n+4) {
  margin-bottom: 0;
}
.menu_box ul li img {
  margin-bottom: 34px;
  width: 91%;
}
.menu_box ul li:hover {
  transform: translateY(-10px);
}
.menu_box ul li .zhuan {
  position: absolute;
  bottom: 67px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
}

.step01_box {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px 0;
  box-sizing: border-box;
  width: 100%;
}
.step01_box .s_b_content {
  width: 1200px;
  height: 524px;
  background: #f9fcff;
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding-top: 40px;
  padding-left: 40px;
}
.step01_box .s_b_content .title_box {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}
.step01_box .s_b_content .title_box img {
  margin-right: 8px;
  width: 40px;
}
.step01_box .s_b_content .title_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #1f2023;
}
.step01_box .s_b_content ul {
  display: flex;
  flex-wrap: wrap;
  width: 1120px;
}
.step01_box .s_b_content ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f9f9f9;
  border-radius: 8px;
  box-sizing: border-box;
  margin-right: 24px;
  width: 262px;
  height: 160px;
  cursor: default;
}
.step01_box .s_b_content ul li img {
  width: 110px;
  margin-bottom: 12px;
}
.step01_box .s_b_content ul li span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #1f2026;
}
.step01_box .s_b_content ul li:nth-child(4n) {
  margin-right: 0;
}
.step01_box .s_b_content ul li:nth-child(n+5) {
  margin-top: 24px;
}
.step01_box .s_b_content ul li:hover {
  background: rgba(1, 127, 255, 0.0958107);
  border: 1px solid #017fff;
}

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

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header-left h1 {
  margin-left: 12px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #005fb8;
}

.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-right .anquan {
  display: flex;
  align-items: center;
}
.header-right .anquan img {
  margin-right: 8px;
  width: 24px;
}
.header-right .anquan span {
  font-family: "Microsoft YaHei UI" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #005fb8 !important;
}

.header-right > span {
  margin-right: 20px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #333333;
}

.header-right a {
  position: relative;
  margin-right: 20px;
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
  overflow: hidden;
}
.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;
}

.download_ios_wrapper a .tuijian,
.header-right a .tuijian {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -9px;
  right: -16px;
  width: 37px;
}

.download_ios_wrapper a .tuijian {
  top: -12px;
}

.download_ios_wrapper a .tuijian img,
.header-right a .tuijian img {
  width: 100%;
}

.download_ios_wrapper a .tuijian img {
  height: 24px;
}

.download_ios_wrapper a .tuijian span,
.header-right a .tuijian span {
  position: absolute;
  top: 2px;
  right: 10px;
  color: #fff;
  font-size: 12px;
}

.download_ios_wrapper a .tuijian span {
  top: 1px;
  right: 10px;
}

.header-right a:last-child {
  margin-right: 0;
}

.header-content {
  height: 70px;
  line-height: 70px;
  width: 1200px;
  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;
}

.hidden-header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hidden-header-right p {
  font-size: 16px;
  font-family: "microsoft yahei";
  color: #333333;
  margin-right: 16px;
}

.hidden-header-right a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 200px;
  height: 40px;
  background: #e12924;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
}

.hidden-header-right a:hover {
  background: #c04000;
}

.hidden-header-right a span {
  margin: 0 10px;
}

.hidden-header-right a img {
  width: 20px;
}

.headload_sty {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
}
.headload_sty img {
  margin-right: 10px;
  width: 23px;
}
.headload_sty span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}

.headload_sty 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: 18px;
  line-height: 100%;
  /* identical to box height, or 18px */
  letter-spacing: 0.03em;
  color: #ffffff;
}

.filtter_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  align-items: center;
  height: 70px;
  z-index: 999;
  background: rgba(192, 203, 223, 0.5);
  backdrop-filter: blur(5.4000000954px);
  display: none;
}
.filtter_box .w_filter {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filtter_box .f_left {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  color: #005fb8;
}
.filtter_box .f_left img {
  margin-right: 12px;
  width: 40px;
}
.filtter_box .f_right {
  display: flex;
  justify-content: center;
  align-items: center;
}
.filtter_box .f_right > span {
  display: inline-block;
  margin-right: 20px;
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.06em;
  color: #333333;
}
.filtter_box .f_right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 40px;
  background: linear-gradient(90deg, #005fb8 0%, #1382eb 100%);
  border-radius: 10px;
  margin-right: 20px;
}
.filtter_box .f_right a img {
  width: 24px;
}
.filtter_box .f_right a span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin-right: 0;
}
.filtter_box .f_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;
}
.filtter_box .f_right .anquan {
  display: flex;
  align-items: center;
}
.filtter_box .f_right .anquan img {
  width: 24px;
  margin-right: 8px;
}
.filtter_box .f_right .anquan span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #005fb8;
}

.header-title {
  line-height: 1;
}
.header-title #header-title-h1 {
  line-height: 1;
  margin-bottom: 8px;
  color: #000;
  font-size: 18px;
}
.header-title span {
  display: inline-block;
  margin-left: 12px;
  line-height: 1 !important;
  font-size: 14px;
  color: #000 !important;
  font-weight: 400 !important;
}

/*# sourceMappingURL=style.css.map */
