/* 儿童城 2026 基础样式 — 兼容原有 class 名 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400;500;700&family=ZCOOL+XiaoWei&display=swap');

:root {
  --brand: #0f9d8a;
  --brand-deep: #0b7f70;
  --accent: #ff6b6b;
  --accent-soft: #ffe8e8;
  --ink: #1f2937;
  --muted: #6b7280;
  --line: #e8eef0;
  --paper: #ffffff;
  --sky: #e8f7f4;
  --sky-2: #f3fbfd;
  --shadow: 0 10px 30px rgba(15, 157, 138, 0.08);
  --radius: 14px;
  --font: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --display: "ZCOOL XiaoWei", "Noto Sans SC", serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font: 15px/1.7 var(--font);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(15,157,138,.12), transparent 60%),
    radial-gradient(900px 400px at 100% 0%, rgba(255,107,107,.10), transparent 55%),
    linear-gradient(180deg, var(--sky-2), #fff 320px);
  text-align: left;
}
img { max-width: 100%; height: auto; border: 0; vertical-align: middle; }
a { color: var(--ink); text-decoration: none; transition: color .2s ease, transform .25s ease; }
a:hover { color: var(--brand); }
ul, ol, dl, h1, h2, h3, h4, h5, h6, p, dt, dd { margin: 0; padding: 0; }
ul li, ol li { list-style: none; }
i, em { font-style: normal; }
button, input, select, textarea { font: inherit; margin: 0; outline: none; }
.clearfix { *zoom: 1; }
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; }
.clearfix:after { clear: both; }
.f-fl, .f-lifl li, .f-dlfl dt, .f-dlfl dd { float: left; display: inline; }
.f-fr { float: right; display: inline; }

.g-box-1200 { width: min(1200px, calc(100% - 32px)); margin: 0 auto; display: block; }

/* 顶栏 */
.g-top-full { display: none; }

.g-nav-full {
  width: 100%;
  background: rgba(255,255,255,.86);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(15,157,138,.08);
  position: sticky;
  top: 0;
  z-index: 1000;
  animation: fadeDown .5s ease both;
}
.g-nav-full .g-box-1200 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 20px;
}
.g-nav-full .u-logo {
  width: auto;
  margin: 0;
  overflow: visible;
  float: none !important;
}
.g-nav-full .u-logo img {
  height: 52px;
  width: auto;
  display: block;
  transition: transform .35s ease;
}
.g-nav-full .u-logo:hover img { transform: scale(1.04) rotate(-2deg); }
.g-nav-full .tip {
  flex: 1;
  width: auto;
  height: auto;
  margin: 0;
  background: none;
  font-family: var(--display);
  font-size: 22px;
  color: var(--brand-deep);
  letter-spacing: .04em;
  float: none !important;
}
.g-nav-full .tip::after { content: "让儿童的生活更美好"; }
.g-nav-full form.f-fr {
  width: min(420px, 42vw);
  height: 46px;
  margin: 0;
  display: flex;
  float: none !important;
  overflow: hidden;
  border-radius: 999px;
  box-shadow: var(--shadow);
}
.g-nav-full form.f-fr .u-search-input {
  flex: 1;
  width: auto;
  height: 46px;
  line-height: 46px;
  text-indent: 18px;
  background: #fff;
  border: 1.5px solid var(--brand);
  border-right: 0;
  border-radius: 999px 0 0 999px;
  float: none;
  font-size: 15px;
  color: var(--ink);
}
.g-nav-full form.f-fr .u-search-btn {
  width: 88px;
  height: 46px;
  line-height: 46px;
  border: 0;
  border-radius: 0 999px 999px 0;
  background: linear-gradient(135deg, var(--brand), #14b8a6);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  float: none;
  transition: filter .2s ease;
}
.g-nav-full form.f-fr .u-search-btn:hover { filter: brightness(1.05); }

/* 主导航 */
.g-navlist { width: 100%; margin-bottom: 8px; }
.g-navlist .m-nav1 {
  background: linear-gradient(90deg, #0f9d8a 0%, #14b8a6 45%, #2dd4bf 100%);
  box-shadow: 0 8px 24px rgba(15,157,138,.18);
}
.g-navlist ul { display: flex; flex-wrap: wrap; }
.g-navlist ul li {
  float: none;
  width: auto;
  flex: 1 1 0;
  min-width: 96px;
  font-size: 15px;
  color: #fff;
}
.g-navlist ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
}
.g-navlist ul li a i {
  width: 18px;
  height: 18px;
  float: none;
  margin: 0;
  background: none !important;
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px rgba(255,255,255,.85);
  opacity: .9;
}
.g-navlist ul li.hover a,
.g-navlist ul li a:hover,
.g-navlist ul li.f-hover a {
  background: rgba(255,255,255,.16) !important;
  background-image: none !important;
}
.g-navlist ul li.hover a::after,
.g-navlist ul li.f-hover a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 28px;
  height: 3px;
  margin-left: -14px;
  border-radius: 3px 3px 0 0;
  background: #fff;
}

.m-nan2 {
  height: auto;
  min-height: 44px;
  line-height: 44px;
  font-size: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.7);
  border: 1px solid var(--line);
  border-top: 0;
  border-radius: 0 0 12px 12px;
  margin-bottom: 18px;
}
.m-nan2 .m-intxt i {
  float: left;
  margin-left: 14px;
  color: var(--accent);
  font-weight: 700;
}
.m-nan2 .m-intxt span {
  display: inline-block;
  width: auto;
  max-width: 260px;
  overflow: hidden;
  height: 44px;
  margin: 0 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.m-nan2 .m-intxt span a,
.m-nan2 .m-nav2div a {
  background: none;
  padding-left: 0;
  color: var(--muted);
}
.m-nan2 .m-intxt span a:hover,
.m-nan2 .m-nav2div a:hover { color: var(--brand); }
.m-nan2 .m-nav2div { text-align: center; }
.m-nan2 .m-nav2div a { margin: 0 14px; }

.f-ico1 { background-image: url(../images/indexbg.png); background-repeat: no-repeat; }
.m-intit {
  height: auto;
  border-left: 4px solid var(--brand);
  padding: 4px 0 4px 16px;
  margin-bottom: 16px;
  font-weight: normal;
}
.m-intit div { font-family: var(--display); font-size: 26px; color: var(--ink); height: auto; line-height: 1.3; margin-bottom: 4px; }
.m-intit div span { color: var(--brand); }
.m-intit p { color: var(--muted); font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }

.g-tith2 {
  font-weight: normal;
  border-bottom: 2px solid var(--brand);
  height: auto;
  min-height: 56px;
  line-height: 56px;
  overflow: hidden;
  margin-bottom: 22px;
}
.g-tith2 .m-h2left { font-family: var(--display); font-size: 26px; }
.g-tith2 .m-h2left span { color: var(--ink); margin-right: 10px; }
.g-tith2 .m-h2left i { color: #cbd5e1; font-family: Arial, sans-serif; font-size: 13px; }
.g-tith2 .m-h2right { font-size: 14px; }
.g-tith2 .m-h2right a { color: var(--muted); }
.g-tith2 .m-h2right a:hover { color: var(--brand); }
.g-tith2 .m-h2left i.f-ico1 { width: 36px; height: 36px; float: left; margin: 10px 12px 0 0; }
.g-tith2 .m-h2left i.m-beiyun { background-position: -524px -1px; }
.g-tith2 .m-h2left i.m-chanhou { background-position: -612px 0; }
.g-tith2 .m-h2left i.m-zaojiao { background-position: -704px 0; }
.g-tith2 .m-h2right span { font-size: 22px; color: #d1d5db; margin: 0 8px; }

.g_foot {
  background: linear-gradient(180deg, #f8fffd, #eef8f6);
  border-top: 1px solid var(--line);
  text-align: center;
  font-size: 13px;
  padding: 28px 16px 36px;
  margin: 40px 0 0;
  line-height: 1.9;
  color: var(--muted);
}
.g_foot a { font-size: 13px; color: var(--ink); margin: 0 8px; }
.g_foot a:hover { color: var(--brand); }
.g_foot b, .g_foot span { color: var(--accent); }

.f-jkico { background-image: url(../images/jkicon.jpg); background-repeat: no-repeat; }
.g-jknav { height: 44px; position: relative; text-indent: 24px; }
.g-jknav b { width: 13px; height: 15px; position: absolute; left: 2px; top: 15px; background-position: -9px -8px; }
.g-jknav strong { width: 100%; height: 44px; line-height: 44px; font-size: 14px; font-weight: normal; color: var(--ink); display: block; overflow: hidden; }

.g-float { width: 52px; position: fixed; bottom: 24px; left: 50%; margin-left: 610px; z-index: 100; cursor: pointer; }
.g-float a { width: 100%; height: 52px; margin-top: 6px; display: block; overflow: hidden; border-radius: 14px; }
.g-float #m-top-back {
  height: 0;
  background: linear-gradient(135deg, var(--brand), #14b8a6);
  border-radius: 14px;
  transition: height .2s ease;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
}
.g-float #m-top-back::after {
  content: "↑";
  color: #fff;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

@keyframes fadeDown {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: none; }
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1024px) {
  .g-nav-full .tip { display: none; }
  .g-nav-full form.f-fr { width: min(280px, 48vw); }
  .g-navlist ul li { min-width: 72px; }
  .g-navlist ul li a i { display: none; }
  .g-float, .g-rightnav { display: none !important; }
}
@media (max-width: 720px) {
  .g-nav-full .g-box-1200 { flex-wrap: wrap; padding: 10px 0; min-height: auto; }
  .g-nav-full form.f-fr { width: 100%; order: 3; }
  .g-navlist ul li a { height: 42px; line-height: 42px; font-size: 13px; }
  .m-nan2 { display: none; }
}
