/* 响应式补充样式 */
@media(max-width:480px){
.hero-content h1{font-size:1.6rem}
.page-header h1{font-size:1.5rem}
.contact-info-grid{grid-template-columns:1fr}
.logo-main{font-size:1.1rem}
}