*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --primary-dark:    #3a4a42;
  --primary-light:   #f5f8f3;
  --accent-gradient-start: #6a8d73;
  --accent-gradient-end:   #8aa597;
  --accent-neon:           #5d7a8d;
  --text-primary:    #3a4a42;
  --text-secondary:  #8aa597;
  --card-bg:         #f5f8f3cc;
  --primary: #6a8d73;
  --secondary: #8aa597;
  --accent: #c9d5b9;
  --dark: #3a4a42;
  --light: #f5f8f3;
  --earth: #a67c52;
  --water: #5d7a8d;
  --transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --emerald-50: #f0fdf4;
  --emerald-100: #dcfce7;
  --emerald-200: #bbf7d0;
  --emerald-300: #86efac;
  --emerald-400: #4ade80;
  --emerald-500: #22c55e;
  --emerald-600: #16a34a;
  --emerald-700: #15803d;
  --emerald-800: #166534;
  --emerald-900: #14532d;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', 'Helvetica Neue', 'Microsoft YaHei', Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.6;
  color: var(--text-secondary);
  background: var(--primary-dark);
  overflow-x: hidden;
  margin: 0;
  padding: 0 0px;
}

.buy-link {
  display: inline-block;
  margin-top: 8px;
  padding: 8px 16px;
  background-color: #007bff;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.buy-link:hover {
  background-color: #0056b3;
}

.page {
  display: none;
  min-height: 100vh;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  z-index: 2;
}

.page.active {
  display: block;
}

.navbar {
  background: rgba(26, 26, 46, 0.1);
  -webkit-backdrop-filter: blur(12px);
  padding: 18px 0;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: var(--shadow);
  border-bottom:  0px solid transparent;
  transition: transform 0.3s ease;
}

.navbar.hidden {
  transform: translateY(-100%);
}

.nav-container {
  max-width: 98%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0;
}

.logo-container {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  white-space: nowrap;
}

.logo-img {
  height: 58px;
  width: auto;
  -webkit-filter: none !important;
          filter: none !important;
  mix-blend-mode: normal !important;
  color: initial !important;
  opacity: 1 !important;
  fill: none !important;
  stroke: none !important;
}

.logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.chinese-name {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.5px;
  background: var(--text-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.english-name {
  background: var(--text-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.nav-menu {
  display: flex;
  list-style: none;
}

.nav-menu li {
  margin-left: 35px;
  font-size: 10px;
  position: relative;
}

.nav-menu a {
  color: var(--text-primary);
  text-decoration: none;
  padding: 10px 0 6px;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.1);
}

.nav-menu a::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 0;
  height: 3px;
  background: var(--accent-neon);
  box-shadow: 0 0 10px var(--accent-neon);
  transform: translateX(-50%);
  transition: width 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.nav-menu a:hover {
  color: var(--accent-neon);
  text-shadow: 0 0 12px var(--accent-neon);
}

.nav-menu a:hover::after {
  width: 80%;
}

.contact-phone {
  display: flex;
  align-items: center;
  color: var(--text-primary);
  text-decoration: none;
  font-size: 25px;
  font-weight: 500;
  gap: 6px;
  transition: var(--transition);
  margin-left: 100px;
}

.contact-phone:hover {
  color: var(--accent-neon);
}

.contact-phone i {
  font-size: 20px;
}

#page0 {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}

.ro-sy {
  text-align: center;
  position: relative;
  z-index: 1;
}

.fade-out-text {
  animation: fadeOut 8s ease-in forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  80% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .bg-video {
    object-fit: fill;
  }
}

.sy {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0% 10%;
  position: relative;
  opacity: 1;
  transform: translateY(0);
}

.ro-sy {
  text-align: center;
  position: relative;
}

.title-sy {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, var(--accent-gradient-start), var(--accent-gradient-end), var(--accent-neon));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  animation: glow 3s ease-in-out infinite alternate;
}

.subtitle-sy {
  font-size: 1.4rem;
  color: var(--text-secondary);
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 2rem;
}

.btn {
  padding: 1rem 2.5rem;
  border: none;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  display: inline-block;
}

.btn-primary {
  background: linear-gradient(45deg, var(--accent-gradient-start), var(--accent-gradient-end));
  color: #ffffff;
  box-shadow: 0 10px 30px rgba(218, 140, 255, 0.3);
}

.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 40px rgba(218, 140, 255, 0.5);
}

.btn-secondary {
  background: transparent;
  color: var(--accent-gradient-start);
  border: 2px solid var(--accent-gradient-start);
}

.btn-secondary:hover {
  background: rgba(218, 140, 255, 0.1);
  transform: translateY(-3px);
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px rgba(218, 140, 255, 0.5);
  }

  to {
    text-shadow: 0 0 30px rgba(218, 140, 255, 0.8), 0 0 60px rgba(106, 175, 222, 0.6);
  }
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.2);
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .title-sy {
    font-size: 2.5rem;
  }

  .subtitle-sy {
    font-size: 1.1rem;
  }
}

/* 首页样式 */

.hero {
  height: 100vh;
  width: 100%;
  position: relative;
  right: auto;
  height: 0;
  padding-top: 46.875%;
  overflow: hidden;
  background: none;
  display: block;
}

.hero-image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  overflow: hidden;
}

/* 统一图片/视频样式 */

.hero-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.hero-media.active {
  opacity: 1;
  z-index: 1;
}

.hero-media:first-child {
  opacity: 1;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  max-width: 100%;
  max-height: 100%;
  object-position: center;
}

.hero-image.active {
  opacity: 1;
}

.hero-title {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  animation: fadeInUp 1s ease-out forwards;
  white-space: nowrap;
  overflow: hidden;
}

.hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  color: white;
  max-width: 95%;
  width: 100%;
  box-sizing: border-box;
}

.hero-content1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: left;
  transform: translate(-15%, -1%);
  margin-top: -40px;
  z-index: 2;
  color: rgba(255, 235, 255, 0.5);
  max-width: 95%;
  width: 100%;
  box-sizing: border-box;
}

.hero-content h1,
.hero-content p {
  opacity: 1;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  word-break: break-word;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.hero-content h1.typing-animation,
.hero-content p.typing-animation {
  animation: none;
}

@keyframes textTyping {
  from {
    width: 0;
  }

  to {
    width: var(--text-width);
  }
}

@keyframes textReveal {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.hero-content h1.typing-animation::after,
.hero-content p.typing-animation::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1ch;
  background: currentColor;
  animation: blink 1s infinite;
  animation-play-state: var(--animation-state, running);
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }

  51%, 100% {
    opacity: 0;
  }
}

/* 完整的打字动画 */

.typing-complete::after {
  display: none;
}

.hero-navigation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  display: flex;
  gap: 10px;
  max-width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}

.hero-nav-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background-color 0.3s;
  flex-shrink: 0;
}

.hero-nav-dot.active {
  background-color: white;
}

.hero-nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  font-size: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
  transition: background 0.3s;
  min-width: 50px;
  min-height: 50px;
}

.hero-nav-button:hover {
  background: rgba(255, 255, 255, 0.3);
}

.hero-nav-button.prev {
  left: 10px;
}

.hero-nav-button.next {
  right: 10px;
}

@media (max-width: 1200px) {
  .hero {
    height: 400px;
  }
}

@media (max-width: 768px) {
  body {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero {
    height: 300px;
  }

  .workshop-grid {
    margin-top: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .loading {
    text-align: center;
    padding: 20px;
  }

  .section-title {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  body {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero {
    height: 250px;
  }

  .workshop-grid {
    margin-top: 10px;
    cursor: pointer;
    padding: 10px;
    border: 1px solid #ccc;
  }

  .loading {
    text-align: center;
    padding: 20px;
  }

  .section-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 1920px) {
  .hero {
    height: 600px;
  }
}

html, body {
  width: 100%;
  height: 100%;
  overflow: auto !important;
  scroll-behavior: smooth;
}

.section {
  padding: 15px 0;
}

.core-values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 32px;
  margin-top: 40px;
  position: relative;
}

.core-values-grid::before,
.core-values-grid::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--accent-gradient-start) 0%, transparent 70%);
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
}

.core-values-grid::before {
  top: -40px;
  left: 10%;
}

.core-values-grid::after {
  bottom: -50px;
  right: 15%;
}

.core-card {
  background: var(--card-bg);
  border-radius: 22px;
  padding: 36px 28px;
  text-align: center;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  border: 1px solid rgba(218, 140, 255, 0.2);
  position: relative;
  z-index: 2;
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow);
}

.core-card::before {
  content: attr(data-icon);
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 28px;
  color: var(--accent-neon);
  text-shadow: 0 0 12px rgba(0, 243, 255, 0.7);
  z-index: 3;
  animation: floatIcon 3s ease-in-out infinite;
}

@keyframes floatIcon {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(-6px);
  }
}

.core-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 22px;
  padding: 2px;
  background: linear-gradient(45deg, var(--accent-gradient-start), var(--accent-gradient-end), #00f3ff, var(--accent-gradient-start));
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.core-card:hover::after {
  opacity: 1;
  animation: borderFlow 4s linear infinite;
}

@keyframes borderFlow {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 400px 0;
  }
}

.core-card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 15px 40px rgba(0, 0, 0, 0.5),
    0 0 25px rgba(218, 140, 255, 0.4);
}

.core-card h3 {
  font-size: 1.6rem;
  margin-top: 32px;
  margin-bottom: 18px;
  color: var(--text-primary);
  background: linear-gradient(90deg, var(--accent-gradient-start), var(--accent-gradient-end));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 800;
  position: relative;
  padding-bottom: 10px;
}

.core-card h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-gradient-start), var(--accent-gradient-end));
  border-radius: 1px;
}

.core-card p {
  color: var(--text-secondary);
  line-height: 1.75;
  font-size: 1.05rem;
  margin: 0;
  padding-top: 12px;
  position: relative;
}

.core-card p::before {
  content: '❝';
  position: absolute;
  top: -2px;
  left: -16px;
  color: rgba(218, 140, 255, 0.6);
  font-size: 1.4rem;
  font-family: serif;
  line-height: 1;
}

.core-card p::after {
  content: '❞';
  position: absolute;
  bottom: -8px;
  right: -16px;
  color: rgba(218, 140, 255, 0.6);
  font-size: 1.4rem;
  font-family: serif;
  line-height: 1;
}

/* 响应式优化 */

@media (max-width: 768px) {
  .core-values-grid {
    gap: 28px;
  }

  .core-card {
    padding: 32px 24px;
  }

  .core-card::before {
    font-size: 24px;
  }

  .core-card h3 {
    font-size: 1.45rem;
    margin-top: 28px;
  }
}

/* 绿色环保板块样式 */

.green-initiative {
  height: 100vh;
  position: relative;
  text-align: center;
  background: linear-gradient(135deg, rgba(74, 222, 128, 0.05), rgba(34, 211, 238, 0.05));
  padding: 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.green-initiative::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
        radial-gradient(circle at 10% 20%, rgba(74, 222, 128, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(34, 211, 238, 0.1) 0%, transparent 20%);
  pointer-events: none;
}

.green-section-title {
  font-size: 2.5rem;
  margin-bottom: 1.2rem;
  background: linear-gradient(45deg, #4ade80, #22d3ee);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 1;
}

.green-intro {
  color: #6b7280;
  max-width: 800px;
  margin: 0 auto 3rem;
  line-height: 1.8;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
}

.green-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2.5rem;
  margin-top: 2rem;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.green-card {
  background: rgba(255, 255, 255, 0.9);
  padding: 2.5rem 2rem;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(74, 222, 128, 0.2);
  transition: all 0.3s ease;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.green-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #4ade80, #22d3ee);
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.green-card:hover::before {
  transform: scaleX(1);
}

.green-card:hover {
  transform: translateY(-12px);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(74, 222, 128, 0.4);
  box-shadow: 0 25px 50px rgba(74, 222, 128, 0.25);
}

.green-icon {
  font-size: 3.5rem;
  color: #4ade80;
  margin-bottom: 1.2rem;
  transition: transform 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.green-card:hover .green-icon {
  transform: scale(1.1);
}

.green-title {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: #4ade80;
  font-weight: 600;
}

.green-desc {
  color: #6b7280;
  line-height: 1.7;
  font-size: 1rem;
}

/* 响应式设计 */

@media (max-width: 768px) {
  .green-initiative {
    padding: 3rem 1rem;
    min-height: auto;
  }

  .green-section-title {
    font-size: 2rem;
  }

  .green-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 0 1rem;
  }

  .green-card {
    padding: 2rem 1.5rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .green-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1025px) {
  .green-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.zzxd {
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg,
        rgba(248, 250, 252, 0.95) 0%,
        rgba(241, 245, 249, 0.95) 100%);
}

.zzxd::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
        radial-gradient(circle at 15% 20%, rgba(74, 222, 128, 0.05) 0%, transparent 30%),
        radial-gradient(circle at 85% 80%, rgba(34, 211, 238, 0.05) 0%, transparent 30%)
    ;
  z-index: 0;
}

.action {
  text-align: center;
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
}

.section-title {
  font-size: 1.3rem;
  margin-bottom: 4rem;
  background: linear-gradient(45deg, #4ade80, #22d3ee, #a78bfa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  background-size: 300% 300%;
  animation: gradientShift 3s ease infinite;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.process-flow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4rem 0;
  position: relative;
  padding: 1rem 0;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.process-flow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  height: 3px;
  background: linear-gradient(90deg,
        transparent 0%,
        #4ade80 25%,
        #22d3ee 50%,
        #a78bfa 75%,
        transparent 100%);
  border-radius: 2px;
  transform: translateY(-50%);
  z-index: 0;
}

.process-step {
  background: rgba(255, 255, 255, 0.9);
  padding: 2rem 1.8rem;
  border-radius: 20px;
  min-width: 160px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  position: relative;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transform-style: preserve-3d;
}

.step-number {
  font-size: 1.2rem;
  font-weight: bold;
  color: #4ade80;
  margin-bottom: 0.5rem;
  display: block;
  text-shadow: 0 2px 4px rgba(74, 222, 128, 0.3);
}

.process-step h3 {
  margin: 0;
  font-size: 1.1rem;
  color: #374151;
  font-weight: 600;
}

.process-step::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #4ade80, #22d3ee);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
  transform: scale(0.95);
}

.process-step:hover {
  transform: translateY(-20px) rotateX(10deg) scale(1.05);
  box-shadow: 0 25px 50px rgba(74, 222, 128, 0.3);
  background: rgba(255, 255, 255, 1);
  border-color: rgba(74, 222, 128, 0.6);
}

.process-step:hover::before {
  opacity: 0.1;
}

.process-step:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: linear-gradient(45deg, #4ade80, #22d3ee);
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
  box-shadow: 0 0 20px rgba(74, 222, 128, 0.8);
  animation: floatPulse 2s ease-in-out infinite;
}

@keyframes floatPulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 20px rgba(74, 222, 128, 0.8);
  }

  50% {
    transform: translateY(-50%) scale(1.2);
    box-shadow: 0 0 30px rgba(74, 222, 128, 1);
  }
}

.cta-buttons {
  display: flex;
  gap: 2.5rem;
  justify-content: center;
  margin: 4rem 0;
  flex-wrap: wrap;
}

.btn {
  padding: 1.4rem 3rem;
  border-radius: 60px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  position: relative;
  overflow: hidden;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  min-width: 280px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent);
  transition: left 0.5s ease;
}

.btn:hover::before {
  left: 100%;
}

.btn-primary {
  background: linear-gradient(45deg, #4ade80, #22d3ee);
  color: white;
  transform: translateY(0);
}

.btn-secondary {
  background: transparent;
  color: #4ade80;
  border: 2px solid #4ade80;
}

.btn:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(74, 222, 128, 0.4);
}

.btn-primary:hover {
  background: linear-gradient(45deg, #22d3ee, #a78bfa, #4ade80);
  background-size: 200% 200%;
  animation: gradientMove 2s ease infinite;
}

@keyframes gradientMove {
  0%, 100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}

.contact-info1 {
  font-size: 22px;
  display: flex;
  color: #2980b9;
  font-family: 'Dancing Script', cursive;
  justify-content: center;
  gap: 1rem;
  margin: 1.5rem 0 0.5rem;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.contact-item1 {
  text-align: center;
  position: relative;
  transition: all 0.4s ease;
  padding: 1rem;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 350px;
  height: 180px;
}

.contact-item:hover {
  transform: translateY(-12px) scale(1.05);
  background: rgba(255, 255, 255, 0.2);
  border-color: rgba(74, 222, 128, 0.4);
}

.contact-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(45deg, #4ade80, #22d3ee);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 2rem;
  color: white;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(74, 222, 128, 0.3);
}

.contact-item:hover .contact-icon {
  transform: scale(1.2) rotate(15deg);
  box-shadow: 0 15px 40px rgba(74, 222, 128, 0.5);
}

.contact-item h4 {
  color: #4ade80;
  font-size: 1.2rem;
  margin: 0 0 0.5rem 0;
  font-weight: 600;
}

.contact-item p {
  color: #6b7280;
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .zzxd {
    padding: 3rem 1rem;
  }

  .section-title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  .process-flow {
    flex-direction: column;
    gap: 3rem;
  }

  .process-flow::before {
    display: none;
  }

  .process-step {
    min-width: 220px;
    width: 100%;
  }

  .process-step:not(:last-child)::after {
    right: 50%;
    transform: translateX(50%);
    top: 100%;
    margin-top: 15px;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1.5rem;
  }

  .btn {
    width: 100%;
    min-width: auto;
  }

  .contact-info {
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
  }

  .contact-item {
    width: 100%;
    max-width: 280px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .process-flow {
    gap: 1rem;
  }

  .process-step {
    min-width: 140px;
    padding: 1.5rem 1.2rem;
  }

  .contact-info {
    gap: 2.5rem;
  }
}

/* 荣誉长廊样式 */

.cert-gallery-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 40px 0;
  border-radius: 20px;
  background: var(--card-bg);
  padding: 20px;
}

.cert-gallery {
  display: flex;
  gap: 25px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px;
}

.cert-gallery::-webkit-scrollbar {
  display: none;
}

.cert-item-gallery {
  flex: 0 0 auto;
  width: 350px;
  min-height: 280px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transition: var(--transition);
  box-shadow: var(--shadow);
  border: 1px solid rgba(218, 140, 255, 0.3);
}

.cert-item-gallery:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: var(--accent-neon);
  box-shadow: var(--glow), 0 15px 35px rgba(0, 0, 0, 0.6);
}

.cert-img-container {
  position: relative;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.cert-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.cert-item-gallery:hover .cert-img {
  transform: scale(1.1);
}

.cert-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(26, 26, 46, 0.95), transparent);
  padding: 30px 20px 20px;
  color: white;
  transform: translateY(100%);
  transition: var(--transition);
}

.cert-item-gallery:hover .cert-overlay {
  transform: translateY(0);
}

.cert-overlay h4 {
  color: var(--accent-neon);
  font-size: 1.2rem;
  margin-bottom: 8px;
  text-shadow: 0 0 10px rgba(0, 243, 255, 0.5);
}

.cert-overlay p {
  font-size: 0.85rem;
  line-height: 1.4;
  opacity: 0.9;
}

.gallery-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(26, 26, 46, 0.8);
  border: 1px solid rgba(218, 140, 255, 0.5);
  color: var(--accent-neon);
  font-size: 1.5rem;
  cursor: pointer;
  transition: var(--transition);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 10;
}

.gallery-nav-btn:hover {
  background: rgba(218, 140, 255, 0.2);
  color: white;
  box-shadow: var(--glow);
  transform: translateY(-50%) scale(1.1);
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}

.gallery-progress {
  width: 100%;
  height: 6px;
  background: rgba(163, 177, 198, 0.2);
  border-radius: 3px;
  margin-top: 20px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-gradient-start), var(--accent-gradient-end));
  width: 0%;
  transition: width 0.3s ease;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .cert-item-gallery {
    width: 300px;
    min-height: 250px;
  }

  .cert-img-container {
    height: 220px;
  }

  .gallery-nav-btn {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }

  .prev-btn {
    left: 5px;
  }

  .next-btn {
    right: 5px;
  }
}

@media (max-width: 480px) {
  .cert-item-gallery {
    width: 280px;
    min-height: 240px;
  }

  .cert-img-container {
    height: 200px;
  }

  .cert-overlay {
    padding: 20px 15px 15px;
  }

  .cert-overlay h4 {
    font-size: 1.1rem;
  }

  .cert-overlay p {
    font-size: 0.8rem;
  }
}

.services-gx {
  height: 100vh;
  width: 100%;
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.services-gx::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at center, rgba(218, 140, 255, 0.1) 0%, transparent 70%);
  z-index: -1;
}

.section-title-gx {
  font-size: 3rem;
  padding: 5rem 2rem;
  margin-bottom: 1rem;
  background: var(--accent-gradient-start);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: titleGlow 3s ease-in-out infinite alternate;
}

@keyframes titleGlow {
  from {
    text-shadow: 0 0 20px rgba(218, 140, 255, 0.3);
  }

  to {
    text-shadow: 0 0 40px rgba(218, 140, 255, 0.6);
  }
}

.services-grid-gx {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 3rem;
  max-width: 1400px;
  margin: 0 5%;
}

.service-card-gx {
  background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.05));
  padding: 3rem 2rem;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(218, 140, 255, 0.2);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
}

.service-card-gx::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #da8cff, #9a55ff, #ff6b6b, #da8cff);
  border-radius: 27px;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.6s ease;
  animation: rotateGradient 4s linear infinite;
}

@keyframes rotateGradient {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.service-card-gx:hover {
  transform: translateY(-15px) rotateX(5deg) rotateY(5deg);
  box-shadow: 0 30px 60px rgba(218, 140, 255, 0.4),
                0 0 40px rgba(218, 140, 255, 0.3),
                inset 0 0 20px rgba(255, 255, 255, 0.2);
}

.service-card-gx:hover::before {
  opacity: 1;
}

.service-icon-gx {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(45deg, #da8cff, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: transform 0.3s ease;
}

.service-card-gx:hover .service-icon-gx {
  transform: scale(1.2) rotate(10deg);
}

.service-title-gx {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  color: var(--accent-gradient-start);
  font-weight: 600;
  transition: color 0.3s ease;
}

.service-card-gx:hover .service-title-gx {
  color: #ff6b6b;
}

.service-card-gx p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.82);
  transition: all 0.3s ease;
}

.service-card-gx:hover p {
  color: white;
  transform: translateY(-5px);
}

.section-title h2 {
  font-size: 2.0rem;
  margin-top: 3rem;
}

.section-title p {
  font-size: 1.2rem;
  max-width: 800px;
  margin: 1rem auto 0;
}

.xlcp {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.xlcp iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.jxdp {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.jxdp iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

/* 产品系列 */

.cpxl {
  padding: 2.8rem 0.5rem;
  background: linear-gradient(to bottom, #e8e3d9 0%, #f5f8f3 100%);
}

.gshx {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.gshx iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2.5rem;
  margin-top: 3rem;
  padding: 0 1.5rem;
  box-sizing: border-box;
}

.product-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition: var(--transition);
  position: relative;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-image {
  height: 220px;
  position: relative;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.product-card:hover .product-image img {
  transform: scale(1.1);
}

.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: var(--accent-gradient-start);
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 30px;
  font-weight: 600;
  font-size: 0.9rem;
}

.product-info {
  padding: 1.5rem;
}

.product-info h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: var(--primary-dark);
}

.product-info .category {
  display: inline-block;
  font-size: 0.9rem;
  color: var(--accent-gradient-start);
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.product-info p {
  color: var(--primary-dark);
  opacity: 0.8;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.price-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
}

.price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--earth);
}

.about-values {
  height: 100vh;
  width: 100%;
  padding: 6rem 2rem;
  background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
  position: relative;
  overflow: hidden;
}

.about-values::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.05"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.05"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
  opacity: 0.3;
  z-index: 1;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-title.center {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  text-align: center;
  background: linear-gradient(45deg, #da8cff, #9a55ff, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: titleFloat 4s ease-in-out infinite alternate;
}

@keyframes titleFloat {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(-5px);
  }
}

.section-title.center::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(90deg, #da8cff, #ff6b6b);
  border-radius: 2px;
  animation: titleLine 1s ease-in-out infinite alternate;
}

@keyframes titleLine {
  from {
    width: 50px;
  }

  to {
    width: 830px;
  }
}

#values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  margin-top: 2rem;
}

.value-card {
  background: linear-gradient(145deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
  padding: 3rem 2.5rem;
  border-radius: 25px;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border: 1px solid rgba(218, 140, 255, 0.2);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.value-card::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #da8cff, #9a55ff, #ff6b6b, #da8cff);
  border-radius: 27px;
  z-index: -1;
  opacity: 0.6;
  transition: opacity 0.6s ease;
  animation: rotateGradient 6s linear infinite;
}

@keyframes rotateGradient {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.value-card:hover {
  transform: translateY(-12px) scale(1.05) rotateX(3deg) rotateY(3deg);
  box-shadow: 0 35px 70px rgba(218, 140, 255, 0.4),
                0 0 50px rgba(218, 140, 255, 0.3),
                inset 0 0 25px rgba(255, 255, 255, 0.3);
}

.value-card:hover::before {
  opacity: 1;
}

.value-icon {
  margin-bottom: 1.8rem;
  text-align: center;
}

.value-icon .icon-value {
  font-size: 3.5rem;
  background: linear-gradient(45deg, #da8cff, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transition: all 0.4s ease;
  display: inline-block;
  -webkit-filter: drop-shadow(0 10px 20px rgba(218, 140, 255, 0.3));
          filter: drop-shadow(0 10px 20px rgba(218, 140, 255, 0.3));
}

.value-card:hover .value-icon .icon-value {
  transform: scale(1.2) rotate(15deg);
  -webkit-filter: drop-shadow(0 15px 30px rgba(218, 140, 255, 0.5));
          filter: drop-shadow(0 15px 30px rgba(218, 140, 255, 0.5));
}

.value-card h3 {
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  color: #da8cff;
  text-align: center;
  font-weight: 600;
  transition: all 0.3s ease;
}

.value-card:hover h3 {
  color: #ff6b6b;
  transform: scale(1.05);
  text-shadow: 0 0 15px rgba(255, 107, 107, 0.4);
}

.value-card p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  transition: all 0.3s ease;
  min-height: 80px;
}

.value-card:hover p {
  color: white;
  transform: translateY(-2px);
}

.value-card:nth-child(1):hover {
  background: linear-gradient(145deg, rgba(218, 140, 255, 0.15), rgba(154, 85, 255, 0.1));
}

.value-card:nth-child(2):hover {
  background: linear-gradient(145deg, rgba(154, 85, 255, 0.15), rgba(255, 107, 107, 0.1));
}

.value-card:nth-child(3):hover {
  background: linear-gradient(145deg, rgba(255, 107, 107, 0.15), rgba(106, 175, 222, 0.1));
}

.value-card:nth-child(4):hover {
  background: linear-gradient(145deg, rgba(106, 175, 222, 0.15), rgba(218, 140, 255, 0.1));
}

.loading {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem;
  font-size: 1.2rem;
  color: #da8cff;
  animation: pulseText 1.5s ease-in-out infinite alternate;
}

@keyframes pulseText {
  from {
    opacity: 0.6;
  }

  to {
    opacity: 1;
  }
}

.empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 4rem;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 768px) {
  .section-title.center {
    font-size: 2rem;
    margin-bottom: 3rem;
  }

  #values-grid {
    gap: 2rem;
    grid-template-columns: 1fr;
  }

  .value-card {
    padding: 2rem 1.5rem;
    margin: 0 1rem;
  }

  .value-icon .icon-value {
    font-size: 2.5rem;
  }

  .value-card h3 {
    font-size: 1.4rem;
  }

  .value-card p {
    font-size: 1rem;
  }
}

/* 关于我们页面 */

.page {
  width: 100%;
  min-height: 100vh;
}

.about-hero {
  background-image:
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="white" opacity="0.1"/><circle cx="75" cy="75" r="1" fill="white" opacity="0.1"/><circle cx="50" cy="10" r="0.5" fill="white" opacity="0.05"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>'),
        url('../uploads/home/gywmsy.jpg');
  background-size: auto, cover;
  background-position: center, center;
  background-repeat: repeat, no-repeat;
  background-color: #000;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  color: white;
}

.about-hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.hero-content {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.hero-title1 {
  font-size: 4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  animation: fadeInUp 1s ease-out forwards;
  white-space: nowrap;
  overflow: hidden;
}

.hero-subtitle {
  font-size: 1.5rem;
  margin-bottom: 3rem;
  opacity: 0.9;
  animation: fadeInUp 1s ease-out 0.2s forwards;
}

.scroll-indicator {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
  opacity: 0.8;
  animation: bounce 2s infinite;
}

.scroll-indicator span {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.arrow-down {
  width: 24px;
  height: 24px;
  border: 2px solid white;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  display: inline-block;
}

/* 品牌故事 */

.about-story {
  padding: 8rem 0;
}

.story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.image-placeholder {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  transform: perspective(1000px) rotateY(-5deg);
  transition: transform 0.3s ease;
}

.image-placeholder:hover {
  transform: perspective(1000px) rotateY(0deg);
}

.image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.story-text {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.story-text p {
  position: relative;
  background: rgba(250, 251, 255, 0.7);
  border-radius: 18px;
  padding: 1.6rem 2rem 1.6rem 2.2rem;
  font-size: 1.12rem;
  line-height: 1.75;
  color: #333;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
  border-left: 3px solid var(--accent-gradient-end);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  transition: all 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 可选：在段首添加装饰符号，提升阅读仪式感 */

.story-text p::before {
  content: "✦";
  position: absolute;
  top: 1.1rem;
  left: 0.8rem;
  color: var(--accent-gradient-end);
  font-size: 1.2rem;
  opacity: 0.7;
  font-weight: bold;
}

.story-text p:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(100, 149, 237, 0.12);
  background: rgba(255, 255, 255, 0.85);
}

/* --- 团队展示区 --- */

.team-showcase {
  background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 100%);
  /* 柔和渐变背景 */
  padding: 6rem 1rem;
  position: relative;
  overflow: hidden;
}

.team-showcase::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(154, 85, 255, 0.05) 0%, transparent 70%);
  z-index: 0;
}

.container {
  position: relative;
  z-index: 1;
}

.team-header {
  text-align: center;
  margin-bottom: 4rem;
}

.team-title-container {
  position: relative;
  display: inline-block;
}

.team-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  color: #333;
  background: linear-gradient(45deg, #9a55ff, #da8cff, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
  animation: titleFloat 4s ease-in-out infinite alternate;
}

.title-decoration {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #9a55ff, #da8cff, #ff6b6b, transparent);
  border-radius: 2px;
  z-index: 1;
}

.team-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1rem;
}

/* --- 团队展示区 --- */

.team-showcase {
  position: relative;
  padding: 6rem 1rem;
  overflow: hidden;
}

/* --- 动态背景容器 --- */

.dynamic-bg-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.mouse-follower {
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: radial-gradient(
        circle at center,
        rgba(154, 85, 255, 0.15) 0%,
        rgba(218, 140, 255, 0.1) 40%,
        rgba(255, 107, 107, 0.05) 70%,
        transparent 100%
    );
  transform: translate(-50%, -50%);
  transition: width 0.3s ease, height 0.3s ease;
  -webkit-filter: blur(20px);
          filter: blur(20px);
  z-index: 1;
}

.base-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #f0f4ff 0%, #e6f7ff 100%);
  z-index: 0;
}

.floating-element {
  position: absolute;
  border-radius: 50%;
  background: linear-gradient(45deg, #9a55ff, #da8cff);
  opacity: 0.08;
  z-index: 0;
}

.floating-element:nth-child(1) {
  width: 300px;
  height: 300px;
  top: 10%;
  left: 5%;
  animation: float 15s ease-in-out infinite;
}

.floating-element:nth-child(2) {
  width: 200px;
  height: 200px;
  bottom: 15%;
  right: 10%;
  animation: float 12s ease-in-out infinite reverse;
}

.floating-element:nth-child(3) {
  width: 150px;
  height: 150px;
  top: 40%;
  right: 20%;
  animation: float 18s ease-in-out infinite;
}

.container {
  position: relative;
  z-index: 2;
}

.team-header {
  text-align: center;
  margin-bottom: 4rem;
}

.team-title-container {
  position: relative;
  display: inline-block;
}

.team-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  color: #333;
  background: linear-gradient(45deg, #9a55ff, #da8cff, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  z-index: 2;
  animation: titleFloat 4s ease-in-out infinite alternate;
  text-shadow: 0 2px 10px rgba(154, 85, 255, 0.2);
}

.title-decoration {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 4px;
  background: linear-gradient(90deg, transparent, #9a55ff, #da8cff, #ff6b6b, transparent);
  border-radius: 2px;
  z-index: 1;
}

.team-subtitle {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1rem;
  animation: fadeInSubtle 1s ease-out forwards;
  opacity: 0;
}

/* --- 团队图片网格 --- */

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.8rem;
  max-width: 1200px;
  margin: 0 auto;
  perspective: 1000px;
}

@media (min-width: 1200px) {
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1199px) and (min-width: 769px) {
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .team-showcase {
    padding: 4rem 1rem;
  }

  .team-title {
    font-size: 2rem;
  }
}

.team-grid-item {
  position: relative;
  overflow: visible;
  opacity: 0;
  transform: translateY(50px) scale(0.9);
  animation: staggerFadeIn 0.8s ease-out forwards;
  z-index: 3;
}

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

.team-image-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f0f0;
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform-style: preserve-3d;
}

.team-grid-item:hover .team-image-card {
  transform: translateY(-15px) rotateX(5deg) scale(1.03);
  box-shadow: 0 20px 50px rgba(154, 85, 255, 0.3);
}

.team-image-card img {
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.team-grid-item:hover .team-image-card img {
  transform: scale(1.15);
}

.card-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}

.team-grid-item:hover .card-overlay {
  opacity: 1;
}

.overlay-content {
  color: white;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
  transition: all 0.4s ease 0.1s;
}

.team-grid-item:hover .overlay-content {
  transform: translateY(0);
  opacity: 1;
}

.overlay-content p {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

/* --- 图片详情弹窗 --- */

.modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.92);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  animation: modalFadeIn 0.4s ease-out;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-content {
  position: relative;
  margin: 5% auto;
  max-width: 90%;
  max-height: 85vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: modalSlideIn 0.5s ease-out;
}

@keyframes modalSlideIn {
  from {
    transform: scale(0.8) translateY(50px);
    opacity: 0;
  }

  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

.modal-content img {
  max-width: 100%;
  max-height: 75vh;
  object-fit: contain;
  border-radius: 10px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease;
}

.modal-content img:hover {
  transform: scale(1.03);
}

.modal-caption {
  color: white;
  text-align: center;
  margin-top: 1.5rem;
  font-size: 1.2rem;
  width: 100%;
  animation: captionFadeIn 0.6s ease-out 0.2s both;
}

@keyframes captionFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s, transform 0.2s;
  z-index: 2001;
}

.close:hover {
  color: #ff6b6b;
  transform: scale(1.2);
}

/* --- 动画定义 --- */

@keyframes titleFloat {
  0% {
    transform: translateY(0) rotate(0.1deg);
  }

  100% {
    transform: translateY(-8px) rotate(0.1deg);
  }
}

@keyframes fadeInSubtle {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes staggerFadeIn {
  from {
    opacity: 0;
    transform: translateY(50px) scale(0.9);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes float {
  0%, 100% {
    transform: translate(0, 0);
  }

  25% {
    transform: translate(-20px, 20px);
  }

  50% {
    transform: translate(20px, -20px);
  }

  75% {
    transform: translate(-10px, -15px);
  }
}

/* --- 响应式调整 --- */

@media (max-width: 768px) {
  .team-showcase {
    padding: 3rem 1rem;
  }

  .team-title {
    font-size: 2rem;
  }

  .team-subtitle {
    font-size: 1rem;
  }

  .team-grid {
    gap: 1.2rem;
  }

  .team-image-card {
    height: 220px;
  }
}

/* 关于我们页面最后的图片 */

.section.team-image {
  padding: 0 0;
  text-align: center;
}

.responsive-image {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* 通用样式 */

.section-title {
  font-size: 1.5rem;
  text-align: center;
  color: #333;
  margin-bottom: 1rem;
}

.section-title.center {
  font-size: 2.8rem;
  margin-bottom: 5rem;
  text-align: center;
  background: linear-gradient(45deg, #da8cff, #9a55ff, #ff6b6b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
  animation: titleFloat 4s ease-in-out infinite alternate;
}

/* 动画效果 */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-10px);
  }

  60% {
    transform: translateY(-5px);
  }
}

/* 响应式设计 */

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .hero-subtitle {
    font-size: 1.2rem;
  }

  .story-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .process-steps {
    flex-direction: column;
    gap: 2rem;
  }

  .process-connector {
    display: none;
  }

  .section-title {
    font-size: 2rem;
  }
}

/* 产品与服务页面 */

.services-hero {
  background: linear-gradient(135deg, var(--accent-gradient-start) 0%, var(--accent-gradient-end) 100%);
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

@keyframes typewriter {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes blink {
  0% {
    border-color: transparent;
  }

  50% {
    border-color: white;
  }

  100% {
    border-color: transparent;
  }
}

/* 通用样式 */

.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
}

.section-description {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 0;
}

/* 服务分类 */

.service-categories {
  background: white;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}

.category-tabs {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}

.tab-button {
  padding: 0.8rem 1.5rem;
  border: 2px solid #667eea;
  background: white;
  color: #667eea;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s;
}

.tab-button.active,
.tab-button:hover {
  background: #667eea;
  color: white;
}

.oom-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
}

.service-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 2rem;
  border-radius: 15px;
  text-align: center;
  transition: transform 0.3s;
}

.service-card:hover {
  transform: scale(1.05);
}

.pd-section {
  background: white;
}

.product-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.product-card {
  padding: 2rem;
  border-radius: 15px;
  transition: transform 0.3s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-icon {
  font-size: 3rem;
  color: #667eea;
  margin-bottom: 1rem;
}

.case-study {
  background: white;
}

.case-card {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  padding: 2rem;
  border-radius: 15px;
  margin-bottom: 2rem;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin: 3rem 0;
}

.stat-item {
  text-align: center;
  padding: 2rem;
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.stat-number {
  font-size: 2.5rem;
  font-weight: bold;
  color: #667eea;
  margin-bottom: 0.5rem;
}

/* 我们的优势部分 */

.capabilities-section {
  padding: 6rem 0;
  background: #f8f9ff;
}

.capabilities-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.capabilities-text h2 {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.capabilities-text p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.contact-btn {
  background: linear-gradient(135deg, var(--accent-gradient-start), var(--accent-gradient-end));
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.contact-btn:hover {
  transform: translateY(-2px);
}

.capabilities-image {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.capabilities-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 响应式设计 */

@media (max-width: 768px) {
  .section-title {
    font-size: 2rem;
  }

  .products-grid,
    .services-grid {
    grid-template-columns: 1fr;
  }

  .capabilities-content {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .capabilities-section {
    padding: 3rem 0;
  }

  .services-section,
    .products-section {
    padding: 3rem 0;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }
}

/* 招聘页面 */

.jobs-showcase {
  background: linear-gradient(135deg, #f5f7fa 0%, #e4edf5 100%);
  min-height: 100vh;
  padding: 80px 0;
}

.section-title {
  text-align: center;
  font-size: 2.5rem;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  margin-top: 4rem;
}

.section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-gradient-end), #2c3e50);
  margin: 15px auto;
  border-radius: 2px;
}

.section-subtitle {
  text-align: center;
  color: #7f8c8d;
  font-size: 1.1rem;
  margin-bottom: 50px;
  line-height: 1.6;
}

.jobs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.job-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  border-left: 5px solid var(--accent-gradient-end);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(106, 176, 222, 0.2);
}

.job-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-gradient-end), #2c3e50);
}

.job-card h3 {
  color: #2c3e50;
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 600;
}

.job-meta {
  color: var(--accent-gradient-end);
  font-size: 0.95rem;
  margin-bottom: 20px;
  padding: 12px 0;
  border-bottom: 1px solid #ecf0f1;
}

.job-meta span {
  display: inline-block;
  margin-right: 20px;
  padding: 5px 10px;
  background: #ecf0f1;
  border-radius: 15px;
  font-size: 0.85rem;
}

.job-desc {
  color: #555;
  line-height: 1.8;
  font-size: 0.95rem;
  margin-bottom: 20px;
}

.job-requirements {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin: 15px 0;
  border-left: 3px solid #95a5a6;
}

.job-requirements h4 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1rem;
}

.job-requirements ul {
  margin: 0;
  padding-left: 20px;
}

.job-requirements li {
  margin-bottom: 5px;
  color: #666;
  font-size: 0.9rem;
}

.apply-info {
  background: linear-gradient(135deg, var(--accent-gradient-end), #2c3e50);
  color: white;
  padding: 25px;
  border-radius: 15px;
  margin: 40px auto;
  max-width: 800px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(106, 176, 222, 0.3);
}

.apply-info h3 {
  margin-bottom: 15px;
  font-size: 1.5rem;
}

.apply-info p {
  margin: 10px 0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.email-address {
  font-weight: bold;
  color: #fff;
  background: rgba(255,255,255,0.2);
  padding: 8px 15px;
  border-radius: 20px;
  display: inline-block;
  margin-top: 10px;
}

.highlight {
  background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

.no-jobs {
  text-align: center;
  color: #7f8c8d;
  font-style: italic;
  padding: 60px;
  font-size: 1.1rem;
}

.loading {
  text-align: center;
  padding: 40px;
  color: #7f8c8d;
  font-size: 1.1rem;
}

/* 响应式设计 */

@media (max-width: 768px) {
  .jobs-grid {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .section-title {
    font-size: 2rem;
  }

  .apply-info {
    margin: 30px 20px;
    padding: 20px;
  }
}

/* 联系页面 */

.contact-showcase {
  background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
  min-height: 100vh;
  padding: 80px 0;
}

.contact-content {
  background: white;
  padding: 60px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.contact-header {
  text-align: center;
  margin-bottom: 50px;
}

.contact-header h2 {
  color: #2c3e50;
  font-size: 1.8rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-header p {
  color: #666;
  font-size: 1.1rem;
  line-height: 1.6;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.contact-role {
  font-size: 1.1rem;
  color: #ffffff;
  margin-bottom: 20px;
  font-weight: 500;
  padding: 0;
  border: none;
}

.contact-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 200px;
}

.contact-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  gap: 10px;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(106, 176, 222, 0.1);
  background: white;
}

.contact-icon {
  font-size: 28px;
  margin-right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-gradient-end);
  color: white;
  border-radius: 50%;
  flex-shrink: 0;
}

.contact-details h3 {
  color: #2c3e50;
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

.contact-details p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.form-section {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #ecf0f1;
}

.form-section h2 {
  text-align: center;
  color: #2c3e50;
  font-size: 1.8rem;
  margin-bottom: 40px;
  font-weight: 600;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  color: #2c3e50;
  font-weight: 600;
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 15px;
  border: 2px solid #e1e8ed;
  border-radius: 10px;
  font-size: 16px;
  transition: all 0.3s ease;
  background: #f8f9fa;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: var(--accent-gradient-end);
  background: white;
  box-shadow: 0 0 0 3px rgba(106, 176, 222, 0.1);
}

.form-group textarea {
  height: 150px;
  resize: vertical;
}

.btn {
  background: linear-gradient(135deg, var(--accent-gradient-end), #2c3e50);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(106, 176, 222, 0.3);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(106, 176, 222, 0.4);
  background: linear-gradient(135deg, #2980b9, #1a252f);
}

.manager-card {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.manager-name {
  font-size: 1.2rem;
  color: #2c3e50;
  font-weight: 600;
}

.manager-contact {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.manager-contact p {
  margin: 0;
  color: #666;
  line-height: 1.5;
}

.manager-card-item {
  display: flex;
  align-items: center;
  padding: 25px;
  background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
  border-radius: 12px;
  transition: all 0.3s ease;
  border: 1px solid #e1e8ed;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  position: relative;
  overflow: hidden;
}

.manager-card-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--accent-gradient-end), #34495e);
}

.manager-card-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(106, 176, 222, 0.15);
  border-color: var(--accent-gradient-end);
}

.manager-card-icon {
  font-size: 28px;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--accent-gradient-end), #34495e);
  color: white;
  border-radius: 12px;
  flex-shrink: 0;
  margin-right: 20px;
}

.highlight {
  background: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: bold;
}

/* 响应式设计 */

@media (max-width: 768px) {
  .contact-content {
    padding: 30px 20px;
    margin: 20px;
  }

  .contact-info {
    grid-template-columns: 1fr;
  }

  .contact-item {
    padding: 20px;
  }

  .manager-card-item {
    padding: 20px;
  }

  .manager-card-icon {
    width: 50px;
    height: 50px;
    font-size: 24px;
    margin-right: 15px;
  }

  .form-section {
    margin-top: 40px;
    padding-top: 30px;
  }
}

/* 页脚基础样式 */

.footer {
  min-height: 100vh;
  background-color: var(--primary-light);
  color: var(--text-primary);
  padding: 40px 0 0 0;
  font-family: 'Arial', 'Microsoft YaHei', sans-serif;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
}

.footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-section h3,
.footer-section h4 {
  color: var(--primary-dark);
  margin-bottom: 15px;
  font-size: 1.1em;
  font-weight: 600;
  border-bottom: 2px solid var(--primary);
  padding-bottom: 5px;
  display: inline-block;
}

.footer-section p,
.footer-section ul,
.footer-section li {
  color: var(--text-secondary);
  font-size: 1.0em;
  line-height: 1.6;
  margin: 8px 0;
}

.footer-section ul {
  list-style-type: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
  transition: color var(--transition);
}

.footer-section ul li a {
  color: var(--text-secondary);
  text-decoration: none;
  transition: color var(--transition);
}

.footer-section ul li a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* 公司信息 Section */

.footer-section:first-child p {
  text-align: justify;
}

/* 关注我们 Section */

.social-links .social-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.social-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.social-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  transition: -webkit-filter var(--transition);
  transition: filter var(--transition);
  transition: filter var(--transition), -webkit-filter var(--transition);
}

.social-item:hover .social-icon {
  -webkit-filter: none;
          filter: none;
}

.social-item span {
  color: var(--text-secondary);
  font-size: 0.9em;
  white-space: nowrap;
}

.qr-code {
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 10;
  min-width: 120px;
}

.social-item:hover .qr-code {
  opacity: 1;
  visibility: visible;
  transform: translateX(15px);
}

.qr-code img {
  width: 100px;
  height: 100px;
  display: block;
}

.contact-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: linear-gradient(135deg, var(--accent-gradient-start), var(--accent-gradient-end));
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: background var(--transition), transform var(--transition);
  width: 100%;
  box-sizing: border-box;
}

.contact-btn:hover {
  background: linear-gradient(135deg, var(--accent-gradient-end), var(--accent-gradient-start));
  transform: translateY(-2px);
}

/* 版权信息 */

.copyright {
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid var(--secondary);
  color: var(--text-secondary);
  font-size: 0.85em;
}

.copyright p {
  margin: 5px 0;
}

.copyright a {
  color: var(--text-secondary);
  text-decoration: none;
}

.copyright a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* 管理员联系方式样式 */

.admin-contacts {
  margin-top: 20px;
}

.admin-contacts h4 {
  color: var(--primary-dark);
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--primary);
  padding-bottom: 4px;
}

.admin-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 5px 0;
}

.admin-icon {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  transition: -webkit-filter var(--transition);
  transition: filter var(--transition);
  transition: filter var(--transition), -webkit-filter var(--transition);
}

.admin-item:hover .admin-icon {
  -webkit-filter: none;
          filter: none;
}

.admin-name {
  color: var(--text-primary);
  font-size: 0.95em;
  font-weight: 500;
  margin-right: 8px;
}

.admin-phone {
  color: var(--text-secondary);
  font-size: 0.9em;
  text-decoration: none;
  transition: color var(--transition);
}

.admin-phone:hover {
  color: var(--primary);
  text-decoration: underline;
}

.admin-qr {
  position: absolute;
  left: 100%;
  top: 0;
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(10px);
  transition: opacity var(--transition), visibility var(--transition), transform var(--transition);
  z-index: 10;
  min-width: 120px;
}

.admin-item:hover .admin-qr {
  opacity: 1;
  visibility: visible;
  transform: translateX(15px);
}

.admin-qr img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}

.admin-qr-label {
  text-align: center;
  font-size: 0.8em;
  color: var(--text-secondary);
  margin-top: 5px;
}

/* 客服图标 */

.service-icon-tc {
  position: fixed;
  bottom: 30px;
  top: 75%;
  right: 0;
  width: 60px;
  height: 60px;
  background: #007bff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  transition: all 0.3s;
}

.service-icon-tc:hover {
  background: #0056b3;
  transform: scale(1.1);
}

/* 弹窗遮罩 */

.service-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

/* 弹窗主体 */

.service-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  max-width: 90vw;
  max-height: 90vh;
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

/* 弹窗头部 */

.service-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  background: #f8f9fa;
  border-bottom: 1px solid #dee2e6;
}

.service-title {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.close-btn-tc {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6c757d;
}

.close-btn-tc:hover {
  color: #000;
}

/* 弹窗内容区域 */

.service-body {
  display: flex;
  flex-direction: row;
  padding: 20px;
}

/* 联系卡片列 */

.contact-column-tc {
  width: 300px;
  background: #f8f9fa;
  padding: 50px;
  border-right: 1px solid #dee2e6;
  overflow-y: auto;
  max-height: 60vh;
}

.manager-card-tc-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.manager-card-tc-icon {
  font-size: 24px;
  margin-right: 12px;
}

.manager-card-tc {
  flex: 1;
}

.manager-name-tc {
  font-weight: bold;
  margin-bottom: 6px;
}

.manager-contact-tc p {
  margin: 4px 0;
  font-size: 14px;
}

/* 表单区域 */

.form-section-tc {
  flex: 1;
  padding: 24px;
  overflow-y: auto;
}

.form-section-tc h2 {
  margin-top: 0;
  font-size: 20px;
}

.form-group-tc {
  margin-bottom: 16px;
}

.form-group-tc label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}

.form-group-tc input,
.form-group-tc textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
}

.form-group-tc textarea {
  min-height: 100px;
  resize: vertical;
}

.btn-tc {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

.btn-tc:hover {
  background: #0056b3;
}

/* 移动端适配 */

@media (max-width: 768px) {
  .service-body {
    flex-direction: column;
  }

  .contact-column-tc {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #dee2e6;
  }
}

.full-screen-section {
}

.text-emerald-50 {
  color: var(--emerald-50);
}

.text-emerald-100 {
  color: var(--emerald-100);
}

.text-emerald-200 {
  color: var(--emerald-200);
}

.text-emerald-300 {
  color: var(--emerald-300);
}

.text-emerald-400 {
  color: var(--emerald-400);
}

.text-emerald-500 {
  color: var(--emerald-500);
}

.text-emerald-600 {
  color: var(--emerald-600);
}

.text-emerald-700 {
  color: var(--emerald-700);
}

.text-emerald-800 {
  color: var(--emerald-800);
}

.text-emerald-900 {
  color: var(--emerald-900);
}

.bg-emerald-50 {
  background-color: var(--emerald-50);
}

.bg-emerald-100 {
  background-color: var(--emerald-100);
}

.bg-emerald-200 {
  background-color: var(--emerald-200);
}

.bg-emerald-300 {
  background-color: var(--emerald-300);
}

.bg-emerald-400 {
  background-color: var(--emerald-400);
}

.bg-emerald-500 {
  background-color: var(--emerald-500);
}

.bg-emerald-600 {
  background-color: var(--emerald-600);
}

.bg-emerald-700 {
  background-color: var(--emerald-700);
}

.bg-emerald-800 {
  background-color: var(--emerald-800);
}

.bg-emerald-900 {
  background-color: var(--emerald-900);
}

.border-emerald-50 {
  border-color: var(--emerald-50);
}

.border-emerald-100 {
  border-color: var(--emerald-100);
}

.border-emerald-200 {
  border-color: var(--emerald-200);
}

.border-emerald-300 {
  border-color: var(--emerald-300);
}

.border-emerald-400 {
  border-color: var(--emerald-400);
}

.border-emerald-500 {
  border-color: var(--emerald-500);
}

.border-emerald-600 {
  border-color: var(--emerald-600);
}

.border-emerald-700 {
  border-color: var(--emerald-700);
}

.border-emerald-800 {
  border-color: var(--emerald-800);
}

.border-emerald-900 {
  border-color: var(--emerald-900);
}

.fill-emerald-50 {
  fill: var(--emerald-50);
}

.fill-emerald-100 {
  fill: var(--emerald-100);
}

.fill-emerald-200 {
  fill: var(--emerald-200);
}

.fill-emerald-300 {
  fill: var(--emerald-300);
}

.fill-emerald-400 {
  fill: var(--emerald-400);
}

.fill-emerald-500 {
  fill: var(--emerald-500);
}

.fill-emerald-600 {
  fill: var(--emerald-600);
}

.fill-emerald-700 {
  fill: var(--emerald-700);
}

.fill-emerald-800 {
  fill: var(--emerald-800);
}

.fill-emerald-900 {
  fill: var(--emerald-900);
}

.stroke-emerald-50 {
  stroke: var(--emerald-50);
}

.stroke-emerald-100 {
  stroke: var(--emerald-100);
}

.stroke-emerald-200 {
  stroke: var(--emerald-200);
}

.stroke-emerald-300 {
  stroke: var(--emerald-300);
}

.stroke-emerald-400 {
  stroke: var(--emerald-400);
}

.stroke-emerald-500 {
  stroke: var(--emerald-500);
}

.stroke-emerald-600 {
  stroke: var(--emerald-600);
}

.stroke-emerald-700 {
  stroke: var(--emerald-700);
}

.stroke-emerald-800 {
  stroke: var(--emerald-800);
}

.stroke-emerald-900 {
  stroke: var(--emerald-900);
}

.hover\:bg-emerald-50:hover {
  background-color: var(--emerald-50);
}

.hover\:bg-emerald-100:hover {
  background-color: var(--emerald-100);
}

.hover\:bg-emerald-500:hover {
  background-color: var(--emerald-500);
}

.hover\:text-emerald-500:hover {
  color: var(--emerald-500);
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

.animate-float {
  animation: float 3s ease-in-out infinite;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.page-container {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

/* ===== 默认（或 PC）堆叠模式 ===== */

.senct {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  z-index: 1;
}

.senct.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 10;
}

/* ===== 移动端：覆盖为非堆叠模式 ===== */

@media (max-width: 981px) {
  .page-container {
    overflow-y: visible;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    height: auto;
  }

  .senct {
    position: relative;
    height: auto;
    min-height: auto;
    opacity: 1 !important;
    pointer-events: auto !important;
    z-index: auto !important;
    width: 100%;
    box-sizing: border-box;
  }

  .senct.xlcp {
    width: 100%;
    height: 2500px;
    border: none;
  }

  .senct.jxdp {
    width: 100%;
    height: 2000px;
    border: none;
  }

  .senct.gshx {
    width: 100%;
    height: 770px;
    border: none;
  }
}
