*, ::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: 0;
  --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: 0;
  --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.14 | 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: Mona Sans, Helvetica, Arial, sans-serif; /* 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: 0.0625rem; /* 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: -0.125rem; /* 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;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.left-0 {
  left: 0;
}
.left-\[50\%\] {
  left: 50%;
}
.top-0 {
  top: 0;
}
.top-\[-100px\] {
  top: -6.25rem;
}
.top-\[-10px\] {
  top: -0.625rem;
}
.top-\[-10vw\] {
  top: -10vw;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[1vw\] {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.mb-\[10px\] {
  margin-bottom: 0.625rem;
}
.mt-\[20px\] {
  margin-top: 1.25rem;
}
.mt-\[30px\] {
  margin-top: 1.875rem;
}
.mt-\[50px\] {
  margin-top: 3.125rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.hidden {
  display: none;
}
.h-1 {
  height: 0.25rem;
}
.h-8 {
  height: 2rem;
}
.h-\[15px\] {
  height: 0.9375rem;
}
.h-\[30px\] {
  height: 1.875rem;
}
.h-\[34px\] {
  height: 2.125rem;
}
.h-\[36px\] {
  height: 2.25rem;
}
.h-\[48px\] {
  height: 3rem;
}
.h-\[52px\] {
  height: 3.25rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.w-6 {
  width: 1.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[100px\] {
  width: 6.25rem;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[150px\] {
  width: 9.375rem;
}
.w-\[15px\] {
  width: 0.9375rem;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[200px\] {
  width: 12.5rem;
}
.w-\[300px\] {
  width: 18.75rem;
}
.w-\[30px\] {
  width: 1.875rem;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.min-w-\[320px\] {
  min-width: 20rem;
}
.max-w-\[1280px\] {
  max-width: 80rem;
}
.max-w-\[1300px\] {
  max-width: 81.25rem;
}
.max-w-\[1920px\] {
  max-width: 120rem;
}
.max-w-\[700px\] {
  max-width: 43.75rem;
}
.translate-x-\[-50\%\] {
  --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-x-full {
  --tw-translate-x: 100%;
  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));
}
.resize {
  resize: both;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-\[0px\] {
  gap: 0;
}
.gap-\[10px\] {
  gap: 0.625rem;
}
.gap-\[20px\] {
  gap: 1.25rem;
}
.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));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.rounded-\[10px\] {
  border-radius: 0.625rem;
}
.border-\[1px\] {
  border-width: 0.0625rem;
}
.border-t-\[2px\] {
  border-top-width: 0.125rem;
}
.border-\[\#8F6839\] {
  --tw-border-opacity: 1;
  border-color: rgb(143 104 57 / var(--tw-border-opacity));
}
.bg-\[\#21292D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 41 45 / var(--tw-bg-opacity));
}
.bg-\[\#824E34\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 78 52 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-\[url\(\'\.\/imgs\/bar\.png\'\)\] {
  background-image: url(../imgs/bar.png);
}
.bg-\[url\(\'\.\/imgs\/btn2\.png\'\)\] {
  background-image: url(../imgs/btn2.png);
}
.bg-\[url\(\'\.\/imgs\/footer\.jpg\'\)\] {
  background-image: url(../imgs/footer.jpg);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-\[20px\] {
  padding: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-\[12px\] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-\[20px\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[5\%\] {
  padding-left: 5%;
  padding-right: 5%;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-\[40px\] {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-\[4px\] {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pb-\[10px\] {
  padding-bottom: 0.625rem;
}
.pb-\[60px\] {
  padding-bottom: 3.75rem;
}
.pt-\[2vw\] {
  padding-top: 2vw;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[12px\] {
  font-size: 0.75rem;
}
.text-\[16px\] {
  font-size: 1rem;
}
.text-\[20px\] {
  font-size: 1.25rem;
}
.font-bold {
  font-weight: 700;
}
.text-\[\#4F1606\] {
  --tw-text-opacity: 1;
  color: rgb(79 22 6 / var(--tw-text-opacity));
}
.text-\[\#D9D9D9\] {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity));
}
.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-70 {
  opacity: 0.7;
}
.shadow-lg {
  --tw-shadow: 0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.625rem 0.9375rem -0.1875rem var(--tw-shadow-color), 0 0.25rem 0.375rem -0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 1.25rem 0.8125rem rgb(0 0 0 / 0.03)) drop-shadow(0 0.5rem 0.3125rem rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/MonaSans-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/MonaSans-Medium.ttf) format("ttf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/MonaSans-SemiBold.ttf) format("ttf");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/MonaSans-Bold.ttf) format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/MonaSans-ExtraBold.ttf) format("ttf");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Mona Sans";
  src: url(../fonts/MonaSans-Black.ttf) format("ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "CormorantGaramond";
  src: url(../fonts/CormorantGaramond-Bold.ttf) format("ttf");
}

html {
  overflow-x: hidden;
  background: #ffffff;
}

.cormorant-bold {
  font-family: "CormorantGaramond";
  font-weight: 700;
  font-style: normal;
}

body {
  background: #824E34;
  min-width: 20rem;
  scroll-behavior: smooth;
  max-width: 120rem;
  margin: 0 auto;
}

.border-gradient {
  border: #D3B375 0.125rem solid;
}

* {
  transition: all 0.3s ease-in-out;
}

.btn-active {
  border-radius: 624.9375rem;
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgb(247 149 52 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(254 72 48 / var(--tw-bg-opacity));
  font-weight: 700;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

/* 导航栏样式优化 */

header a {
  position: relative;
  transition: all 0.3s ease-in-out;
}

header a:hover {
  transform: translateY(-0.125rem);
}

header a.btn-active {
  transform: translateY(0);
}

/* 添加下划线动画效果 */
header a:not(.btn-active):hover::after {
  content: '';
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 0.125rem;
  background: linear-gradient(90deg, #F79534, #FE4830);
  border-radius: 0.0625rem;
}

.txt-gridient {
  background: linear-gradient(
    89.59deg,
    #ffa531 0.2%,
    #ffeb67 27.11%,
    #f5dc66 52.51%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0.25rem 0.25rem 0 #00000040;
}

.btn-gridient {
  background: linear-gradient( 92.2deg, #fde860 2.55%, #f9b85d 21.28%, #fff786 55.59%, #f3b180 104.04% );
  box-shadow: 0 0.25rem 0.25rem 0 #00000040;
}

.platformtext {
  background: linear-gradient( 92.2deg, #f0e3c0 2.55%, #ffce8a 28.56%, #f9d5a6 73.44%, #f3b180 104.04% );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0.625rem 1rem rgba(123, 10, 127, 0.7))
    drop-shadow(0 0.375rem 0 #ff6043);
}
@media (max-width: 768px) {
  .platformtext {
    background: linear-gradient( 92.2deg, #f0e3c0 2.55%, #ffce8a 28.56%, #f9d5a6 73.44%, #f3b180 104.04% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 0.3125rem 0.5rem rgba(123, 10, 127, 0.7))
      drop-shadow(0 0.25rem 0 #ff6043);
  }
}

/* 汉堡菜单样式 */
.hamburger-menu.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(0.3125rem, 0.3125rem);
}

.hamburger-menu.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-menu.active .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(0.4375rem, -0.375rem);
}

/* 移动端导航链接样式 */
.mobile-nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
}

.mobile-nav-link:hover {
  transform: translateY(-0.125rem);
  background: rgba(255, 255, 255, 0.1);
}

.mobile-nav-link.btn-active {
  transform: translateY(0);
}

/* 移动端菜单打开时的样式 */
#mobile-menu.active {
  transform: translateX(0);
}

/* 防止页面滚动当菜单打开时 */
body.menu-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}

/* 响应式调整 */
@media (max-width: 1024px) {
  .mobile-nav-link {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .mobile-nav-link {
    font-size: 1.25rem;
  }
}

@media (min-width: 640px) {

  .sm\:px-\[8\%\] {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media (min-width: 768px) {

  .md\:top-\[-20px\] {
    top: -1.25rem;
  }

  .md\:mb-\[20px\] {
    margin-bottom: 1.25rem;
  }

  .md\:mt-\[50px\] {
    margin-top: 3.125rem;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[20px\] {
    height: 1.25rem;
  }

  .md\:h-\[40px\] {
    height: 2.5rem;
  }

  .md\:h-\[48px\] {
    height: 3rem;
  }

  .md\:h-\[50px\] {
    height: 3.125rem;
  }

  .md\:h-\[51px\] {
    height: 3.1875rem;
  }

  .md\:h-\[64px\] {
    height: 4rem;
  }

  .md\:h-\[68px\] {
    height: 4.25rem;
  }

  .md\:w-\[150px\] {
    width: 9.375rem;
  }

  .md\:w-\[200px\] {
    width: 12.5rem;
  }

  .md\:w-\[20px\] {
    width: 1.25rem;
  }

  .md\:w-\[300px\] {
    width: 18.75rem;
  }

  .md\:w-\[400px\] {
    width: 25rem;
  }

  .md\:w-\[40px\] {
    width: 2.5rem;
  }

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:gap-\[50px\] {
    gap: 3.125rem;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:px-\[13\%\] {
    padding-left: 13%;
    padding-right: 13%;
  }

  .md\:px-\[20px\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-\[40px\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-\[6px\] {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .md\:pb-\[20px\] {
    padding-bottom: 1.25rem;
  }

  .md\:pb-\[80px\] {
    padding-bottom: 5rem;
  }

  .md\:pt-\[7vw\] {
    padding-top: 7vw;
  }

  .md\:text-\[16px\] {
    font-size: 1rem;
  }

  .md\:text-\[20px\] {
    font-size: 1.25rem;
  }

  .md\:text-\[28px\] {
    font-size: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .lg\:top-\[-30px\] {
    top: -1.875rem;
  }

  .lg\:mb-\[50px\] {
    margin-bottom: 3.125rem;
  }

  .lg\:mt-\[100px\] {
    margin-top: 6.25rem;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[104px\] {
    height: 6.5rem;
  }

  .lg\:h-\[30px\] {
    height: 1.875rem;
  }

  .lg\:h-\[57px\] {
    height: 3.5625rem;
  }

  .lg\:h-\[64px\] {
    height: 4rem;
  }

  .lg\:h-\[68px\] {
    height: 4.25rem;
  }

  .lg\:h-\[72px\] {
    height: 4.5rem;
  }

  .lg\:h-\[86px\] {
    height: 5.375rem;
  }

  .lg\:w-\[196px\] {
    width: 12.25rem;
  }

  .lg\:w-\[283px\] {
    width: 17.6875rem;
  }

  .lg\:w-\[30px\] {
    width: 1.875rem;
  }

  .lg\:w-\[486px\] {
    width: 30.375rem;
  }

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

  .lg\:w-\[501px\] {
    width: 31.3125rem;
  }

  .lg\:w-\[55px\] {
    width: 3.4375rem;
  }

  .lg\:w-\[591px\] {
    width: 36.9375rem;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:px-\[28px\] {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:px-\[60px\] {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:px-\[62px\] {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }

  .lg\:py-\[8px\] {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:pb-\[100px\] {
    padding-bottom: 6.25rem;
  }

  .lg\:pb-\[30px\] {
    padding-bottom: 1.875rem;
  }

  .lg\:text-\[20px\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[28px\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[36px\] {
    font-size: 2.25rem;
  }
}

@media (min-width: 1280px) {

  .xl\:w-\[100\%\] {
    width: 100%;
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:px-\[180px\] {
    padding-left: 11.25rem;
    padding-right: 11.25rem;
  }

  .xl\:pb-\[200px\] {
    padding-bottom: 12.5rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:pt-\[10vw\] {
    padding-top: 10vw;
  }
}

@media (min-width: 1921px) {

  .\33xl\:top-\[-40\%\] {
    top: -40%;
  }

  .\33xl\:pt-\[5vw\] {
    padding-top: 5vw;
  }
}

