/*
Theme Name: Liaoning Global Purchase Elementor Exact
Theme URI: https://example.com/liaoning-global-purchase
Author: MuBan Studio
Description: 辽宁全球购首页复刻主题，橙色平台招商布局，支持 Elementor 可视化编辑和城市市场内容维护。
Version: 3.8.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
Text Domain: liaoninggou
Tags: elementor, b2b, marketplace, custom-homepage
*/

:root {
  --lng-orange: #ff6b16;
  --lng-orange-deep: #ff5511;
  --lng-orange-light: #ff8a28;
  --lng-blue: #1556c9;
  --lng-blue-deep: #0f49b4;
  --lng-red: #ff3e25;
  --lng-yellow: #ffb600;
  --lng-text: #202226;
  --lng-muted: #6d747d;
  --lng-light: #9ba2aa;
  --lng-line: #edf0f4;
  --lng-bg: #f7f8fa;
  --lng-card: #fff;
  --lng-radius: 8px;
  --lng-container: 1160px;
  --lng-shadow: 0 8px 24px rgba(25, 36, 58, .06);
  --lng-font: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { background: var(--lng-bg); }
body {
  margin: 0;
  color: var(--lng-text);
  font: 14px/1.6 var(--lng-font);
  background: var(--lng-bg);
}
a { color: inherit; text-decoration: none; }
a:hover { color: var(--lng-orange); }
img { display: block; max-width: 100%; height: auto; }
button, input, select, textarea { font-family: inherit; }
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

.lng-container {
  width: min(var(--lng-container), calc(100% - 40px));
  margin: 0 auto;
}

.lng-orange-header {
  min-height: 322px;
  padding: 26px 0 28px;
  color: #fff;
  background:
    radial-gradient(circle at 14% 3%, rgba(255,255,255,.16), transparent 18%),
    linear-gradient(135deg, var(--lng-orange-deep) 0%, var(--lng-orange) 48%, #ff781f 100%);
}
.lng-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lng-logo {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
}
.lng-logo:hover,
.lng-header-links a:hover,
.lng-language:hover,
.lng-primary-nav a:hover { color: #fff; }
.lng-logo img { max-height: 42px; width: auto; }
.lng-logo-text-only img,
.lng-logo-text-only .custom-logo,
.lng-logo-text-only .lng-logo-mark {
  display: none;
}
.lng-logo-mark {
  display: inline-flex;
  width: 34px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  border-right: 0;
  border-radius: 20px 4px 4px 20px;
  font-weight: 900;
  transform: rotate(-8deg);
}
.lng-header-links {
  display: flex;
  align-items: center;
  gap: 24px;
}
.lng-header-links a,
.lng-language {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
}
.lng-primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 54px;
  margin-top: 42px;
}
.lng-primary-nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.lng-primary-nav a {
  position: relative;
  padding-bottom: 10px;
  color: rgba(255,255,255,.96);
  font-size: 20px;
  font-weight: 900;
  white-space: nowrap;
}
.lng-primary-nav a.is-active::after,
.lng-primary-nav .current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 58px;
  height: 4px;
  border-radius: 4px;
  background: #fff;
  transform: translateX(-50%);
}
.lng-hero-search {
  position: relative;
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr) 126px;
  width: min(960px, 100%);
  min-height: 148px;
  margin: 12px auto -4px;
  padding: 24px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(184, 72, 8, .18);
}
.lng-hero-search select {
  align-self: start;
  height: 38px;
  border: 0;
  border-radius: 6px;
  color: #31343a;
  background: #f2f3f5;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
  outline: 0;
}
.lng-hero-search input {
  grid-column: 1 / 3;
  align-self: end;
  height: 54px;
  margin-right: 22px;
  border: 0;
  color: var(--lng-text);
  font-size: 17px;
  outline: 0;
}
.lng-hero-search input::placeholder { color: #a2a7ad; }
.lng-hero-search button {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  width: 112px;
  height: 58px;
  border: 0;
  border-radius: 32px;
  color: #fff;
  background: #242426;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
}
.lng-hero-search button span {
  margin-right: 6px;
  font-size: 18px;
}

.lng-home {
  margin-top: -1px;
  padding-bottom: 28px;
  background: linear-gradient(#f5f6f8, #fff 44%, #f8f9fb);
}
.lng-hero-section { padding-top: 26px; }
.lng-hero-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 310px;
  gap: 18px;
  align-items: stretch;
}
.lng-category-panel,
.lng-updates-panel,
.lng-global-hero,
.lng-country-row,
.lng-market-card {
  background: var(--lng-card);
  border: 1px solid var(--lng-line);
  border-radius: var(--lng-radius);
  box-shadow: var(--lng-shadow);
}
.lng-category-panel {
  padding: 20px 0;
  min-height: 552px;
}
.lng-category-list a {
  display: block;
  padding: 12px 24px;
  color: #4b525b;
  font-size: 15px;
  font-weight: 800;
  white-space: nowrap;
}
.lng-category-list a:hover {
  color: var(--lng-orange);
  background: #fff7f1;
}

.lng-global-hero {
  position: relative;
  min-height: 552px;
  overflow: hidden;
  padding: 94px 42px 40px;
  color: #fff;
  background:
    radial-gradient(circle at 86% 12%, rgba(255,255,255,.11) 0 85px, transparent 86px),
    linear-gradient(136deg, #2c75df 0%, #174ebf 50%, #0d43ab 100%);
}
.lng-global-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.08) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 66px 66px;
  opacity: .18;
}
.lng-hero-badge {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 35px;
  padding: 0 16px;
  border: 1px solid rgba(255,255,255,.45);
  border-radius: 30px;
  background: rgba(255,255,255,.11);
  font-size: 18px;
  font-weight: 800;
}
.lng-global-hero h1 {
  position: relative;
  z-index: 1;
  margin: 54px 0 16px;
  font-size: 42px;
  line-height: 1.18;
  font-weight: 900;
}
.lng-global-hero p {
  position: relative;
  z-index: 1;
  max-width: 650px;
  margin: 0 0 18px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  font-weight: 700;
}
.lng-hero-actions {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 18px;
  margin-top: 34px;
}
.lng-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 126px;
  min-height: 58px;
  padding: 0 22px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 900;
}
.lng-btn-primary {
  color: #fff;
  background: var(--lng-orange);
}
.lng-btn-primary:hover {
  color: #fff;
  background: #ff540f;
}
.lng-btn-light {
  color: #2a2d32;
  background: #fff;
}
.lng-hero-keywords {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 34px;
  margin-top: 38px;
  color: rgba(255,255,255,.9);
  font-weight: 800;
}

.lng-updates-panel {
  min-height: 552px;
  padding: 34px 28px;
}
.lng-updates-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.lng-updates-head h3 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
}
.lng-updates-head a {
  color: var(--lng-orange);
  font-size: 14px;
  font-weight: 900;
}
.lng-updates-panel ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lng-updates-panel li {
  margin-bottom: 25px;
  color: #606873;
  font-size: 14px;
  line-height: 1.6;
}
.lng-updates-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  max-width: 100%;
  min-height: 82px;
  margin-top: 36px;
  padding: 0 22px;
  border-radius: 6px;
  color: #fff;
  background: var(--lng-orange);
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 900;
}
.lng-updates-cta:hover {
  color: #fff;
  background: #ff540f;
}

.lng-stats-section { padding: 54px 0 48px; }
.lng-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
.lng-stats-row strong {
  display: block;
  margin-bottom: 2px;
  color: var(--lng-orange);
  font-size: 38px;
  line-height: 1.05;
  font-weight: 900;
}
.lng-stats-row div:nth-child(3) strong { color: var(--lng-yellow); }
.lng-stats-row div:nth-child(4) strong { color: var(--lng-red); }
.lng-stats-row span {
  color: #30343a;
  font-size: 18px;
}

.lng-country-section { padding-bottom: 40px; }
.lng-country-row {
  position: relative;
  display: grid;
  grid-template-columns: repeat(11, minmax(70px, 1fr)) 40px;
  align-items: center;
  gap: 6px;
  min-height: 134px;
  padding: 20px 22px;
}
.lng-country-row a {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #252a31;
  font-size: 15px;
  font-weight: 800;
  text-align: center;
}
.lng-country-row a span {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f2f4f7;
  font-size: 25px;
}
.lng-country-row a strong {
  width: 100%;
  overflow: hidden;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lng-country-row button {
  width: 32px;
  height: 32px;
  border: 1px solid var(--lng-line);
  border-radius: 50%;
  color: #9aa2ad;
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.lng-market-section { padding-bottom: 18px; }
.lng-section-title {
  margin-bottom: 25px;
  text-align: center;
}
.lng-section-title h2 {
  margin: 0 0 8px;
  color: #22262b;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
}
.lng-section-title p {
  margin: 0;
  color: #747b84;
  font-size: 16px;
  font-weight: 700;
}
.lng-market-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 20px;
}
.lng-cols-1 { grid-template-columns: 1fr; }
.lng-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.lng-market-card {
  display: grid;
  grid-template-columns: 212px minmax(0, 1fr);
  min-height: 296px;
  overflow: hidden;
}
.lng-market-card-media {
  position: relative;
  min-height: 296px;
  overflow: hidden;
  background: #dfe6ef;
}
.lng-market-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lng-market-card-media span {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  min-width: 48px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  color: #fff;
  background: var(--lng-orange);
  font-size: 20px;
  font-weight: 900;
}
.lng-market-card-body {
  padding: 22px 22px 18px;
}
.lng-market-card-title h3 {
  margin: 0 0 8px;
  color: #20242a;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 900;
}
.lng-market-count {
  margin: 0 0 11px;
  color: #2d333a;
  font-size: 15px;
  font-weight: 900;
}
.lng-market-tags {
  display: grid;
  gap: 9px;
}
.lng-market-tags p {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #303842;
  font-size: 14px;
  font-weight: 700;
}
.lng-market-tags strong {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff7b61;
  border-radius: 4px;
  color: #ff5238;
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.lng-market-tags span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.lng-market-card-actions {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.lng-market-card-actions a {
  display: inline-flex;
  min-width: 70px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ff7b61;
  border-radius: 4px;
  color: #ff5238;
  background: #fff;
  font-size: 14px;
  font-weight: 900;
}
.lng-market-card-actions a:hover {
  color: #fff;
  background: var(--lng-orange);
}

.lng-service-strip {
  padding: 18px 0 26px;
  background: #fff;
}
.lng-service-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.lng-service-item {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  column-gap: 9px;
  align-items: center;
  color: #6f7884;
}
.lng-service-item span {
  grid-row: 1 / 3;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cfd5dc;
  border-radius: 50%;
  color: #5f6770;
  font-size: 13px;
  font-style: normal;
}
.lng-service-item strong {
  color: #626a74;
  font-size: 14px;
  line-height: 1.25;
}
.lng-service-item em {
  overflow: hidden;
  color: #9aa1aa;
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lng-alibaba-footer {
  color: #171b21;
  background: #fff;
  border-top: 1px solid #dedede;
  font-family: var(--lng-font);
}
.lng-alibaba-footer a {
  color: inherit;
}
.lng-alibaba-footer-inner {
  width: min(1808px, calc(100% - 140px));
  margin: 0 auto;
}
.lng-alibaba-footer-top {
  padding: 54px 0 54px;
}
.lng-alibaba-footer-top .lng-alibaba-footer-inner {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 74px;
}
.lng-alibaba-footer-col h2 {
  margin: 0 0 23px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 900;
}
.lng-alibaba-footer-col a {
  display: block;
  margin-bottom: 21px;
  color: #1f2329;
  font-size: 18px;
  line-height: 1.35;
}
.lng-alibaba-footer-col a:hover {
  color: var(--lng-orange);
}
.lng-alibaba-follow-title {
  margin-top: 27px !important;
}
.lng-alibaba-social {
  display: flex;
  align-items: center;
  gap: 17px;
  color: #727272;
}
.lng-alibaba-social a {
  display: inline-flex;
  width: 20px;
  height: 24px;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #707070;
  font-size: 20px;
  font-weight: 900;
}
.lng-alibaba-footer-middle {
  padding: 0 0 48px;
  background: #fff;
}
.lng-alibaba-payments {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px;
  min-height: 38px;
}
.lng-alibaba-payments span {
  display: inline-flex;
  min-width: 35px;
  height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid #d7dce2;
  border-radius: 4px;
  color: #2d333b;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.lng-alibaba-payments .is-wide {
  min-width: 90px;
}
.lng-alibaba-payments .is-logo {
  min-width: 68px;
  color: #163aa8;
  font-size: 22px;
  font-style: italic;
}
.lng-alibaba-payments i {
  width: 28px;
  height: 16px;
  margin-right: 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eb001b 0 48%, #f79e1b 52% 100%);
}
.lng-alibaba-payments b {
  width: 1px;
  height: 28px;
  margin: 0 14px;
  background: #d4d7dc;
}
.lng-alibaba-tools-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 54px;
}
.lng-alibaba-lens,
.lng-alibaba-apps {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #262a30;
  font-size: 17px;
}
.lng-alibaba-lens strong,
.lng-alibaba-apps strong {
  font-weight: 900;
  text-decoration: underline;
}
.lng-alibaba-lens a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 9px;
  color: #fff;
  background: #ff6b21;
  font-size: 20px;
  font-weight: 900;
}
.lng-alibaba-apps a {
  display: inline-flex;
  min-width: 160px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  color: #fff;
  background: #050505;
  font-size: 19px;
  font-weight: 900;
}
.lng-alibaba-footer-bottom {
  padding: 27px 0 30px;
  color: #5d636c;
  background: #f4f4f4;
  text-align: center;
}
.lng-alibaba-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 13px;
  margin-bottom: 13px;
}
.lng-alibaba-footer-bottom nav a {
  position: relative;
  color: #5d636c;
  font-size: 17px;
}
.lng-alibaba-footer-bottom nav a + a::before {
  content: "|";
  margin-right: 13px;
  color: #777;
}
.lng-alibaba-footer-bottom p {
  margin: 0;
  color: #686e76;
  font-size: 17px;
}

.lng-page-content,
.lng-archive-content,
.lng-city-content {
  padding: 30px 0;
}
.lng-page-card,
.lng-empty {
  background: #fff;
  border: 1px solid var(--lng-line);
  border-radius: var(--lng-radius);
  box-shadow: var(--lng-shadow);
}
.lng-page-card { padding: 28px; }
.lng-empty {
  grid-column: 1 / -1;
  padding: 34px;
  color: var(--lng-muted);
  text-align: center;
}

.lng-country-page {
  background: #f7f8fa;
}
.lng-country-hero {
  padding: 72px 0 64px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #ff5a12, #ff7d20);
}
.lng-country-icon {
  display: inline-flex;
  width: 68px;
  height: 68px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: rgba(255,255,255,.18);
  font-size: 34px;
}
.lng-country-hero h1 {
  margin: 0 0 12px;
  font-size: 36px;
  font-weight: 900;
}
.lng-country-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(255,255,255,.92);
  font-size: 17px;
  font-weight: 700;
}
.lng-country-content {
  padding: 46px 0;
}
.lng-country-content-soft {
  background: #fff;
}
.lng-country-card-grid,
.lng-company-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.lng-country-info-card,
.lng-company-card {
  min-height: 220px;
  padding: 24px;
  border: 1px solid var(--lng-line);
  border-radius: var(--lng-radius);
  background: #fff;
  box-shadow: var(--lng-shadow);
}
.lng-country-info-card b,
.lng-company-card span {
  display: inline-flex;
  min-width: 42px;
  height: 36px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 6px;
  color: #fff;
  background: var(--lng-orange);
  font-size: 18px;
  font-weight: 900;
}
.lng-country-info-card h3,
.lng-company-card h3 {
  margin: 0 0 10px;
  color: #20242a;
  font-size: 22px;
  font-weight: 900;
}
.lng-country-info-card p,
.lng-company-card p {
  margin: 0 0 16px;
  color: var(--lng-muted);
}
.lng-country-info-card a,
.lng-company-card a {
  color: var(--lng-orange);
  font-weight: 900;
}

.lng-global-supply {
  background: #f4f4f5;
  padding-bottom: 46px;
}
.lng-global-supply [hidden] {
  display: none !important;
}
.lng-global-country-tabs {
  background: #fff;
  padding: 34px 0 20px;
}
.lng-global-country-shell {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  overflow: hidden;
}
.lng-global-country-row {
  display: flex;
  flex: 1 1 auto;
  gap: 18px;
  align-items: flex-start;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x proximity;
  scrollbar-width: none;
  padding: 0 8px 20px 0;
}
.lng-global-country-row::-webkit-scrollbar {
  display: none;
}
.lng-global-country-row button {
  flex: 0 0 104px;
  scroll-snap-align: start;
  border: 0;
  background: transparent;
  color: #777f89;
  cursor: pointer;
  text-align: center;
}
.lng-global-country-row button span {
  display: inline-flex;
  width: 72px;
  height: 72px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f1f2f4;
  color: #111820;
  font-size: 32px;
}
.lng-global-country-row button strong {
  position: relative;
  display: block;
  min-height: 56px;
  margin-top: 12px;
  color: inherit;
  font-size: 17px;
  font-weight: 800;
}
.lng-global-country-row button.is-active strong {
  color: #151a20;
}
.lng-global-country-row button.is-active strong::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 86px;
  height: 3px;
  background: #16191d;
  transform: translateX(-50%);
}
.lng-global-more {
  flex: 0 0 auto;
  align-self: center;
  width: 44px;
  height: 44px;
  margin-top: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.16);
  color: #1d232a;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}
.lng-global-more.is-disabled {
  opacity: .38;
  cursor: default;
}
.lng-global-center {
  padding: 30px 0 0;
}
.lng-global-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 26px;
}
.lng-global-toolbar h1 {
  margin: 0;
  color: #151a20;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 900;
}
.lng-view-switch {
  display: inline-flex;
  padding: 4px;
  border: 1px solid #d8dde4;
  border-radius: 999px;
  background: #fff;
}
.lng-view-switch button {
  min-width: 104px;
  height: 38px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #515963;
  font-weight: 900;
  cursor: pointer;
}
.lng-view-switch button.is-active {
  color: #fff;
  background: #191d23;
}
.lng-industry-collage {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
  padding-bottom: 26px;
  border-bottom: 2px solid #24272c;
}
.lng-industry-tile {
  position: relative;
  min-height: 156px;
  overflow: hidden;
  border-radius: 8px;
  background: #e9edf2;
}
.lng-industry-tile.is-wide {
  min-height: 244px;
}
.lng-industry-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lng-industry-tile::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 35%, rgba(0,0,0,.64));
}
.lng-industry-tile div {
  position: absolute;
  left: 22px;
  right: 18px;
  bottom: 20px;
  z-index: 1;
  color: #fff;
}
.lng-industry-tile span {
  display: inline-flex;
  margin-bottom: 8px;
  font-weight: 800;
}
.lng-industry-tile h3 {
  margin: 0 0 5px;
  font-size: 22px;
  font-weight: 900;
}
.lng-industry-tile p {
  margin: 0;
  font-size: 14px;
}
.lng-company-list {
  display: grid;
  gap: 22px;
}
.lng-supplier-card {
  display: grid;
  grid-template-columns: 1.05fr 1.45fr 260px;
  gap: 22px;
  min-height: 300px;
  padding: 28px;
  border-radius: 8px;
  background: #fff;
}
.lng-supplier-head {
  display: grid;
  grid-template-columns: 62px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  margin-bottom: 42px;
}
.lng-supplier-logo {
  display: inline-flex;
  width: 62px;
  height: 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  border-radius: 5px;
  color: var(--lng-orange);
  background: #fff8ef;
  font-weight: 900;
}
.lng-supplier-head h3 {
  margin: 0 0 8px;
  color: #111820;
  font-size: 18px;
  font-weight: 900;
  text-decoration: underline;
}
.lng-supplier-head p {
  margin: 0;
  color: #16202b;
  font-size: 15px;
}
.lng-supplier-meta p {
  margin: 0 0 8px;
  color: #111820;
  font-size: 16px;
}
.lng-supplier-meta strong,
.lng-supplier-meta b {
  display: block;
  margin-bottom: 8px;
  color: #111820;
  font-size: 15px;
}
.lng-supplier-products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-self: end;
}
.lng-supplier-products img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  background: #f2f3f5;
}
.lng-supplier-products strong {
  display: block;
  margin-top: 10px;
  color: #111820;
  font-size: 17px;
  font-weight: 900;
}
.lng-supplier-products span {
  display: block;
  color: #4d5660;
  font-size: 14px;
}
.lng-supplier-actions {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 20px;
}
.lng-supplier-actions button,
.lng-supplier-actions a {
  display: inline-flex;
  min-width: 112px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid #22272e;
  border-radius: 999px;
  color: #111820;
  background: #fff;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
}
.lng-supplier-actions button {
  min-width: 36px;
  border: 0;
  color: #cfd3d8;
  font-size: 24px;
}
.lng-product-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 42px 40px;
}
.lng-global-product-card {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.lng-global-product-card img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 14px;
  object-fit: cover;
  background: #fff;
}
.lng-global-product-card h3 {
  display: -webkit-box;
  min-height: 48px;
  margin: 14px 0 8px;
  overflow: hidden;
  color: #121820;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.lng-global-product-card span {
  display: block;
  margin-top: 12px;
  color: #6c737c;
  font-size: 14px;
}

.lng-manufacturer-supply .lng-global-country-row button span {
  width: 82px;
  height: 82px;
  color: #fff;
  background: var(--lng-orange);
  font-size: 19px;
  font-weight: 900;
  white-space: nowrap;
}
.lng-manufacturer-supply .lng-global-country-row button strong {
  display: none;
}
.lng-manufacturer-supply .lng-global-country-row button {
  position: relative;
  flex-basis: 112px;
  min-height: 112px;
  padding-bottom: 26px;
}
.lng-manufacturer-supply .lng-global-country-row button.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 2px;
  width: 86px;
  height: 3px;
  background: #16191d;
  transform: translateX(-50%);
}
.lng-manufacturer-supply .lng-global-country-row button[data-lng-country="huludao"] span {
  font-size: 17px;
}

.lng-liaoning-industries-page {
  padding: 46px 0 58px;
  background: #f7f8fa;
}

.lng-service-page {
  background: #f5f6f8;
  padding-bottom: 50px;
}
.lng-service-hero {
  padding: 72px 0 64px;
  color: #fff;
  background: linear-gradient(135deg, #ff5a12, #ff7b21);
}
.lng-service-hero h1 {
  margin: 0 0 10px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
}
.lng-service-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.92);
  font-size: 18px;
  font-weight: 700;
}
.lng-service-matrix {
  padding: 38px 0 0;
}
.lng-service-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
  background: #fff;
}
.lng-service-tabs a {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e4e7eb;
  color: #111820;
  font-size: 28px;
  font-weight: 900;
}
.lng-service-tabs a:last-child {
  border-right: 0;
}
.lng-service-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}
.lng-service-business-card {
  min-height: 280px;
  padding: 26px;
  border: 1px solid var(--lng-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: var(--lng-shadow);
}
.lng-service-business-card h2 {
  margin: 0 0 10px;
  color: #111820;
  font-size: 28px;
  font-weight: 900;
}
.lng-service-business-card p {
  min-height: 74px;
  margin: 0 0 20px;
  color: #68717c;
  font-size: 15px;
}
.lng-service-business-card div {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lng-service-business-card a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 0 14px;
  border: 1px solid #ff7b61;
  border-radius: 999px;
  color: #ff5238;
  background: #fff;
  font-weight: 900;
}

.lng-rfq-link {
  position: relative;
  padding-left: 28px;
}
.lng-rfq-link::before {
  content: "RFQ";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-flex;
  width: 22px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background: #ff8a28;
  font-size: 9px;
  line-height: 1;
  transform: translateY(-50%);
}

.lng-breadcrumb {
  padding: 18px 0;
  color: #7d8590;
  background: #fff;
  border-bottom: 1px solid #edf0f4;
}
.lng-breadcrumb .lng-container {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}
.lng-breadcrumb a {
  color: #414852;
}
.lng-breadcrumb .sep {
  color: #b2b8c0;
}

.lng-city-detail {
  background: #f3f5f8;
}
.lng-city-detail-hero {
  padding: 38px 0 28px;
  background:
    radial-gradient(circle at 88% 6%, rgba(255,107,22,.16), transparent 24%),
    linear-gradient(180deg, #fff 0%, #f3f5f8 100%);
}
.lng-city-detail-card {
  display: grid;
  grid-template-columns: minmax(320px, 45%) minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid #e5e9ef;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(25,36,58,.09);
}
.lng-city-detail-media {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: #e8edf3;
}
.lng-city-detail-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lng-city-detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.02), rgba(0,0,0,.34));
}
.lng-city-detail-media span {
  position: absolute;
  left: 24px;
  top: 24px;
  z-index: 1;
  display: inline-flex;
  min-width: 58px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: var(--lng-orange);
  font-size: 24px;
  font-weight: 900;
}
.lng-city-detail-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 48px;
}
.lng-city-kicker {
  margin: 0 0 12px;
  color: var(--lng-orange);
  font-size: 15px;
  font-weight: 900;
}
.lng-city-detail-body h1 {
  margin: 0 0 16px;
  color: #121820;
  font-size: 42px;
  line-height: 1.15;
  font-weight: 900;
}
.lng-city-desc {
  max-width: 620px;
  margin: 0 0 24px;
  color: #66707b;
  font-size: 17px;
  font-weight: 700;
}
.lng-city-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.lng-city-stat-grid div {
  min-height: 86px;
  padding: 16px 10px;
  border: 1px solid #edf0f4;
  border-radius: 8px;
  background: #fafbfc;
  text-align: center;
}
.lng-city-stat-grid strong {
  display: block;
  color: #ff5511;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 900;
}
.lng-city-stat-grid span {
  color: #737c86;
  font-weight: 800;
}
.lng-city-hotline {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #ffe0d1;
  border-radius: 8px;
  background: #fff8f3;
}
.lng-city-hotline strong {
  color: #ff5511;
}
.lng-city-hotline span {
  color: #1f2833;
  font-weight: 900;
}
.lng-city-detail .lng-btn-light {
  border: 1px solid #dfe3e8;
}
.lng-city-detail-main {
  padding: 26px 0 52px;
}
.lng-city-overview,
.lng-city-floor-grid,
.lng-city-supplier-grid,
.lng-city-product-grid {
  display: grid;
  gap: 18px;
}
.lng-city-overview {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
}
.lng-city-overview article,
.lng-city-panel,
.lng-city-floor-grid article,
.lng-city-supplier-card,
.lng-city-product-card {
  border: 1px solid #e6eaf0;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25,36,58,.05);
}
.lng-city-overview article {
  min-height: 156px;
  padding: 22px;
}
.lng-city-overview span {
  display: inline-flex;
  width: 42px;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  border-radius: 6px;
  color: #fff;
  background: var(--lng-orange);
  font-weight: 900;
}
.lng-city-overview h2,
.lng-city-panel h2 {
  margin: 0 0 8px;
  color: #121820;
  font-weight: 900;
}
.lng-city-overview h2 {
  font-size: 22px;
}
.lng-city-overview p,
.lng-city-panel-head p,
.lng-city-floor-grid p,
.lng-city-supplier-card p,
.lng-city-supplier-card li,
.lng-city-product-card p,
.lng-city-product-card span {
  color: #69727d;
  font-weight: 700;
}
.lng-city-panel {
  margin-top: 22px;
  padding: 28px;
}
.lng-city-panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 22px;
}
.lng-city-panel h2 {
  font-size: 30px;
}
.lng-city-panel-head p {
  margin: 0;
}
.lng-city-panel-head a,
.lng-city-card-actions a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border: 1px solid #ff7b61;
  border-radius: 5px;
  color: #ff5238;
  background: #fff;
  font-weight: 900;
  white-space: nowrap;
}
.lng-city-floor-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lng-city-floor-grid article {
  min-height: 174px;
  padding: 22px;
}
.lng-city-floor-grid strong {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 5px 12px;
  border-radius: 5px;
  color: #ff5238;
  background: #fff0ea;
}
.lng-city-floor-grid h3 {
  margin: 0 0 10px;
  color: #111820;
  font-size: 21px;
  font-weight: 900;
}
.lng-city-supplier-grid {
  grid-template-columns: 1fr;
}
.lng-city-supplier-card {
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
}
.lng-city-supplier-logo {
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  color: #fff;
  background: #151a20;
  font-size: 24px;
  font-weight: 900;
}
.lng-city-supplier-card h3 {
  margin: 0 0 8px;
  color: #111820;
  font-size: 22px;
  font-weight: 900;
}
.lng-city-supplier-card p,
.lng-city-supplier-card ul {
  margin: 0 0 12px;
}
.lng-city-supplier-card ul {
  padding-left: 18px;
}
.lng-city-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.lng-city-card-actions a:first-child,
.lng-city-panel-head a:hover,
.lng-city-card-actions a:hover {
  color: #fff;
  background: var(--lng-orange);
}
.lng-city-product-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.lng-city-product-card {
  overflow: hidden;
}
.lng-city-product-image {
  height: 210px;
  overflow: hidden;
  background: #eef1f5;
}
.lng-city-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lng-city-product-card h3 {
  min-height: 52px;
  margin: 16px 16px 8px;
  color: #121820;
  font-size: 17px;
  line-height: 1.45;
  font-weight: 800;
}
.lng-city-product-card strong {
  display: block;
  margin: 0 16px 4px;
  color: #121820;
  font-size: 21px;
  font-weight: 900;
}
.lng-city-product-card p,
.lng-city-product-card span {
  display: block;
  margin: 0 16px 8px;
}
.lng-city-product-card span {
  margin-bottom: 18px;
  color: #7a828c;
}

.lng-rfq-page {
  background: #f3f3f4;
  min-height: 100vh;
}
.lng-rfq-hero {
  padding: 52px 0 145px;
  color: #fff;
  background:
    radial-gradient(circle at 76% 18%, rgba(115,99,255,.28), transparent 26%),
    linear-gradient(135deg, #181353 0%, #27206c 52%, #20175d 100%);
}
.lng-rfq-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 48%);
  gap: 42px;
  align-items: center;
}
.lng-rfq-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
}
.lng-rfq-badge::before {
  content: "RFQ";
  display: inline-flex;
  width: 44px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #ff8a28;
  font-size: 14px;
}
.lng-rfq-copy h1 {
  margin: 0 0 18px;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 900;
}
.lng-rfq-copy p {
  margin: 0 0 34px;
  color: rgba(255,255,255,.78);
  font-size: 22px;
  font-weight: 800;
}
.lng-rfq-copy a {
  display: inline-flex;
  min-width: 142px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 999px;
  color: #fff;
  font-size: 22px;
  font-weight: 900;
}
.lng-rfq-visual {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  opacity: .82;
}
.lng-rfq-visual div {
  min-height: 128px;
  padding: 26px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 0;
}
.lng-rfq-visual span {
  color: rgba(255,255,255,.68);
  font-size: 18px;
}
.lng-rfq-form-wrap {
  margin-top: -96px;
}
.lng-rfq-form-card {
  padding: 32px 36px 30px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(25,36,58,.09);
}
.lng-rfq-form-card h2,
.lng-rfq-products h2 {
  margin: 0 0 24px;
  color: #121820;
  font-size: 28px;
  font-weight: 900;
}
.lng-rfq-textarea {
  min-height: 214px;
  padding: 24px;
  border: 1px solid #d4d9df;
  border-radius: 12px;
  background: #fff;
}
.lng-rfq-textarea button {
  height: 52px;
  padding: 0 18px;
  border: 1px dashed #d4d9df;
  border-radius: 6px;
  background: #fff;
  color: #222831;
  font-size: 18px;
  font-weight: 800;
}
.lng-rfq-textarea p {
  margin: 16px 0 0;
  color: #9aa2ad;
  font-size: 17px;
  font-weight: 700;
}
.lng-rfq-form-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 28px;
}
.lng-rfq-form-footer label {
  color: #313943;
  font-size: 18px;
  font-weight: 800;
}
.lng-rfq-form-footer input {
  width: 22px;
  height: 22px;
  vertical-align: -4px;
}
.lng-rfq-form-footer a {
  display: inline-flex;
  min-width: 238px;
  height: 64px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  background: #f36b2a;
  font-size: 22px;
  font-weight: 900;
}
.lng-rfq-products {
  padding: 42px 0 64px;
}
.lng-rfq-product-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}
.lng-rfq-product-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
}
.lng-rfq-product-grid img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  background: #eef1f5;
}
.lng-rfq-product-grid h3 {
  min-height: 52px;
  margin: 14px 14px 8px;
  color: #111820;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 800;
}
.lng-rfq-product-grid strong,
.lng-rfq-product-grid p,
.lng-rfq-product-grid span {
  display: block;
  margin: 0 14px 6px;
}
.lng-rfq-product-grid strong {
  color: #111820;
  font-size: 20px;
  font-weight: 900;
}
.lng-rfq-product-grid span {
  margin-bottom: 16px;
  color: #69727d;
  font-weight: 700;
}
.lng-global-product-card p {
  min-height: 0;
  margin: 2px 0 0;
  color: #121820;
  font-size: 15px;
}
.lng-global-product-card strong {
  display: block;
  color: #111820;
  font-size: 20px;
  line-height: 1.25;
  font-weight: 900;
}

@media (max-width: 1180px) {
  .lng-primary-nav { gap: 28px; }
  .lng-hero-layout { grid-template-columns: 190px minmax(0, 1fr) 260px; }
  .lng-market-card { grid-template-columns: 180px minmax(0, 1fr); }
  .lng-alibaba-footer-inner {
    width: min(100% - 48px, var(--lng-container));
  }
  .lng-alibaba-footer-top .lng-alibaba-footer-inner {
    gap: 34px;
  }
  .lng-country-row {
    grid-template-columns: repeat(6, minmax(76px, 1fr));
    overflow: hidden;
  }
  .lng-country-row button { display: none; }
}

@media (max-width: 920px) {
  .lng-orange-header { min-height: 0; padding-bottom: 22px; }
  .lng-primary-nav {
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 28px;
  }
  .lng-primary-nav a { font-size: 17px; }
  .lng-hero-search {
    grid-template-columns: 86px minmax(0, 1fr);
    min-height: 128px;
    padding: 18px;
  }
  .lng-hero-search button {
    grid-column: 1 / 3;
    grid-row: auto;
    justify-self: stretch;
    width: auto;
    height: 46px;
    margin-top: 10px;
  }
  .lng-hero-search input {
    grid-column: 2;
    margin-right: 0;
  }
  .lng-hero-layout,
  .lng-market-grid,
  .lng-stats-row,
  .lng-service-row,
  .lng-country-card-grid,
  .lng-company-card-grid,
  .lng-supplier-card {
    grid-template-columns: 1fr;
  }
  .lng-alibaba-footer-top .lng-alibaba-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lng-alibaba-tools-row {
    align-items: flex-start;
    flex-direction: column;
  }
  .lng-alibaba-lens,
  .lng-alibaba-apps {
    flex-wrap: wrap;
  }
  .lng-global-country-row button {
    flex-basis: 96px;
  }
  .lng-product-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 22px;
  }
  .lng-service-tabs,
  .lng-service-card-grid {
    grid-template-columns: 1fr;
  }
  .lng-city-detail-card,
  .lng-city-overview,
  .lng-city-floor-grid,
  .lng-rfq-hero-grid {
    grid-template-columns: 1fr;
  }
  .lng-city-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lng-rfq-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lng-city-detail-body {
    padding: 32px;
  }
  .lng-city-detail-body h1,
  .lng-rfq-copy h1 {
    font-size: 36px;
  }
  .lng-rfq-hero {
    padding-bottom: 120px;
  }
  .lng-service-tabs a {
    border-right: 0;
    border-bottom: 1px solid #e4e7eb;
  }
  .lng-global-toolbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .lng-industry-collage {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lng-supplier-products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lng-supplier-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .lng-category-panel,
  .lng-global-hero,
  .lng-updates-panel { min-height: 0; }
  .lng-category-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .lng-stats-section { padding: 34px 0; }
}

@media (max-width: 620px) {
  .lng-container { width: min(100% - 24px, var(--lng-container)); }
  .lng-logo { font-size: 22px; }
  .lng-header-links {
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .lng-header-links a,
  .lng-language { font-size: 14px; }
  .lng-primary-nav { justify-content: flex-start; }
  .lng-hero-search {
    grid-template-columns: 1fr;
    border-radius: 14px;
  }
  .lng-hero-search select,
  .lng-hero-search input,
  .lng-hero-search button {
    grid-column: auto;
    width: 100%;
  }
  .lng-hero-search input { height: 46px; }
  .lng-category-list { grid-template-columns: 1fr; }
  .lng-global-hero { padding: 42px 24px 28px; }
  .lng-global-hero h1 {
    margin-top: 32px;
    font-size: 30px;
  }
  .lng-global-hero p { font-size: 15px; }
  .lng-hero-actions { flex-direction: column; }
  .lng-hero-keywords { flex-wrap: wrap; gap: 14px; }
  .lng-country-row { grid-template-columns: repeat(3, 1fr); }
  .lng-industry-collage,
  .lng-supplier-products,
  .lng-product-list,
  .lng-city-product-grid,
  .lng-rfq-product-grid {
    grid-template-columns: 1fr;
  }
  .lng-city-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lng-city-panel,
  .lng-rfq-form-card {
    padding: 22px;
  }
  .lng-city-panel-head,
  .lng-rfq-form-footer {
    align-items: flex-start;
    flex-direction: column;
  }
  .lng-city-supplier-card {
    grid-template-columns: 1fr;
  }
  .lng-rfq-visual {
    grid-template-columns: 1fr;
  }
  .lng-rfq-form-footer a {
    width: 100%;
    min-width: 0;
  }
  .lng-global-country-row button span {
    width: 58px;
    height: 58px;
    font-size: 26px;
  }
  .lng-manufacturer-supply .lng-global-country-row button span {
    width: 66px;
    height: 66px;
    font-size: 15px;
  }
  .lng-manufacturer-supply .lng-global-country-row button[data-lng-country="huludao"] span {
    font-size: 13px;
  }
  .lng-view-switch {
    width: 100%;
  }
  .lng-view-switch button {
    flex: 1;
    min-width: 0;
  }
  .lng-market-card { grid-template-columns: 1fr; }
  .lng-market-card-media { min-height: 220px; }
  .lng-market-tags p { grid-template-columns: 72px minmax(0, 1fr); }
  .lng-service-row { gap: 12px; }
  .lng-alibaba-footer-inner {
    width: min(100% - 24px, var(--lng-container));
  }
  .lng-alibaba-footer-top {
    padding: 34px 0;
  }
  .lng-alibaba-footer-top .lng-alibaba-footer-inner {
    grid-template-columns: 1fr;
  }
  .lng-alibaba-footer-col a {
    margin-bottom: 14px;
    font-size: 16px;
  }
  .lng-alibaba-tools-row {
    padding-top: 34px;
  }
  .lng-alibaba-apps a {
    min-width: 136px;
  }
}
