@media (hover: hover) and (pointer: fine) {
  footer .footer_top .list .li:hover .img1 {
    opacity: 0;
  }
  footer .footer_top .list .li:hover .img2 {
    opacity: 1;
  }
  .index3 .cont .card .pic:hover img {
    transform: scale(1.1);
  }
  .index5 .list .item:hover {
    background-color: #fff;
  }
  .index5 .list .item .item_cont .pic:hover img {
    transform: scale(1.1);
  }
  .index5 .list .item:hover .item_cont .text .more span {
    background: var(--vibg);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .index5 .list .item:hover .item_cont .text .more svg path {
    fill: linear-gradient(90deg, #70affd 0%, #5b8cf2 36.54%, #8f77e3 100%);
    stroke-width: 0.8px;
    stroke: var(--111, #8dbefc);
  }
  .about1 .cont .pic:hover img {
    transform: scale(1.1);
  }
  .about2 .cont .swiper1 .swiper-slide:hover .pic img {
    transform: scale(1.1);
  }
  .about4 .cont .pic:hover img {
    transform: scale(1.1);
  }
  .newsdetails_container
    .newsdetails1
    .left
    .left_list
    .share
    .list
    .social-share-icon:hover {
    background: var(--vibg);
  }
  .service1 .cont .pic:hover img {
    transform: scale(1.1);
  }

  .product1 .cont .list .item:hover {
    box-shadow: 0 37px 48.6px 10px rgba(104, 134, 237, 0.15);
  }
  .product1 .cont .list .item .pic:hover img {
    transform: scale(1.1);
  }
  .technology1 .cont .list .item:hover .ico_cont .bgimg {
    transform: rotate(90deg);
  }
  .news1 .cont .swiper1 .btn_cont .btn:hover::after {
    opacity: 1;
  }
  .news1 .cont .swiper1 .btn_cont .btn.disabled:hover::after {
    opacity: 0;
  }
  .news1 .cont .right .right_cont .item .pic:hover img {
    transform: scale(1.1);
  }
  .news1 .cont .swiper1 .swiper-slide .pic:hover img {
    transform: scale(1.1);
  }
  .news2 .cont .list .item .pic:hover img {
    transform: scale(1.1);
  }
  .news2 .cont .list .item:hover {
    transition: all 0.4s ease;
    background-color: #fff;
    box-shadow: 0 35px 77px 0 rgba(68, 47, 141, 0.07);
  }
  .news2 .cont .list .item:hover .text .text_top .data {
    color: var(--vicolor);
  }
  .news2 .cont .list .item:hover .text .text_top .data svg path {
    fill: var(--vicolor);
  }
  .news2 .cont .list .item:hover .text .text_top .h1 {
    color: var(--vicolor);
  }
  .news2 .cont .list .item:hover .text .more {
    color: var(--vicolor);
  }
  .news2 .cont .list .item:hover .text .more svg {
    stroke: var(--vicolor);
  }
  .news2 .cont .page .btn:hover::after {
    opacity: 1;
  }
  .news2 .cont .page .btn:hover svg path {
    stroke: #fff;
  }
  .news2 .cont .page .num:hover::after {
    opacity: 1;
  }
  .news2 .cont .page .num:hover {
    color: #fff;
  }
}
