body{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  background: linear-gradient(253deg, #e4fdf2 0%, #dcf3fd 20%, #FFFFFF 100%), #FFFFFF;
  position: relative;
}
html{
  margin: 0 !important;
  padding: 0 !important;
}
a{
  text-decoration: none;
  /* color: #000; */
  outline: none;
  cursor: pointer;
}
.header{
  width: 100%;
  top: 0;
  left: 0;
  /* background: #fff; */
  z-index: 3;
}
.navbar,.navbar1{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.navbar{
  height:80px;
  justify-content: space-between;
}
.navbar1{
  height:87px;
  justify-content:  space-between;
}
.navbar .logo_nav{
  height: 100%;
  display: flex;
  align-items: center;
  margin-right: auto;
}
.navbar1 .logo_nav {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-right: auto;
}
.navbar .navbar_logo, .navbar1 .navbar_logo{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbar1 .navbar_logo{
  display: flex;
  align-items: center;
}
.navbar .logo_nav .soft_logo,.navbar1 .logo_nav .soft_logo{
 width: 54px;
 height: 54px;
}
.navbar1 .logo_nav .soft_logo{
  margin-right: 10px;
}
.navbar .logo_nav .soft_title{
  color:rgb(29, 33, 41);
  font-size: 24px;
  font-weight: 550;
  height: 80px;
  line-height: 80px;
  white-space: nowrap;
  margin-left: 10px;
}
.navbar1 .logo_nav .soft_title{
  color:rgb(29, 33, 41);
  font-size: 24px;
  height: 54px;
  line-height: 54px;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
}
.navbar  .down_site{
  cursor: pointer;
  margin-left: auto;
}
.navbar1 .down_site{
  cursor: pointer;
}
.navbar  .down_site{
  margin-left: 20px;
}
.navbar  .down_site{
  width: 80px;
  height: 27px;
}
.navbar1 .down_site{
  width: 62px;
  height: 31px;
}
.navbar .navbar_down_btn,.navbar1 .navbar_down_btn{
  position: relative;
  overflow: hidden;
  width: 152px;
  height: 46px;
  line-height: 46px;
  background: linear-gradient( 51deg, #60CCFF 0%, #66FFA6 100%) ;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.navbar1 .navbar_down_btn{
  margin-right: 30px;
}
.navbar .navbar_down_btn i,.navbar1 .navbar_down_btn i{
  position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin-left: -150px;
    margin-top: -150px;
    animation: spread 2s infinite both;
    -webkit-animation: spread 2s infinite both;
    -moz-animation: spread 2s infinite both;
    -o-animation: spread 2s infinite both;
    z-index: 1;
}
.container{
  width: 1200px; 
  margin: 0 auto; 
}
.soft_introduction{
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 32px;
}
.soft_introduction .soft_title{
  font-size: 32px;
  font-weight: bold;
  line-height: 45px;
  color: #1D2C29;
}
.soft_introduction .soft_simple{
  font-size: 14px;
  color: #1D2C29; 
  font-weight: 500; 
  line-height: 30px;
}
.soft_introduction .soft_content{
  color:#1D2C29 ;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.soft_introduction .soft_content .soft_main{
  color: #ff4d00;
}
.soft_download{
  width: 1200px;
  height: 300px;
  background: #fff;
  border-radius: 24px;
  box-sizing: border-box;
  padding:70px 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.soft_download .soft_left{
  display: flex;
  height: 100%;
  flex-direction: column;  
  justify-content:space-between; 
}
.soft_download .soft_left .soft_title{
    display: flex ;

}
.soft_left .soft_title .soft_image{
  width: 80px;
  height:80px;
}
.soft_left .soft_title .soft_title_content{
  height: 80px;
  display: flex;
  flex-direction: column;  
  justify-content: space-between;
  margin-left: 10px;
}
.soft_title .soft_title_content .soft_name{
  display: flex;
  align-items: center;
  
}
.soft_title_content .soft_name .soft_name_text{
  font-size: 27px;
  color:#333;
  font-weight: bold;  
}
.soft_title_content .soft_name .soft_tag{
  border-radius: 4px;
  margin-left: 20px;
  padding: 0 7px;
  font-weight: bold;
  background: #df4d24;
  height: 24px;
  line-height: 24px;
  color: #fff;  
}
.soft_download .soft_left .soft_ver{
  display: flex;  
  align-items: center;  
  margin-left: 84px;
}
.soft_left .soft_ver .ver_content{
  display: flex;
  flex-direction: column;
}
.soft_ver .ver_content .var_value{
  font-weight: bold;
  font-size: 18px;
  color:#333;
  line-height: 22px;
  height: 22px;  
}
.soft_ver .ver_content .var_name{
  color:#999;
  font-size: 14px;
  height: 19px;
  line-height: 19px;
  margin-top: 4px;
}
.soft_ver  .part_line{
    width: 1px;
    height: 20px;
    background:#ccc;
    margin: 0 30px;
}
.soft_title .soft_title_content .soft_score{
  display: flex;
  margin-bottom: 3px;
  align-items: center;
  align-items: center;
}
.soft_title_content .soft_score .score_star{
    display: flex;
}
.soft_score .score_star img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.soft_title_content .soft_score .soft_mark{
  color: #6db274;
  font-weight: bold;  
  margin-left: 10px;
}
.soft_title_content .soft_score .evaluate_num{
    color: #666;
    margin-left: 15px;
}
.soft_right{
  /* width: 225px; */
  /* flex: 1; */
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center; 
  align-items: center;

}
.soft_right .down_num{
  color: #fff;
  height: 28px;
  line-height: 28px;  
  margin-bottom: 20px;
  padding: 0px 12px;
  /* box-sizing: border-box; */
  background: #60CCFF;
  border-radius:16px 0 16px 0px;
}
.soft_right .download,.down_btn .download,.down_btn1 .download{
  position: relative;
  overflow: hidden;
  width: 225px;
  height: 80px;
  line-height: 74px;
  background: linear-gradient( 51deg, #60CCFF 0%, #66FFA6 100%) ;
  border-radius: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  cursor: pointer;
  z-index: 2;
  /* margin-bottom: 20px; */
}
.soft_right .download i ,.down_btn .download i,.down_btn1 .download i{
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.2);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    margin-left: -200px;
    margin-top: -200px;
    animation: spread 2s infinite both;
    -webkit-animation: spread 2s infinite both;
    -moz-animation: spread 2s infinite both;
    -o-animation: spread 2s infinite both;
    z-index: 1;
}
@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);
    }
  }
.soft_right .down_guarantee{
  margin-top: 10px;
  display: flex;
  align-items: center;

}
.soft_right .down_guarantee img{
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.soft_right .down_guarantee .guarantee_text{
  height: 22px;
  line-height: 22px;
  color:#535252;
  
}
.soft_right .down_guarantee .guarantee_text:nth-child(2){
    margin-right: 16px;  
}
.slogo {
  width:100%;
  text-align: center;
  margin: 30px 0px 30px;
}

.slogo h1{
  width: fit-content;
  margin: 0 auto;
  font-family: "Source Han Sans CN";
  font-style: normal;
  font-weight: 600;
  font-size: 38px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #333333;
}
.banner_swiper {
    margin-top: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 1200px;
    height: 576px;
  }
  .banner_swiper .pic {
    position: relative;
    /* height: 429px; */
    height: 480px;
    margin: 0 4px;
    
    /* width: 282px !important; */
    width: 290px !important;
    transition: width .75s;
    overflow: hidden;
  }
  .banner_swiper .pic .tag_pic {
    position: absolute;
    right: 10px;
    /* bottom: -40px; */
    bottom: 0px;
    z-index: 9;
  }
  .big_pic {
    display: none;
    /* animation: showBigPic 1s linear; */
    /* width: 592px; */
    height: 429px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    border:2px solid #6Db274;
    background: linear-gradient( 224deg, #F1FFF2 0%, #FFFFFF 100%);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 24px 24px 0 24px;
    overflow: hidden;
  }
  .big_pic .trait,.small_pic .trait{
    /* margin-left: 24px; */
    font-size: 32px;
    font-weight: bold;
    color:#333;
    height: 44px;
    line-height: 44px;
    margin-bottom: 35px;
  }
  .big_pic img{
    width: 544px;
    /* height: 330px; */
    border-radius: 16px;
  }
  .banner_swiper .pic_active{
    /* width: 588px !important; */
    width: 598px !important;
  }
  .small_pic {
    height: 429px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border:2px solid #6Db274;
    background: linear-gradient( 224deg, #F1FFF2 0%, #FFFFFF 100%);
    border-radius: 24px;
    box-sizing: border-box;
    padding: 24px 0px 0px 24px;
    overflow: hidden;
  }
  .small_pic img{
    width: 282px;
    border-radius: 16px;
    /* height: 328px; */
  }
  @keyframes showBigPic {
    0% {
      width: 0px;
      height: 100%;
    }
    100% {
      width: 100%;
      height: 100%;
    }
  }
  .hideBigPicClass{
    animation: hideBigPic .75s forwards;
  }
  @keyframes hideBigPic {
    0% {
      width: 100%;
    }
    100% {
      width: 286px;
    }
  }
  .banner_swiper .swiper-slide{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 720px;
    overflow: hidden;
    border: 2px solid #349bde;
    border-radius: 24px;
    background:#e6fcff;
    box-sizing: border-box;
  }
  .banner_swiper .swiper-slide .trait {
    padding: 28px 0px 28px 28px;
    width: 100%;
    text-align: left;
    font-size: 32px;
    font-weight: bold;
    color:#333;
    height: 44px;
    line-height: 44px;
  }
  .swiper-slide-active{
    
  }
  .banner_swiper .swiper-slide img{
    width: 710px;
  }
  .banner_swiper .swiper-button-prev,
  .banner_swiper .swiper-button-next{
    background: #ccdbd5;
    top: 860px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
  }
  .banner_swiper .swiper-button-prev{
    left: 50%;
    margin-left: -670px;
  }
  .banner_swiper .swiper-button-next{
    /* right: 258px; */
    right: 50%;
    margin-right: -670px;
  }
  .banner_swiper .swiper-pagination{
    top: 1037px !important;
  }
  .banner_swiper .paginationBottom{
    top: 1037px !important;
  }
  .banner_swiper .paginationTop{
    top: 1176px !important;
  }
  .banner_swiper .paginationTop1{
    top:1213px !important;
  }
  .banner_swiper .swiper-pagination-bullet {
    /* Paginator 2 */
  
    width: 10px;
    height: 10px;
  
    /* background: rgba(13, 131, 252, 0.5); */
    background: rgba(206, 240, 225, 1);
    mix-blend-mode: normal;
  
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
  }
  .banner_swiper .swiper-pagination-bullet-active {
    /* Group 430 */
  
    width: 30px;
    height: 10px;
  
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
  
    background: rgba(206, 240, 225, 1);
    mix-blend-mode: normal;
    border-radius: 5px;
  
    /* background: linear-gradient(to right,#0d83fc 5%, rgba(13, 131, 252, 0.5)); */
    /* background: url(../imgs/bullet_active.png); */
    mix-blend-mode: normal;
    border-radius: 5px;
    position: relative;
  }
  .banner_swiper .swiper-pagination-bullet-active::before{
    content: ' ';
    display: block;
    width: 15px;
    height: 10px;
    background: #349bde;
    border-radius: 5px;
    position: absolute;
    left: 14px;
    animation: pageSorterSlide 5s linear 1;
  }
  @keyframes pageSorterSlide{
    0%{
      left: 0;
    }
    100%{
      left: 14px;
    }
  }
  .mask_swiper {
    background-color: #9ea5af;
    opacity: 5%;
    width: 100%;
    height: calc(588px - 17px);
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
  }
  .swiper-button-next,
.swiper-button-prev {
  color: #c0c0c0 !important;
  width: 50px;
  height: 70px;
  box-sizing: border-box;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #f0f0f0 !important;
  padding: 10px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.down_btn{
  width: 100%;
  display: flex;
  justify-content: center;
  height: 80px;  
  margin-top: 90px;
}
.down_btn1{
  width: 100%;
  display: flex;
  justify-content: center;  
  height: 80px;
  margin-top: -70px;
  margin-bottom: 60px;
}
.soft_advantage{
    width: 100%;
    margin-top: 70px ;
    text-align: center;
    font-size: 24px;
    color: #333;
    height: 33px;
    line-height: 33px;
    font-weight: bold;
}
.soft_advantage_list{
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.soft_advantage_item{
  display: flex;
  align-items: center;
  margin-right: 32px;  
}
.soft_advantage_item:last-child{
  margin-right: 0px;
}
.soft_advantage_item img{
  width: 18px;
  height: 18px;  
}
.soft_advantage_item .soft_advantage_name{
    margin-left: 8px;
    font-size: 16px;
    color:#1d2c29;
    height: 22px;
    line-height: 22px;
}
.solve_problem{
  margin: 45px auto;
  text-align: center;
  font-size: 26px;
  font-weight: 500;
  color:#333;
}
.problem_sample{
  width: 1120px;
  margin: 30px auto 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 80px;
}
.problem_sample_item{
  width: 520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.problem_sample_img{
  width: 520px;
  height: 200px;
}
.problem_sample_title{
  font-size: 24px;
  color:#444;
  margin: 25px 0px;
  line-height: 26px;
  font-weight: 600;
}
.optimize_compare{
  width: 100%;
  height: 720px;
  display:flex;
}
.optimize_compare img{
  width:100%;
  height: 720px;
}
.clear_compare{
    margin: 0 auto;
    width: 840px;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.clear_compare_content{
  display: flex;
  flex-direction: column;
  align-items: center;  
}
.clear_compare_content .clear_status{
  width: 380px;
  height: 155px;
  border-radius:12px;
  background:#fff;
  box-sizing: border-box;
  padding: 30px;
  display: flex;  
}
.clear_compare_content .clear_status img{
  width: 84px;
  height: 84px;
}
.clear_compare_content .clear_status .clear_status_content{
  display: flex;
  height: 84px;
  justify-content: space-between;
  flex-direction: column;
  margin-left: 10px;
}
.clear_status .clear_status_content .clear_status_title{
  font-size: 16px;
  color: #1d2c29;
  font-weight: bold;  
}
.clear_status .clear_status_content .clear_status_percent{
  width: 200px;
  height: 16px;
  border-radius:48px;
  background: #dedede;  

}
.clear_status_content .clear_status_percent .status_before_percentbar{
  width: 188px;
  height:16px;
  background:#e14525;
  border-radius:48px 0 0 48px;
}
.clear_status_content .clear_status_percent .status_after_percentbar{
    width: 67px;
    height:16px;
    background:#2570e1;
    border-radius:48px 0 0 48px;
  }
.clear_status .clear_status_content  .clear_status_use{
  font-size: 16px;
  font-weight: 400;
  color:#1d2c29;
  height: 22px;
  line-height: 22px;
}
.clear_compare_content  .clear_title{
  font-size: 16px;
  color: #1d2c29;
  height: 22px;
  line-height: 22px;
  margin-top: 20px;
}
.rating_content{
  display: flex;
  padding-top: 51px;
  align-items: center;
}
.rating_content .rating_mark{
  display: flex;
  flex-direction: column;

}
.rating_content .rating_mark .name{
  font-size: 16px;
  font-weight: bold;
  color:#20234e;
  height: 22px;
  line-height: 22px;
}
.rating_content .rating_mark .mark{
  display: flex;
  align-items: center;
}
.rating_mark .mark .mark_text{
  font-size: 44px;
  color:#333753;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
}
.rating_mark .mark .fullmark_text{
  font-size: 16px;
  color:#B7BECC;
  height: 22px;
  line-height: 22px;
  margin-left: 8px;
}
.rating_content .rating_mark .mark_star{
  display: flex;
  align-items: center;
  margin-top: 3px;
}
.rating_mark .mark_star img{
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.rating_content .rating_percent{
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  margin-left:150px ;
}
.rating_content .rating_percent .percent_item{
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.rating_content .rating_percent .percent_item:last-child{
  margin-bottom: 0px;
}
.rating_percent .percent_item .rating_Standard{
  display: flex;

}
.percent_item .rating_Standard img{
  width:12px;
  height:12px;
  margin-right: 2px;
}
.rating_percent .percent_item .percent_bar{
  margin-left: 11px;
  width: 200px;
  height: 10px;
  border-radius:48px;
  background:#dedede;
  display: flex;
}
.percent_item .percent_bar .percent_scale1{
  width: 184px;
  height: 10px;
  border-radius:48px 0 0 48px;
  background: #ffb039;
}
.percent_item .percent_bar .percent_scale2{
  width: 21px;
  height: 10px;
  border-radius:48px 0 0 48px;
  background: #ffb039;
}
.rating_content .rating_star{
  margin-left: 200px;
  display: flex;
  flex-direction: column;
}
.rating_content .rating_star .torate_name{
  font-size: 16px;
  color:#20234e;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
}
.rating_content .rating_star .torating_star{
  margin-top: 7px;
}
.rating_star .torating_star .el-rate__icon{
  font-size: 22px !important;
}
.review_list{
  width: 100%;
  display:flex;
  flex-direction: column;  
}
.review_item{
    display: flex;
    margin: 16px 0;
    /* justify-content: space-between; */
}
.review_num{
    margin-top: 31px;
    color:#70778f;
    height: 22px;
    line-height: 22px;
    margin-bottom:22px;
}
.review_item .review_avatar{
    width:44px ;
    height: 44px;
    border-radius:6px;
}
.review_content{
    flex: 1;
 margin-left: 12px;
 display:flex;
 flex-direction: column;
}
.review_content .review_name{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 22px;
  line-height: 22px;
}
.review_name .review_nickname{
  color:#20234e;
  font-weight: bold;
}
.review_name .review_time{
  font-size: 14px;
  color:#7a7d85;  
}
.review_content  .review_star{
    display:flex;
    margin-top: 8px;

}
.review_content  .review_star img{
    width:10px ;
    height: 10px;
    margin-right: 2px;
}
.review_screen {
  margin-top: 20px;
  height: 120px;
  display: flex;
}
.review_screen img{
  height: 120px;
  margin-right: 20px;
}
.review_text{
  margin-top: 16px;
  line-height: 22px;
  font-size: 14px;
  color:#101221;
}
.mark_area{
  width: 100%;
  background: linear-gradient(to right, #f8feff, #effdfe);
  background: linear-gradient(to right, #f8feff, #e4f9fe);
  margin: 0 auto;
}
.mark_container{
  width: 1200px;
  margin: 0 auto;
}
.webinfo{
  width: 100%;
  height: 40px;
  background: #000;
  box-sizing: border-box;
}
.webinfo .company_name{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color:#888;
  font-size: 14px;
}