			/* ===== 基础 ===== */
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#1f1f1f;
  color:#fff;
}

/* ===== HEADER（4 页统一） ===== */
header{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:26px 0 14px;
  background:#2a2a2a;
}

/* LOGO */
header img{
  display:block;
  width:160px;
  margin:0 auto 14px auto;
}

/* 公司名 */
header h1{
  margin:0;
  font-size:26px;
  font-weight:600;
  text-align:center;
}

/* 副标题 */
.subtitle{
  margin-top:6px;
  font-size:14px;
  opacity:0.85;
  text-align:center;
}

/* 导航 */
nav{
  display:flex;
  justify-content:center;
  gap:36px;
  margin-top:14px;
}

nav a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  opacity:0.9;
}

nav a:hover{
  opacity:1;
  text-decoration:underline;
}

/* ===== 页面主体 ===== */
.container{
  width:min(1050px,92%);
  margin:26px auto;
  background:#f2f2f2;
  color:#222;
  border-radius:8px;
  padding:22px;
}
99999
/* ===== 基础 ===== */
body{
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  background:#1f1f1f;
  color:#fff;
}

/* ===== HEADER（4页统一） ===== */
header{
  display:flex;
  flex-direction:column;
  align-items:center;
  padding:26px 0 14px;
  background:#2a2a2a;
}
/* ===== 首页嫩绿色主视觉 ===== */
.hero{
  background-image: url("images/green-field.jpg");
  background-size: cover;
  background-position: center;
  padding: 90px 20px;
  text-align: center;
  color: #ffffff;
}

.hero p{
  margin: 10px 0;
  font-size: 16px;
  letter-spacing: 0.6px;
}
9999/* ===== Global Presence ===== */

.map-box {
  text-align: center;
  margin: 20px 0 30px;
}

.map-box img {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
}

.regions {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.region {
  background: #ffffff;
  color: #222;
  padding: 18px 20px;
  border-radius: 10px;
}

.region h3 {
  margin-top: 0;
  color: #2e7d32;
}



/* ===== FORCE CENTER LOGO (override any old rules) ===== */
header, #site-header, .site-header {
  text-align: center !important;
}

header .logo, #site-header .logo, .site-header .logo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  position: static !important;
}

header .logo img,
#site-header .logo img,
.site-header .logo img,
header img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  position: static !important;
}
/* ===== END FORCE CENTER LOGO ===== */


/* ===== FORCE CENTER LOGO (FINAL FIX) ===== */
header,
#site-header,
.site-header {
  text-align: center !important;
}

header .logo,
#site-header .logo,
.site-header .logo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
  float: none !important;
  position: static !important;
}

header .logo img,
#site-header .logo img,
.site-header .logo img,
header img {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
  position: static !important;
}
/* ===== END FORCE CENTER LOGO ===== */


/* ===== FORCE CENTER NAV (FINAL, ALL PAGES) ===== */
header nav,
header .nav,
header ul,
header .nav ul {
    width: 100% !important;
    max-width: none !important;
    display: flex !important;
    justify-content: center !important;
}

header nav ul,
header .nav ul,
header ul {
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
}

header nav ul li,
header .nav ul li,
header ul li {
    float: none !important;
    display: inline-block !important;
}
/* ===== END FORCE CENTER NAV ===== */

/* ===============================
  
 
/* ===== Global Presence Map Size Control ===== */
.global-map {
  display: flex;
  justify-content: center;
}

.global-map .map-wrap img {
  max-width: 600px;   /* 你要的 600 */
  width: 100%;
  height: auto;
  display: block;
}
/* ===== Global Presence / Global Purchase shared layout ===== */
.presence-header{
  text-align:center;
  max-width:900px;
  margin:0 auto 40px auto;
}

.presence-map{
  display:flex;
  justify-content:center;
  margin:40px 0 60px 0;
}

.presence-map img{
  max-width:700px;
  width:100%;
  height:auto;
}

.region-list{
  display:flex;
  justify-content:center;
  gap:40px;
  list-style:none;
  padding:0;
  margin:15px 0 30px 0;
  flex-wrap:wrap;
}

.region-list li{
  white-space:nowrap;
}
/* ======================================================
   HOME PAGE – SKY BLUE BACKGROUND
   ====================================================== */

body.home-page {
  background: linear-gradient(180deg, #87CEEB 0%, #EAF6FF 100%);
  color: #111;
}

/* ======================================================
   ABOUT SECTION
   ====================================================== */

.about-section {
  max-width: 1100px;
  margin: 60px auto 40px;
  padding: 0 20px;
}

.about-section h2 {
  font-size: 32px;
  margin-bottom: 20px;
}

.about-section p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 900px;
}

/* ======================================================
   GLOBAL CARDS – FOUR HORIZONTAL CARDS
   ====================================================== */

.global-cards {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

@media (max-width: 1200px) {
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .card-grid {
    grid-template-columns: 1fr;
  }
}

.card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.card h3 {
  margin: 0 0 6px;
  font-size: 18px;
}

.card .company {
  font-size: 14px;
  color: #555;
  margin-bottom: 14px;
}

.card p {
  margin: 6px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* ======================================================
   ICON STYLE (Phone / WhatsApp / Email / Web)
   ====================================================== */

.icon {
  font-size: 16px;
  width: 20px;
  text-align: center;
}
/* ===== HOME PAGE PATCH (force override) ===== */

/* 1) Sky-blue page background (your request) */
body{
  background: #7ec8e3 !important;  /* 天蓝色 */
  color: #111 !important;
}

/* 2) Container look */
.container{
  max-width: 1120px;
  margin: 0 auto;
  padding: 28px 18px 40px;
}

/* 3) Do NOT touch old header html; just override header.css */
#site-header,
header#site-header{
  background: #1f1f1f !important;
}

/* Make nav line clean */
#site-header nav,
header#site-header nav{
  width: 100%;
}

/* 4) Global cards layout (4 cards in one row on wide screen) */
.global-cards{
  margin-top: 22px;
}

.card-grid{
  display: grid !important;
  grid-template-columns: repeat(4, minmax(220px, 1fr)) !important;
  gap: 16px !important;
  align-items: stretch;
}

/* Responsive: if screen is narrow, auto wrap */
@media (max-width: 1100px){
  .card-grid{
    grid-template-columns: repeat(2, minmax(220px, 1fr)) !important;
  }
}
@media (max-width: 560px){
  .card-grid{
    grid-template-columns: 1fr !important;
  }
}

/* 5) Card style + your “gold” left bar */
.card{
  background: #ffffff !important;
  border-radius: 12px;
  padding: 16px 16px 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  border-left: 6px solid #d4af37; /* 纯金色（金色条） */
}

/* 6) Card texts */
.card h3{
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: 800;
  color: #2b2b2b;
}
.card .company{
  margin: 0 0 10px 0;
  font-weight: 700;
  color: #2b2b2b;
}

/* 7) Icon rows (phone/wa/email/web) */
.card p{
  margin: 6px 0;
  line-height: 1.25;
  color: #2b2b2b;
  font-size: 14px;
}

.icon{
  display: inline-block;
  width: 22px;
  text-align: center;
  margin-right: 8px;
  font-size: 15px;
  transform: translateY(1px);
}

/* WhatsApp number on second line looks cleaner */
.wa-label{
  margin-bottom: 2px;
  font-weight: 700;
}	
.header-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.header-wrapper header {
    display: flex;
    justify-content: center;
}

/* =========================
   IC & MEMORY GRID
   ========================= */

.ic-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 桌面端：一排4张 */
    gap: 20px;
    margin-top: 30px;
}

/* 单个 IC 卡片 */
.ic-item {
    background: #ffffff;
    border-radius: 10px;
    padding: 12px;
    text-align: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* IC 图片 */
.ic-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
    background: #f2f2f2;
}

/* IC 标签文字 */
.ic-label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #222;
}

.residue-block{
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
  text-align: center;
}

.residue-title{
  font-size: 28px;
  margin: 0 0 28px 0;
}

.residue-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.residue-grid img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}
.stock-block{
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
  text-align: center;
}

.stock-title{
  font-size: 28px;
  margin: 0 0 28px 0;
}

.stock-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.stock-placeholder{
  background: #f0f0f0;
  border: 1px dashed #999;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #666;
  border-radius: 10px;
}
.stock-subtitle{
  margin: -10px 0 26px 0;
  font-size: 14px;
  color: #777;
}
/* Auto Parts image center alignment */
.auto-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.auto-grid img {
  display: block;
  margin: 0 auto;
  max-width: 250px;
  height: auto;
}
/* ===== AUTO PARTS 图片网格 ===== */
.auto-parts-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  max-width: 1200px;
  margin: 40px auto;
}
/* ===== AUTO PARTS IMAGE GRID FIX ===== */
.auto-parts-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 20px !important;
  max-width: 1200px !important;
  margin: 40px auto !important;
  padding: 0 20px !important;
}

.auto-parts-gallery img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  object-fit: cover !important;
}

/* Tablet */
@media (max-width: 900px) {
  .auto-parts-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 560px) {
  .auto-parts-gallery {
    grid-template-columns: 1fr !important;
  }
}

.auto-parts-grid img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

/* 手机端 */
@media (max-width: 768px) {
  .auto-parts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* ===== AUTO PARTS IMAGE GRID (FORCE LAYOUT) ===== */
.auto-parts-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.auto-parts-grid img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

