.a106fad-c32c-41f0-923d-e221b41215f5{}
/*图片比例调大一点*/
.gp-logo {
  height: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-logo img {
  transform: scale(1.3);           /* 放大比例，可改成 1.5、2 等 */
  transform-origin: center center; /* 从中心放大，不偏移 */
  height: auto !important;
  width: auto !important;
  max-width: none !important;
}

.bfdb2-4b05-4f58-acef-36789ae972b2{}
/* 定位公众号图片容器内的图片元素 */
.footerList2 .code2D img {
  /* 设置图片宽度，根据需求调整数值（如120px、150px），高度自动保持比例 */
  width: 120px; 
  height: auto; 
  /* 可选：让图片居中显示，与下方文字对齐 */
  display: block;
  margin: 0 auto;
}
.footerList2 .code2D p {
  font-size: 10px; /* 可根据需求调整，如10px、11px等 */
  text-align: center; /* 保持文字居中对齐 */
}


