a[data-fancybox="gallery"] {
  display: block; /* 设置为块级元素 */
  margin: 0 auto; /* 左右居中 */
  text-align: center; /* 使子元素（也就是图片）居中 */
}