.zj_cpy_L {
        scrollbar-width: none;
    }

/* 解决移动端图片变形 */
    @media screen and (max-width: 768px) {
        .zj_cpy_R_TopCont_Pic div {
            width: 100% !important;
            height: auto !important;
            margin-left: 0 !important;
            margin-bottom: 10px;
        }

    }