.yang-ico-box {
    width: 100%;
    height: auto;
    overflow: hidden; /* 防止图片溢出容器 */
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .yang-ico-box img {
    max-width: 100%;
    max-height: 100%;
  }