figure {
  text-align: center; /* 图片和文字都居中 */
  margin: 5px 0; /* 上下间距，避免拥挤 */
}
figcaption {
  font-size: 30px;
  color: #666;
  margin-top: 1px; /* 文字与图片的距离 */
}/* CSS Document */

