.pid-3315a86e-f2ac-4d4c-abc0-8897dc42eb15{}
/*导航栏字体改为绿色*/
#nav li a {
  color: #224f54 !important;
}
/*logo图标改大一点*/
.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;
}


