/*降低被盗用可能，设置图片不可拖拽*/
img {
    /* 现代浏览器标准属性 */
    -webkit-user-drag: none;
    user-select: none;
}