  // 悬停动画样式，组件公用
  .hover-con {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    transition: opacity 0.5s;
    pointer-events: none;
  }

  .hover-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }