@charset "UTF-8";
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-03 11:15:11
 */
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2023-10-17 06:08:58
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-01 11:07:10
 */
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-05 06:06:39
 */
:root {
  --all-transitions: all 0.4s ease-in-out;
  --z-index: 1000;
  --z-index-navbar: 1030;
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #ffb30e;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --gray-100: #f8f9fa;
  --gray-200: #e9ecef;
  --gray-300: #dee2e6;
  --gray-400: #ced4da;
  --gray-500: #adb5bd;
  --gray-600: #6c757d;
  --gray-700: #495057;
  --gray-800: #343a40;
  --gray-900: #212529;
  --primary: #c9b27c;
  --primary-rgb: 201, 178, 124;
  --primary-dark: rgb(186.1135135135, 156.772972973, 87.8864864865);
  --secondary: #f7be8f;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-base: Source Sans Pro, Open Sans, -apple-system, BlinkMacSystemFont, Hiragino Sans GB, Microsoft YaHei, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, Hiragino Sans GB, Microsoft YaHei, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, Liberation Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --font-size-base: 1rem;
  --font-size-lg: 1.25rem;
  --font-size-sm: 0.875rem;
  --font-size-base-en: 12px;
  --font-weight-lighter: lighter;
  --font-weight-light: 300;
  --font-weight-normal: 400;
  --font-weight-bold: 700;
  --font-weight-bolder: bolder;
  --font-weight-base: 400;
  --line-height-base: 1.5;
  --line-height-lg: 1.5;
  --line-height-sm: 1.5;
  --h1-font-size: 2.5rem;
  --h2-font-size: 2rem;
  --h3-font-size: 1.75rem;
  --h4-font-size: 1.5rem;
  --h5-font-size: 1.25rem;
  --h6-font-size: 1rem;
  --headings-margin-bottom: 0.5rem;
  --headings-font-family: ;
  --headings-font-weight: 500;
  --headings-line-height: 1.2;
  --headings-color: #031b4e;
  --link-color: #8a91ac;
  --link-decoration: none;
  --link-hover-color: #c9b27c;
  --link-hover-decoration: none;
  --border-width: 1px;
  --border-color: #dee2e6;
  --border-radius: 0.25rem;
  --border-radius-lg: 0.3rem;
  --border-radius-sm: 0.2rem;
  --rounded-pill: 50rem;
  --box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --box-shadow-hover: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  --body-background-color: #fff;
  --body-color: #8a91ac;
  --bs-font-sans-serif: var(--font-family-sans-serif);
  --bs-body-font-family: var(--font-family-sans-serif);
  --bs-body-font-size: var(--font-size-base);
  --bs-body-font-weight: var(--font-weight-base);
  --bs-body-line-height: var(--line-height-base);
  --bs-body-color: var(--body-color);
  --bs-primary: #c9b27c;
  --bs-primary-rgb: 201, 178, 124;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-body-bg: var(--body-background-color);
  --bs-link-color-rgb: 138, 145, 172;
  --bs-navbar-active-color: var(--link-hover-color);
  --bs-btn-bg: #c9b27c;
  --bs-btn-rgb: 201, 178, 124;
  --bs-btn-border-color: #c9b27c;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2023-10-17 06:08:58
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2023-10-17 06:25:03
 */
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-26 21:41:03
 */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-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.
 */
[type=search]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-01 11:13:18
 */
body {
  padding: 0;
  margin: 0;
  color: var(--body-color);
  background-color: var(--body-background-color);
  font-size: var(--font-size-base);
  font-family: var(--font-family-base);
}

.lang-en body {
  font-size: var(--font-size-base-en);
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.loading {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1099;
}
.loading-spin {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.loading-spin::after, .loading-spin::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #c9b27c;
}
.loading-spin::before {
  border-color: #c9b27c;
}
.loading-spin::before {
  -webkit-animation: loading 5s linear infinite;
          animation: loading 5s linear infinite;
}
.loading-spin::after {
  animation: loading 5s linear infinite reverse;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2023-10-17 06:08:58
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-26 21:44:24
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--headings-font-weight);
  color: var(--headings-color);
  margin-bottom: var(--headings-margin-bottom);
  font-family: var(--headings-font-family);
  line-height: var(--headings-line-height);
}

.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-break {
  word-break: break-word;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  white-space: nowrap; /* 强制不换行 */
  overflow: hidden; /* 隐藏溢出 */
  text-overflow: ellipsis; /* 显示省略号 */
}
.text-ellipsis-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
.text-overline {
  text-decoration: overline;
}
.text-none {
  text-decoration: none;
}
.text-primary {
  color: var(--primary) !important;
}
.text-secondary {
  color: var(--secondary) !important;
}
.text-success {
  color: var(--success) !important;
}
.text-info {
  color: var(--info) !important;
}
.text-warning {
  color: var(--warning) !important;
}
.text-gold {
  color: var(--gold) !important;
}
.text-danger {
  color: var(--danger) !important;
}
.text-light {
  color: var(--light) !important;
}
.text-dark {
  color: var(--dark) !important;
}
.text-body {
  color: var(--body-color) !important;
}
.text-white {
  color: var(--white) !important;
}
.text-black-50 {
  color: rgba(var(--black), 0.5) !important;
}
.text-white-50 {
  color: rgba(var(--white), 0.5) !important;
}
.text-gray {
  color: var(--gray) !important;
}
.text-gray-100 {
  color: var(--gray-100) !important;
}
.text-gray-200 {
  color: var(--gray-200) !important;
}
.text-gray-300 {
  color: var(--gray-300) !important;
}
.text-gray-400 {
  color: var(--gray-400) !important;
}
.text-gray-500 {
  color: var(--gray-500) !important;
}
.text-gray-600 {
  color: var(--gray-600) !important;
}
.text-gray-700 {
  color: var(--gray-700) !important;
}
.text-gray-800 {
  color: var(--gray-800) !important;
}
.text-gray-900 {
  color: var(--gray-900) !important;
}
.text-reset {
  color: inherit !important;
}
.text-reset-hover {
  color: inherit !important;
}
.text-reset-hover:hover {
  color: inherit !important;
}
.text-small {
  font-size: 0.875rem !important;
}
.text-smaller {
  font-size: 0.75rem !important;
}
.text-smallest {
  font-size: 0.5rem !important;
}
.text-italic {
  font-style: italic !important;
}

.fs-12 {
  font-size: 12px !important;
}
.fs-14 {
  font-size: 14px !important;
}
.fs-16 {
  font-size: 16px !important;
}
.fs-18 {
  font-size: 18px !important;
}
.fs-20 {
  font-size: 20px !important;
}
.fs-24 {
  font-size: 24px !important;
}
.fs-28 {
  font-size: 28px !important;
}
.fs-32 {
  font-size: 32px !important;
}
.fs-36 {
  font-size: 36px !important;
}
.fs-40 {
  font-size: 40px !important;
}
.fs-48 {
  font-size: 48px !important;
}
.fs-56 {
  font-size: 56px !important;
}
.fs-64 {
  font-size: 64px !important;
}

.bold {
  font-weight: bold !important;
}
.bold-normal {
  font-weight: normal !important;
}
.bold-light {
  font-weight: lighter !important;
}
.bold-bolder {
  font-weight: bolder !important;
}
.bold-100 {
  font-weight: 100 !important;
}
.bold-200 {
  font-weight: 200 !important;
}
.bold-300 {
  font-weight: 300 !important;
}
.bold-400 {
  font-weight: 400 !important;
}
.bold-500 {
  font-weight: 500 !important;
}
.bold-600 {
  font-weight: 600 !important;
}
.bold-700 {
  font-weight: 700 !important;
}
.bold-800 {
  font-weight: 800 !important;
}
.bold-900 {
  font-weight: 900 !important;
}
.bold-inherit {
  font-weight: inherit !important;
}
.bold-initial {
  font-weight: initial !important;
}
.bold-unset {
  font-weight: unset !important;
}

a {
  color: var(--link-color);
  text-decoration: none;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  -webkit-text-decoration: var(--link-decoration);
          text-decoration: var(--link-decoration);
}
a:hover {
  color: var(--link-hover-color);
  -webkit-text-decoration: var(--link-hover-decoration);
          text-decoration: var(--link-hover-decoration);
}

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

.round-img {
  width: 100%;
  height: 100%;
}
.round-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-08-01 11:06:36
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-01 11:06:50
 */
.border-dashed {
  border-style: dashed !important;
}
.border-solid {
  border-style: solid;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-05 06:17:17
 */
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  border: 1px solid #ffc999;
  color: #ffc999;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  text-align: center;
  cursor: pointer;
  z-index: var(--z-index);
}
.scrollup svg {
  fill: #ffc999;
  width: 10px;
  padding-top: 9px;
}

.btn-primary {
  --bs-btn-bg: #c9b27c;
  --bs-btn-rgb: 201, 178, 124;
  --bs-btn-border-color: #c9b27c;
  --bs-btn-hover-bg: rgb(186.1135135135, 156.772972973, 87.8864864865);
  --bs-btn-hover-border-color: rgb(186.1135135135, 156.772972973, 87.8864864865);
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}

.btn-arrow-right-long {
  background-image: url("../images/icons/arrow-right-long.png");
  background-repeat: no-repeat;
  background-position: center 33px;
  min-width: 170px;
  padding-top: 10px;
  padding-bottom: 18px;
  text-align: left;
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-03 11:35:36
 */
.contact-form .form-control {
  background: transparent;
  border-radius: 0;
  border: 0;
  border: 2px solid rgba(201, 178, 124, 0.1);
  color: #c9b27c;
}
.contact-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #c9b27c;
}
.contact-form .form-control::-webkit-input-placeholder {
  color: rgba(201, 178, 124, 0.5);
}
.contact-form .form-control::-moz-placeholder {
  color: rgba(201, 178, 124, 0.5);
}
.contact-form .form-control:-ms-input-placeholder {
  color: rgba(201, 178, 124, 0.5);
}
.contact-form .form-control::-ms-input-placeholder {
  color: rgba(201, 178, 124, 0.5);
}
.contact-form .form-control::placeholder {
  color: rgba(201, 178, 124, 0.5);
}

.search-form .search-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  background: #f5f5f5;
  border-radius: 0.375rem;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.search-form .search-form-item:focus-within {
  -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 179, 14, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(255, 179, 14, 0.25);
}
.search-form .search-form-item-icon {
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  padding-right: 0;
  color: var(--primary);
}
.search-form .search-form-item .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 0;
  background: transparent;
}
.search-form .search-form-item .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search-form .search-form-item .form-control::-webkit-input-placeholder {
  color: var(--gray);
}
.search-form .search-form-item .form-control::-moz-placeholder {
  color: var(--gray);
}
.search-form .search-form-item .form-control:-ms-input-placeholder {
  color: var(--gray);
}
.search-form .search-form-item .form-control::-ms-input-placeholder {
  color: var(--gray);
}
.search-form .search-form-item .form-control::placeholder {
  color: var(--gray);
}
.search-form .btn-primary {
  width: 100%;
}

.field-label,
.field-input {
  background: var(--white);
  padding: 10px;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}

.field-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.field-label {
  min-width: 200px;
}

.form-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--border-color);
  gap: 1px;
  background-color: var(--border-color);
}

.form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1px;
}
.form-item:hover .field-label,
.form-item:hover .field-input {
  background: var(--gray-100);
}

.options-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.required-star {
  color: var(--danger);
}

@media (max-width: 991.98px) {
  .field-label {
    min-width: 80px;
    max-width: 80px;
    font-size: 12px;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-26 21:42:24
 */
.swiper-show {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.swiper-show .swiper-button-prev,
.swiper-show .swiper-button-next {
  position: static;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  -webkit-transition: var(--all-transition);
  transition: var(--all-transition);
  border: 1px solid #fff;
}
.swiper-show .swiper-button-prev:after,
.swiper-show .swiper-button-next:after {
  font-size: 20px;
  font-weight: 600;
}
.swiper-show .swiper-button-prev:hover,
.swiper-show .swiper-button-next:hover {
  -webkit-box-shadow: 0 0 10px 0 var(--orange);
          box-shadow: 0 0 10px 0 var(--orange);
}
.swiper-show-left {
  padding-right: 20px;
}
.swiper-show-right {
  padding-left: 20px;
}
.swiper-show-inner {
  width: 100%;
}

.list-date {
  position: relative;
}
.list-date-back {
  position: relative;
  font-size: 70px;
  color: var(--gray-400);
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  line-height: 1;
}
.list-date-front {
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  background-color: var(--white);
  line-height: 1;
  position: absolute;
  bottom: 0;
  right: 0;
}
.list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.list-item-thumb {
  overflow: hidden;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
.list-item-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  -o-object-fit: cover;
     object-fit: cover;
}
.list-item .list-date-time {
  display: none;
}
.list-item-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  gap: 20px;
}
.list-item-content h3 {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-width: 100%;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  margin-bottom: 0;
}
.list-item-content-desc {
  font-size: 14px;
  color: var(--gray);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 控制行数 */
  overflow: hidden;
  word-break: break-word; /* 防止长单词撑破 */
  line-height: 1.8;
  max-width: 100%;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.list-item:hover .list-item-thumb img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.list-item:hover .list-item-content h3 {
  color: var(--primary);
}
.list-item:hover .list-item-content-desc {
  color: var(--primary);
}
.list-plain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.list-plain-item {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border-color);
}
.list-plain-item a {
  border-left: 3px solid var(--primary);
  padding-left: 20px;
}
.list .col-12:nth-child(1) .list-item-icon {
  background-color: #ff0000;
}
.list .col-12:nth-child(2) .list-item-icon {
  background-color: #00ff00;
}
.list .col-12:nth-child(3) .list-item-icon {
  background-color: #0000ff;
}
.list .col-12:nth-child(4) .list-item-icon {
  background-color: #d4d400;
}
.list .col-12:nth-child(5) .list-item-icon {
  background-color: #ffa500;
}
.list .col-12:nth-child(6) .list-item-icon {
  background-color: #800080;
}
.list .col-12:nth-child(7) .list-item-icon {
  background-color: #ffc0cb;
}
.list .col-12:nth-child(8) .list-item-icon {
  background-color: #a52a2a;
}
.list .col-12:nth-child(9) .list-item-icon {
  background-color: #808080;
}
.list-qs-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.list-qs-item h2 {
  position: relative;
  padding: 20px 0;
  margin-bottom: 0;
  font-family: var(--font-family-sans-serif);
  color: var(--primary);
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.list-qs-item h2::before, .list-qs-item h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 4px;
  background: var(--primary);
  border-radius: 2px;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.list-qs-item h2::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.list-qs-item p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}
.list-qs-item-content {
  border-top: 1px solid #ddd;
  display: none;
}
.list-qs-item.active {
  border-bottom: 0;
}
.list-qs-item.active h2::before {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
.list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid var(--border-color);
  color: var(--gray);
  background-color: var(--white);
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.list-card .title {
  font-weight: 600;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.list-card .title a {
  color: var(--black);
}
.list-card-info {
  font-size: 14px;
}
.list-card-desc {
  font-size: 14px;
}
.list-card-left {
  padding: 20px;
}
.list-card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-left: 1px solid var(--border-color);
  padding: 20px;
}
.list-card:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.list-card:hover a,
.list-card:hover .title {
  color: var(--white);
}
.list-card:hover .list-date-back {
  color: var(--white);
}
.list-card:hover .list-date-front {
  background-color: var(--primary);
}
.list-num-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list-num-card-num {
  position: absolute;
  left: 0;
  right: 50%;
  top: 0;
  bottom: 40px;
  z-index: 1;
  border: 1px solid #646566;
  font-size: 60px;
  font-style: italic;
  color: var(--gray-700);
  text-align: center;
}
.list-num-card-title {
  z-index: 1;
  position: absolute;
  left: 50%;
  right: 0;
  top: 0;
  padding: 20px;
}
.list-num-card-title h2 {
  font-weight: 600;
}
.list-num-card-content {
  width: 100%;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 2;
  margin-top: 100px;
  margin-left: 20px;
  background-color: var(--gray-100);
  padding: 20px 40px;
  font-size: 14px;
}

@media (max-width: 991.98px) {
  .list-date-back {
    font-size: 40px;
  }
  .list-date-front {
    font-size: 11px;
  }
  .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--border-color);
  }
  .list-item-date-back {
    font-size: 40px;
  }
  .list-item-date-front {
    font-size: 11px;
  }
  .list-item-thumb, .list-item-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .list-item-content {
    gap: 5px;
  }
  .list-item-content h3 {
    font-size: 16px;
  }
  .list-item-content-desc {
    font-size: 12px;
  }
  .list-item-button {
    display: none;
  }
  .list-item-right {
    display: none;
  }
  .list-item .list-date {
    display: none;
  }
  .list-item .list-date-time {
    display: block;
  }
  .list-card-left {
    padding: 10px;
  }
  .list-card-body {
    padding: 10px;
  }
  .list-card-info {
    font-size: 11px;
  }
  .list-card img {
    width: 40px;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-29 08:14:13
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-29 08:16:39
 */
.card.primary {
  --bs-card-border-color: var(--primary);
  --bs-card-cap-bg: var(--primary);
  color: var(--white);
}

/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-29 11:59:03
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-29 12:36:33
 */
.aside-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid var(--primary);
}
.aside-menu a {
  display: block;
  padding: 20px;
  border-bottom: 1px solid var(--primary);
  text-align: center;
}
.aside-menu a:last-child {
  border-bottom: none;
}
.aside-menu a:hover, .aside-menu a.active {
  background-color: var(--primary);
  color: white;
}

@media (max-width: 991.98px) {
  .aside-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .aside-menu a {
    display: block;
    padding: 5px;
    border-bottom: none;
  }
  .aside-menu a.active {
    color: var(--primary);
    background-color: transparent;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-28 10:59:51
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-28 11:29:39
 */
.content-item {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.content-item-content-border {
  position: relative;
}
.content-item-content-border-left {
  padding-left: 30px;
  margin-left: 60px;
}
.content-item-content-border-left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 4px;
  height: 70px;
  background-color: var(--primary);
}

@media (max-width: 991.98px) {
  .content-item {
    width: 100%;
  }
}
/* ========== Toast消息 ========== */
.toast-container-custom {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 360px;
  width: calc(100% - 32px);
}

.toast-custom {
  background: white;
  border-radius: 12px;
  padding: 14px 18px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-animation: slideInRight 0.4s ease;
          animation: slideInRight 0.4s ease;
}

.toast-custom.success {
  background-color: var(--success);
  color: white;
}

.toast-custom.error {
  background-color: var(--danger);
  color: white;
}

.toast-custom .toast-icon {
  font-size: 22px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.toast-custom.success .toast-icon {
  color: var(--white);
}

.toast-custom.error .toast-icon {
  color: var(--white);
}

.toast-custom .toast-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
}

.toast-custom .toast-close {
  background: none;
  border: none;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
  padding: 0 4px;
  line-height: 1;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}

.toast-custom .toast-close:hover {
  color: rgb(255, 255, 255);
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@media (max-width: 991.98px) {
  .toast-container-custom {
    max-width: 300px;
  }
  .toast-custom {
    padding: 10px 14px;
    font-size: 12px;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-01 09:18:46
 */
.header {
  padding: 0 !important;
  background: var(--white);
}
.header-wrap {
  height: 60px;
}
.header .container {
  position: relative;
}
.header .navbar-brand img {
  height: 50px;
}
.header .navbar-toggler {
  border: none;
  padding: 0;
}
.header .navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header .navbar-bg {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 40px;
  opacity: 0.6;
  background: var(--primary);
  z-index: 1029;
}
.header .nav-item {
  position: relative;
}
.header .nav-item a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 140px;
}
.header .nav-item > a {
  padding: 30px 0;
  border-bottom: 3px solid transparent;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.header .nav-item > a.active, .header .nav-item > a:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.header .nav-item .nav-dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: var(--z-index-navbar);
}
.header .nav-item .nav-dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.header .nav-item .nav-dropdown-menu ul li {
  white-space: nowrap;
  height: 40px;
  line-height: 40px;
}
.header .nav-item .nav-dropdown-menu ul li a {
  color: var(--white);
  opacity: 0.75;
}
.header .nav-item .nav-dropdown-menu ul li a:hover {
  opacity: 1;
}
.header .nav-item.dropdown-right .nav-dropdown-menu {
  left: auto;
  right: 0;
}
.header .navbar-right {
  border-left: 1px solid var(--border-color);
  padding-left: 20px;
  margin-left: 20px;
}
.header .navbar-lang {
  position: absolute;
  top: 10px;
  right: calc(var(--bs-gutter-x) * 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header .navbar-lang a {
  font-size: 12px;
  line-height: 1;
}
.header .navbar-lang a + a {
  padding-left: 10px;
  border-left: 1px solid var(--border-color);
}

.sticky-top {
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  z-index: 1030;
}

@media (max-width: 991.98px) {
  .header-wrap {
    height: 40px;
  }
  .header .navbar-brand img {
    height: 30px;
  }
  .header .nav-item {
    position: relative;
  }
  .header .nav-item a {
    max-width: 100px;
  }
  .header .nav-item > a {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: none;
    max-width: 100%;
    border-bottom: 1px solid var(--border-color);
  }
  .header .nav-item .nav-dropdown-menu {
    display: block;
    position: unset;
  }
  .header .nav-item .nav-dropdown-menu ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .nav-item .nav-dropdown-menu ul li {
    white-space: nowrap;
    height: auto;
    line-height: 1;
  }
  .header .nav-item .nav-dropdown-menu ul li a {
    color: inherit;
    font-size: 12px;
    opacity: 0.5;
  }
  .header .nav-item.dropdown-right .nav-dropdown-menu {
    left: auto;
    right: 0;
  }
  .header .navbar-right {
    display: none;
  }
  .header .navbar-lang {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid var(--border-color);
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header .navbar-lang a {
    font-size: inherit;
    line-height: inherit;
    border: none !important;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2023-10-17 06:08:58
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-29 12:28:02
 */
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.section + .section {
  border-top: 2px solid var(--border-color);
}
.section-overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-overlay-dark::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.section-overlay-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section-title h1 {
  position: relative;
}
.section-title h1::before, .section-title h1::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 4px;
  background-color: var(--primary);
  border-radius: 2px;
}
.section-title h1::before {
  left: -80px;
}
.section-title h1::after {
  right: -80px;
}
.section-bg {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
}
.section .container {
  position: relative;
  z-index: 2;
}
.section-banner {
  position: relative;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  min-height: 500px;
}
@media (max-width: 991.98px) {
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .section-banner {
    min-height: 240px;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-29 00:22:12
 */
.footer {
  margin: 0;
  background-color: #f5f5f5;
  padding: 20px 0;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-nav-item {
  border-left: 1px solid var(--border-color);
}
.footer-nav-item > a {
  border-left: 1px solid var(--gray-700);
  padding-left: 20px;
  margin-top: 10px;
}
.footer-nav-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  padding-left: 20px;
  color: #9d9d9d;
}
.footer-bottom {
  color: #9d9d9d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.footer-bottom-badge img {
  height: 50px;
  width: auto;
}
.footer-bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-bottom .copyright img {
  width: 16px;
  height: 16px;
}
.footer-bottom-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer-bottom-link a {
  line-height: 1;
  padding-left: 10px;
  border-left: 1px solid var(--gray-700);
}

@media (max-width: 991.98px) {
  .footer {
    padding: 10px 0;
  }
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-nav-item {
    border-left: none;
  }
  .footer-nav-item > a {
    border-left: none;
    padding-left: 0;
    margin-top: 10px;
  }
  .footer-nav-item ul {
    margin-top: 10px;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-nav-item ul li a {
    white-space: nowrap;
  }
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .footer-bottom-badge img {
    height: 30px;
    width: auto;
  }
  .footer-bottom .copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-bottom .copyright img {
    width: 16px;
    height: 16px;
  }
  .footer-bottom {
    gap: 20px;
  }
  .footer-bottom-badge img {
    height: 40px;
    width: auto;
  }
  .footer-bottom .copyright {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .footer-bottom-link a:first-child {
    border-left: none;
    padding-left: 0;
    margin-top: 0;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-29 12:24:56
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-29 12:25:08
 */
@media (max-width: 991.98px) {
  .market-data {
    font-size: 12px;
  }
  .market-data h2 {
    font-size: 16px;
  }
  .market-data #stock_price_change,
  .market-data #stock_change_percent {
    font-size: 11px !important;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-28 11:41:25
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-01 21:26:08
 */
.title-right-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.title-right-line::after {
  content: "";
  display: block;
  width: 70px;
  margin-left: 20px;
  height: 3px;
  background-color: var(--primary);
}

.dot-arrow-right {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: var(--primary);
  color: white;
}

.left-line {
  position: relative;
  padding-left: 20px;
}
.left-line::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 70px;
  background-color: var(--primary);
}

.subpage {
  width: 100%;
  height: 100%;
}
.subpage .section-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  min-height: auto;
}
.subpage .section-banner img {
  width: 100%;
  height: auto;
}
.subpage .breadcrumb {
  font-size: 12px;
  color: var(--gray-600);
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 10px;
}
.subpage .category ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 5px;
}
.subpage .category ul li.separator {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 1px;
  height: 14px;
  background-color: var(--gray-400);
}
.subpage .category ul li:first-child {
  display: none;
}
.subpage .category ul li:last-child {
  margin-right: 0;
}
.subpage .category ul li a {
  font-size: 16px;
  color: var(--text-color);
  border-bottom: 3px solid transparent;
  padding-bottom: 5px;
  white-space: nowrap;
}
.subpage .category ul li a:hover, .subpage .category ul li a.active {
  color: var(--primary);
  font-weight: bold;
  border-color: var(--primary);
}
.subpage .max-width {
  max-width: 80%;
  margin: 40px auto;
}
.subpage-detail-header {
  position: relative;
  z-index: 2;
  margin-top: -120px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid var(--border-color);
  padding-bottom: 40px;
}
.subpage-detail-header-image {
  height: 300px;
}
.subpage-detail-header .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: calc(50% + 15px);
  right: 20px;
}
.subpage-detail-content {
  color: var(--gray-600);
  line-height: 1.8;
}
.subpage-search-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0;
  gap: 10px;
}
.subpage-search-form select,
.subpage-search-form input,
.subpage-search-form button {
  border: 0;
  background-color: transparent;
  font-family: inherit;
  font-size: 14px;
  outline: none;
  /* 聚焦时的样式（可选） */
}
.subpage-search-form select:focus,
.subpage-search-form input:focus,
.subpage-search-form button:focus {
  border-color: transparent;
  -webkit-box-shadow: non;
          box-shadow: non;
}
.subpage-search-form select,
.subpage-search-form input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.subpage-search-form-item {
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border: 1px solid var(--border-color);
  padding: 5px;
}
.subpage-search-form-item label {
  font-size: 12px;
  color: var(--gray-600);
}

@media (max-width: 991.98px) {
  .subpage .max-width {
    width: 100%;
    max-width: 100%;
    margin: 20px auto;
  }
  .subpage-detail-header {
    position: relative;
    z-index: 2;
    margin-top: -70px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage-detail-header-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .subpage-detail-header-image img {
    height: 120px;
  }
  .subpage-detail-header .breadcrumb {
    position: unset;
    margin-top: 20px;
    margin-bottom: 0 !important;
  }
  .subpage-detail-header .category {
    margin-top: 20px;
  }
  .subpage-detail-header .category ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 5px;
  }
  .subpage-detail-header .category ul li.separator {
    display: none;
  }
  .subpage-detail-header .category ul li a {
    font-size: 14px;
    padding-bottom: 0;
  }
  .subpage-detail-content {
    margin: 20px auto;
  }
  .subpage-search-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .subpage-search-form-item {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-05 14:54:20
 */
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2023-10-17 06:08:58
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-07-28 17:36:15
 */
.section-banner {
  padding: 0;
}
.section-banner img {
  width: 100%;
}
.section-banner .swiper-button-controls {
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.section-banner .swiper-button-controls .swiper-button-next,
.section-banner .swiper-button-controls .swiper-button-prev {
  position: unset;
  background-color: rgba(0, 0, 0, 0.5);
  margin: 0;
  width: 93px;
  height: 76px;
  color: white;
  font-size: 24px;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .section-banner .swiper-button-controls {
    display: none;
  }
}
.section-life .category-item {
  background-color: var(--white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-life .category-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 280px;
}
.section-life .category-item a h3 {
  color: var(--gray-500);
  padding-left: 20px;
}
.section-life .category-item:nth-child(odd) a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-life .category-item:nth-child(odd) a h3 {
  color: var(--white);
  position: relative;
  padding-left: 0;
}
.section-life .category-item:nth-child(odd) a h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  height: 3px;
  background-color: var(--primary);
}

@media screen and (max-width: 991.98px) {
  .section-life .category-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .section-life .category-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .section-life .category-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .section-life .category-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .section-life .category-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .section-life .category-item:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .section-life .category-item a {
    height: 120px;
  }
  .section-life .category-item a h3 {
    padding-left: 0;
  }
  .section-life .category-item a h3::after {
    bottom: -10px !important;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-08-05 14:08:05
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-05 15:04:46
 */
.section-news {
  margin: 100px auto;
}
.section-news-title {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-210px);
          transform: translateY(-210px);
}

@media screen and (max-width: 991.98px) {
  .section-news {
    margin: 60px auto;
  }
  .section-news-title {
    width: 148px;
    -webkit-transform: translateY(-105px);
            transform: translateY(-105px);
  }
}
.d-card {
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: 20px;
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.d-card:hover {
  -webkit-box-shadow: var(--box-shadow) -hover;
          box-shadow: var(--box-shadow) -hover;
}

.info-card {
  position: relative;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  border-radius: 20px;
  padding: 10px;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.info-card:hover {
  -webkit-box-shadow: var(--box-shadow) -hover;
          box-shadow: var(--box-shadow) -hover;
}
.info-card-icon {
  position: relative;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
.info-card-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 50%);
}
.info-card-header {
  background-color: var(--primary);
  padding: 10px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.info-card-content {
  padding: 10px 40px;
}
.info-card-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.info-card-body {
  padding: 10px;
}
.info-card-body .text-smaller {
  opacity: 0.5;
}
.info-card-body .text-smaller::before {
  content: "";
  margin-right: 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--primary);
}

.arrow-guide {
  position: relative;
}
.arrow-guide::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 20px;
  width: 30px;
  background: var(--primary);
  border-radius: 10px 0 0 10px;
}
.arrow-guide::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid var(--primary);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.table {
  margin-bottom: 0;
}
.table tr td {
  color: var(--body-color);
}
.table tr:last-child td {
  border-bottom: 0;
}

.track-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  background: var(--primary);
  color: #fff;
  font-weight: 700;
  position: relative;
}
.track-item-header:after, .track-item-header:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -17px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 17px solid var(--primary);
  z-index: 2;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.track-item-header:before {
  right: auto;
  left: 0;
  border-left: 17px solid #fff;
  z-index: 0;
}
.track-item-content {
  padding: 20px;
}
.track-item:nth-child(1) .track-item-header {
  background: #009dd9;
}
.track-item:nth-child(1) .track-item-header:after {
  border-left-color: #009dd9;
}
.track-item:nth-child(2) .track-item-header {
  background: #0bd0d9;
}
.track-item:nth-child(2) .track-item-header:after {
  border-left-color: #0bd0d9;
}
.track-item:nth-child(3) .track-item-header {
  background: #10cf9b;
}
.track-item:nth-child(3) .track-item-header:after {
  border-left-color: #10cf9b;
}

@media (max-width: 991.98px) {
  .track-item-header {
    border-radius: 20px;
  }
  .track-item-header:after, .track-item-header:before {
    display: none;
  }
  .about-standard-item + .about-standard-item {
    margin-top: 20px;
  }
  .about-standard .arrow-guide::before {
    width: 10px;
    height: 20px;
    top: unset;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
    border-radius: 10px 10px 0 0;
    right: unset;
  }
  .about-standard .arrow-guide::after {
    top: unset;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(0) rotate(135deg);
            transform: translateX(-50%) translateY(0) rotate(135deg);
    border-top: 20px solid var(--primary);
    border-bottom: 0;
    border-left: 20px solid transparent;
  }
}
.line-chart {
  width: 100%;
  height: 300px;
}

.pie-chart {
  width: 100%;
  height: 300px;
}

.violet-title {
  background: var(--primary);
  color: #fff;
  padding: 10px 40px;
  border-radius: 40px;
  text-align: center;
}

.norm-card {
  background: white;
  padding: 10px;
  border-radius: 20px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
}
.norm-card:hover {
  -webkit-box-shadow: var(--box-shadow) -hover;
          box-shadow: var(--box-shadow) -hover;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.norm-card-header {
  background: var(--primary);
  color: #fff;
  padding: 10px 40px;
  border-radius: 40px;
  text-align: center;
  font-weight: bold;
}
.norm-card-body {
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.norm-card-body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--primary);
  border-radius: 2px;
}
.norm-card-body-item {
  position: relative;
}
.norm-card-body-item + .norm-card-body-item {
  margin-top: 10px;
}
.norm-card-body-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 1px;
  background: var(--primary);
}
.norm-item:nth-child(1) .norm-card {
  background-color: rgb(252.8110047847, 246.3899521531, 226.6889952153);
}
.norm-item:nth-child(1) .norm-card .norm-card-header {
  background-color: #f0c43d;
}
.norm-item:nth-child(1) .norm-card .norm-card-body:before {
  background-color: #f0c43d;
}
.norm-item:nth-child(1) .norm-card .norm-card-body-item::before {
  background-color: #f0c43d;
}
.norm-item:nth-child(2) .norm-card {
  background-color: rgb(237.9527027027, 248.7297297297, 217.7702702703);
}
.norm-item:nth-child(2) .norm-card .norm-card-header {
  background-color: #a8df41;
}
.norm-item:nth-child(2) .norm-card .norm-card-body:before {
  background-color: #a8df41;
}
.norm-item:nth-child(2) .norm-card .norm-card-body-item::before {
  background-color: #a8df41;
}
.norm-item:nth-child(3) .norm-card {
  background-color: rgb(255, 242.5, 245.8376963351);
}
.norm-item:nth-child(3) .norm-card .norm-card-header {
  background-color: #ff4073;
}
.norm-item:nth-child(3) .norm-card .norm-card-body:before {
  background-color: #ff4073;
}
.norm-item:nth-child(3) .norm-card .norm-card-body-item::before {
  background-color: #ff4073;
}
.norm-item:nth-child(4) .norm-card {
  background-color: rgb(179.5833333333, 232.9166666667, 217.0833333333);
}
.norm-item:nth-child(4) .norm-card .norm-card-header {
  background-color: #35b58f;
}
.norm-item:nth-child(4) .norm-card .norm-card-body:before {
  background-color: #35b58f;
}
.norm-item:nth-child(4) .norm-card .norm-card-body-item::before {
  background-color: #35b58f;
}
.norm-item:nth-child(5) .norm-card {
  background-color: rgb(178.5, 235.8, 255);
}
.norm-item:nth-child(5) .norm-card .norm-card-header {
  background-color: #00bfff;
}
.norm-item:nth-child(5) .norm-card .norm-card-body:before {
  background-color: #00bfff;
}
.norm-item:nth-child(5) .norm-card .norm-card-body-item::before {
  background-color: #00bfff;
}
.norm-item:nth-child(6) .norm-card {
  background-color: rgb(255, 198.5, 229.0340425532);
}
.norm-item:nth-child(6) .norm-card .norm-card-header {
  background-color: #ff1493;
}
.norm-item:nth-child(6) .norm-card .norm-card-body:before {
  background-color: #ff1493;
}
.norm-item:nth-child(6) .norm-card .norm-card-body-item::before {
  background-color: #ff1493;
}
.norm-item:nth-child(7) .norm-card {
  background-color: rgb(132.5, 253.2416267943, 255);
}
.norm-item:nth-child(7) .norm-card .norm-card-header {
  background-color: #00ced1;
}
.norm-item:nth-child(7) .norm-card .norm-card-body:before {
  background-color: #00ced1;
}
.norm-item:nth-child(7) .norm-card .norm-card-body-item::before {
  background-color: #00ced1;
}
.norm-item:nth-child(8) .norm-card {
  background-color: rgb(255, 199.2, 178.5);
}
.norm-item:nth-child(8) .norm-card .norm-card-header {
  background-color: #ff4500;
}
.norm-item:nth-child(8) .norm-card .norm-card-body:before {
  background-color: #ff4500;
}
.norm-item:nth-child(8) .norm-card .norm-card-body-item::before {
  background-color: #ff4500;
}
.norm-item:nth-child(9) .norm-card {
  background-color: rgb(254.6916666667, 253.8083333333, 254.6583333333);
}
.norm-item:nth-child(9) .norm-card .norm-card-header {
  background-color: #da70d6;
}
.norm-item:nth-child(9) .norm-card .norm-card-body:before {
  background-color: #da70d6;
}
.norm-item:nth-child(9) .norm-card .norm-card-body-item::before {
  background-color: #da70d6;
}
.norm-item:nth-child(10) .norm-card {
  background-color: rgb(255, 250.3369565217, 249.5);
}
.norm-item:nth-child(10) .norm-card .norm-card-header {
  background-color: #ff6347;
}
.norm-item:nth-child(10) .norm-card .norm-card-body:before {
  background-color: #ff6347;
}
.norm-item:nth-child(10) .norm-card .norm-card-body-item::before {
  background-color: #ff6347;
}
.norm-item:nth-child(11) .norm-card {
  background-color: rgb(208.5, 232.06, 255);
}
.norm-item:nth-child(11) .norm-card .norm-card-header {
  background-color: #1e90ff;
}
.norm-item:nth-child(11) .norm-card .norm-card-body:before {
  background-color: #1e90ff;
}
.norm-item:nth-child(11) .norm-card .norm-card-body-item::before {
  background-color: #1e90ff;
}
.norm-item:nth-child(12) .norm-card {
  background-color: white;
}
.norm-item:nth-child(12) .norm-card .norm-card-header {
  background-color: #ff69b4;
}
.norm-item:nth-child(12) .norm-card .norm-card-body:before {
  background-color: #ff69b4;
}
.norm-item:nth-child(12) .norm-card .norm-card-body-item::before {
  background-color: #ff69b4;
}
.norm-item:nth-child(13) .norm-card {
  background-color: rgb(173.5, 255, 223.704);
}
.norm-item:nth-child(13) .norm-card .norm-card-header {
  background-color: #00fa9a;
}
.norm-item:nth-child(13) .norm-card .norm-card-body:before {
  background-color: #00fa9a;
}
.norm-item:nth-child(13) .norm-card .norm-card-body-item::before {
  background-color: #00fa9a;
}
.norm-item:nth-child(14) .norm-card {
  background-color: rgb(255, 178.5, 255);
}
.norm-item:nth-child(14) .norm-card .norm-card-header {
  background-color: #ff00ff;
}
.norm-item:nth-child(14) .norm-card .norm-card-body:before {
  background-color: #ff00ff;
}
.norm-item:nth-child(14) .norm-card .norm-card-body-item::before {
  background-color: #ff00ff;
}
.norm-item:nth-child(15) .norm-card {
  background-color: rgb(178.5, 255, 216.6);
}
.norm-item:nth-child(15) .norm-card .norm-card-header {
  background-color: #00ff7f;
}
.norm-item:nth-child(15) .norm-card .norm-card-body:before {
  background-color: #00ff7f;
}
.norm-item:nth-child(15) .norm-card .norm-card-body-item::before {
  background-color: #00ff7f;
}
.norm-item:nth-child(16) .norm-card {
  background-color: rgb(255, 178.5, 178.5);
}
.norm-item:nth-child(16) .norm-card .norm-card-header {
  background-color: #ff0000;
}
.norm-item:nth-child(16) .norm-card .norm-card-body:before {
  background-color: #ff0000;
}
.norm-item:nth-child(16) .norm-card .norm-card-body-item::before {
  background-color: #ff0000;
}
.norm-item:nth-child(17) .norm-card {
  background-color: rgb(178.5, 255, 255);
}
.norm-item:nth-child(17) .norm-card .norm-card-header {
  background-color: #00ffff;
}
.norm-item:nth-child(17) .norm-card .norm-card-body:before {
  background-color: #00ffff;
}
.norm-item:nth-child(17) .norm-card .norm-card-body-item::before {
  background-color: #00ffff;
}
.norm-item:nth-child(18) .norm-card {
  background-color: rgb(255, 220.5, 178.5);
}
.norm-item:nth-child(18) .norm-card .norm-card-header {
  background-color: #ff8c00;
}
.norm-item:nth-child(18) .norm-card .norm-card-body:before {
  background-color: #ff8c00;
}
.norm-item:nth-child(18) .norm-card .norm-card-body-item::before {
  background-color: #ff8c00;
}
.norm-item:nth-child(19) .norm-card {
  background-color: rgb(178.5, 178.5, 255);
}
.norm-item:nth-child(19) .norm-card .norm-card-header {
  background-color: #0000ff;
}
.norm-item:nth-child(19) .norm-card .norm-card-body:before {
  background-color: #0000ff;
}
.norm-item:nth-child(19) .norm-card .norm-card-body-item::before {
  background-color: #0000ff;
}
.norm-item:nth-child(20) .norm-card {
  background-color: white;
}
.norm-item:nth-child(20) .norm-card .norm-card-header {
  background-color: #ffc0cb;
}
.norm-item:nth-child(20) .norm-card .norm-card-body:before {
  background-color: #ffc0cb;
}
.norm-item:nth-child(20) .norm-card .norm-card-body-item::before {
  background-color: #ffc0cb;
}
.norm-item:nth-child(21) .norm-card {
  background-color: rgb(62.5, 62.5, 255);
}
.norm-item:nth-child(21) .norm-card .norm-card-header {
  background-color: #00008b;
}
.norm-item:nth-child(21) .norm-card .norm-card-body:before {
  background-color: #00008b;
}
.norm-item:nth-child(21) .norm-card .norm-card-body-item::before {
  background-color: #00008b;
}
.norm-item:nth-child(22) .norm-card {
  background-color: rgb(255, 255, 178.5);
}
.norm-item:nth-child(22) .norm-card .norm-card-header {
  background-color: #ffff00;
}
.norm-item:nth-child(22) .norm-card .norm-card-body:before {
  background-color: #ffff00;
}
.norm-item:nth-child(22) .norm-card .norm-card-body-item::before {
  background-color: #ffff00;
}
.norm-item:nth-child(23) .norm-card {
  background-color: rgb(89.25, 89.25, 89.25);
}
.norm-item:nth-child(23) .norm-card .norm-card-header {
  background-color: #000000;
}
.norm-item:nth-child(23) .norm-card .norm-card-body:before {
  background-color: #000000;
}
.norm-item:nth-child(23) .norm-card .norm-card-body-item::before {
  background-color: #000000;
}
.norm-item:nth-child(24) .norm-card {
  background-color: white;
}
.norm-item:nth-child(24) .norm-card .norm-card-header {
  background-color: #ffffff;
}
.norm-item:nth-child(24) .norm-card .norm-card-body:before {
  background-color: #ffffff;
}
.norm-item:nth-child(24) .norm-card .norm-card-body-item::before {
  background-color: #ffffff;
}

.strategy-card {
  padding: 20px;
  background: var(--primary);
  background: linear-gradient(135deg, rgb(230.772972973, 220.4540540541, 196.227027027) 0%, #c9b27c 100%);
  color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
  cursor: pointer;
}
.strategy-card.warning {
  background: linear-gradient(135deg, rgb(255, 143.4, 102) 0%, #ff4500 100%);
}
.strategy-card.bg-white {
  background: #fff;
  color: var(--body-color);
}
.strategy-card:hover {
  -webkit-box-shadow: var(--box-shadow) -hover;
          box-shadow: var(--box-shadow) -hover;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.strategy-card-icon {
  margin: 0 auto;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: var(--box-shadow);
          box-shadow: var(--box-shadow);
}
.strategy-card-icon img {
  width: 60%;
}

@media (max-width: 991.98px) {
  .line-chart {
    height: 200px;
  }
  .pie-chart {
    height: 200px;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-08-01 09:46:56
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-01 15:20:59
 */
.recruitment {
  position: relative;
}
.recruitment-bg {
  position: relative;
  z-index: 1;
}
.recruitment-front {
  position: relative;
  z-index: 2;
  margin-top: -60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruitment-header {
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  background: var(--white);
}
.recruitment-content {
  padding-left: 50%;
}
.recruitment-content h3 {
  font-size: 16px;
  font-weight: 550;
}
.recruitment-content h3 span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
  height: 20px;
  background: var(--primary);
  font-weight: normal;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "宋体";
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin-right: 10px;
}
.recruitment-content p {
  margin-bottom: 20px;
}
.recruitment-list-header, .recruitment-list-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  gap: 20px;
}
.recruitment-list-header {
  background: var(--primary);
  color: var(--white);
}
.recruitment-list-item {
  border-bottom: 1px solid var(--border-color);
}
.recruitment-list-item-header {
  cursor: pointer;
}
.recruitment-list-item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 20px;
  border-top: 1px dashed var(--border-color);
  font-size: 14px;
  display: none;
}
.recruitment-list-col {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.recruitment-list-col:nth-child(1) {
  min-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10%;
          flex: 0 0 10%;
}
.recruitment-list-col:nth-child(2) {
  min-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}
.recruitment-list-col:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.recruitment-list-col:nth-child(4) {
  min-width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
}

@media (max-width: 991.98px) {
  .recruitment-bg {
    display: none;
  }
  .recruitment-front {
    margin-top: 0;
  }
  .recruitment-content {
    padding-left: 0;
  }
  .recruitment-contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*
 * @Description: []
 * @Author: Iseven Monkey <iswoter@gmail.com>
 * @Date: 2026-07-26 19:23:50
 * @LastEditors: Iseven Monkey <iswoter@gmail.com>
 * @LastEditTime: 2026-08-05 12:57:46
 */
.about-content-box {
  padding: 0 40px;
}
.about-content-box p {
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 0;
}
.about-content-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.about-content-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  height: 200px;
  margin-bottom: 30px;
}
.about-content-header-title::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 200px;
  z-index: 1;
  border: 1px solid #000;
}
.about-content-header-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100px;
  height: 4px;
  left: 120px;
  z-index: 2;
  background-color: var(--primary);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.about-content-header-title-content {
  position: relative;
  z-index: 2;
  padding: 10px;
  background-color: #fff;
  margin-left: 50px;
}
.about-content-header-content {
  line-height: 1.8;
}
.about-content-body {
  line-height: 1.8;
}
.about-content-body p {
  text-indent: 40px;
}

/* ---------- 媒体播放器 ---------- */
.player {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
  border-radius: 20px;
  -webkit-box-shadow: var(--box-shadow-lg);
          box-shadow: var(--box-shadow-lg);
}
.player-main {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 = 9/16 = 56.25% */
  height: 0; /* 关键：让高度由 padding 撑开 */
  overflow: hidden;
  border-radius: 20px;
}
.player-main video {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.player .thumb-swiper {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.player .thumb-swiper .swiper-main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
}
.player .thumb-swiper .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  width: 240px;
  height: 120px;
  cursor: pointer;
}
.player .thumb-swiper .swiper-slide img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.player .thumb-swiper .swiper-slide .swiper-slide-caption {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
  left: 0;
  right: 0;
  z-index: 2;
  max-width: 100%;
  padding: 10px;
  padding-top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 14px;
  -webkit-transition: var(--all-transitions);
  transition: var(--all-transitions);
}
.player .thumb-swiper .swiper-slide .swiper-slide-caption-title {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.player .thumb-swiper .swiper-slide .swiper-slide-caption-desc {
  opacity: 0.5;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.player .thumb-swiper .swiper-slide:hover .swiper-slide-caption {
  top: auto;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.player .thumb-swiper .swiper-slide.active {
  border: 3px solid var(--primary);
}
.player .thumb-swiper .swiper-button-prev,
.player .thumb-swiper .swiper-button-next {
  position: unset;
}

@media (max-width: 991.98px) {
  .about-content-box {
    padding: 40px;
  }
  .about-content-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 20px;
  }
  .about-content-header-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-bottom: 0;
  }
  .about-content-header-title::before, .about-content-header-title::after {
    display: none;
  }
  .about-content-header-title-content {
    position: relative;
    z-index: 2;
    padding: 10px;
    background-color: #fff;
    margin-left: auto;
  }
}/*# sourceMappingURL=style.css.map */