body{
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  position: relative;
}
html{
  margin: 0 !important;
  padding: 0 !important;
}
a{
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.header{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 3;
  height: 80px;
}
.header_containter{
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.soft_logo{
  width: 227px;
  height: 46px;
}
.logo_img{
  width: 227px;
  height: 46px;
}
.header_down_btn{
  width: 169px;
  height: 52px;
}
.down_img{
  width: 169px;
  height: 52px;
  font-size: 18px;
  font-weight: 500;
}
.down_btn{
  position: relative;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(45deg, #2c66f5, #10f4e4) ;
  border-radius: 7px;
  
  /* transform: translateY(-5px); */
  transition: all 0.3s ease;
  /* animation:blink 1.5s infinite; */
  z-index: 1;
}
.down_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.6) 40%,
      transparent 70%
  );
  transform: skewX(-25deg);
  animation: shine 2.5s infinite;
  z-index: 2;
}
.down_btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.down_btn:active {
  transform: translateY(2px);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
@keyframes shine {
  0% {
    left: -100%;
    opacity: 0;
}
10% {
  left: -50%;
    opacity: 0.8;
}
20% {
    left: 100%;
    opacity: 0;
}
100% {
    left: 100%;
    opacity: 0;
}
}
/* .down_btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.2);
  z-index: 1;
} */
 .download{
  cursor: pointer;
 }
.down_img img{
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
.soft_introduce{
  width: 100%;
  height: 550px;
  margin-top: 80px;
  background: linear-gradient(to bottom, rgb(200, 254, 254), rgb(255, 255, 255));
}
.introduce_container{
  width: 1200px;
  margin: 40px auto 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 550px;
}
.main_content{
  display: flex;
  flex-direction: column;
}
.main_img{
  width: 727px;
  height: 486px;
  margin-right: -80px;
}
.mainimg{
  width: 727px;
  height: 486px;
}
.ver_msg{
  color: #fff;
  background: rgb(230, 26, 25);
  padding: 5px 12px;
  box-sizing: border-box;
  border-radius: 25px;
  width: max-content;
}
.soft_title{
  font-size:50px ;
  font-weight: bolder;
  color: rgb(0,0,0);
}
.soft_simple{
  margin-top: 20px;
  font-size: 20px;
  color: #000;
}
.soft_hightspot{
  margin: 20px 0px 30px;
  width: 270px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
.hightspot_item{
  width: 120px;
  display: flex;
  align-items: center;
}
.hightspot_img{
  width: 15px;
  height: 15px;
}
.rightspot_text{
  color: #000;
  margin-left: 5px;
}
.mian_down,.main_down_img{
  width: 200px;
  height: 64px;
}
.main_down_img{
  font-size: 20px;
  font-weight: 500;
}
.main_down_img img{
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.down_num{
  margin-top: 40px;
  font-size: 14px;
  color: rgb(51,51,51);
}
.num_text{
  color: rgb(211,32,33);
}
.advantage_title{
  width: 100%;
  text-align: center;
  color: rgb(51,51,51);
  font-size: 40px;
  font-weight: bolder;
}
.feature_container{
  width: 100%;
}
.feature_container:nth-child(2n) {
  background: rgb(255, 255, 255);
}
.feature_container:nth-child(2n+1) {
  
  background: rgb(245, 255, 255);
}
.feature_content{
  padding: 50px 0px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
.feature_container .feature_main{
  flex: 1;
}
.feature_container:nth-child(2n+1) .feature_img{
  margin-right: 40px;
}
/* .feature_container:nth-child(2n) .feature_img{
  flex: 1;
  margin-left: -30px;
} */
.feature_container:nth-child(2n) .feature_img{
 margin-left: -30px;
 margin-right: 100px;
}
.feature_img{
  width: 634px;
  height: 437px;
}
.feature_image{
  width: 634px;
  height: 437px;
}
.service_image{
  width: 562px;
  height: 378px;
}
.feature_main{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.feature_title1{
  font-size: 32px ;
  color: rgb(51, 51, 51);
  font-weight: bolder;
}
.feature_title2{
  margin: 5px 0px 10px;
  font-size: 32px ;
  color: rgb(51, 51, 51);
  font-weight: bolder;
}
.feature_praise{
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.feature_praise_img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.feature_praise_text{
  font-size: 16px;
  color: rgb(51, 51, 51);
}
.feature_down{
  width: 203px;
  height: 65px;
  margin: 15px 0 15px;
}
.feature_downimg{
  width: 203px;
  height: 65px;
  font-size: 20px;
  font-weight: 500;
}
.feature_downimg img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}
.feature_num{
  color: rgb(51,51,51);
  font-size: 16px;
}
/* @keyframes blink {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.download::before{
  content: '';
  position: absolute;
  top: 0;
  left: -100%; 
  width: 200%;
  height: 100%;
  border-top: 2px solid white; 
  transform-origin: left;
  animation: blink 2s infinite linear; 
} */
 .evaluate_container{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 50px;
  background: linear-gradient(to bottom, rgb(199, 255, 254), rgb(255, 255, 255));
  display:flex ;
  flex-direction: column;
  align-items: center;
 }
 .evaluate_title{
  width: 100%;
  text-align: center;
  font-size: 36px;
  color: rgb(51, 51, 51);
 }
 .banner_swiper{
  margin: 40px 0px;
  width: 1100px;
  /* height: 200px; */
  overflow: hidden;
  display: flex;
  align-items: center;
 }
 .evaluate_list{
  /* margin: 40px 0px; */
  /* display: flex; */
  /* gap: 0px 30px; */
 }
 .evaluate_item{
  width: 313px;
  /* height: 200px; */
  margin-right: 30px;
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 20px;
 }
 .evaluate_star{
  display: flex;
  align-items: center;
 }
 .evaluate_star img{
  width: 20px;
  height: 20px;
  margin-right: 7px;
 }
 .evaluate_content{
  flex: 1;
  margin-top: 15px;
  font-size: 14px;
  color: rgb(102,102,102);
  line-height: 20px;
 }
 .evaluate_user{
  margin-top: 15px;
  display: flex;
  align-items: center;
 }
 .evaluate_user .avatar{
  width: 50px;
  height: 50px;
  border-radius:50%;
  margin-right: 10px;
 }
 .user_info{
  height: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content:space-around ;
 }
 .user_info .name{
    font-size: 16px;
    font-weight: bolder;
    color: rgb(51,51,51);
 }
 .user_info .mobile{
  font-size: 14px;
  color: rgb(102,102,102);
 }
 .evaluate_img{
  margin-left: auto;
  width: 60px;
  height: 50px;
 }
 .evaluate_down{
  margin: 20px 0px;

  width: 200px;
  height: 64px;
 }
 .evaluate_down .evaluate_downimg {
  width: 200px;
  height: 64px;
  font-size: 20px;
  font-weight: 500;
 }
 .evaluate_downimg img {
  width: 30px;
  height: 30px;
  margin-right: 5px;
 }
 .swiper-button-next,.swiper-button-prev{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,.7);
  display: flex;
  align-items: center;
  justify-content:center ;
 }
 .swiper-button-next img, .swiper-button-prev img {
  width: 30px;
  height: 30px;
 }