.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;
}

@media screen  and (min-width:996px){.a2a55-19a3-47a9-9e21-59fc9e52dded:nth-child(1){width: 240px;}.a2a55-19a3-47a9-9e21-59fc9e52dded:nth-child(2){flex: 1;}}}
.a2a55-19a3-47a9-9e21-59fc9e52dded{}
.gp-bread5{
        border-bottom: solid #e5e5e5 1px;
    }

.bfdb2-4b05-4f58-acef-36789ae972b2{}
/* 定位公众号图片容器内的图片元素 */
.footerList2 .code2D img {
  /* 设置图片宽度，根据需求调整数值（如120px、150px），高度自动保持比例 */
  width: 120px; 
  height: auto; 
  /* 可选：让图片居中显示，与下方文字对齐 */
  display: block;
  margin: 0 auto;
}
.footerList2 .code2D p {
  font-size: 12px; /* 可根据需求调整，如10px、11px等 */
  text-align: center; /* 保持文字居中对齐 */
}


