﻿a:focus, a:hover {
    text-decoration:none!important;
}
img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none; /* 如果图片不需要点击预览 */
}
