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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.-bottom-8 {
  bottom: -2rem;
}

.-right-\[300px\] {
  right: -300px;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-\[0px\] {
  bottom: 0px;
}

.bottom-\[36\%\] {
  bottom: 36%;
}

.bottom-\[60px\] {
  bottom: 60px;
}

.left-0 {
  left: 0px;
}

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

.left-\[120px\] {
  left: 120px;
}

.left-\[200px\] {
  left: 200px;
}

.left-\[220px\] {
  left: 220px;
}

.left-\[280px\] {
  left: 280px;
}

.left-\[300px\] {
  left: 300px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.right-16 {
  right: 4rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-8 {
  right: 2rem;
}

.right-\[-8px\] {
  right: -8px;
}

.right-\[120px\] {
  right: 120px;
}

.right-\[180px\] {
  right: 180px;
}

.right-\[30\%\] {
  right: 30%;
}

.right-\[300px\] {
  right: 300px;
}

.right-\[80px\] {
  right: 80px;
}

.top-0 {
  top: 0px;
}

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

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

.top-\[15\%\] {
  top: 15%;
}

.top-\[30\%\] {
  top: 30%;
}

.top-\[35\%\] {
  top: 35%;
}

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

.top-\[45\%\] {
  top: 45%;
}

.top-\[50\%\] {
  top: 50%;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

.col-span-full {
  grid-column: 1 / -1;
}

.m-0 {
  margin: 0px;
}

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

.\!mt-10 {
  margin-top: 2.5rem !important;
}

.\!mt-16 {
  margin-top: 4rem !important;
}

.\!mt-6 {
  margin-top: 1.5rem !important;
}

.-mb-\[1px\] {
  margin-bottom: -1px;
}

.-mb-\[2px\] {
  margin-bottom: -2px;
}

.-ml-\[100px\] {
  margin-left: -100px;
}

.-ml-\[150px\] {
  margin-left: -150px;
}

.-ml-\[3px\] {
  margin-left: -3px;
}

.-mr-\[3px\] {
  margin-right: -3px;
}

.-mt-\[12px\] {
  margin-top: -12px;
}

.-mt-\[2px\] {
  margin-top: -2px;
}

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

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

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

.mb-\[10px\] {
  margin-bottom: 10px;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-\[6px\] {
  margin-left: 6px;
}

.ml-auto {
  margin-left: auto;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mt-0\.5 {
  margin-top: 0.125rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

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

.mt-\[10px\] {
  margin-top: 10px;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[22px\] {
  margin-top: 22px;
}

.mt-\[30px\] {
  margin-top: 30px;
}

.mt-\[40px\] {
  margin-top: 40px;
}

.mt-auto {
  margin-top: auto;
}

.box-border {
  box-sizing: border-box;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

.min-h-0 {
  min-height: 0px;
}

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

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

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

.min-h-\[calc\(100vh-200px\)\] {
  min-height: calc(100vh - 200px);
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\.5 {
  width: 0.875rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

.w-\[10px\] {
  width: 10px;
}

.w-\[11px\] {
  width: 11px;
}

.w-\[125px\] {
  width: 125px;
}

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

.w-\[165px\] {
  width: 165px;
}

.w-\[18px\] {
  width: 18px;
}

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

.w-\[215px\] {
  width: 215px;
}

.w-\[220px\] {
  width: 220px;
}

.w-\[225px\] {
  width: 225px;
}

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

.w-\[313px\] {
  width: 313px;
}

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

.w-\[44px\] {
  width: 44px;
}

.w-\[60px\] {
  width: 60px;
}

.w-full {
  width: 100%;
}

.min-w-0 {
  min-width: 0px;
}

.min-w-\[360px\] {
  min-width: 360px;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-\[1200px\] {
  max-width: 1200px;
}

.max-w-\[150px\] {
  max-width: 150px;
}

.max-w-\[170px\] {
  max-width: 170px;
}

.max-w-\[1920px\] {
  max-width: 1920px;
}

.max-w-\[200px\] {
  max-width: 200px;
}

.max-w-\[360px\] {
  max-width: 360px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[min\(313px\2c 100\%\)\] {
  max-width: min(313px,100%);
}

.max-w-full {
  max-width: 100%;
}

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

.flex-auto {
  flex: 1 1 auto;
}

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

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

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

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

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

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

.-translate-y-\[95px\] {
  --tw-translate-y: -95px;
  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-\[-10px\] {
  --tw-translate-x: -10px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.resize {
  resize: both;
}

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

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

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

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

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

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

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

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-\[30px\] {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-wrap {
  text-wrap: wrap;
}

.text-nowrap {
  text-wrap: nowrap;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-\[2px\] {
  border-radius: 2px;
}

.rounded-full {
  border-radius: 9999px;
}

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

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

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-0 {
  border-bottom-width: 0px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-r-0 {
  border-right-width: 0px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-0 {
  border-top-width: 0px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-\[\#DDE2E9\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 226 233 / var(--tw-border-opacity, 1));
}

.border-\[\#E3E9ED\] {
  --tw-border-opacity: 1;
  border-color: rgb(227 233 237 / var(--tw-border-opacity, 1));
}

.border-\[\#F2F5F7\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 245 247 / var(--tw-border-opacity, 1));
}

.border-border {
  --tw-border-opacity: 1;
  border-color: rgb(225 228 235 / var(--tw-border-opacity, 1));
}

.border-border\/65 {
  border-color: rgb(225 228 235 / 0.65);
}

.border-danger {
  --tw-border-opacity: 1;
  border-color: rgb(255 74 20 / var(--tw-border-opacity, 1));
}

.border-fill {
  --tw-border-opacity: 1;
  border-color: rgb(249 251 255 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-neutral\/70 {
  border-color: rgb(39 47 55 / 0.7);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 113 239 / var(--tw-border-opacity, 1));
}

.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-b-transparent {
  border-bottom-color: transparent;
}

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

.border-t-transparent {
  border-top-color: transparent;
}

.bg-\[\#006EFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 110 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#006EFF\]\/10 {
  background-color: rgb(0 110 255 / 0.1);
}

.bg-\[\#006EFF\]\/30 {
  background-color: rgb(0 110 255 / 0.3);
}

.bg-\[\#006EFF\]\/50 {
  background-color: rgb(0 110 255 / 0.5);
}

.bg-\[\#006EFF\]\/70 {
  background-color: rgb(0 110 255 / 0.7);
}

.bg-\[\#EDF0F7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 247 / var(--tw-bg-opacity, 1));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-border {
  --tw-bg-opacity: 1;
  background-color: rgb(225 228 235 / var(--tw-bg-opacity, 1));
}

.bg-danger {
  --tw-bg-opacity: 1;
  background-color: rgb(255 74 20 / var(--tw-bg-opacity, 1));
}

.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(18 24 31 / var(--tw-bg-opacity, 1));
}

.bg-fill {
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 255 / var(--tw-bg-opacity, 1));
}

.bg-neutral\/30 {
  background-color: rgb(39 47 55 / 0.3);
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 113 239 / var(--tw-bg-opacity, 1));
}

.bg-primary\/40 {
  background-color: rgb(0 113 239 / 0.4);
}

.bg-primary\/\[0\.08\] {
  background-color: rgb(0 113 239 / 0.08);
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-\[url\(\'\/static\/v2\/cdn\.png\'\)\] {
  background-image: url('/static/v2/cdn.png');
}

.bg-\[url\(\'\/static\/v2\/edgeone\.png\'\)\] {
  background-image: url('/static/v2/edgeone.png');
}

.bg-\[url\(\'\/static\/v2\/ssl\.png\'\)\] {
  background-image: url('/static/v2/ssl.png');
}

.bg-\[url\(\'\/static\/xcy\/llm-hero-bg\.png\'\)\] {
  background-image: url('/static/xcy/llm-hero-bg.png');
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-fill {
  --tw-gradient-from: #F9FBFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 251 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary {
  --tw-gradient-from: #0071EF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 113 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-secondary {
  --tw-gradient-to: #323F4D var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-\[length\:auto_100\%\] {
  background-size: auto 100%;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-\[4px\] {
  padding: 4px;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

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

.pb-0 {
  padding-bottom: 0px;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[29px\] {
  padding-bottom: 29px;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

.pr-20 {
  padding-right: 5rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

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

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

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

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

.pb-16 {
  padding-bottom: 4rem;
}

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

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

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

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

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

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

.font-bold {
  font-weight: 700;
}

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

.font-normal {
  font-weight: 400;
}

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[17px\] {
  line-height: 17px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[21px\] {
  line-height: 21px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[27px\] {
  line-height: 27px;
}

.leading-\[67px\] {
  line-height: 67px;
}

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

.leading-relaxed {
  line-height: 1.625;
}

.tracking-normal {
  letter-spacing: 0em;
}

.text-\[4B5B76\] {
  color: 4B5B76;
}

.text-\[rgba\(0\2c 110\2c 255\2c 1\)\] {
  color: rgba(0,110,255,1);
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.text-neutral {
  --tw-text-opacity: 1;
  color: rgb(39 47 55 / var(--tw-text-opacity, 1));
}

.text-neutral\/30 {
  color: rgb(39 47 55 / 0.3);
}

.text-neutral\/40 {
  color: rgb(39 47 55 / 0.4);
}

.text-neutral\/50 {
  color: rgb(39 47 55 / 0.5);
}

.text-neutral\/60 {
  color: rgb(39 47 55 / 0.6);
}

.text-neutral\/65 {
  color: rgb(39 47 55 / 0.65);
}

.text-neutral\/70 {
  color: rgb(39 47 55 / 0.7);
}

.text-neutral\/75 {
  color: rgb(39 47 55 / 0.75);
}

.text-neutral\/80 {
  color: rgb(39 47 55 / 0.8);
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 113 239 / var(--tw-text-opacity, 1));
}

.text-primary\/40 {
  color: rgb(0 113 239 / 0.4);
}

.text-primary\/80 {
  color: rgb(0 113 239 / 0.8);
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(50 63 77 / var(--tw-text-opacity, 1));
}

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

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.underline {
  text-decoration-line: underline;
}

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-\[0\.68\] {
  opacity: 0.68;
}

.opacity-\[0\.88\] {
  opacity: 0.88;
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-primary\/25 {
  --tw-ring-color: rgb(0 113 239 / 0.25);
}

.blur {
  --tw-blur: blur(8px);
  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);
}

.filter {
  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);
}

.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-shadow {
  transition-property: box-shadow;
  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-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

body {
  font-size: 14px;
  color: #272f37;
  font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
}

.bg-gradient-primary {
  background: linear-gradient(213.37deg, #006eff 0%, #12deae 100%);
}

.hover\:bg-gradient-primary {
  background: #006eff;
}

.hover\:bg-gradient-primary:hover {
  background: linear-gradient(213.37deg, #006eff 0%, #12deae 100%);
}

.shadow-cs {
  box-shadow: 0px 0px 10px #d8dfe8;
}

.hover\:shadow-cs:hover {
  box-shadow: 0px 0px 10px #d8dfe8;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 251 255 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-neutral\/5:hover {
  background-color: rgb(39 47 55 / 0.05);
}

.hover\:bg-primary\/80:hover {
  background-color: rgb(0 113 239 / 0.8);
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 113 239 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-xl:hover {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 113 239 / var(--tw-border-opacity, 1));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-2:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ring-\[rgba\(0\2c 110\2c 255\2c 0\.4\)\]:focus-visible {
  --tw-ring-color: rgba(0,110,255,0.4);
}

.focus-visible\:ring-primary\/40:focus-visible {
  --tw-ring-color: rgb(0 113 239 / 0.4);
}

.group\/nav:hover .group-hover\/nav\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group\/i:hover .group-hover\/i\:block {
  display: block;
}

.group\/mobile-nav:hover .group-hover\/mobile-nav\:block {
  display: block;
}

.group:hover .group-hover\:block {
  display: block;
}

.group\/i:hover .group-hover\/i\:hidden {
  display: none;
}

.group\/nav:hover .group-hover\/nav\:translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.group\/mobile-nav:hover .group-hover\/mobile-nav\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.group\/nav:hover .group-hover\/nav\:rotate-180 {
  --tw-rotate: 180deg;
  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));
}

.group\/i:hover .group-hover\/i\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 113 239 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 113 239 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group\/nav:hover .group-hover\/nav\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

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

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

  .sm\:gap-y-10 {
    row-gap: 2.5rem;
  }
}

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

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

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

  .lg\:-top-\[50px\] {
    top: -50px;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:top-14 {
    top: 3.5rem;
  }

  .lg\:\!mt-24 {
    margin-top: 6rem !important;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

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

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:h-full {
    height: 100%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[1299px\] {
    width: 1299px;
  }

  .lg\:w-\[170px\] {
    width: 170px;
  }

  .lg\:w-\[360px\] {
    width: 360px;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:max-w-\[200px\] {
    max-width: 200px;
  }

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

  .lg\:justify-items-start {
    justify-items: start;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

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

  .lg\:bg-center {
    background-position: center;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

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

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

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .lg\:text-\[22px\] {
    font-size: 22px;
  }

  .lg\:text-\[46px\] {
    font-size: 46px;
  }

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:leading-10 {
    line-height: 2.5rem;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:leading-9 {
    line-height: 2.25rem;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:h-\[500px\] {
    height: 500px;
  }

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

@media (min-width: 1536px) {
  .\32xl\:bg-contain {
    background-size: contain;
  }
}

.\[\&\.active\>div\:first-child\]\:text-primary.active>div:first-child {
  --tw-text-opacity: 1;
  color: rgb(0 113 239 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .\[\&\.active\>div\:first-child\]\:lg\:text-\[32px\].active>div:first-child {
    font-size: 32px;
  }
}

/* ==========================================================================
 * 星驰云门户 - 独立头部样式（从 xingchi 设计移植）
 * 作用：顶部导航条 + 产品下拉面板（含移动端汉堡菜单）
 * 隔离策略：所有选择器统一限定在 .xc-header 作用域下，避免与门户既有
 *           Tailwind 工具类 / 旧头部样式发生类名冲突。
 * ========================================================================== */

/* 顶部固定导航条容器 */
.xc-header .head {
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(6px);
    border-bottom: 1px solid #eee;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
}

/* 导航条内部行（限定高度/行高） */
.xc-header .head .head-item {
    height: 68px;
    line-height: 68px;
}

/* Logo 区域宽度 */
.xc-header .head .logo {
    width: 140px;
}

/* 主导航容器 */
.xc-header .head .nav {
    width: 100%;
    margin-left: 60px;
    font-size: 14px;
    font-weight: 400;
    line-height: 44px;
    color: #272f37;
}

/* 导航链接基础样式 */
.xc-header .head .nav a {
    display: inline-block;
    padding-right: 30px;
    transition: color 220ms ease;
}

/* 登录态切换：checkLoginStatus 加 .hidden 时需盖过上面的 display:inline-block */
.xc-header .head .nav a.hidden {
    display: none;
}

.xc-header .head .nav a:hover {
    color: #0071ef;
}

/* 当前所在栏目高亮（由模板按 controller 判断加 .is-active） */
.xc-header .head .nav a.is-active {
    color: #0071ef;
    font-weight: 700;
}

/* 「产品」带下拉箭头的导航项 */
.xc-header .head .nav a.product-nav {
    display: flex;
    align-items: center;
    padding-right: 20px;
}

.xc-header .head .nav a.product-nav img {
    margin-left: 8px;
    transition: transform 260ms ease;
}

/* 快速注册按钮 */
.xc-header .head .nav .reg {
    padding-right: 0;
    color: #fff;
    width: 100px;
    height: 40px;
    border-radius: 3px;
    background: #0071ef;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    transition: background 260ms ease;
}

.xc-header .head .nav .reg:hover {
    color: #ffffff;
    background: linear-gradient(213.37deg, #006eff 0%, #12deae 100%), #0071ef;
}

/* 产品下拉面板（桌面端 fixed 浮层，由 JS 计算定位） */
.xc-header .expand-panel {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    margin-top: 0;
    width: 360px;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 0 20px #e1e8f0;
    padding: 26px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 260ms ease, transform 260ms ease, visibility 260ms ease;
}

/* 面板分组标题 */
.xc-header .expand-panel .panel-title {
    opacity: 0.68;
    font-size: 14px;
    color: #272f37;
    line-height: 21px;
}

/* 「聚合AI」高亮渐变标题 */
.xc-header .expand-panel .panel-title.hot {
    display: inline-block;
    margin-top: 26px;
    opacity: 1;
    background: linear-gradient(to right, #185af2, #2e40e9, #ee6053);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
}

/* 面板内每个产品入口 */
.xc-header .expand-panel .panel-list a {
    margin-top: 16px;
    padding: 2px 0;
    text-decoration: none;
}

.xc-header .expand-panel .panel-list .panel-item-text {
    margin-left: 12px;
}

.xc-header .expand-panel .panel-list .panel-item-title {
    font-size: 14px;
    line-height: 21px;
    color: #272f37;
    transition: color 220ms ease;
}

.xc-header .expand-panel .panel-list .panel-item-desc {
    display: block;
    opacity: 0.68;
    font-size: 12px;
    line-height: 18px;
    color: #272f37;
}

/* 选中或悬停时产品标题变蓝 */
.xc-header .expand-panel .panel-list .active .panel-item-title,
.xc-header .expand-panel .panel-list .flex:hover .panel-item-title {
    color: #006eff;
}

/* 面板展开态（#product-shell 加上 .product-open 时） */
.xc-header.product-open .expand-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.xc-header.product-open .product-nav img {
    transform: rotate(180deg);
}

@media (hover: hover) and (pointer: fine) {
    .xc-header .expand-panel:hover {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
    }
}

/* 汉堡按钮：桌面端隐藏，移动端显示 */
.xc-header .hamburger {
    display: none;
}

/* ===== 移动端（≤1024px）：抽屉式导航 + 折叠产品面板 ===== */
@media (max-width: 1024px) {
    .xc-header .head .head-item {
        height: 56px;
        line-height: 56px;
    }
    .xc-header .head .logo {
        width: 100px;
    }
    .xc-header .head .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        margin-left: auto;
        width: 32px;
        height: 32px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
    }
    .xc-header .head .hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background: #272f37;
        border-radius: 2px;
        transition: transform 260ms ease, opacity 260ms ease;
    }
    .xc-header .head .hamburger.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .xc-header .head .hamburger.open span:nth-child(2) {
        opacity: 0;
    }
    .xc-header .head .hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    .xc-header .head .nav {
        display: none;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        flex-direction: column;
        align-items: flex-start;
        padding: 20px 16px;
        z-index: 9999;
        overflow-y: auto;
        margin-left: 0;
        width: 100%;
    }
    .xc-header .head .nav.open {
        display: flex;
        height: calc(100vh - 56px);
    }
    .xc-header .head .nav a {
        display: block;
        padding: 14px 0;
        font-size: 16px;
        line-height: 1.5;
        border-bottom: 1px solid #f0f0f0;
        width: 100%;
        color: #272f37;
    }
    .xc-header .head .nav .ml-auto {
        margin-left: 0;
        margin-top: 20px;
        display: flex;
        gap: 12px;
        width: 100%;
    }
    .xc-header .head .nav .ml-auto .reg {
        flex: 1;
        text-align: center;
        color: #fff;
        background: #0071ef;
        padding: 10px 0;
        border-radius: 3px;
        width: auto;
        height: auto;
        line-height: 1.5;
    }
    .xc-header .head .nav .ml-auto .login {
        flex: 1;
        text-align: center;
        padding: 10px 0;
        padding-right: 0;
    }
    .xc-header .expand-panel {
        display: none;
        position: static;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        background: transparent;
        max-height: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: none;
        transition: max-height 260ms ease, opacity 260ms ease, visibility 260ms ease;
    }
    .xc-header .expand-panel .panel-title {
        margin-top: 12px;
        line-height: 22px;
    }
    .xc-header .expand-panel .panel-title.hot {
        display: block;
        margin-top: 0;
        padding: 2px 0;
        line-height: 22px;
        background: linear-gradient(to right, #185af2, #2e40e9, #ee6053);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
    .xc-header .expand-panel .panel-list a {
        display: flex;
        align-items: center;
        margin-top: 0;
        padding: 10px 0 10px 12px;
        border-bottom: none;
        font-size: 14px;
    }
    .xc-header .expand-panel .panel-list .flex:hover .panel-item-title {
        color: #272f37;
    }
    .xc-header .mobile-expand-panel .panel-list .panel-item-desc {
        display: none;
    }
    /* 移动端：桌面 hover 展开的浮层面板禁用 */
    .xc-header.product-open .expand-panel {
        display: none;
        max-height: 760px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    /* 移动端：点击「产品」展开克隆出的内联面板 */
    .xc-header.product-menu-open .mobile-expand-panel {
        display: block;
        max-height: 760px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }
    .xc-header.product-menu-open .product-nav img {
        transform: rotate(180deg);
    }
}

/* ==========================================================================
 * 星驰云门户 - 独立页脚样式（从 xingchi 设计移植）
 * 作用：底部服务特性 + 版权备案
 * 隔离策略：所有选择器统一限定在 .xc-footer 作用域下，避免类名冲突。
 * ========================================================================== */

/* 页脚整体：浅蓝底色 */
.xc-footer {
    height: 220px;
    background: #f4f8ff;
}

/* 服务特性单项 */
.xc-footer .attr {
    padding-top: 50px;
    margin-left: 123px;
}

.xc-footer .attr:first-child {
    margin-left: 0;
}

.xc-footer .attr .title {
    font-size: 16px;
    font-weight: 700;
    color: #272f37;
}

.xc-footer .attr .desc {
    margin-top: 6px;
    opacity: 0.68;
    font-size: 14px;
    color: #272f37;
}

/* 分割线 */
.xc-footer .line {
    margin-top: 50px;
    border-bottom: 1px solid #e4e8f0;
}

/* 版权备案行 */
.xc-footer .copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    padding: 25px 0;
    font-size: 12px;
    color: #272f37;
    text-align: center;
}

.xc-footer .copyright a {
    color: #272f37;
    transition: color 220ms ease;
}

.xc-footer .copyright a:hover {
    color: #0071ef;
}

/* ===== 移动端（≤1024px）：服务特性两列折行 ===== */
@media (max-width: 1024px) {
    .xc-footer {
        height: auto;
        padding-bottom: 0;
    }
    .xc-footer .attr-list {
        flex-wrap: wrap;
        align-items: stretch;
    }
    .xc-footer .attr {
        width: 50%;
        margin-left: 0;
        padding: 20px 16px;
        border: none;
        border-bottom: 1px solid #e4e8f0;
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .xc-footer .attr:nth-child(3),
    .xc-footer .attr:nth-child(4) {
        border-bottom: none;
    }
    .xc-footer .attr img {
        margin-left: 0;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        object-fit: contain;
    }
}

/* ==========================================================================
 * 星驰云门户 - 首页英雄区 Banner（从 xingchi 设计移植）
 * 作用：背景淡入淡出轮播 + 底部产品 Tab 滑动指示条
 * 隔离策略：所有选择器统一限定在 .xc-banner 作用域下，避免类名冲突。
 * ========================================================================== */

/* Banner 外层容器（定位锚点，底部 service 条相对它定位） */
.xc-banner {
    position: relative;
    margin-top: 0;
    padding-top: 218px;
    height: 600px;
    overflow: hidden;
}

/* 背景层：绝对铺满，淡入淡出由 JS 切换 opacity */
.xc-banner .banner-bg {
    position: absolute;
    inset: 0;
    background: no-repeat center center;
    background-size: cover;
    transition: opacity 600ms ease;
    z-index: 0;
}

.xc-banner .banner-bg.banner-ai {
    background-image: url("/static/xcy/banner/banner-ai.jpg");
}

.xc-banner .banner-bg.banner-edge {
    background-image: url("/static/xcy/banner/banner-edge.jpg");
}

.xc-banner .banner-bg.banner-cdn {
    background-image: url("/static/xcy/banner/banner-cdn.jpg");
}

.xc-banner .banner-bg.banner-ssl {
    background-image: url("/static/xcy/banner/banner-ssl.jpg");
}

/* 文案层：绝对居中，多块叠放，非激活的加 is-hidden 隐藏 */
.xc-banner .banner-content {
    position: absolute;
    top: 150px;
    left: 50%;
    z-index: 1;
    width: 1200px;
    max-width: calc(100vw - 40px);
    opacity: 0;
    pointer-events: none;
    transition: opacity 320ms ease, transform 320ms ease;
    transform: translateX(-50%) translateY(8px);
}

.xc-banner .banner-content:not(.is-hidden) {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.xc-banner .banner-content .title {
    height: 67px;
    line-height: 67px;
    font-size: 46px;
    font-weight: 500;
    color: #272f37;
}

.xc-banner .banner-content .desc {
    margin-top: 10px;
    width: 605px;
    max-width: 50vw;
    opacity: 0.68;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #272f37;
    text-align: left;
}

/* CTA 按钮 */
.xc-banner .banner-content .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 57px;
    min-width: 150px;
    height: 56px;
    padding: 0 24px;
    border-radius: 4px;
    background: #0071ef;
    font-size: 16px;
    line-height: 56px;
    color: #ffffff;
    cursor: pointer;
    transition: background 260ms ease;
}

.xc-banner .banner-content .btn:hover {
    color: #ffffff;
    background: linear-gradient(213.37deg, #006eff 0%, #12deae 100%), #006eff;
}

.xc-banner .banner-content .btn img {
    margin-left: 20px;
}

/* 底部产品 Tab 条 */
.xc-banner .service {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 68px;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(20px);
    z-index: 2;
}

.xc-banner .service .service-list {
    position: relative;
    justify-content: center;
}

.xc-banner .service .service-active-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #0071ef;
    opacity: 0;
    pointer-events: none;
    transform: translate3d(0, 0, 0);
    transition: transform 360ms cubic-bezier(0.4, 0, 0.2, 1), width 360ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms ease;
}

.xc-banner .service .service-item {
    padding-top: 20px;
    margin: 0 clamp(30px, 5vw, 100px);
    cursor: pointer;
    color: #272f37;
    transition: color 220ms ease;
}

.xc-banner .service .service-item.active,
.xc-banner .service .service-item:hover {
    color: #0071ef;
}

.xc-banner .service.is-ready .service-active-line {
    opacity: 1;
}

/* ===== 移动端（≤1024px）：Banner 自适应 + Tab 横向滚动 ===== */
@media (max-width: 1024px) {
    .xc-banner {
        padding-top: 80px;
        height: auto;
        min-height: 360px;
    }
    .xc-banner .banner-bg {
        opacity: 0.3;
    }
    .xc-banner .banner-content {
        position: absolute;
        top: 80px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        transform: none !important;
    }
    .xc-banner .banner-content:not(.is-hidden) {
        transform: none !important;
    }
    .xc-banner .banner-content .title {
        font-size: 26px;
        height: auto;
        line-height: 1.3;
    }
    .xc-banner .banner-content .desc {
        width: 100%;
        max-width: 100%;
        height: auto;
        font-size: 14px;
        margin-top: 12px;
    }
    .xc-banner .banner-content .btn {
        margin-top: 28px;
        min-width: 120px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
    }
    .xc-banner .service {
        position: static;
        height: auto;
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .xc-banner .service::-webkit-scrollbar {
        display: none;
    }
    .xc-banner .service .service-list {
        width: max-content;
        min-width: 100%;
        padding: 0 8px;
    }
    .xc-banner .service .service-item {
        margin: 0 12px;
        padding: 14px 0;
        font-size: 13px;
        white-space: nowrap;
    }
}

/* ===== 热销产品区 .product（迁移自 xingchi 设计，作用域 .product；含 4 个 Tab：#llm/#edge/#cdn/#ssl） ===== */
.product .title {
  margin-top: 60px;
  font-size: 40px;
  font-weight: 500;
  color: #272F37;
  text-align: center;
}
:is(.product .title) span:first-child {
  height: 58px;
  font-weight: 500;
  background: linear-gradient(to right, rgb(24, 90, 242), rgb(46, 64, 233), rgb(238, 96, 83));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product .tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 47px;
}
:is(.product .tabs) .tabs-active-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 60px;
  background: #272F37;
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition: transform 360ms cubic-bezier(0.4, 0, 0.2, 1), width 360ms cubic-bezier(0.4, 0, 0.2, 1), height 360ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms ease;
}
:is(.product .tabs) .tab {
  position: relative;
  z-index: 1;
  border-radius: 60px;
  padding: 4px 15px;
  font-size: 20px;
  font-weight: 500;
  margin-left: 15px;
  color: #272F37;
  cursor: pointer;
  transition: color 180ms ease 80ms;
}
:is(:is(.product .tabs) .tab):nth-child(2) {
  margin-left: 0;
}
.active:is(:is(.product .tabs) .tab) {
  color: #FFFFFF;
}
.is-ready:is(.product .tabs) .tabs-active-bg {
  opacity: 1;
}
.product .product-panel {
  display: none;
}
.active:is(.product .product-panel) {
  display: block;
}
.active:is(.product #cdn) {
  display: flex;
  align-items: flex-end;
}
.active:is(.product #edge,.product #ssl) {
  display: flex;
  align-items: flex-end;
}
:is(.product #llm) .llm-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  align-items: start;
}
:is(.product #llm) .llm-overview {
  grid-column: span 2;
  grid-row: span 2;
  height: 376px;
  border-radius: 16px;
  background: url("/static/xcy/product/bg-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 40px 50px;
}
:is(:is(.product #llm) .llm-overview) .llm-title {
  font-size: 26px;
  font-weight: 500;
  color: #272F37;
}
:is(:is(.product #llm) .llm-overview) .llm-desc {
  margin-top: 8px;
  opacity: 0.68;
  font-size: 14px;
  font-weight: 400;
  color: #272F37;
}
:is(:is(.product #llm) .llm-overview) .attrs {
  margin-top: 14px;
}
:is(:is(:is(.product #llm) .llm-overview) .attrs) .attr {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 14px;
  color: #272F37;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .attrs) .attr):first-child {
  margin-top: 0;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .attrs) .attr) img {
  width: 16px;
  height: 16px;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .attrs) .attr) span {
  margin-left: 7px;
}
:is(:is(.product #llm) .llm-overview) .btn-group {
  margin-top: 27px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
:is(:is(:is(.product #llm) .llm-overview) .btn-group) .experience {
  cursor: pointer;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  background: #0071EF;
  color: #ffffff;
  transition: background 260ms ease;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .btn-group) .experience):hover {
  background: linear-gradient(213.37deg, #006EFF 0%, #12DEAE 100%), #272F37;
}
:is(:is(:is(.product #llm) .llm-overview) .btn-group) .square {
  position: relative;
  cursor: pointer;
  margin-left: 5px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #272F37;
  color: #272F37;
  background: transparent;
  transition: color 260ms ease, border-color 260ms ease;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .btn-group) .square)::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 4px;
  padding: 1px;
  background: linear-gradient(213.37deg, #006EFF 0%, #12DEAE 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .btn-group) .square):hover {
  color: #0071EF;
  border-color: transparent;
}
:is(:is(:is(:is(.product #llm) .llm-overview) .btn-group) .square):hover::before {
  opacity: 1;
}
:is(.product #llm) .llm-list {
  display: contents;
}
:is(.product #llm) .llm-list .llm-item:nth-child(1),:is(.product #llm) .llm-list .llm-item:nth-child(2) {
  grid-column: 3;
}
:is(.product #llm) .llm-item {
  position: relative;
  width: auto;
  height: 180px;
  border-radius: 16px;
  padding: 16px 20px;
  border: 1px solid transparent;
  background: url("/static/xcy/product/bg-llm.png") no-repeat center center;
  background-size: cover;
  cursor: pointer;
  transition: border-color 260ms ease, box-shadow 260ms ease, transform 260ms ease;
}
:is(:is(.product #llm) .llm-item):hover {
  border-color: rgba(0, 113, 239, 0.24);
  box-shadow: 0 12px 30px rgba(0, 113, 239, 0.12);
  transform: translateY(-3px);
}
/* 悬停时在卡片底部淡入的「立即体验」按钮，覆盖在价格区上方 */
:is(:is(.product #llm) .llm-item) .llm-cta {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 14px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 8px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: linear-gradient(213.37deg, #006eff 20%, #12deae 90%);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
:is(:is(.product #llm) .llm-item):hover .llm-cta {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
:is(:is(.product #llm) .llm-item) .hot {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 6px;
  width: 58px;
  height: 24px;
  line-height: 24px;
  border-radius: 0 16px 0 10px;
  background: linear-gradient(135deg, rgba(255, 220, 219, 1) 0%, rgba(255, 229, 206, 1) 100%);
  font-size: 12px;
  color: #FF4F4A;
}
:is(:is(.product #llm) .llm-item) .llm-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #F2F5F7;
  display: flex;
  align-items: center;
  justify-content: center;
}
:is(:is(.product #llm) .llm-item) .llm-model {
  margin-left: 10px;
}
:is(:is(:is(.product #llm) .llm-item) .llm-model) .llm-model-name {
  font-size: 16px;
  font-weight: 500;
  color: #272F37;
}
:is(:is(:is(.product #llm) .llm-item) .llm-model) .llm-tags {
  margin-top: 6px;
  display: flex;
  align-items: center;
}
:is(:is(:is(:is(.product #llm) .llm-item) .llm-model) .llm-tags) .llm-tag {
  width: 58px;
  height: 22px;
  line-height: 22px;
  border-radius: 2px;
  background: #F6F8FA;
  font-size: 12px;
  color: #6c7277;
  text-align: center;
  margin-left: 4px;
}
:is(:is(:is(:is(:is(.product #llm) .llm-item) .llm-model) .llm-tags) .llm-tag):first-child {
  margin-left: 0;
}
:is(:is(.product #llm) .llm-item) .llm-desc {
  margin-top: 12px;
  padding-bottom: 2px;
  opacity: 0.68;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #272F37;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
:is(:is(.product #llm) .llm-item) .line {
  margin: 7px 0;
  height: 1px;
  opacity: 0.5;
  background: #D8DFE8;
  box-shadow: 0 0 30px #D8DFE8;
}
:is(:is(.product #llm) .llm-item) .price {
  display: flex;
  align-items: center;
  opacity: 0.68;
  font-size: 12px;
  color: #272F37;
}
:is(:is(:is(.product #llm) .llm-item) .price) span {
  color: #006EFF;
}
:is(.product #llm) .more {
  margin-top: 16px;
  height: 60px;
  line-height: 60px;
  border-radius: 16px;
  background: #FAFDFF;
  border: 1px solid #E4E8F0;
  opacity: 0.38;
  font-size: 16px;
  color: #272F37;
  text-align: center;
}
:is(.product #cdn,.product #edge,.product #ssl) .cdn-item {
  position: relative;
  width: 288px;
  height: 572px;
  border-radius: 16px;
  background: linear-gradient(151.74deg, rgba(231, 244, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  border: 1px solid rgba(228, 232, 240, 1);
  padding: 30px 20px;
  margin-left: 16px;
  cursor: pointer;
  transition: border-color 260ms ease, box-shadow 260ms ease;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item):first-child {
  margin-left: 0;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item)::before {
  content: "最受欢迎";
  position: absolute;
  top: -32px;
  left: -1px;
  right: -1px;
  height: 48px;
  line-height: 32px;
  text-align: center;
  border-radius: 16px 16px 0 0;
  background: linear-gradient(90deg, #EE6053 0%, #2E40E9 58.68%, #185AF2 100%);
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  z-index: -1;
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 260ms ease, transform 260ms ease;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item):hover {
  border-color: #0071EF;
  box-shadow: 6px 10px 20px rgba(0, 113, 239, 0.12);
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item):hover::before {
  opacity: 1;
  transform: translateY(0);
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item):hover .btn {
  color: #ffffff;
  background: linear-gradient(213.37deg, #006EFF 0%, #12DEAE 100%);
  border: none;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-item-name {
  font-size: 22px;
  font-weight: 500;
  color: #272F37;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-item-desc {
  margin-top: 10px;
  opacity: 0.68;
  font-size: 14px;
  color: #272F37;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-attr {
  margin-top: 16px;
}
:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-attr) .cdn-attr-item {
  margin-top: 14px;
}
:is(:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-attr) .cdn-attr-item):first-child {
  margin-top: 0;
}
:is(:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-attr) .cdn-attr-item) .label {
  width: 84px;
  opacity: 0.68;
  font-size: 14px;
  font-weight: 400;
  color: #272F37;
}
:is(:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-attr) .cdn-attr-item) .value {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #272F37;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-price {
  margin-top: 16px;
  display: flex;
  align-items: end;
}
:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-price) .number {
  font-size: 30px;
  font-weight: 400;
  color: #FF4A14;
  line-height: 44px;
}
:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .cdn-price) .unit {
  margin-left: 4px;
  padding-bottom: 10px;
  opacity: 0.78;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #FF4A14;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .btn {
  display: block;
  margin-top: 6px;
  width: 248px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #0071EF;
  font-size: 14px;
  font-weight: 400;
  color: #0071EF;
  text-align: center;
  transition: color 260ms ease, background 260ms ease, border-color 260ms ease;
}
:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .line {
  border-bottom: 1px solid #D8DFE8;
  margin: 16px 0;
}
:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .advantage) .advantage-item {
  display: flex;
  align-items: flex-start;
  margin-top: 8px;
}
:is(:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .advantage) .advantage-item):first-child {
  margin-top: 0;
}
:is(:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .advantage) .advantage-item) img {
  margin-top: 8px;
  flex-shrink: 0;
}
:is(:is(:is(:is(.product #cdn,.product #edge,.product #ssl) .cdn-item) .advantage) .advantage-item) span {
  margin-left: 12px;
  opacity: 0.68;
  font-size: 14px;
  font-weight: 400;
  color: #272F37;
}

/* 热销产品区：移动端适配（≤1024px） */
@media (max-width: 1024px) {
  .product .title {
    font-size: 24px;
    margin-top: 40px;
  }
  .product .tabs {
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: flex-start;
    padding: 0 16px;
    margin-bottom: 24px;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  :is(.product .tabs)::-webkit-scrollbar {
    display: none;
  }
  :is(.product .tabs) .tab {
    font-size: 14px;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 4px 10px;
    margin-left: 4px;
  }
  :is(.product #llm) .llm-layout {
    grid-template-columns: 1fr;
  }
  :is(.product #llm) .llm-overview {
    grid-column: span 1;
    grid-row: span 1;
    height: auto;
    padding: 24px 20px;
  }
  :is(.product #llm) .llm-list .llm-item:nth-child(1),:is(.product #llm) .llm-list .llm-item:nth-child(2) {
    grid-column: 1;
  }
  :is(.product #llm) .llm-item {
    height: auto;
    min-height: 160px;
  }
  .active:is(.product #cdn,.product #edge,.product #ssl) {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 16px;
    box-sizing: border-box;
  }
  :is(.product #cdn,.product #edge,.product #ssl) .cdn-item {
    width: 100%;
    height: auto;
    margin-left: 0;
    box-sizing: border-box;
  }
}

/* ===== 企业上云解决方案区（.solution，3D 鼠标跟随切换，交互见 /static/xcy/solution.js） ===== */
.solution {
  margin-top: 60px;
  background: url("/static/xcy/product/bg-solution.jpg") no-repeat center center;
  background-size: cover;
  height: 732px;
  padding-top: 60px;
}
.solution .title {
  text-align: center;
  height: 58px;
  line-height: 58px;
  font-size: 40px;
  font-weight: 500;
}
:is(.solution .title) span {
  background: linear-gradient(to right, #185AF2, #2E40E9, #EE6053);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.solution .desc {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #272F37;
  text-align: center;
}
.solution .solution-body {
  margin-top: 50px;
}
.solution .left {
  width: 2px;
  flex-shrink: 0;
  height: 459px;
  background: #FFFFFF;
}
:is(.solution .right) .solution-list {
  position: relative;
  z-index: 1;
}
:is(:is(.solution .right) .solution-list) .solution-item {
  font-size: 20px;
  color: #272F37;
  margin-top: 48px;
  cursor: pointer;
}
:is(:is(:is(.solution .right) .solution-list) .solution-item):first-child {
  margin-top: 24px;
}
.active:is(:is(:is(.solution .right) .solution-list) .solution-item) .solution-item-name {
  font-size: 30px;
  border-color: #006EFF;
}
.active:is(:is(:is(.solution .right) .solution-list) .solution-item) .solution-item-desc {
  max-height: 90px;
  opacity: 0.68;
  transform: translateY(0);
  margin-top: 10px;
}
.active:is(:is(:is(.solution .right) .solution-list) .solution-item) .solution-item-btn {
  max-height: 44px;
  opacity: 1;
  transform: translateY(0);
  margin-top: 30px;
}
:is(:is(:is(.solution .right) .solution-list) .solution-item) .solution-item-name {
  margin-left: -2px;
  border-left: 2px solid transparent;
  padding-left: 30px;
  transition: font-size 260ms ease, border-color 260ms ease;
}
:is(:is(:is(.solution .right) .solution-list) .solution-item) .solution-item-desc {
  padding-left: 30px;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  line-height: 26px;
  width: 391px;
  font-size: 14px;
  font-weight: 400;
  color: #272F37;
  transform: translateY(4px);
  transition: max-height 320ms ease, opacity 260ms ease, transform 260ms ease, margin-top 320ms ease;
  opacity: 0.68;
}
:is(:is(:is(.solution .right) .solution-list) .solution-item) .solution-item-btn {
  display: block;
  margin-top: 0;
  margin-left: 30px;
  width: 200px;
  line-height: 44px;
  border-radius: 4px;
  background: #272F37;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(6px);
  transition: max-height 320ms ease, opacity 260ms ease, transform 260ms ease, margin-top 320ms ease;
}
:is(.solution .right) .solution-img {
  position: relative;
  width: 1067px;
  flex-shrink: 0;
  margin-left: -40px;
  transform-style: preserve-3d;
}
:is(:is(.solution .right) .solution-img) img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  max-width: none;
  opacity: 0;
  pointer-events: none;
  transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale3d(1, 1, 1);
  transition: opacity 260ms ease, transform 100ms ease-out;
  will-change: transform;
}
.active:is(:is(:is(.solution .right) .solution-img) img) {
  position: relative;
  opacity: 1;
}
/* 解决方案：中等屏幕（1025-1400px）右侧大图等比收缩 */
@media (min-width: 1025px) and (max-width: 1400px) {
  .solution {
    overflow: hidden;
  }
  .solution .right {
    width: 100%;
    overflow: hidden;
  }
  .solution .solution-img {
    width: min(1067px, calc(100vw - 353px)) !important;
    max-width: calc(100vw - 353px);
    flex-shrink: 1;
  }
}

/* ===== 权威资质合规认证区（.qualification，四张资质卡片 hover 高亮） ===== */
.qualification {
  background: url("/static/xcy/product/bg-qualification.jpg") no-repeat center center;
  background-size: cover;
  height: 722px;
}
.qualification .title {
  padding-top: 105px;
  font-size: 40px;
  font-weight: 500;
  color: #272F37;
  text-align: center;
}
:is(.qualification .title) span {
  background: linear-gradient(to right, #185AF2, #2E40E9, #EE6053);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.qualification .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #272F37;
  text-align: center;
}
.qualification .qualification-list {
  margin-top: 50px;
}
:is(.qualification .qualification-list) .qualification-item {
  position: relative;
  padding: 40px 30px;
  width: 288px;
  height: 300px;
  border-radius: 16px;
  border: 1px solid #FFFFFF;
  margin-left: 16px;
  cursor: pointer;
  transition: border-color 260ms ease, box-shadow 260ms ease;
}
:is(:is(.qualification .qualification-list) .qualification-item):first-child {
  margin-left: 0;
  background: linear-gradient(165.54deg, rgba(231, 244, 255, 1) 0%, rgba(231, 244, 255, 0) 100%);
}
:is(:is(.qualification .qualification-list) .qualification-item):nth-child(2) {
  background: linear-gradient(165.54deg, rgba(237, 232, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
:is(:is(.qualification .qualification-list) .qualification-item):nth-child(3) {
  background: linear-gradient(165.54deg, rgba(232, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
:is(:is(.qualification .qualification-list) .qualification-item):nth-child(4) {
  background: linear-gradient(165.54deg, rgba(255, 246, 232, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
}
:is(:is(.qualification .qualification-list) .qualification-item):first-child,:is(:is(.qualification .qualification-list) .qualification-item):nth-child(2),:is(:is(.qualification .qualification-list) .qualification-item):nth-child(3),:is(:is(.qualification .qualification-list) .qualification-item):nth-child(4) {
  background-size: cover;
}
:is(:is(.qualification .qualification-list) .qualification-item) .qualification-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 60px;
  background: #FFFFFF;
  border: 1px solid #F2F5F7;
  transition: border-color 400ms ease, box-shadow 400ms ease, background 400ms ease;
}
:is(:is(:is(.qualification .qualification-list) .qualification-item) .qualification-icon) img {
  width: 40px;
  height: 40px;
  transition: filter 260ms ease;
}
:is(:is(.qualification .qualification-list) .qualification-item) .qualification-item-name {
  margin-top: 63px;
  font-size: 20px;
  font-weight: 500;
  color: #272F37;
  transition: color 260ms ease;
}
:is(:is(.qualification .qualification-list) .qualification-item) .qualification-item-desc {
  margin-top: 12px;
  opacity: 0.68;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #272F37;
  transition: opacity 260ms ease, color 260ms ease;
}
:is(:is(.qualification .qualification-list) .qualification-item):hover {
  background: linear-gradient(165.54deg, rgba(231, 244, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  box-shadow: 0 12px 30px rgba(0, 113, 239, 0.12);
}
:is(:is(.qualification .qualification-list) .qualification-item):hover .qualification-icon {
  border-color: rgba(0, 113, 239, 0.18);
  box-shadow: 0 8px 18px rgba(0, 113, 239, 0.08);
}
:is(:is(:is(.qualification .qualification-list) .qualification-item):hover .qualification-icon) img {
  filter: invert(24%) sepia(98%) saturate(1600%) hue-rotate(204deg) brightness(98%) contrast(102%);
}
:is(:is(.qualification .qualification-list) .qualification-item):hover .qualification-item-desc {
  opacity: 0.78;
}
/* 资质卡片：中等屏幕（1025-1200px）压缩内边距与图标 */
@media (min-width: 1025px) and (max-width: 1200px) {
  :is(.qualification .qualification-list) .qualification-item {
    padding: 34px 18px;
  }
  :is(:is(.qualification .qualification-list) .qualification-item):nth-child(3) {
    background: linear-gradient(165.54deg, rgba(232, 255, 255, 0.88) 0%, rgba(232, 255, 255, 0.42) 100%);
  }
  :is(:is(.qualification .qualification-list) .qualification-item):nth-child(4) {
    background: linear-gradient(165.54deg, rgba(255, 246, 232, 0.88) 0%, rgba(255, 246, 232, 0.42) 100%);
  }
  :is(:is(.qualification .qualification-list) .qualification-item) .qualification-icon {
    width: 56px;
    height: 56px;
  }
  :is(:is(:is(.qualification .qualification-list) .qualification-item) .qualification-icon) img {
    width: 28px;
    height: 28px;
  }
  :is(:is(.qualification .qualification-list) .qualification-item) .qualification-item-name {
    margin-top: 38px;
    font-size: 18px;
    white-space: nowrap;
  }
  :is(:is(.qualification .qualification-list) .qualification-item) .qualification-item-desc {
    font-size: 13px;
    line-height: 17px;
  }
}

/* ===== 科技驱动力区（.tech，公司介绍 + 四项特性） ===== */
.tech {
  height: 453px;
  background: url("/static/xcy/product/bg-tech.jpg") no-repeat center center;
  background-size: cover;
}
:is(.tech .left) .desc {
  opacity: 0.68;
  font-size: 16px;
  color: #272F37;
}
:is(.tech .left) .name {
  margin-top: 8px;
  font-size: 40px;
  font-weight: 500;
  color: #272F37;
}
.tech .right {
  padding-top: 33px;
  width: 714px;
  opacity: 0.78;
  font-size: 16px;
  line-height: 30px;
  color: #272F37;
}
.tech .attr {
  margin-top: 76px;
  display: flex;
  align-items: center;
}
:is(.tech .attr) .attr-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 288px;
  height: 100px;
  border-radius: 16px;
  background: linear-gradient(165.54deg, rgba(231, 244, 255, 0.6) 0%, rgba(255, 255, 255, 0.6) 100%);
  border: 1px solid rgba(255, 255, 255, 1);
  margin-left: 16px;
  cursor: pointer;
  transition: background 260ms ease, border-color 260ms ease;
}
:is(:is(.tech .attr) .attr-item):first-child {
  margin-left: 0;
}
:is(:is(.tech .attr) .attr-item):hover,.active:is(:is(.tech .attr) .attr-item) {
  background: linear-gradient(165.54deg, rgba(231, 244, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
}
:is(:is(:is(.tech .attr) .attr-item):hover,.active:is(:is(.tech .attr) .attr-item)) .attr-item-icon {
  filter: invert(24%) sepia(98%) saturate(1600%) hue-rotate(204deg) brightness(98%) contrast(102%);
}
:is(:is(.tech .attr) .attr-item) .attr-item-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: filter 260ms ease;
}
:is(:is(.tech .attr) .attr-item) .attr-item-name {
  margin-left: 12px;
  font-size: 20px;
  color: #272F37;
}

/* ===== 最新动态区（.news，左侧行业新闻轮播 + 右侧两块快讯，交互见 /static/xcy/solution.js） ===== */
.news .title {
  margin-top: 50px;
  font-size: 40px;
  font-weight: 500;
  color: #272F37;
  text-align: center;
}
.news .desc {
  margin-top: 20px;
  font-size: 16px;
  color: #272F37;
  text-align: center;
}
.news .news-cate {
  margin-top: 50px;
  padding-bottom: 60px;
}
:is(.news .news-cate) .left {
  position: relative;
  width: 592px;
  height: 416px;
  background: url("/static/xcy/product/bg-news.png") no-repeat center center;
  background-size: cover;
  padding: 30px;
}
:is(:is(.news .news-cate) .left) .tag {
  width: 64px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
}
:is(:is(.news .news-cate) .left) .btn-group {
  margin-top: 149px;
  display: flex;
  align-items: center;
}
:is(:is(:is(.news .news-cate) .left) .btn-group) .btn-pre,:is(:is(:is(.news .news-cate) .left) .btn-group) .btn-next {
  cursor: pointer;
}
:is(:is(.news .news-cate) .left) .news-item {
  margin-top: 16px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(8, 22, 48, 0.45);
  backdrop-filter: blur(4px);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 300ms ease, transform 300ms ease;
  pointer-events: none;
}
.active:is(:is(:is(.news .news-cate) .left) .news-item) {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
:is(:is(:is(.news .news-cate) .left) .news-item) .news-item-name {
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
}
:is(:is(:is(.news .news-cate) .left) .news-item) .news-item-desc {
  margin-top: 12px;
  opacity: 0.85;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
:is(:is(:is(.news .news-cate) .left) .news-item) .news-item-date {
  margin-top: 14px;
  opacity: 0.6;
  font-size: 14px;
  line-height: 18px;
  color: #FFFFFF;
}
:is(.news .news-cate) .right {
  margin-left: 16px;
}
:is(:is(.news .news-cate) .right) .news-fast {
  padding: 30px;
  width: 592px;
  height: 200px;
  border-radius: 16px;
  background: linear-gradient(165.54deg, #E7F4FF 0%, #FAFDFF 100%);
  border: 1px solid #E4E8F0;
  backdrop-filter: blur(6px);
}
:is(:is(:is(.news .news-cate) .right) .news-fast) .name {
  font-size: 20px;
  font-weight: 500;
  color: #272F37;
}
:is(:is(:is(.news .news-cate) .right) .news-fast) .more {
  opacity: 0.3;
  font-size: 14px;
  color: #272F37;
  margin-left: auto;
}
:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item {
  display: flex;
  align-items: center;
  margin-top: 12px;
  cursor: pointer;
  transition: opacity 220ms ease;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item):first-child {
  margin-top: 22px;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item):hover {
  opacity: 0.85;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item):hover .dot {
  background: #0071EF;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item):hover .news-item-name {
  color: #0071EF;
  opacity: 1;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item) .dot {
  width: 4px;
  height: 4px;
  background: #848484;
  flex-shrink: 0;
  transition: background 220ms ease;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item) .news-item-name {
  margin-left: 10px;
  opacity: 0.68;
  font-size: 14px;
  color: #272F37;
  transition: color 220ms ease, opacity 220ms ease;
  max-width: 340px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
:is(:is(:is(:is(.news .news-cate) .right) .news-fast) .news-item) .news-item-date {
  margin-left: auto;
  opacity: 0.68;
  font-size: 12px;
  color: #272F37;
  flex-shrink: 0;
}

/* ===== 留资增长区（.growth，手机号输入 + 免费试用跳注册） ===== */
.growth {
  height: 248px;
  background: url("/static/xcy/product/bg-growth.jpg") no-repeat center center;
  background-size: cover;
}
.growth .name {
  padding-top: 60px;
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  color: #272F37;
}
.growth .input {
  margin-top: 33px;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  height: 42px;
  border-radius: 2px;
  background: #FFFFFF;
  border: 1px solid;
  box-sizing: border-box;
  border-image: linear-gradient(145.2deg, #12DCAF 0%, #0071EF 100%) 1;
  position: relative;
}
:is(.growth .input) input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: none;
  background: transparent;
  outline: none;
}
:is(:is(.growth .input) input)::placeholder {
  opacity: 0.38;
  font-size: 14px;
  font-weight: 400;
  color: #272F37;
}
:is(.growth .input) .btn {
  width: 100px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  background: #0071EF;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 3px;
}
:is(:is(.growth .input) .btn):hover {
  background: linear-gradient(213.37deg, #006EFF 0%, #12DEAE 100%), #006EFF;
}

/* ===== solution/qualification/tech/news/growth 移动端适配（≤1024px） ===== */
@media (max-width: 1024px) {
  .growth {
    height: auto;
    padding-bottom: 32px;
  }
  .growth .name {
    padding-top: 40px;
    font-size: 22px;
  }
  .growth .input {
    width: calc(100% - 32px) !important;
    margin: 24px 16px 0;
  }
  :is(.growth .input) input {
    width: 100% !important;
  }
  .solution {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .solution .title {
    font-size: 24px;
    height: auto;
  }
  .solution .desc {
    font-size: 14px;
    padding: 0 16px;
  }
  .solution .flex.items-center {
    flex-direction: column;
  }
  .solution .left {
    display: none;
  }
  .solution .right {
    flex-direction: column;
    margin-top: 24px;
    width: 100%;
    overflow: hidden;
  }
  :is(.solution .right) .solution-list {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  :is(.solution .right) .solution-item-desc {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
  }
  :is(.solution .right) .solution-img {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0 !important;
    margin-top: 24px;
    overflow: hidden;
  }
  :is(:is(.solution .right) .solution-img) img {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    height: 0;
    overflow: hidden;
    opacity: 0;
  }
  .active:is(:is(:is(.solution .right) .solution-img) img) {
    height: auto;
    opacity: 1;
  }
  .qualification {
    height: auto;
    padding-bottom: 40px;
  }
  .qualification .title {
    font-size: 22px;
    padding-top: 40px;
    padding: 40px 16px 0;
  }
  .qualification .desc {
    font-size: 14px;
    padding: 0 16px;
  }
  .qualification .qualification-list {
    flex-wrap: wrap;
    gap: 16px;
    padding: 0 16px;
    margin-top: 30px;
  }
  :is(.qualification .qualification-list) .qualification-item {
    width: calc(50% - 8px);
    margin-left: 0;
    height: auto;
    min-height: 240px;
    padding: 24px 18px 12px;
  }
  :is(:is(.qualification .qualification-list) .qualification-item) .qualification-icon {
    width: 56px;
    height: 56px;
  }
  :is(:is(:is(.qualification .qualification-list) .qualification-item) .qualification-icon) img {
    width: 28px;
    height: 28px;
  }
  :is(:is(.qualification .qualification-list) .qualification-item) .qualification-item-name {
    margin-top: 28px;
    font-size: 16px;
    white-space: nowrap;
  }
  :is(:is(.qualification .qualification-list) .qualification-item):nth-child(3) {
    background: linear-gradient(165.54deg, rgba(232, 255, 255, 0.72) 0%, rgba(232, 255, 255, 0.36) 100%);
  }
  :is(:is(.qualification .qualification-list) .qualification-item):nth-child(4) {
    background: linear-gradient(165.54deg, rgba(255, 246, 232, 0.72) 0%, rgba(255, 246, 232, 0.36) 100%);
  }
  :is(:is(.qualification .qualification-list) .qualification-item) .qualification-item-desc {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px;
  }
  .tech {
    height: auto;
    padding: 40px 0;
  }
  .tech .flex.items-center {
    flex-direction: column;
    padding: 0 16px;
  }
  .tech .left {
    width: 100%;
  }
  .tech .right {
    width: 100%;
    padding-top: 16px;
    font-size: 14px;
  }
  .tech .attr {
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 16px;
    margin-top: 32px;
  }
  :is(.tech .attr) .attr-item {
    width: calc(50% - 6px);
    margin-left: 0;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  :is(:is(.tech .attr) .attr-item) .attr-item-name {
    font-size: 14px;
    margin-left: 0;
    text-align: center;
  }
  .news .title {
    font-size: 24px;
  }
  .news .news-cate {
    flex-direction: column;
    margin-top: 24px;
  }
  :is(.news .news-cate) .left {
    width: 100%;
    height: 300px;
  }
  :is(.news .news-cate) .right {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
  }
  :is(:is(.news .news-cate) .right) .news-fast {
    width: 100%;
    box-sizing: border-box;
    height: auto;
  }
}
