@charset "UTF-8";


html{height:100%;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-font-smoothing:antialiased;}
body{margin:0;padding:0;background-color:#fff;min-height:100%;height:auto !important;height:100%;color:#404040;font:16px/1.5 Helvetica,arial;}
h1,h2,h3,h4,h5,h6,p,figure,form{margin:0;}
table{border-collapse:collapse; border-spacing:0;}
img{border:0;vertical-align:middle;-ms-interpolation-mode: bicubic;}
a{text-decoration:none;
  /*color:#000;*/
  outline: none;cursor: pointer;}
/* hn */
h1{font-size:16px;line-height:36px;}
h2{font-size:14px;line-height:30px;}
h3{line-height:24px;}
h3,h4,h5,h6{font-size:12px;}
/* ul ol dl */
ul,li,ol{margin: 0;padding:0;list-style: none outside none;}
dl{margin-bottom: 18px;}
dt{font-weight: bold;}
dd{margin:0 0 0 9px;padding:0;}
svg:not(:root) { overflow: hidden;}
/* clearfix */
.fl{float:left;}
.fr{float:right;}
.clearfix:before, .clearfix:after {content:""; display:table;}
.clearfix:after{clear:both;overflow:hidden;}
.clearfix{zoom:1;}



body {
  min-width: 1200px;
}

@media (max-width: 1280px) {
  /*.banner_wrapper .banner_box {*/
  /*  margin-top: -10px !important;*/
  /*  height: 762px !important;*/
  /*}*/
  /*.banner_wrapper .banner_box .b_left .ms2 {*/
  /*  margin-bottom: 10px !important;*/
  /*}*/
  /*.banner_wrapper .banner_box .b_left .ms1 {*/
  /*  margin-bottom: 17px !important;*/
  /*}*/
  /*.banner_wrapper .banner_box .b_right {*/
  /*  width: 568px !important;*/
  /*}*/
  /*.banner_wrapper {*/
  /*  height: 630px !important;*/
  /*}*/
}
@media (max-width: 1920px) {
  /*.banner_wrapper {*/
  /*  height: 639px !important;*/
  /*}*/
}
.header-content {
  position: fixed;
  top: 0;
  height: 84px;
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(50px);
  z-index: 999;
}
.header-content .header-right a {
  width: 204px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #0151FF;
}
.header-content .header-right a img {
  margin-right: 8px;
  width: 24px;
}
.header-content .header-right a span {
  color: #0151FF;
  font-size: 24px;
  font-weight: 700;
}
.header-content .header-right {
  display: flex;
  align-items: center;
}
.download_img_normal{
  display: block;
}
.download_img_hover{
  display: none;
}

.header-content .header-right a:hover {
  color: #FFF;
  border-radius: 8px;
  background: #0151FF;
}
.header-content .header-right a:hover span  {
  color: #FFF;
}
.header-content .header-right a:hover .download_img_normal{
  display: none;
}
.header-content .header-right a:hover .download_img_hover{
  display: block;
}

.add_adaptation {
  width: 100%;

}
.add_adaptation .w {
  height: 84px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner_wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  width: 100%;
  height: 100% !important;
  min-height: 928px;
  background: url(page_bg.webp) no-repeat center;
}
.banner_wrapper .banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 135px;
}
.banner_wrapper .banner_box .b_left {
  margin-right: 58px;
}
.banner_wrapper .banner_box .b_left .text {
  width: fit-content;
  position: relative;
  margin-bottom: 16px;
}
.banner_wrapper .banner_box .b_left .text h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 58px;
  color: #000000;
}

.banner_wrapper .banner_box .b_left .text h1 span {
  color: #666;
  font-size: 20px;
  font-weight: 400;
}


.banner_wrapper .banner_box .b_left .text .tuijian {
  position: absolute;
  top: -40px;
  right: -70px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 9px 16px 6px;
  background: linear-gradient(90deg, #351FFF 0%, #FF00B2 100%);
  border-radius: 40px 40px 40px 0px;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #ffffff;
  box-sizing: border-box;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 {
  margin-top: 30px;
  margin-bottom: 6px;
}
.banner_wrapper .banner_box .b_left .briefIntroduction1 li {
  display: flex;
  align-items: center;
  color: #333;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 16px;
}
.banner_wrapper .banner_box .b_left .ms1 {
  margin-bottom: 33px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #999999;
}
.banner_wrapper .banner_box .b_left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 292px;
  height: 72px;
  background: linear-gradient(272.84deg, #4f98fe 1.43%, #5e4ffe 78.26%, #894ffe 112.07%);
  border-radius: 77px;
  margin-bottom: 8px;
}
.banner_wrapper .banner_box .b_left a img {
  margin-right: 14px;
  width: 32px;
}
.banner_wrapper .banner_box .b_left a span {
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}
.banner_wrapper .banner_box .b_left .briefIntroduction2 {
  box-sizing: border-box;
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 328px;
  height: 62px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.12);
}
.banner_wrapper .banner_box .b_left .briefIntroduction2 li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner_wrapper .banner_box .b_left .briefIntroduction2 li img {
  box-sizing: border-box;
  margin-right: 8px;
  width: 24px;
}
.banner_wrapper .banner_box .b_left .briefIntroduction2 li span {
  color: #00C652;
  font-size: 24px;
  font-weight: 700;
}
.banner_wrapper .banner_box .b_left .ms2 {
  width: 361px;
  height: 28px;
  display: flex;
  align-items: center;
  padding-left: 25px;
  box-sizing: border-box;
  margin-bottom: 20px;
  background: url(https://res.callmysoft.com/wm-static-resource/Sem/572_sem/ms2_bg.png) no-repeat center center/cover;
}
.banner_wrapper .banner_box .b_left .ms2 span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  display: inline-block;
}
.banner_wrapper .banner_box .b_left .ms2 span:nth-child(1) {
  margin-right: 43px;
}
.banner_wrapper .banner_box .b_left .ms2 span:nth-child(2) {
  margin-right: 49px;
}
.banner_wrapper .banner_box .b_left .ms3 {
  display: flex;
  align-items: center;
  justify-content: start;
}
.banner_wrapper .banner_box .b_left .ms3 span {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #343942;
  opacity: 0.8;
}
.banner_wrapper .banner_box .b_left .ms3 span + span {
  display: inline-block;
  margin-left: 15px;
}
.banner_wrapper .banner_box .b_right {
  width: 635px;
}
.banner_wrapper .banner_box .b_right img {
  width: 100%;
}



.aggregate_style {
  line-height: 1;
}
.aggregate_style img {

}
.aggregate_style .header-title h1 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}
.aggregate_style .header-title span {
  display: inline-block;
  margin-left: 10px;
}

.hidden-header-box .header-title h1,
.hidden-header-box .header-title span {
  color: #000;
}


.download_box{
  margin-top: 64px;
  text-align: center;
}
.download_box .describe_title{
  color: #333;
  font-size: 32px;
  font-weight: 700;
}
.download_button{
  position: relative;
  width: 392px;
  height: 100px;
  line-height: 100px;
  margin: 24px auto;
  text-align: center;
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  border-radius: 16px;
  background: linear-gradient(0deg, #0050FF 0%, #008CFF 100%);
  cursor: pointer;
}
/* 核心动画层 */
.download_button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
  transform: translateX(-50%);
  z-index: 1;
}
/* 悬停动画 */
.download_button:hover::before {
  width: 392px;
  height: 100px;
  background: rgba(255, 255, 255, 0);
  z-index: 2;
  pointer-events: none;
}
.download_button a{
  color: #FFF;
  z-index: 33;
  width: 392px;
  height: 100px;
  display: block;
}
.download_button span{
  margin-left: 10px;
  z-index: 33;
}

.download_box_text{
  color: rgba(0, 0, 0, 0.50);
  font-size: 12px;
  font-weight: 400;
}
.download_box_text span{
  margin: 0 8px;
}

.describe_body01{
  width: 100%;
  height: 1327px;
  margin-top: 60px;
  padding: 60px 0;
  text-align: center;
  border-radius: 84px 84px 0 0;
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(50px);
  z-index: 1;
}
.describe_body01 .describe_title{
  color: #333;
  font-size: 32px;
  font-weight: 700;
}
.describe_body01 .describe_img{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.describe_body02 {
  width: 100%;
  padding: 60px 0 20px;
  text-align: center;
  background: #F8F8F8;
}
.describe_body02 .describe_title{
  color: #333;
  font-size: 32px;
  font-weight: 700;
}
.describe_body02 .describe_img{
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.describe_body02 .describe_button{
  background: linear-gradient(0deg, #009E2A 0%, #38C95F 100%)
}
.describe_body02 .describe_button a{
  color: #FFF;
}
.describe_body02 .describe_text{
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.40);
}




.footer-box{
  /*position: absolute;*/
  /*bottom: 0;*/
  width: 100%;
  min-height:36px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 12px;
  font-weight: 400;
}

#counter {
  font-size: 24px;
  font-weight: bold;
  color: #FF0040;
  transition: all 0.1s ease;
  display: inline-block;
}

.jump {
  animation: jump 0.3s ease;
}

@keyframes jump {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-20px) scale(1.2); }
  100% { transform: translateY(0) scale(1); }
}
