@media only screen and (min-width: 769px){
     /*图片放大*/
    .p1733m8f56aa568101f78d img,
    .p1733m712f1a5d4d94b8c1 img{
        transition: 0.5s;
    }
    
    .p1733ma5b29cb57176cc98:hover .p1733m8f56aa568101f78d img,
    .p1733me0e6ddc6d3508d96 .data_col:hover .p1733m712f1a5d4d94b8c1 img{
        transform: scale(1.1);
        transition: 0.5s;
    }
    .p1733ma5b29cb57176cc98{
        z-index: 2;
    }
    
    .p1733ma5b29cb57176cc98:after{
        content: '';
        position: absolute;
        right: -25px;
        bottom: -25px;
        width: 550px;
        height: 455px;
        background: #0d8267;
        z-index: 1;
    }
} 