@media only screen and (min-width: 769px){
    /*图片放大*/
    .p1710m6ff8df24a1f3bcbb img,
    .p1710m86a65a9aedffccf3 img{
        transition: 0.5s;
    }
    .p1710m30e274ac0140549a .data_col:hover .p1710m6ff8df24a1f3bcbb img,
    .p1710m2ca1e55e2a850df2 .data_col:hover .p1710m86a65a9aedffccf3 img{
        transform: scale(1.1);
        transition: 0.5s;
    }
}