*, ::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.15 | 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 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     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 */
  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 */
  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 */
  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::-moz-placeholder, textarea::-moz-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;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.top-1\/2 {
  top: 50%;
}

.top-\[-4px\] {
  top: -4px;
}

.top-\[-5px\] {
  top: -5px;
}

.z-50 {
  z-index: 50;
}

.z-\[-1\] {
  z-index: -1;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-96 {
  margin-top: 24rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.h-10 {
  height: 2.5rem;
}

.h-16 {
  height: 4rem;
}

.h-40 {
  height: 10rem;
}

.h-60 {
  height: 15rem;
}

.h-\[1px\] {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.w-28 {
  width: 7rem;
}

.w-52 {
  width: 13rem;
}

.w-auto {
  width: auto;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.flex-1 {
  flex: 1 1 0%;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-2\/3 {
  --tw-translate-y: -66.666667%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-28 {
  padding-top: 7rem;
}

.text-center {
  text-align: center;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-\[0\] {
  font-size: 0;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.leading-normal {
  line-height: 1.5;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

:root {
  --nav-color: #f5f5f4;
  --text-color:#27272a;
  --home-bgc: linear-gradient(124.14deg,rgba(255,252,243,0) 20%,rgba(255,252,243,0.2) 39.82%,rgba(255,252,243,0) 60%),radial-gradient(154% 102% at 85% 32.47%,rgba(255,252,243,0) 49.82%,rgba(230,148,247,0.6) 82.11%),radial-gradient(124% 129% at 35% 78.47%,rgba(255,252,243,0) 49.82%,rgba(255,252,243,0.6) 82.11%),radial-gradient(125% 178% at 25% 4.47%,rgba(255,252,243,0) 49.82%,rgba(255,252,243,0.6) 82.11%),radial-gradient(41.58% 150.68% at 26.01% 45.34%,rgba(255,252,243,0.6) 19.17%,rgba(255,252,243,0) 100%),linear-gradient(84.14deg,rgba(230,148,247,0.2) 2.84%,rgba(247,161,166,0.2) 118.515%),radial-gradient(50% 120% at 100% 14.47%,rgba(175,155,241,0) 6.9%,rgba(230,195,255,0.5) 52.84%,rgba(175,155,241,0) 100%),radial-gradient(56% 120% at 90% 112.47%,rgba(255,155,130,0) 26.9%,rgba(202,236,189,0.9) 72.84%,rgba(255,155,130,0) 100%),radial-gradient(35% 68% at 35% 84.47%,#cb9b90 49.82%,rgba(251,211,199,0) 82.11%),linear-gradient(84.14deg,#bedbfa 2.84%,#597b4e 118.515%);
  --home-wl-bgc:linear-gradient(124.14deg,rgba(255,252,243,0) 20%,rgba(255,252,243,0.2) 39.82%,rgba(255,252,243,0) 60%),radial-gradient(154% 102% at 85% 32.47%,rgba(255,252,243,0) 49.82%,rgba(230,148,247,0.6) 82.11%),radial-gradient(124% 129% at 35% 78.47%,rgba(255,252,243,0) 49.82%,rgba(255,252,243,0.9) 82.11%),radial-gradient(125% 178% at 25% 4.47%,rgba(255,252,243,0) 49.82%,rgba(255,252,243,0.9) 82.11%),radial-gradient(41.58% 150.68% at 26.01% 45.34%,rgba(255,252,243,0.6) 19.17%,rgba(255,252,243,0) 100%),linear-gradient(84.14deg,rgba(230,148,247,0.2) 2.84%,rgba(247,161,166,0.2) 118.515%),radial-gradient(50% 120% at 100% 14.47%,rgba(175,155,241,0) 26.9%,rgba(211,199,248,0.9) 72.84%,rgba(175,155,241,0) 100%),linear-gradient(95.41deg,rgba(160,218,140,0) 19.21%,#9bb59275 46.15%,#a0da8c 63.7%,rgba(160,218,140,0) 83.72%),radial-gradient(56% 120% at 90% 112.47%,rgba(255,155,130,0) 26.9%,rgba(255,155,130,0.8) 72.84%,rgba(255,155,130,0) 100%),radial-gradient(35% 68% at 35% 84.47%,#ffaf9b 49.82%,rgba(251,211,199,0) 82.11%),linear-gradient(84.14deg,#ba7fc6 2.84%,#f7a1a6 118.515%);
  --Portfolio-color: #000;
  --Contact--bgc:radial-gradient(circle, rgb(190, 206, 143) 0%, rgba(244, 158, 248, 0.466) 100%);
  --contact__image-bgc:#27272a;
  --contact__image-txt-color:#e5e5e5;
  /* 联系H5 效果 */
  --shiny-cta-bg: #ffffff;
  --shiny-cta-bg-subtle: #ea8888;
  --shiny-cta-fg: #101010;
  --shiny-cta-highlight: rgb(214, 89, 187);
  --shiny-cta-highlight-subtle: #ff84f9;
}

body.dark-theme {
  --nav-color: #27272a;
  --text-color:#e5e5e5;
  --home-bgc:linear-gradient(124.14deg, rgba(20,20,20,0) 20%, rgba(20,20,20,0.2) 39.82%, rgba(20,20,20,0) 60%),
  radial-gradient(154% 102% at 85% 32.47%, rgba(20,20,20,0) 49.82%, rgba(120,50,140,0.6) 82.11%),
  radial-gradient(124% 129% at 35% 78.47%, rgba(20,20,20,0) 49.82%, rgba(20,20,20,0.6) 82.11%),
  radial-gradient(125% 178% at 25% 4.47%, rgba(20,20,20,0) 49.82%, rgba(20,20,20,0.6) 82.11%),
  radial-gradient(41.58% 150.68% at 26.01% 45.34%, rgba(20,20,20,0.6) 19.17%, rgba(20,20,20,0) 100%),
  linear-gradient(84.14deg, rgba(120,50,140,0.2) 2.84%, rgba(140,60,60,0.2) 118.515%),
  radial-gradient(50% 120% at 100% 14.47%, rgba(80,60,140,0) 6.9%, rgba(90,70,120,0.5) 52.84%, rgba(80,60,140,0) 100%),
  radial-gradient(56% 120% at 90% 112.47%, rgba(120,60,30,0) 26.9%, rgba(90,100,70,0.9) 72.84%, rgba(120,60,30,0) 100%),
  radial-gradient(35% 68% at 35% 84.47%, #804040 49.82%, rgba(60,40,30,0) 82.11%),
  linear-gradient(84.14deg, #405060 2.84%, #506040 118.515%);
  --home-wl-bgc:linear-gradient(124.14deg,rgba(40,40,40,0) 20%,rgba(40,40,40,0.2) 39.82%,rgba(40,40,40,0) 60%),
  radial-gradient(154% 102% at 85% 32.47%,rgba(40,40,40,0) 49.82%,rgba(80,50,90,0.6) 82.11%),
  radial-gradient(124% 129% at 35% 78.47%,rgba(40,40,40,0) 49.82%,rgba(40,40,40,0.9) 82.11%),
  radial-gradient(125% 178% at 25% 4.47%,rgba(40,40,40,0) 49.82%,rgba(40,40,40,0.9) 82.11%),
  radial-gradient(41.58% 150.68% at 26.01% 45.34%,rgba(40,40,40,0.6) 19.17%,rgba(40,40,40,0) 100%),
  linear-gradient(84.14deg,rgba(60,40,70,0.2) 2.84%,rgba(80,40,50,0.2) 118.515%),
  radial-gradient(50% 120% at 100% 14.47%,rgba(50,50,70,0) 26.9%,rgba(70,60,100,0.9) 72.84%,rgba(50,50,70,0) 100%),
  linear-gradient(95.41deg,rgba(30,70,40,0) 19.21%,#57694d75 46.15%,#4a7342 63.7%,rgba(30,70,40,0) 83.72%),
  radial-gradient(56% 120% at 90% 112.47%,rgba(80,30,20,0) 26.9%,rgba(100,50,40,0.8) 72.84%,rgba(80,30,20,0) 100%),
  radial-gradient(35% 68% at 35% 84.47%,#805550 49.82%,rgba(80,60,50,0) 82.11%),
  linear-gradient(84.14deg,#5a3d5f 2.84%,#804a4f 118.515%);
  --Portfolio-color: #fff;
  --Contact--bgc:radial-gradient(circle, rgb(116, 145, 211) 0%,  rgb(24, 24, 220) 100%);
  --contact__image-bgc:#94a3b8f6;
  --contact__image-txt-color:#27272a;
  /* 联系H5 效果 */
  --shiny-cta-bg: #1a124a;
  --shiny-cta-bg-subtle: #1a1818;
  --shiny-cta-fg: #ffffff;
  --shiny-cta-highlight: rgb(89, 89, 214);
  --shiny-cta-highlight-subtle: #8484ff;
}

.nav-bg-gray {
  width: 100%;
  background-color: var(--nav-color);
  transition: all 0.5s;
  position: fixed;
  z-index: 1;
}

body {
  background-color: var(--nav-color);
  transition: all 0.8s;
}

.nav-text {
  color: var(--text-color);
}

html {
  scroll-behavior: smooth;
}

.Portfolio,
.Portfolio1 {
  border: none;
  position: relative;
  overflow: hidden;
  /* 设置Portfolio项目的样式，无边框，相对定位，隐藏溢出， */
}

.Portfolio:before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 1px;
  background-color: var(--Portfolio-color);
  transition: all 0.5s;
  /* 设置Portfolio项目的hover前的上边框动画效果 */
}

.Portfolio:hover:before {
  left: 0;
  /* 设置Portfolio项目的hover时上边框动画效果 */
}

.Portfolio:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height:1.5px;
  background-color: var(--Portfolio-color);
  transition: all 0.5s;
  /* 设置Portfolio项目的hover前的下边框动画效果 */
}

.Portfolio:hover:after {
  right: 0;
  /* 设置Portfolio项目的hover时下边框动画效果 */
}

.Portfolio1:before {
  content: "";
  position: absolute;
  top: -100%;
  right: 0;
  width: 1.5px;
  height: 100%;
  background-color: var(--Portfolio-color);
  transition: all 0.5s;
  /* 设置Portfolio1元素hover前的右边框动画效果 */
  top: 0;
  /* 设置Portfolio1元素hover时右边框动画效果 */
}

.Portfolio:hover {
  border-left: 1px solid var(--Portfolio-color);
  border-right: 1px solid var(--Portfolio-color);
}

@keyframes slideIn {
  0% {
    transform: translateX(96px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slideOut {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100px);
  }
}

@keyframes slideBack {
  0% {
    transform: translateX(-100px);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes waitawhile {
  from {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

nav {
  border-bottom: 1.5px solid black;
  /* 底部边框为黑色 */
  animation: borderBottomColorAnimation 5s infinite linear, borderBottomWidthAnimation 2s infinite linear;
  /* 应用到底部边框的动画 */
}

@keyframes borderBottomColorAnimation {
  0% {
    border-bottom-color: black;
  }

  /* 起始颜色为黑色 */

  16% {
    border-bottom-color: rgb(237, 187, 187);
  }

  /* 16%时变为红色 */

  33% {
    border-bottom-color: rgb(246, 246, 225);
  }

  /* 33%时变为黄色 */

  50% {
    border-bottom-color: rgb(193, 242, 193);
  }

  /* 50%时变为绿色 */

  66% {
    border-bottom-color: rgb(194, 238, 238);
  }

  /* 66%时变为青色 */

  83% {
    border-bottom-color: rgb(188, 188, 240);
  }

  /* 83%时变为蓝色 */

  100% {
    border-bottom-color: black;
  }

  /* 100%时回到黑色 */
}

/* 移动menU */

.menu-links {
  display: none;
  transition: all 0.3s;
}

.hamburger-menu {
  position: relative;
}

.hamburger-icon {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  top: -43px !important;
  left: 89%;
  height: 20px;
  width: 30px;
  cursor: pointer;
}

.hamburger-icon span {
  width: 100%;
  height: 2px;
  background-color: var(--Portfolio-color);
  transition: all 0.3 ease-in-out;
}

.hamburger-icon.open span:first-child {
  transform: rotate(45deg) translate(10px, 5px);
}

.hamburger-icon.open span:nth-child(2) {
  opacity: 0;
}

.hamburger-icon.open span:last-child {
  transform: rotate(-45deg) translate(10px, -5px);
}

.hamburger-icon span:first-child {
  opacity: 1;
  transform: none;
}

/* 光暗切换 */

.sun-moon {
  position: absolute;
  left: 85%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  overflow: hidden;
  cursor: pointer;
}

.sun-moon .moon {
  display: block;
}

.sun-moon .sun {
  display: none;
  color: #fff;
}

/* home背景图 */

.home-bgc {
  position: absolute;
  background: var(--home-bgc);
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -999;
  clip-path: polygon(83.7% 0, 5% 89%, 100% 100%);
}

.home {
  z-index: 1;
}

/* home欢迎效果 */

.home-wl {
  position: absolute;
  width: 100%;
  z-index: -1000;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(250, 235, 215, 0);
  clip-path: polygon(0 0,75% 0, 65% 100%, 0 100%);
}

.home-wl-1,.home-wl-2,.home-wl-3,.home-wl-4,.home-wl-5 {
  position: absolute;
  top: 0;
  left: -2000px;
  overflow: hidden;
  color: var(--text-color);
  width: 100%;
  height: 100%;
  transition: all  1s;
  background:var(--home-wl-bgc);
}

.home-wl-1 {
  border-radius: 10px;
  clip-path: polygon(0 0, 100% 0, 100% 20.5%, 0 26.5%);
}

.home-wl-2 {
  clip-path: polygon(0 47.5%, 100% 35.5%, 100% 20.5%, 0 26.5%);
}

.home-wl-3 {
  clip-path: polygon(0 47.5%, 100% 35.5%, 100% 71.5%, 0 66.5%);
}

.home-wl-4 {
  clip-path: polygon(0 84.5%, 100% 86.5%, 100% 71.5%, 0 66.5%);
}

.home-wl-5 {
  clip-path: polygon(0 84.5%, 100% 86.5%, 100% 100%, 0 100%);
  border-radius: 10px;
}

/* home内容 */

.home,
.home__left h2 {
  color: var(--text-color);
}

.home__left {
  width: 100%;
  max-height: 600px;
  position: relative;
}

.home__left h2 .typing{
  &::before {
    content: '';
    animation: text 2s 1s step-end forwards;
  }
  &::after {
    content: '';
    display: inline-block;
    width: 0;
    translate: -0.2em;
    animation: chars 2s 0.5s step-end 1;
  }
}

@keyframes text {
  0%   {
    content: 'H';
  }

  10%  {
    content: 'Hi';
  }

  20%  {
    content: 'Hi!';
  }

  30%  {
    content: 'Hi! ';
  }

  40%  {
    content: 'Hi! I';
  }

  50%  {
    content: 'Hi! I ';
  }

  60%  {
    content: 'Hi! I a';
  }

  70%  {
    content: 'Hi! I am';
  }

  80%  {
    content: 'Hi! I am ';
  }

  90%  {
    content: 'Hi! I am X';
  }

  92%  {
    content: 'Hi! I am Xi';
  }

  94%  {
    content: 'Hi! I am XiQ';
  }

  96%  {
    content: 'Hi! I am XiQi';
  }

  98%  {
    content: 'Hi! I am XiQin';
  }

  100% {
    content: 'Hi! I am XiQing';
  }
}

@keyframes chars {
  0%  {
    content: 'a';
  }

  2%  {
    content: 'M';
  }

  6%  {
    content: 'N';
  }

  8%  {
    content: 'c';
  }

  10%  {
    content: 'O';
  }

  12%  {
    content: 'd';
  }

  14%  {
    content: 'P';
  }

  48%  {
    content: 'm';
  }

  50%  {
    content: 'Y';
  }

  52%  {
    content: 'n';
  }

  54%  {
    content: 'Z';
  }

  56%  {
    content: 'o';
  }

  58%  {
    content: 'A';
  }

  72%  {
    content: 's';
  }

  74%  {
    content: 'E';
  }

  76%  {
    content: 't';
  }

  78%  {
    content: 'F';
  }

  80%  {
    content: 'u';
  }

  82%  {
    content: 'G';
  }

  84%  {
    content: 'v';
  }

  86%  {
    content: 'H';
  }

  88%  {
    content: 'w';
  }

  90%  {
    content: 'I';
  }

  92%  {
    content: 'x';
  }

  94%  {
    content: 'J';
  }

  96%  {
    content: 'y';
  }

  98%  {
    content: 'K';
  }
}

.home__left span {
  position: absolute;
  height: 2px;
  width: 98%;
  background-color: #a1b3c594;
  left: 0;
  top: 54%;
}

.home__right {
  max-width: 483px;
  overflow: hidden;
}

.home__right img {
  border-radius: 40px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 78% 99%, 39% 95%, 17% 96%, 8% 95%);
  margin:0 150px 0 0;
}

/* works 内容 */

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
}

.works__left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--text-color);
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

/* Contact me */

.contact h5 {
  color: var(--text-color);
  font-size: 20px;
  max-width: 700px;
  line-height: 30px;
  text-align: center;
}

.weChat,
.xCom,
.whatsApp {
  background: var(--Contact--bgc);
  margin: 0 10px;
  position: relative;
  border-radius: 17px;
}

/* 联系h5效果 */

@property --gradient-angle {
  syntax: "<angle>";

  initial-value: 0deg;

  inherits: false;
}

@property --gradient-angle-offset {
  syntax: "<angle>";

  initial-value: 0deg;

  inherits: false;
}

@property --gradient-percent {
  syntax: "<percentage>";

  initial-value: 5%;

  inherits: false;
}

@property --gradient-shine {
  syntax: "<color>";

  initial-value: rgb(231, 228, 228);

  inherits: false;
}

.shiny-cta {
  --animation: gradient-angle linear infinite;
  --duration: 3s;
  --shadow-size: 2px;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  outline-offset: 4px;
  font-family: inherit;
  border: 1px solid transparent;
  border-radius: 20px;
  color: var(--shiny-cta-fg);
  background: linear-gradient(var(--shiny-cta-bg), var(--shiny-cta-bg))
      padding-box,
    conic-gradient(
        from calc(var(--gradient-angle) - var(--gradient-angle-offset)),
        transparent,
        var(--shiny-cta-highlight) var(--gradient-percent),
        var(--gradient-shine) calc(var(--gradient-percent) * 2),
        var(--shiny-cta-highlight) calc(var(--gradient-percent) * 3),
        transparent calc(var(--gradient-percent) * 4)
      )
      border-box;
  box-shadow: inset 0 0 0 1px var(--shiny-cta-bg-subtle);
  &::before,
  &::after,
  span::before {
    content: "";
    pointer-events: none;
    position: absolute;
    inset-inline-start: 50%;
    inset-block-start: 50%;
    translate: -50% -50%;
    z-index: -1;
  }
  &:active {
    translate: 0 1px;
  }
}

/* 内闪 */

.shiny-cta::after {
  --animation: shimmer linear infinite;
  width: 100%;
  aspect-ratio: 1;
  background: linear-gradient(
    -50deg,
    transparent,
    var(--shiny-cta-highlight),
    transparent
  );
  -webkit-mask-image: radial-gradient(circle at bottom, transparent 40%, black);
          mask-image: radial-gradient(circle at bottom, transparent 40%, black);
  opacity: 0.6;
}

.shiny-cta span {
  z-index: 1;
  &::before {
    --size: calc(100% + 1rem);
    width: var(--size);
    height: var(--size);
    box-shadow: inset 0 -1ex 2rem 4px var(--shiny-cta-highlight);
    opacity: 0;
  }
}

/* Animate */

.shiny-cta {
  --transition: 800ms cubic-bezier(0.25, 1, 0.5, 1);
  transition: var(--transition);
  transition-property: --gradient-angle-offset, --gradient-percent,
    --gradient-shine;
  &,
  &::before,
  &::after {
    animation: var(--animation) var(--duration),
      var(--animation) calc(var(--duration) / 0.4) reverse paused;
    animation-composition: add;
  }
  span::before {
    transition: opacity var(--transition);
    animation: calc(var(--duration) * 1.5) breathe linear infinite;
  }
}

.shiny-cta:is(:hover, :focus-visible) {
  --gradient-percent: 20%;
  --gradient-angle-offset: 95deg;
  --gradient-shine: var(--shiny-cta-highlight-subtle);
  &,
  &::before,
  &::after {
    animation-play-state: running;
  }
  span::before {
    opacity: 1;
  }
}

@keyframes gradient-angle {
  to {
    --gradient-angle: 360deg;
  }
}

@keyframes shimmer {
  to {
    rotate: 360deg;
  }
}

@keyframes breathe {
  from,
  to {
    scale: 1;
  }

  50% {
    scale: 1.2;
  }
}

/* <!-- 联系图片 --> */

.contact__we,
.contact__whats {
  background-color: var(--contact__image-bgc);
  color: var(--contact__image-txt-color);
  border: 1px solid #c797eb;
}

.contact__we h5 svg,
.contact__whats h5 svg {
  color: #000;
  border-radius: 50% 5px 50% 50%;
  background-color: #94a3b8;
  top:-240px;
  right: 0px;
}

.contact__we {
  display: none;
}

.contact__whats {
  display: none;
}

/* 页脚 */

.footer__wire {
  background-color: var(--text-color);
}

footer {
  color: #54687d;
}

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media not all and (min-width: 1024px) {
  .max-lg\:absolute {
    position: absolute;
  }

  .max-lg\:relative {
    position: relative;
  }

  .max-lg\:left-1\/2 {
    left: 50%;
  }

  .max-lg\:ml-0 {
    margin-left: 0px;
  }

  .max-lg\:mr-0 {
    margin-right: 0px;
  }

  .max-lg\:mt-\[390px\] {
    margin-top: 390px;
  }

  .max-lg\:mt-\[520px\] {
    margin-top: 520px;
  }

  .max-lg\:h-20 {
    height: 5rem;
  }

  .max-lg\:h-96 {
    height: 24rem;
  }

  .max-lg\:w-96 {
    width: 24rem;
  }

  .max-lg\:w-\[76\%\] {
    width: 76%;
  }

  .max-lg\:-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .max-lg\:pt-52 {
    padding-top: 13rem;
  }

  .max-lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:ml-0 {
    margin-left: 0px;
  }

  .max-md\:mt-\[400px\] {
    margin-top: 400px;
  }

  .max-md\:h-20 {
    height: 5rem;
  }

  .max-md\:h-80 {
    height: 20rem;
  }

  .max-md\:w-80 {
    width: 20rem;
  }

  .max-md\:w-\[80\%\] {
    width: 80%;
  }

  .max-md\:max-w-80 {
    max-width: 20rem;
  }

  .max-md\:pr-11 {
    padding-right: 2.75rem;
  }

  .max-md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media not all and (min-width: 640px) {
  .max-sm\:mt-\[360px\] {
    margin-top: 360px;
  }

  .max-sm\:h-72 {
    height: 18rem;
  }

  .max-sm\:w-72 {
    width: 18rem;
  }

  .max-sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .max-sm\:pt-52 {
    padding-top: 13rem;
  }
}

@media (min-width: 640px) {
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:items-stretch {
    align-items: stretch;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-\[350px\] {
    padding-top: 350px;
  }
}