.commit-content .img-inner {
  min-width: 100%;
}

.method-item-link {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.sc-hd-list {
  flex-wrap: nowrap;
}

.lg-toolbar {
  top: var(--headerHeightbot);
}

@media screen and (max-width: 1201px) {
  .lg-toolbar {
    top: var(--headerHeighttop);
  }
}

@media screen and (max-width: 500px) {
  .method-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.4rem;
  }

  .method-item {
    width: 50%;
    padding: 0 0.4rem;
  }

  .method-item-link {
    font-size: 1.4rem;
  }

  .proRelated .method-item {
    width: 100%;
  }

  .proa-wrap .proa-left .proa-box-inner .content .text {
    color: white;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

  }


}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 0.8rem;
  }
}

.come-out .sensor-content-list .sensor-item {
  width: auto;
  flex: 1;
  flex-basis: 50%;
  display: flex;
}

@media screen and (max-width: 600px) {
  .come-out .sensor-content-list .sensor-item {
    flex-basis: 100%;
    text-align: center;
  }

  .sensor-item .des-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}


.come-out .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-img-inner.infor {
  width: auto;
  max-width: 18rem;

}





/* .come-out .sensor-content-list .sensor-item:last-child {
  width: 100%;
}

.come-out .sensor-content-list .sensor-item:last-child .sensor-item-1{
  display: flex;
  justify-content: space-between;
  flex-direction:row;
} */

.come-out .sensor-content-list .sensor-item img {
  width: 100%;
  height: 100%;
}

.come-out .sensor-content-list .sensor-item-1 .sensor-img {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.product_info-con-control-moto {
  width: 50%;
  display: flex;
  flex-direction: column;
}

.product_info-con-control-moto .con-content {
  flex: 1;
}


.captcha {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.main-cf7-captcha {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}

.main-cf7-captcha input {
  padding: 2rem 1.6rem;
  display: block;
  width: 100%;
  height: 100%;

}

#input-captcha-cf7 {
  margin-bottom: 0rem !important;
}

.captcha #image-captcha-cf7 {
  width: 40%;
  height: 5rem;
  object-position: left;

}

.captcha #reload_captcha {
  width: 10%;
  height: 5rem;
  border: none;
}



@media screen and (max-width:1024px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-img-inner.infor {
    width: auto;
    min-height: 17rem;
    display: flex;
    align-items: center;
  }

  .captcha #image-captcha-cf7 {
    width: 20%;
    height: 5rem;

  }

  /* .captcha #reload_captcha{
  width: 10%;
  height: 5rem;
  
} */

}



@media screen and (max-width:800px) {
  .come-out .sensor-content-list .sensor-item:last-child .sensor-item-1 {

    flex-direction: column;
  }
}

@media screen and (max-width:600px) {
  .product_info-list .swiper-slide {
    width: 100%;
  }

  .product_info-list .swiper-pagination {
    margin-top: 0;
  }

  .product_info-con {
    flex-direction: column;
  }

  .product_info-con-control-moto {
    width: 100%;
  }

  .captcha #image-captcha-cf7 {
    width: 30%;
    height: 5rem;

  }
}


@media screen and (max-width:370px) {
  .product_info-sensor .sensor-content-list .sensor-item-1 .sensor-img-inner.infor {
    width: auto;
    min-height: auto;
    display: flex;
    align-items: center;
  }

  .product_info-sensor .sensor-content-list .sensor-item-1 {
    margin-bottom: 1.2rem;
  }

  .prodt-left {
    min-width: auto;
  }

}

.pro-item-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

.newsct .mona-content {
  text-align: justify;
}