/* Tailwind CSS 入口文件 */
/* Import Tailwind base styles */
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.19 | 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: Inter, Noto Nastaliq Urdu, system-ui, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 0.0625rem; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -0.125rem; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
/* Import Tailwind component styles */
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 40rem;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 48rem;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 64rem;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 80rem;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 96rem;
  }
}
@font-face {
        font-family: 'PuHui';
        font-display: swap;
        src:
            url(/public/fonts/AlibabaPuHuiTi-3-55-Regular.eot) format('embedded-opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-55-Regular.otf) format('opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-55-Regular.ttf) format('TrueType'),
            url(/public/fonts/AlibabaPuHuiTi-3-55-Regular.woff) format('woff'),
            url(/public/fonts/AlibabaPuHuiTi-3-55-Regular.woff2) format('woff2');
    }
@font-face {
        font-family: 'PuHuiMedium';
        font-display: swap;
        src:
            url(/public/fonts/AlibabaPuHuiTi-3-65-Medium.eot) format('embedded-opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-65-Medium.otf) format('opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-65-Medium.ttf) format('TrueType'),
            url(/public/fonts/AlibabaPuHuiTi-3-65-Medium.woff) format('woff'),
            url(/public/fonts/AlibabaPuHuiTi-3-65-Medium.woff2) format('woff2');
    }
@font-face {
        font-family: 'PuHuiBold';
        font-display: swap;
        src:
            url(/public/fonts/AlibabaPuHuiTi-3-85-Bold.eot) format('embedded-opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-85-Bold.otf) format('opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-85-Bold.ttf) format('TrueType'),
            url(/public/fonts/AlibabaPuHuiTi-3-85-Bold.woff) format('woff'),
            url(/public/fonts/AlibabaPuHuiTi-3-85-Bold.woff2) format('woff2');
    }
@font-face {
        font-family: 'PuHuiBlack';
        font-display: swap;
        src:
            url(/public/fonts/AlibabaPuHuiTi-3-115-Black.eot) format('embedded-opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-115-Black.otf) format('opentype'),
            url(/public/fonts/AlibabaPuHuiTi-3-115-Black.ttf) format('TrueType'),
            url(/public/fonts/AlibabaPuHuiTi-3-115-Black.woff) format('woff'),
            url(/public/fonts/AlibabaPuHuiTi-3-115-Black.woff2) format('woff2');
    }
:root {
        /* 方案六：通讯轻悦金 (Communication Light Gold) */
        /* 1. 定义原始 RGB 数值 (给 Tailwind 用的) */
        --color-bg-base-rgb: 255 255 255;
        --color-text-primary-rgb: 52 52 52;
        --color-border-secondary-rgb: 233 233 233;
        --color-accent-gold-rgb: 212 175 55;
        --color-surface-rgb: 253 252 247;
        --color-dark-rgb: 44 54 63;

        /* 2. 定义语义化颜色 (给常规 CSS 用的) */
        /* 引用上面的数值，包装成真正的颜色 */
        --color-bg-base: rgb(var(--color-bg-base-rgb));
        --color-text-primary: rgb(var(--color-text-primary-rgb));
        --color-border-secondary: rgb(var(--color-border-secondary-rgb));
        --color-accent-gold: rgb(var(--color-accent-gold-rgb));
        --color-surface: rgb(var(--color-surface-rgb));
        --color-dark: rgb(var(--color-dark-rgb));

        /* 预览 */
        --view-bg-base: #ffffff;
        --view-text-primary: #343434;
        --view-border-secondary: #E9E9E9;
        --view-accent-gold: #D4AF37;
        --view-accent-light: #F4EEDF;
        --view-surface: #FDFCF7;
        --view-dark: #2C363F;

        --black-90: 18, 17, 35;
        --black-80: 83, 82, 90;
        --black-70: 50, 50, 50;
        --black-50: 107, 109, 115;
        --black-40: 204, 204, 204;
        --black-30: 194, 194, 194;

        --grey-90: 230, 230, 230;
        --grey-80: 243, 243, 243;
        --grey-70: 237, 237, 237;
        --grey-60: 217, 217, 217;
        --grey-40: 132, 132, 132;


        --red-90: 250, 22, 95;
        --purple-90: 194, 35, 193;


        /* cankao */
        --r-black-90: #121123;
        --r-black-80: #53525a;
        --r-black-70: #323232;
        --r-black-50: #6b6d73;
        --r-black-40: #cccccc;
        --r-black-30: #c2c2c2;

        --r-grey-90: #e6e6e6;
        --r-grey-80: #f3f3f3;
        --r-grey-70: #ededed;
        --r-grey-60: #d9d9d9;
        --r-grey-40: #848484;

        --r-red-90: #fa165f;
        --r-purple-90: #c223c1;
        --grey-bg: #FAFAFA;
        --color-grey: #FAFAFA;
        --color-black: 0 0 0;

        --animate-duration: 1s;
        --animate-delay: 1s;
        --animate-repeat: 1;
        --header-height: 5rem;
        --header-height-m: 3.75rem;

    }
.h1-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 48rem;
  text-align: left;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--color-text-primary-rgb) / var(--tw-text-opacity, 1));
}
html[dir="rtl"] .h1-heading {
    text-align: start;
}
.h1-heading {
    text-align: left;
}
@media (min-width: 768px) {
  .h1-heading {
    font-size: 3rem;
    line-height: 1;
  }
}
.h2-heading {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 56rem;
  text-align: center;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(var(--color-text-primary-rgb) / var(--tw-text-opacity, 1));
}
@media (min-width: 768px) {
  .h2-heading {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.main-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 640px) {
  .main-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.btn-bg-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  transition-delay: 100ms;
}
.btn-bg-white:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0.25rem 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-bg-white {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
        border-width: 0.0625rem;
        border-style: solid;
        --tw-border-opacity: 1;
        border-color: rgb(var(--color-accent-gold-rgb) / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-surface-rgb) / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(var(--color-accent-gold-rgb) / var(--tw-text-opacity, 1));
    }
.btn-bg-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  transition-delay: 100ms;
}
.btn-bg-accent:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0.25rem 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-bg-accent {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-accent-gold-rgb) / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(var(--color-surface-rgb) / var(--tw-text-opacity, 1));
    }
.btn-bg-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  transition-delay: 100ms;
}
.btn-bg-dark:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0.25rem 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-bg-dark {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-dark-rgb) / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(var(--color-surface-rgb) / var(--tw-text-opacity, 1));
    }
.btn-bg-dark:hover {
  background-color: rgb(var(--color-dark-rgb) / 0.8);
}
.btn-bg-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 700;
  transition-delay: 100ms;
}
.btn-bg-light:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
  --tw-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0.25rem 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-bg-light {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
        --tw-bg-opacity: 1;
        background-color: rgb(var(--color-surface-rgb) / var(--tw-bg-opacity, 1));
        --tw-text-opacity: 1;
        color: rgb(var(--color-dark-rgb) / var(--tw-text-opacity, 1));
    }
.btn-bg-light:hover {
  background-color: rgb(var(--color-dark-rgb) / 0.1);
}
.btn-bg-light {
  border-width: 0.0625rem;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-dark-rgb) / var(--tw-border-opacity, 1));
}
.btn-bg-light:hover {
  border-color: rgb(var(--color-dark-rgb) / 0.4);
}
.btn-group {
  display: flex;
  gap: 1rem;
}
.btn-bg-login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 624.9375rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-dark-rgb) / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(var(--color-surface-rgb) / var(--tw-text-opacity, 1));
}
.btn-bg-login:hover {
  background-color: rgb(var(--color-dark-rgb) / 0.8);
  --tw-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 0.25rem 1.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-bg-login {
        transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
    }
/* banner */
.banner-wrapper {
  margin-left: auto;
  margin-right: auto;
  height: 37.5rem;
  width: 100%;
}
.banner-img {
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
/* 底部 联系我们 footer前 */
.container-connect {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
/* 图片颜色转换 */
/* , .mod-unit img */
.img-bg-filter {
        filter: hue-rotate(249deg) saturate(170%) brightness(90%) contrast(79%) sepia(20%);
        /* filter: hue-rotate(244deg) saturate(206%) brightness(90%) contrast(92%) sepia(30%); */
        /* filter: hue-rotate(230deg); */
    }
.img-bg-filter-2 {
        filter: saturate(130%) brightness(115%) contrast(45%) sepia(10%);
    }
/* font */
/* color */
/*定义公共的变量*/
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    min-height: 0.0625rem;
}
.col-lg-12 {
    width: 100%;
}
.col-lg-11 {
    width: 91.66666667%;
}
.col-lg-10 {
    width: 83.33333333%;
}
.col-lg-9 {
    width: 75%;
}
.col-lg-8 {
    width: 66.66666667%;
}
.col-lg-7 {
    width: 58.33333333%;
}
.col-lg-6 {
    width: 50%;
}
.col-lg-5 {
    width: 41.66666667%;
}
.col-lg-4 {
    width: 33.33333333%;
}
.col-lg-3 {
    width: 25%;
}
.col-lg-2 {
    width: 16.66666667%;
}
.col-lg-1 {
    width: 8.33333333%;
}
/* 1200 > md > 992 container-960*/
@media (max-width: 1024px) {
    .container {
        max-width: 48rem;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }
}
/*  992 > md > 768 container-720*/
@media (max-width: 768px) {

    /* .container {
        max-width: 970px;
    } */
    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}
/* xs < 768 container-720*/
@media (max-width: 576px) {

    /* 11/12 */
    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }
}
::-webkit-scrollbar {
    width: 0.625rem;
    height: 0.625rem;
}
::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0.375rem;
}
::-webkit-scrollbar-thumb:vertical {
    height: 0.3125rem;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 0.375rem;
}
::-webkit-scrollbar-thumb:horizontal {
    width: 0.3125rem;
    background-color: rgba(125, 125, 125, 0.7);
    -webkit-border-radius: 0.375rem;
}
@media (max-width: 768px) {
    ::-webkit-scrollbar {
        width: 0.375rem;
        height: 0.375rem;
    }
}
.container:after,
.container:before {
    content: none;
}
.overflow-y-h {
    overflow-y: hidden;
}
.btn-white {
    background: #ffffff;
    color: var(--color-accent-gold);
}
.btn-green {
    background: var(--color-accent-gold);
    color: #ffffff;
}
.btn-base {
    color: var(--color-accent-gold);
    border: 0.0625rem solid var(--color-accent-gold);
}
/*按钮*/
.btn-l {
    /*width: 124px;*/
    /*height: 48px;*/
    width: 9rem;
    height: 3rem;
    display: inline-block;
    border-radius: 6.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400 !important;
    /*color: #FFFFFF;*/
    text-align: center;
    line-height: 3rem !important;
    margin-top: 2rem;
    padding: 0 !important;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-l:hover {
    /* 整体放大 1.05 倍 */
    transform: scale(1.05);
    /* 添加较深的阴影 */
    box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.1);
    /* 可选：背景微微变灰，体现交互 */
    background-color: #f9f9f9;
}
.btn-r {
    /*    width: 124px;
        height: 48px;*/
    width: 9rem;
    height: 3rem;
    display: inline-block;
    border-radius: 6.25rem;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: center;
    line-height: 3rem;
    margin-top: 2rem;
    margin-left: 1rem;
    padding: 0;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-login {
    width: 6.5rem;
    height: 2.5rem;
    border-radius: 6.25rem;
    display: inline-block;
    text-align: center;
    line-height: 2.5rem;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-join {
    width: 12rem;
}
.btn-white {
    background: #ffffff;
    color: var(--color-accent-gold);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-white:hover {
    color: var(--color-accent-gold) !important;
}
.btn-green {
    background: var(--color-accent-gold);
    color: #ffffff !important;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-green:hover {
    background: var(--color-accent-gold);
}
.btn-base-g {
    color: var(--color-accent-gold) !important;
    border: 0.0625rem solid var(--color-accent-gold);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-base-g:hover {
    background: var(--color-accent-gold);
    color: #ffffff !important;
}
.btn-base-w {
    color: #ffffff;
    border: 0.0625rem solid #ffffff;
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
.btn-base-w:hover {
    color: var(--color-accent-gold);
    background: #ffffff;
}
.btn-subscribe {
    background: var(--color-text-primary);
    color: #ffffff;
}
.btn-base {
    color: var(--color-accent-gold);
    border: 0.0625rem solid var(--color-accent-gold);
    transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.2s ease;
}
form .btn {
    border: unset;
    margin-left: 0.75rem;
}
@media (max-width: 768px) {

    .btn-l,
    .btn-r {
        width: 8.5rem;
        height: 3rem;
    }

    .btn-join {
        width: 12rem;
    }
}
.section {
    width: 100%;
    position: relative;
}
.container {
    /* padding: 80px 0;
    padding: 5rem 0; */
    margin: 0 auto;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    max-width: 75rem;
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}
.container-header {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    max-width: 75rem;
}
.container-py {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.container-pl {
    padding-left: 1rem;
}
.header {
    width: 100%;
    height: var(--header-height);
    max-height: var(--header-height);
    position: sticky;
    /* position: fixed; */
    top: 0;
    z-index: 999;
}
.is_scrolled {
    background: #ffffff;
}
@media (max-width: 1200px) {
    .banner .container-px {
        padding-left: 1rem;
        padding-right: 1rem;
    }

}
@media (max-width: 1024px) {
    .header {
        height: var(--header-height-m);
        max-height: var(--header-height-m);
    }

    .navbar-mobile-menu .navbar-right {
        display: flex;
        justify-content: center;
        gap: 1rem;
    }

    .navbar-mobile-menu .navbar-right li {
        width: 40%;
    }

    .navbar-mobile-menu .navbar-right a {
        width: 100%;
    }

    .container-px {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}
@media (max-width: 768px) {
    .container-py {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
/*导航栏登录注册*/
/*导航*/
.dropdown_icon {
    display: inline-block;
    width: 0.625rem;
    height: 0.625rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dropdown-lang .dropdown_icon {
    margin-left: 0.25rem;
}
.navbar-menu-lang img {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0.125rem;
}
.sub-menu-thumb {
    display: inline-block;
    width: 1.375rem;
    height: 1.375rem;
    margin-right: 0.5rem;
    vertical-align: bottom;
    background-repeat: no-repeat;
    background-size: 81%;
    background-position: bottom;
}
.sub-thumb-s {
    background-image: url("/en/public/svg/nav_sms.svg");
}
.sub-thumb-v {
    background-image: url("/en/public/svg/nav_voice.svg");
}
.sub-thumb-e {
    background-image: url("/en/public/svg/nav_email.svg");
}
.sub-thumb-i {
    background-image: url("/en/public/svg/nav_indus.svg");
}
.sub-thumb-sen {
    background-image: url("/en/public/svg/nav_sence.svg");
}
.sub-thumb-wa {
    background-image: url("/en/public/svg/nav_wa.svg");
}
.sub-thumb-new {
    width: 1.6875rem;
    height: 1.125rem;
    background-image: url("/public/images/icon/nav_new.png");
    background-size: 100%;
    background-position-y: center;
    margin: 0;
    margin-left: 0.375rem;
    vertical-align: baseline;
    position: absolute;
}
.policy-menu-thumb {
    background-image: url("/en/public/svg/nav_caret.svg");
    /*background-image: url("/en/public/svg/policy-thumb.svg");*/
    margin-left: 0.25rem;
    transition: all .2s ease-out;
}
.beian-thumb {
    background-image: url("/public/images/beian.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 0.875rem;
    height: 0.875rem;
    margin-left: 0.25rem;
    vertical-align: bottom;
}
@media (min-width: 768px) {
    .sub-thumb-new {
        top: 0;
    }
}
@media (max-width: 1024px) {

    .dropdown:hover .dropdown-menu,
    .dropdown.active .dropdown-menu {
        display: block;
    }

    .sub-menu-title {
        border-bottom: 0.0625rem solid #F2F2F2;
        padding: 1rem 0;
    }

    .sub-menu-thumb {
        width: 1rem;
        height: 1rem;
        background-size: cover;
        background-position: center;
        vertical-align: middle;
    }

    .sub-thumb-new {
        width: 1.6875rem;
        height: 1rem;
        background-size: 100%;
    }

    .sub-menu-list {
        padding-left: 1.75rem;
        width: 100%;
    }

    .sub-menu-list li {
        margin-top: 0;
    }

    .sub-menu-list a {
        height: 3rem;
        line-height: 3rem;
    }

    .dropdown-menu-list {
        width: 100%;
    }

    .icon-m {
        display: block;
        width: 2rem;
        height: 2rem;
        background-image: url(/public/images/icon/open.svg);
        background-repeat: no-repeat;
        background-size: 81%;
        background-position: center;
        float: right;
    }

}
/* 导航栏index */
.navbar {
    background: #ffffff;
    position: relative;
    z-index: 999;
}
.navbar-default {
    height: 100%;
    background: #ffffff;
    border-bottom: 0.0625rem solid #F2F2F2;
    opacity: 1;
}
.navbar-logo {
    margin: 0;
}
.container-navbar {
    height: 4.9375rem;
    background: #ffffff;
    justify-content: space-between;
    margin-inline: auto;
    position: relative;
    width: 100%;
    z-index: 999;
    padding: 0;
    /*border-bottom: 1px solid #F2F2F2;*/
}
.container-navbar button {
    margin: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}
.navbar-mobile-close {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    margin-right: 0;
}
.navbar-right {
    display: flex;
    align-items: center;
}
.navbar-menu-section {
    width: 100%;
    height: var(--header-height);
    min-height: var(--header-height);
}
.navbar-menu-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    /*padding-left:1rem;*/
}
.navbar-menu {
    flex: unset;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: auto;
    /*gap: 24px;*/
    margin: 0;
    position: relative;
}
.navbar-menu.navbar-menu-lang {
    display: block;
}
.navbar-login a {
    line-height: var(--header-height);
}
.navbar-free {
    position: relative;
    height: 100%;
}
.navbar-free a {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-menu .dropdown-menu {
    display: flex;
    gap: 3rem;
    min-width: auto;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -31.25rem;
    /*top: 99%;*/
    left: 0;
    /*transform: translateX(-0%);*/
    padding: 2rem;
    margin-top: 0.0625rem;
    border: none;
    border-radius: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0 1.25rem 3.125rem 0 rgba(229, 229, 229, 0.6);
    /*box-shadow: 0px 20px 50px 0px rgb(215 215 215);*/
    /*box-shadow: 0px 20px 50px 0px rgba(229,229,229,0.3);*/
    transition: opacity .3s ease-out;
}
.navbar-menu .dropdown-menu.dropdown-product {
    left: -5rem;
}
.navbar-menu .dropdown-menu.dropdown-solution {
    transform: translateX(-4%);
}
.navbar-menu .dropdown-menu.dropdown-dev {
    transform: translateX(-10%);
}
.navbar-menu .dropdown-menu.dropdown-resource {
    transform: translateX(-8%);
}
.navbar-menu .dropdown-menu.dropdown-about {
    transform: translateX(-8%);
}
.navbar-menu .dropdown.active .dropdown-menu {
    opacity: 1;
    z-index: 1;
    top: 99%;
}
.dropdown {
    position: relative;
}
.dropdown-menu .dropdown-menu-list {
    width: auto;
    /*min-width: 100px;*/
}
.dropdown-menu .sub-menu-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.1875rem;
    text-align: left;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 0.0625rem solid #ededed;
    /*border-bottom: 1px solid #F2F2F2;*/
    /*min-width: 100px;*/
    /*min-width: 160px;*/
    min-width: 11.875rem;
}
.dropdown-menu .sub-menu-list {
    width: 100%;
}
.dropdown-menu .sub-menu-list li {
    width: 100%;
    text-align: left;
    margin-bottom: 0.5rem;
}
.dropdown-menu .sub-menu-list li:last-child {
    margin-bottom: 0;
}
.dropdown-menu .sub-menu-list a {
    font-size: 0.875rem;
    font-family: PuHui;
    font-weight: 400;
    color: #616566;
    line-height: 1rem;
    width: 100%;
    text-align: left;
    padding: 0.5rem 0;
    /*padding: 8px 1.5rem 8px 0;*/
    white-space: nowrap;
    display: inline-block;
}
.dropdown-menu .sub-menu-list a:hover {
    color: var(--color-accent-gold);
}
.navbar-mobile-menu .navbar-according-dropdown-section ul li a.new,
.dropdown-menu .sub-menu-list a.new {
    position: relative;
}
.dropdown-toggle {
    line-height: var(--header-height);
    display: block;
    height: var(--header-height);
    padding: 0 1rem;
}
.navbar-thumb {
    background-image: url("/en/public/svg/nav_caret_up.svg");
    transition: all .15s;
}
.dropdown:hover .dropdown-toggle,
.dropdown.active .dropdown-toggle {
    color: var(--color-accent-gold);
    text-decoration: none;
}
.dropdown:hover .navbar-thumb,
.dropdown.active .navbar-thumb {
    background-image: url("/en/public/svg/nav_caret_g.svg");
    transform: rotate(180deg);
}
.dropdown-toggle:hover+.dropdown-menu,
.dropdown.active .dropdown-menu,
.navbar-menu .dropdown-menu:hover {
    opacity: 1;
    z-index: 99;
    top: 99%;
    /*transition: opacity .1s ease-out;*/
}
.navbar-menu-lang svg {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 0.125rem;
    fill: var(--color-text-primary);
    /* stroke: var(--color-text-primary); */
}
.dropdown:hover .dropdown-toggle svg,
.dropdown.active .dropdown-toggle svg {
    fill: var(--color-accent-gold);
}
.dropdown-wrapper {
    display: flex;
    gap: 3rem;
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: -31.25rem;
    /*top: 99%;*/
    left: 0;
    /*transform: translateX(-0%);*/
    padding: 2rem;
    margin-top: 0.0625rem;
    border-radius: 0.75rem;
    background: #FFFFFF;
    box-shadow: 0 1.25rem 3.125rem 0 rgba(229, 229, 229, 0.3);
    transition: opacity .3s ease-out;
}
.navbar-right {
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-items: center;
    float: none !important;
    margin: 0 !important;
}
.navbar-login:hover a {
    color: var(--color-accent-gold);
}
.navbar-login,
.navbar-free {
    list-style-type: none;
}
/*移动*/
.navbar-mobile-menu {
    overflow: auto;
    position: absolute;
    left: 0;
    top: -624.9375rem;
    opacity: 0;
    z-index: -1;
    transition: opacity .2s ease-out;

    /*    width: 100%;
        height: 100vh;
        min-height: calc(100vh - 72px);*/
}
@media (max-width: 1024px) {
    .container-navbar {
        height: var(--header-height-m);
        flex-wrap: unset;
        /* flex-direction: column; */
        /*justify-content: center;*/
        justify-content: flex-start;
        border-bottom: 0.0625rem solid #F2F2F2;
    }

    .navbar-mobile-menu {
        width: 100%;
        height: 100vh;
        min-height: calc(100vh - var(--header-height-m));
    }

    .navbar-according {
        height: auto;
        overflow: hidden;
    }

    .navbar-mobile-menu button,
    .navbar-mobile-menu .navbar-according-btn {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 1rem;
        padding: 1rem;
        margin: 0;
        color: #616566;
        border-bottom: 0.0625rem solid #eeeeee;
    }

    .navbar-according-btn svg {
        width: 1rem;
        display: block;
        height: auto;
        margin: 0;
    }

    .navbar-according-content {
        display: none;
        border-bottom: 0.0625rem solid #eeeeee;
    }

    .navbar-according-dropdown {}

    .navbar-according-dropdown-section {
        padding: 1.5rem 2rem 1.5rem;
    }

    .navbar-according-dropdown-section .navbar-according-dropdown-title {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: .5rem;
    }

    .navbar-according-dropdown-section .navbar-according-dropdown-title svg {
        width: 1.25rem;
        height: auto;
        margin: 0;
    }

    .navbar-according-dropdown-section ul {
        display: grid;
        gap: 1rem;
    }

    .navbar-according-dropdown-section li {
        text-align: left;
    }

    .navbar-according-dropdown-section li a:focus {
        color: var(--color-accent-gold);
        text-decoration: underline;
    }

    .navbar-according-item.active .navbar-according-btn>svg {
        transform: rotate(180deg);
    }

    .navbar-according-item.active .navbar-according-content {
        display: block;
    }

    .container-navbar.open {
        min-height: 100vh;
    }

    .container-navbar.open .navbar-mobile-menu {
        left: 0;
        top: var(--header-height-m);
        z-index: 1;
        opacity: 1;
    }

    .container-navbar.open .navbar-mobile-menu .navbar-menu-lang {
        display: block;
        position: absolute;
        bottom: 5rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .navbar-menu .dropdown-menu.dropdown-lang {
        display: none;
    }

    .container-navbar.open .navbar-mobile-menu .dropdown-menu.dropdown-lang {
        display: flex;
        top: -158%;
        left: 50%;
        transform: translateX(-50%);
    }

    .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list {
        padding: 0 1rem;
    }

    .container-navbar.open .navbar-mobile-menu .dropdown-lang .sub-menu-list a {
        line-height: 1.5;
        height: auto;
    }

    .dropdown-menu.dropdown-lang .sub-menu-list li:first-child {
        margin-bottom: 1rem;
    }

    .navbar-menu-section {
        height: var(--header-height-m);
        min-height: var(--header-height-m);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 1rem;
    }

    .navbar-menu-section .navbar-menu,
    .navbar-menu-section .navbar-right {
        display: none;
    }

    .navbar-mobile-close {
        display: block;
    }

    .navbar-according-item.active .navbar-according-btn {
        background: #F8F8F9;
    }

    .navbar-right {
        padding-top: 2rem;
    }
}
/* 导航栏index end */
.navbar-brand {
    float: unset;
    /*float: left;*/
    /*padding: 1rem 8px;*/
    /*padding: 1rem 1rem;*/
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
    /*height: 80px;*/
    /*width: 100%;*/
}
.navbar-brand>img {
    display: block;
    width: 4rem;
}
@media (max-width: 768px) {
    .navbar-brand>img {
        width: 2.75rem;
    }
}
/*页脚*/
footer {
    border-top: 0.0625rem solid #E4E4E4;
}
.container.container-footer {
    display: flex !important;
    flex-wrap: wrap;
    padding: 5rem 0 3.5rem;
    float: unset;
}
.container.container-copyright {
    display: flex !important;
    flex-wrap: wrap;
    float: unset;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 0;
    /*padding: 1.625rem 0;*/
    border-top: 0.0625rem solid #F1F1F1;
}
.container-copyright .copyright-info {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.container-copyright .copyright-info img {
    width: auto;
    max-width: 2.5rem;
    display: inline-block;
    cursor: pointer;
}
.footer-logo-unit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    /*gap: 1rem;*/
}
.footer-logo-unit .footer-logo-unit-w {
    display: block;
}
.footer-logo-unit.footer-logo-unit-p {
    display: none;
    margin-top: 1.5rem;
}
.footer-logo-unit-p .footer-connect-info,
.footer-logo-unit-w .footer-connect-info {
    line-height: 1.5;
    margin-bottom: 1rem;
}
.footer-sitemap {
    height: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.footer-sitemap-list-item {
    text-align: left;
}
.footer-sitemap-list-title {
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 600;
    text-align: start;
    color: var(--color-text-primary);
    line-height: 1rem;
}
.footer-sitemap-list-content li {
    margin-bottom: .8rem;
    text-align: start;
}
.footer-sitemap-list-content li a,
.footer-sitemap-qr-text {
    font-size: 0.875rem;
    font-size: 0.85rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 0.875rem;
}
.footer-sitemap-list-content {
    margin-top: 1rem;
}
.footer-sitemap-list-content.footer-colla-content a:hover {
    color: var(--color-accent-gold);
}
.footer-sitemap-list-item.affiliate:hover a {
    color: var(--color-accent-gold);
}
.footer-sitemap-list-connect {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap: 0.75rem;
}
.footer-sitemap-list-connect span {
    display: block;
}
.footer-sitemap-qr {
    width: 5.25rem;
    height: 5.25rem;
}
.footer-sitemap-qr-text {
    margin: 0.5rem auto .5rem;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 0.875rem;
}
.footer-sitemap-linked {
    width: 1.6rem;
    height: 1.6rem;
    /*width: 1.5rem;*/
    /*height: 1.5rem;*/
}
.footer-border {
    border-top: 0.0625rem solid #F1F1F1
}
.footer-logo-a {
    display: block;
}
.footer-logo {
    width: 33%;
    max-width: 6.25rem;
    margin: 0;
}
.footer-connect-info {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: start;
    /*color: #919799;*/
    color: var(--color-text-primary);
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
.footer-connect-info.tel-info {
    color: var(--color-text-primary);
    margin: 1rem 0 2.5rem;
}
.footer-connect-info span {
    /*display: block;*/
    color: #919799;
    line-height: 1rem;
    text-align: left;
}
.footer-connect-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}
.footer-connect-links a {
    margin: 0;
}
.footer-logo-unit.footer-logo-unit-p .footer-connect-links {
    margin-top: 2rem;
}
.footer-sitemap-h2 {
    padding-top: 2rem;
    padding-bottom: 0.625rem;
    text-align: left;
}
.trusted-by a {
    width: 7.1875rem;
    border-radius: 0.25rem;
}
.trusted-by a img {
    width: auto;
    height: 4rem;
    margin: auto;
}
.container-copyright a {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #919799;
    line-height: 0.875rem;
    display: inline-block;
    margin-right: 1.5rem;
    text-decoration: underline;
}
.copyright-info a {
    text-decoration: none;
    cursor: default;
}
.container-copyright a.copyright-lang {
    font-size: 0.875rem;
    font-size: 0.85rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: var(--color-text-primary);
    line-height: 0.875rem;
    margin-left: 1rem;
    margin-right: 0;
    text-decoration: none;
}
.container-copyright .copyright-lang img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 0.25rem;
}
@media (max-width: 1024px) {
    .container.container-footer {
        align-items: center;
        justify-content: center;
        padding: 4rem 0 3rem;
        gap: 1.5rem;
    }

    .container.container-copyright {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 2rem 0;
        background: #F1F1F1;
        max-width: 64rem;
    }

    .footer-logo-unit {
        justify-content: center;
        align-items: flex-start;
        padding: 0 !important;
    }

    .footer-logo-unit .footer-logo-unit-w {
        display: none;
    }

    .footer-logo-unit.footer-logo-unit-p {
        display: block;
    }

    .footer-connect-info.tel-info {
        margin-bottom: 0;
    }

    .footer-sitemap {
        display: flex;
        flex-direction: column;
    }

    .footer-sitemap-list,
    .footer-sitemap-list-content li {
        text-align: start;
    }

    .footer-sitemap-list-item {
        width: 100%;
        padding: 0 1rem;
    }

    .footer-sitemap-list-title {
        padding: 1.5rem 0;
        text-align: start;
    }

    .footer-sitemap-list-item:last-child {
        margin-top: 2rem;
    }

    .footer-sitemap-list-item:last-child .footer-sitemap-list-title {
        /*display: none;*/
    }

    .footer-sitemap-list-content,
    .footer-sitemap-list-content li {
        margin-top: 0;
    }

    .footer-sitemap-list-connect {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }

    .footer-sitemap-list-connect.trusted-by {
        margin-top: 0;
        justify-content: flex-start;
    }

    .footer-sitemap-list-connect a {
        margin-right: 1rem;
    }

    .footer-sitemap-list-connect a:nth-of-type(4) {
        margin-right: 0;
    }

    .footer-sitemap-qr {
        width: 6.25rem;
        height: 6.25rem;
    }

    .footer-sitemap-linked {
        width: 1.5rem;
        height: 1.5rem;
    }

    .footer-logo-a {
        margin-bottom: 1rem;
    }

    .tel-info {
        margin: 0;
    }

    .trusted-by a {
        margin: 0;
    }

    .container-copyright {
        display: flex;
        flex-direction: column;
    }

    /*.container-copyright a,*/
    /*.container-copyright a.copyright-lang {*/
    .container-copyright a {
        margin: 0 0 1rem;
    }

    .copyright-menu {
        flex-direction: column;
        gap: 1.5rem;
    }

    .copyright-menu a {
        padding: 0.375rem 0.625rem;
    }

    .container-copyright .copyright-info a {
        margin: 0;
    }

    .container-copyright .copyright-info {
        margin-bottom: 1rem;
    }

    /*底部 收起*/
    .turn-thumb {
        width: 1rem;
        height: 1rem;
        background-image: url("/en/public/svg/nav_caret.svg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        float: right;
    }

    .colla-show .turn-thumb {
        /*background-image: url("/en/public/svg/nav_caret_g.svg");*/
        transform: rotateX(180deg);
    }

    .container-footer .footer-collapse {
        margin-top: 1rem;
    }

    .container-footer .footer-colla-item {
        border-bottom: 0.0625rem solid #E4E4E4;
        width: 100%;
        margin-top: 0;
    }

    .container-footer .footer-colla-content {
        padding-left: 0.5rem;
    }

    .footer-colla-item.colla-show .footer-colla-content {
        display: block;
    }

    .container-footer .footer-colla-content li {
        text-align: start;
    }

    /*底部 收起 end*/

}
/*认证证书*/
.certificate-content {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(145 151 153 / 50%);
    z-index: 99999;
    cursor: pointer;
}
.certificate-content img {
    display: none;
    /*width: auto;*/
    /*height: 84%;*/
    /*margin: 100px auto 0;*/


    width: auto;
    max-width: 56.25rem;
    height: auto;
    max-height: 84%;

    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.certificate-content.active,
.certificate-content img.active {
    display: block;
}
@media (max-width: 768px) {
    .certificate-content.active {
        height: auto;
    }

    .certificate-content img.active {
        width: 94%;
        height: auto;
    }
}
/*页脚 end*/
/*sitemap*/
.container.container-sitemap {
    padding: 5rem 0 7.5rem;
}
.container-sitemap .container-title {
    margin-bottom: 4.375rem;
}
.nav {
    margin: 0;
}
.nav-item {
    margin-top: 3rem
}
.nav-item:first-child {
    margin-top: 0
}
.nav-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    text-align: left;
    line-height: 28px;
    line-height: 1.75rem;
    width: 100%;
}
.nav-links {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 4rem;
    margin-top: 1rem;
}
.nav-a {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 24px;
    line-height: 1.5rem;
    text-decoration: underline;
}
.nav-a:hover {
    color: var(--color-accent-gold);
}
@media (max-width: 768px) {
    .container.container-sitemap {
        padding: 4rem 1rem 7.5rem;
    }

    .container.container-sitemap .title-after-green-l::after {
        left: 0;
    }

    .nav-links {
        gap: 1rem 2.5rem;
    }

    .nav-a {
        width: auto;
        text-align: left;
    }
}
/*sitemap end*/
/*下拉框*/
/*基础样式 */
.mod-wrapper-select {
    position: relative;
    cursor: pointer;
}
.mod-select-title {}
.mod-select-item {
    position: absolute;
    opacity: 0;
    width: 100%;
    padding: .5rem 0;
    background: #ffffff;
    box-shadow: -0.8125rem -0.125rem 4.125rem 0 rgba(229, 229, 229, 0.5);
    border: 0.0625rem solid rgba(229, 229, 229, 0.3);
    border-radius: 0.75rem;
    z-index: -1;
    transition: all .5s ease;
}
.mod-select-option {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    background: #ffffff;
    line-height: 0.875rem;
    padding: .5rem 1rem;
    text-decoration: none;
}
.mod-wrapper-select .mod-select-option:hover {
    color: var(--color-accent-gold);
    background: #FAFAFA;
}
/*.mod-wrapper-select .mod-select-option:hover a {
    color: var(--color-accent-gold);
    background: #FAFAFA;
}*/
.mod-wrapper-select.open .mod-select-item {
    z-index: 1;
    opacity: 1;
}
.mod-wrapper-select select,
.mod-wrapper-select .select-products {
    background: url('/en/public/svg/nav_caret_grey.svg') 1.5rem center no-repeat;
    background-size: 0.875rem;
    background-position: 96%;
}
.mod-wrapper-select .select-products {
    line-height: 2.375rem;
    padding: 0 1rem;
    background-position: 98%;
}
xm-select>i.xm-icon,
.layui-form-select .layui-edge {
    /*.layui-edge {*/
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 1rem;
    top: calc(50% - 0.5rem);
    margin-top: 0;
    border: none;
    background: url(/en/public/svg/down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
/*基础样式 end*/
/*语言切换*/
.mod-wrapper-lang {
    display: inline-block;
}
.mod-wrapper-lang .mod-select-title {
    font-size: 0.875rem;
    font-size: 0.85rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    color: var(--color-text-primary);
    line-height: 0.875rem;
    margin-left: 1rem;
    margin-right: 0;
    text-decoration: none;
}
.mod-wrapper-lang .mod-select-title img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin-right: 0.25rem;
}
.mod-wrapper-lang .mod-select-item {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: .75rem 0;
    min-width: 7.5rem;
    border: 0.0625rem solid rgba(229, 229, 229, 0.2);
}
.mod-wrapper-lang.open .mod-select-item {
    bottom: 100%;
}
.mod-wrapper-lang.open .policy-menu-thumb {
    /*background-image: url("/en/public/svg/nav_caret_g.svg");*/
    transform: rotateX(180deg);
}
.mod-wrapper-lang .mod-select-option {
    width: 100%;
    border-radius: 0.75rem;
    padding: 0.5rem 1rem;
    text-align: center;
}
.mod-wrapper-lang .mod-select-option a {
    text-align: center;
    font-size: 0.875rem;
    font-size: 0.85rem;
    color: var(--color-text-primary);
    line-height: 1.125rem;
    margin: auto;
    padding: 0.375rem 0.625rem;
    text-decoration: none;
}
.mod-wrapper-lang .mod-select-option:hover a {
    color: var(--color-accent-gold);
}
@media (max-width: 768px) {
    .mod-wrapper-lang .mod-select-option {
        padding: .5rem 1rem;
    }
}
/*语言切换end*/
.container {
    /* padding: 80px 0;
    padding: 5rem 0; */
    margin: 0 auto;
    /*margin-right: auto;*/
    /*margin-left: auto;*/
    max-width: 75rem;
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}
.section {
    width: 100%;
    position: relative;
}
/* index */
.homepage-section {
    height: 37.5rem;
}
.container-platform {
    display: flex !important;
    flex-wrap: wrap;
}
@media (max-width: 992px) {
    .homepage-section.index {
        height: 31.25rem;
        max-height: 31.25rem;
    }
}
@media (max-width: 768px) {
    .homepage-section {
        height: auto;
    }

    .container-platform {
        padding: 0 1rem;
    }
}
@media (max-width: 767px) {
    .homepage-section.index {
        height: 53.125rem;
        max-height: 53.125rem;
    }
}
/*布局1*/
.mod-wrapper-a {
    display: flex;
    border-radius: 0.75rem;
}
.mod-wrapper-a .mod-unit {
    /* padding: 5rem 93px 5rem 5rem; */
    padding: 4rem 2rem 4rem 2.5rem;
    flex-direction: column;
    justify-content: center;
}
.mod-wrapper-a .unit-title {
    position: relative;
    text-align: left;
    margin-bottom: 3.375rem;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 42px;
    line-height: 2.625rem;
    color: #ffffff;
}
.mod-wrapper-a .unit-desc {
    display: block;
    text-align: left;
    max-width: 26.25rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 28px;
    line-height: 1.75rem;
}
.mod-wrapper-a .unit-img-box {
    overflow: hidden;
    height: 100%;
}
.mod-wrapper-a .unit-img {
    width: 100%;
    height: 100%;
    border-radius: 0 0.75rem 0.75rem 0;
    -o-object-fit: cover;
       object-fit: cover;
    /* width: auto; */
    /* float: right; */
    /*border-radius: 0 12px 12px 0;*/
}
.mod-wrapper-a .btn-r:hover {
    color: var(--color-accent-gold);
    background: #ffffff;
}
@media (max-width: 992px) {
    .mod-wrapper-a .mod-unit {
        width: 80%;
        padding: 3.875rem 1rem;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-a {
        /* flex-direction: column-reverse; */
    }

    .mod-wrapper-a .mod-unit {
        width: 86%;
        padding: 3rem 1rem;
        /* padding: 3.875rem 1rem; */
    }

    .mod-wrapper-a .unit-title {
        font-size: 32px;
        font-size: 2rem;
        line-height: 38px;
        line-height: 2.375rem;
    }

    .mod-wrapper-a .unit-desc {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    /* .mod-wrapper-a .unit-img-box {
        width: 100%;
    }
    .mod-wrapper-a .unit-img {
        width: 100%;
        float: unset;
        border-radius: 12px 12px 0 0;
    } */
}
@media (max-width: 576px) {
    .mod-wrapper-a {
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .mod-wrapper-a .unit-img {
        width: 100%;
        float: unset;
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .mod-wrapper-a .unit-img-box {
        width: 100%;
        height: 50%;
    }
}
/*布局 2*/
.mod-wrapper-b {
    /* margin-top: 80px; */
}
.mod-wrapper-b .mod-tab {}
.mod-wrapper-b .mod-unit {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}
.mod-wrapper-b .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 0;
    /*transition: height 1s ease-out;*/
}
.mod-wrapper-b .unit-title {
    padding-top: 5.75rem;
    text-align: start;
}
.mod-wrapper-b .unit-desc {
    margin-top: 2rem;
    flex: 1 1 auto;
}
.mod-wrapper-b .unit-img {
    width: 100%;
    max-width: 25rem;
    margin-right: 7.5rem;
}
@media (max-width: 1100px) {
    .mod-wrapper-b {
        margin-top: 0;
        padding: 0 1rem;
    }

    .mod-wrapper-b .mod-unit {
        flex-direction: column-reverse;
    }

    .mod-wrapper-b .unit-title {
        padding-top: 0;
    }

    .mod-wrapper-b .unit-desc {
        margin-top: 1rem;
    }

    .mod-wrapper-b .unit-img {
        margin: 2.5rem auto 5rem;
    }
}
/*底部联系我们*/
.container-connect-index {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 5.375rem 0;
}
.container-connect {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 5rem 0;
    /*padding: 8.625rem 0;*/
}
.container-connect-rows {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
    padding: 7.125rem 0;
}
/*联系我们*/
.section-connect {
    background-color: var(--color-dark);
}
.connect-title {
    font-size: 2.25rem;
    /* font-size: 36px; */
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin-bottom: 1.5rem;
}
.connect-desc {
    font-size: 1rem;
    /* font-size: 16px; */
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.75rem;
    /* line-height: 28px;*/
}
.container-connect-1 {
    /*86px*/
    padding: 5.375rem 0;
}
@media (max-width: 768px) {
    .connect-title {
        font-size: 2rem;
        margin-bottom: 1.25rem;
    }

    .container-connect-index .connect-title {
        margin-bottom: 3.25rem;
    }

    .connect-desc {
        font-size: 0.875rem;
    }

}
/*联系我们 end*/
/* Tab 标题容器 */
.tab-title {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 0 auto 2.5rem;
    /* 底部留白 */
    border-bottom: 0.0625rem solid #eee;
    /* 底部浅灰线 */
    position: relative;
}
/* Tab 单个选项 */
.tab-nav-item {
    text-align: center;
    padding: 0.9375rem 0;
    cursor: pointer;
    font-size: 1.125rem;
    font-weight: 500;
    color: #666;
    /* 默认颜色 */
    transition: all 0.3s ease;
    /* 平滑过渡 */
    position: relative;
}
/* 鼠标悬停 */
.tab-nav-item:hover {
    color: #000;
    /* 这里的颜色请替换为你的主题色 */
}
/* 选中状态 */
.tab-nav-item.active {
    color: #000;
    /* 这里的颜色请替换为你的主题色 */
    font-weight: 700;
}
/* 选中时的底部线条动画 */
.tab-nav-item::after {
    content: '';
    position: absolute;
    bottom: -0.0625rem;
    /* 盖住父级的边框 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0.1875rem;
    background-color: #000;
    /* 这里的颜色请替换为你的主题色 */
    transition: width 0.3s ease;
}
.tab-nav-item.active::after {
    width: 100%;
    /* 选中时线条撑开 */
}
/* 内容区域基础样式 */
.tab-pane {
    display: none;
    /* 默认隐藏 */
    width: 100%;
}
/* 选中显示的内容 */
.tab-pane.active {
    display: block;
    animation: fadeInUp 0.5s ease-out forwards;
    /* 执行动画 */
}
/* 简单的淡入向上动画 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(1.25rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* 保持原有图片和布局样式 (根据你的原代码保留) */
.mod-unit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}
.img-bg-filter {
    max-width: 100%;
    border-radius: 0.5rem;
    margin-bottom: 1.25rem;
}
/* index end */
/* RTL Overrides for URDU */
html[dir="rtl"] .text-left {
    text-align: start !important;
}
html[dir="rtl"] .text-right {
    text-align: end !important;
}
html[dir="rtl"] .ml-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}
html[dir="rtl"] .mr-auto {
    margin-left: auto !important;
    margin-right: unset !important;
}
html[dir="rtl"] .pl-0 {
    padding-right: 0 !important;
}
html[dir="rtl"] .pr-0 {
    padding-left: 0 !important;
}
/* ########################################################################################### */
.container-flex {
    display: flex !important;
    flex-wrap: wrap;
}
.container-roll {
    display: flex !important;
    flex-wrap: wrap;
    padding: 7.5rem 0;
    padding: 5rem 0;
}
.container-roll.roll-index {
    /* padding: 5rem 0 0; */
}
.container-roll.about {
    padding: 0 0 5rem;
}
.roll-padding {
    padding: 5rem 0;
}
.container-product {
    padding: 0 0 7.5rem;
}
.section-p-wa .container-product {
    padding: 5rem 0 5.5rem;
}
.container-client-case {
    /*padding: 80px 0;*/
    /*padding: 5rem 0;*/
    margin: 0 auto;

    /*max-width: 1200px;*/
    height: auto;
    position: relative;
    text-align: center;
    justify-content: center;
}
.container-detail {
    padding: 0;
}
.container-subscribe {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    color: #ffffff;
}
.section-about {
    height: 32.5rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F9F9F9 42%, var(--color-border-secondary) 100%);
}
.section-product {
    overflow: hidden;
}
@media (max-width: 1024px) {

    .section-about {
        height: auto;
    }

}
@media (max-width: 768px) {

    picture img {
        width: 100%;
    }



    .container-connect {
        padding: 112px 1rem;
        padding: 7rem 1rem;
    }

    .container-m4 {
        padding: 4rem 1rem;
    }

    .container-m04 {
        padding: 0 1rem 4rem;
    }

    .container-m5 {
        padding: 0 1rem 5rem;
    }

    .container-connect-rows {
        padding: 120px 1rem;
        padding: 7.5rem 1rem;
    }

    .container-connect-index {
        padding: 80px 1rem;
        padding: 5rem 1rem;
    }

    .container-about {
        padding: 4rem 1rem;
    }

    .container-detail {
        padding: 1rem 1rem 3rem;
    }


    .section-about {
        height: auto;
    }

    .container-blog.join {
        padding: 0;
    }
}
/*卡片间距*/
.gap-1 {
    gap: 1rem;
}
.gap-2 {
    gap: 2rem;
}
/*其他样式*/
.bg-green {
    background: var(--color-accent-gold);
    /*background: #00A564;*/
}
.bg-light-green {
    background: #E7F8F2;
}
.bg-dark-green {
    background: #1A4F60;
}
/*比bg-dark-green 多一层白色蒙层*/
.bg-dark-green-lighter {
    background: #3C6978;
}
.bg-dark-green-img {
    background: url("/en/public/svg/bg_gl.svg") 0 100% no-repeat,
        url("/en/public/svg/bg_gr.svg") 100% 0 no-repeat;
    background-color: #1A4F60;
}
.bg-dark-green-map {
    background: url("/public/images/about/bg_map.png") center no-repeat;
    background-size: contain;
    background-color: #1A4F60;
}
.bg-light-grey {
    background: #F8F8F9;
}
.bg-unset {
    background: unset;
}
.bg-form {
    background: var(--grey-bg);
}
.pd-sms-bg {
    /* background-color: #e9eff6; */
    background-image: url("/public/images/banner/bg_sms.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-voice-bg {
    /* background-color: #ecf3f6; */
    background-image: url("/public/images/banner/bg_product.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-industry-bg {
    /* background: #f6f9fb; */
    background-image: url("/public/images/banner/bg_solution.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.pd-scene-bg {
    /* background-color: #dfe2ec; */
    background-image: url("/public/images/banner/bg_scene.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media (max-width: 1100px) {
    .bg-dark-green-map {
        background-size: cover;
        background-position-x: 84%;
    }

    .bg-dark-green-img {
        background: url(/en/public/svg/bg_gl.svg) 0 100% no-repeat;
        background-color: #1A4F60;
    }
}
.font-green {
    color: var(--color-accent-gold);
    /*color: #00A564;*/
}
.font-black {
    color: var(--color-text-primary);
}
.font-white {
    color: #ffffff;
}
.font-grey {
    color: #616566;
}
.font-light-grey {
    color: #919799;
}
.title-48 {
    /*font-size: 48px;*/
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 3.5rem;
    margin: 0.5rem auto;
    text-align: left;
    position: relative;
}
.title-36 {
    font-size: 2.25rem;
    /*font-size: 36px;*/
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2.625rem;
    position: relative;
    /*line-height: 42px;*/
}
.title-28 {
    font-size: 1.75rem;
    /*font-size: 28px;*/
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    position: relative;
    /*line-height: 3.5rem;*/
    /*line-height: 56px;*/
}
.title-24 {
    font-size: 1.5rem;
    /*font-size: 24px;*/
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    position: relative;
    /*line-height: 3.5rem;*/
    /*line-height: 56px;*/
}
.font-12 {
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 0.875rem;
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}
.font-14 {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.625rem;
    /*line-height: 25px;*/
}
.font-16 {
    font-size: 1rem;
    /*font-size: 16px;*/
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    /*line-height: 28px;*/
}
.font-18 {
    /*font-size: 18px;*/
    font-size: 1.125rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 2rem;
    /*line-height: 32px;*/
}
.font-20 {
    font-size: 1.25rem;
    /*font-size: 20x;*/
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    /*line-height: 3.5rem;*/
    /*line-height: 56px;*/
}
.title-pre {
    color: #616566;
    margin: 0 auto;
    /*margin: 3.375rem auto 2rem;*/
}
.title-location {
    /*color: var(--color-text-primary);*/
    color: var(--color-accent-gold);
}
/*标题下划线样式*/
.title-after-green::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: var(--color-accent-gold);
    position: absolute;
    border-radius: 0.5rem;
    right: calc((100% - 3rem) / 2);
    margin-top: 3.625rem;
}
.title-after-white::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: #ffffff;
    position: absolute;
    right: calc((100% - 3rem) / 2);
    margin-top: 3.625rem;
    border-radius: 0.5rem;
}
.title-after-green-l {
    text-align: left;
}
.title-after-green-l::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: var(--color-accent-gold);
    position: absolute;
    left: 0%;
    margin-top: 3.625rem;
    border-radius: 0.5rem;
}
.title-after-white-l {
    position: relative;
    text-align: left;
}
.title-after-white-l::after {
    content: '';
    width: 3rem;
    height: 0.375rem;
    background: #ffffff;
    position: absolute;
    left: 0%;
    margin-top: 3.625rem;
    border-radius: 0.5rem;
}
@media (max-width: 768px) {
    .title-after-green-l::after {
        left: calc((100% - 3rem) / 2);
    }

    .title-h2-left-green::after {
        left: calc((100% - 3rem) / 2);
    }
}
.weight-500 {
    font-weight: 500;
}
.weight-400 {
    font-weight: 400;
}
.text-left {
    text-align: left;
}
.text-decora-u {
    text-decoration: underline;
}
/*基础样式*/
/*各模块标题*/
.container-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    /*margin: 0 auto 54px;*/
    margin: 0 auto 3.375rem;
}
.container-title-w {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #ffffff;
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    /*margin-bottom: 102px;*/
    /*margin-bottom: 6.375rem;*/
    margin-bottom: 6rem;
}
.container-title-product {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin: 0 auto 3.875rem;
}
.container-title-form {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 42px;
    line-height: 2.625rem;
    position: relative;
    margin: 0 auto 5.375rem;
}
.container-title-pre,
.container-title-pre a {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    /* line-height: 28px;*/
    color: #616566;
    margin: 0 auto;
}
.container-solution .container-title-pre {
    margin: 0 auto 1rem;
}
/*卡片标题*/
.unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    /* font-size: 24px; */
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.75rem;
    position: relative;
}
.unit-title-pre {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2rem;
    color: var(--color-accent-gold);
    text-align: left;
    /*line-height: 32px;*/
}
.unit-info {
    /*display: flex;*/
    height: 100%;
    justify-content: center;
}
.unit-desc,
.unit-desc a {
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    color: #616566;
    text-align: start;
}
.unit-desc {
    display: block;
}
.unit-img {
    display: inline-block;
    vertical-align: middle;
}
.unit-btn {
    display: flex;
    text-align: left;
}
/*卡片容器*/
.mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
}
@media (max-width: 768px) {
    .container-title {
        font-size: 32x;
        font-size: 2rem;
        line-height: 2.375rem;
        margin-bottom: 3.25rem;
    }

    .container-title-pre {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5rem;
        /* line-height: 24px;*/
    }

    .container-title-w {
        margin-bottom: 3.75rem;
    }

    .container-title-news {
        margin-bottom: 3.75rem;
    }

    .container-title,
    .container-title-w,
    .container-title-news,
    .container-title-product,
    container-title-form {
        font-size: 2rem;
    }

    .unit-title {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 24px;
        line-height: 1.5rem;
    }

    .unit-info {
        margin: 2.5rem auto 0;
    }

    .unit-desc {
        display: block;
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 1.5rem;
    }
}
/*banner*/
.mod-wrapper-banner {
    padding: 7.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: 0;
    /*overflow: hidden;*/
    z-index: 11;
    /*display:flex;*/
    /*border-radius: 12px;*/
}
.mod-wrapper-banner .mod-unit {
    position: absolute;
    top: 6.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    height: auto;
}
.mod-wrapper-banner .unit-title-pre {
    display: inline-block;
    /*height: 2rem;*/
    height: auto;
    text-align: left;
}
.swiper-banner .swiper-slide.index .unit-title-pre {
    display: none;
}
.mod-wrapper-banner.index .unit-title-pre {
    display: none;
}
.mod-wrapper-banner .unit-title-pre img {
    height: 1.625rem;
}
.mod-wrapper-banner .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: var(--color-text-primary);
    margin: 0.5rem 0 2rem;
    /*margin: 8px auto;*/
    text-align: left;
    position: relative;
}
.mod-wrapper-banner .unit-title.title-green {
    color: var(--color-accent-gold);
}
.mod-wrapper-banner .unit-desc,
.mod-wrapper-banner .unit-desc a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: var(--color-text-primary);
    text-align: start;
}
.mod-wrapper-banner .unit-desc {
    display: block;
}
.mod-wrapper-banner.index .unit-desc {
    max-width: 26.25rem;
}
.mod-wrapper-banner .unit-img {
    display: block;
    width: auto;
    height: 37.5rem;
    position: relative;
    right: 0;
    left: 0;
    margin-left: 50%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-50%, 0);
}
.mod-wrapper-banner .btn-l:hover {
    background: var(--color-accent-gold);
}
.mod-wrapper-banner .btn-r:hover {
    background: rgb(36 184 158);
    color: white;
}
@media (max-width: 992px) {
    .mod-wrapper-banner .unit-img {
        height: 25rem;
    }
}
@media (min-width: 769px) {
    .mod-wrapper-banner .unit-img.unit-img-pbx {
        left: 30%;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-banner {
        position: relative;
        height: 100%;
        overflow: unset;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .mod-wrapper-banner .mod-unit {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
        z-index: 2;
        top: 2.5rem;
    }

    .mod-wrapper-banner .unit-img {
        width: 100%;
        height: auto;
        margin-top: -2rem;
        z-index: 1;
    }

    .mod-wrapper-banner .unit-title {
        font-size: 2rem;
        line-height: 2.5rem;
        margin: 0.5rem 0 1rem;

        /*font-size: 2.5rem;*/
        /*margin: .5rem auto 1.5rem;*/
    }

    .mod-wrapper-banner .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }

    .mod-wrapper-banner .unit-btn {
        text-align: center;
    }

    .mod-wrapper-banner.index .mod-unit {
        align-items: center;
        top: 3.75rem;
    }

    .mod-wrapper-banner.index .unit-desc {
        text-align: center;
    }

    .mod-wrapper-banner.index .unit-title {
        text-align: center;
    }

    .mod-wrapper-banner .unit-title-pre img {
        height: 1.5rem;
    }

}
@media (max-width: 767px) {
    .poster .mod-wrapper-banner .unit-img {
        width: 75%;
        top: 50%;
        left: 47%;
        height: auto;
    }

    .wa .mod-wrapper-banner .unit-img {
        width: 100%;
        top: 42%;
        left: 50%;
        height: auto;
    }
}
@media (max-width: 480px) {
    .poster .mod-wrapper-banner .unit-img {
        width: 100%;
        top: 42%;
        /* top: 43%;
        left: 47%;
        height: auto; */
    }

    .wa .mod-wrapper-banner .unit-img {
        width: 100%;
        top: 50%;
        left: 50%;
    }
}
.banner-product {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.banner-product .unit-img {
    display: block;
    width: auto;
    height: 37.5rem;
    position: relative;
    vertical-align: bottom;
    -o-object-fit: contain;
       object-fit: contain;
}
.banner-product .unit-img.mt-lg-0 {
    height: 31.25rem;
    margin-top: 0;
}
.banner-product picture,
.banner-product .picture {
    display: none;
}
.banner-product .mod-unit {
    position: relative;
    top: 6.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 5;
    height: auto;
    margin: 0;
}
.banner-product .unit-title-pre {
    display: inline-block;
    height: 2rem;
    text-align: left;
}
.banner-product .unit-title-pre img {
    height: 1.625rem;
}
.banner-product .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: Alibaba PuHuiTi-Bold, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: var(--color-text-primary);
    margin: 0.5rem 0 2rem;
    /*margin: 8px auto;*/
    text-align: left;
    position: relative;
}
.banner-product .unit-title.title-green {
    color: var(--color-accent-gold);
}
.banner-product .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: Alibaba PuHuiTi-Light, Alibaba PuHuiTi, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: var(--color-text-primary);
    display: block;
    text-align: left;
    /* max-width: 26.25rem; */
}
.banner-product .btn-l:hover {
    background: var(--color-accent-gold);
}
.banner-product .btn-r:hover {
    background: rgb(36 184 158);
    color: white;
}
.banner-product.banner-gif picture {
    display: block;
    position: absolute;
    left: 57%;
}
.banner-product.banner-gif .picture {
    display: block;
}
.banner-product .unit-img.sl_en_lg {
    height: 31.25rem;
    left: 51%;
}
@media (max-width: 1199.9px) {
    .banner-product picture {
        display: block;
        position: absolute;
        left: 40%;
    }

    .banner-product .picture {
        display: block;
        position: absolute;
        left: 43%;
    }
}
@media (min-width: 576px) and (max-width: 1024px) {
    .banner-product .unit-img.mt-md-54 {
        height: 37.5rem;
        margin-top: -3.375rem;
    }
}
@media (max-width: 1024px) {

    .homepage-section {
        height: auto;
        max-height: none;
    }

    .banner-product {
        flex-direction: column-reverse;
    }

    .banner-product .mod-unit {
        top: 2.5rem;
    }

    .banner-product .unit-img {
        /* width: 80%; */
        height: 31.25rem;
        position: relative;
        left: 10%;
        margin-top: -11%;
    }

    .banner-product .unit-img.mt-md-0 {
        margin-top: 0;
    }


    .banner-product.banner-gif picture {
        position: relative;
        left: 10%;
        margin-top: -11%;
    }

}
@media (min-width: 769px) {
    .banner-product .unit-img.unit-img-pbx {
        left: 30%;
    }
}
@media (max-width: 768px) {
    .banner-product {}

    .banner-product .mod-unit {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
        z-index: 2;
        top: 2.5rem;
    }

    .banner-product .unit-img {
        width: 100%;
        /* height: auto; */
        margin-top: -2rem;
        left: 0;
        z-index: 1;
    }

    .banner-product .unit-img.mt-sm-0 {
        margin-top: 0;
    }

    .banner-product .unit-img.mt-sm-8 {
        height: auto;
        margin-top: 2rem;
    }

    .banner-product .unit-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: .5rem 0 1.5rem;
    }

    .banner-product.index .unit-title {
        text-align: center;
    }

    .banner-product .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }

    .banner-product .unit-btn {
        text-align: center;
    }

    .banner-product.index .mod-unit {
        align-items: center;
        top: 3.75rem;
    }

    .banner-product.index .unit-desc {
        text-align: center;
    }

}
@media (max-width: 576px) {
    .banner-product .unit-img {
        -o-object-fit: cover;
           object-fit: cover;
        height: 26.875rem;
    }

    .banner-product .unit-img.mt-xs-0 {
        margin-top: 0;
    }

    .banner-product .unit-img.mt-xs-100 {
        margin-top: 6.25rem;
        height: 18.75rem;
    }
}
/*首页banner*/
.mod-wrapper-index {
    padding: 7.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: 0;
    /* overflow: hidden; */
    z-index: 11;
    /*display:flex;*/
    /*border-radius: 12px;*/
}
.mod-wrapper-index .mod-unit {
    position: absolute;
    top: 8.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 20;
    height: auto;
}
.mod-wrapper-index .unit-title-pre {
    display: inline-block;
    height: 2rem;
    text-align: left;
}
.mod-wrapper-index .unit-title-pre img {
    height: 1.625rem;
}
.mod-wrapper-index .unit-title {
    font-size: 3.375rem;
    font-family: PuHuiBlack, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    line-height: 1.1;
    color: var(--color-dark);
    margin: 0.5rem 0 2rem;
    text-align: left;
    position: relative;
}
.mod-wrapper-index .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 2rem;
    color: var(--color-text-primary);
    display: block;
    text-align: left;
    max-width: 26.25rem;
}
.mod-wrapper-index .unit-img {
    display: block;
    width: auto;
    height: 37.5rem;
    position: relative;
    right: 0;
    left: 0;
    margin-left: 50%;
    vertical-align: bottom;
    -o-object-fit: cover;
       object-fit: cover;
    transform: translate(-50%, 0);
    /* max-width: 252px;
    margin: 0 auto;
    border-radius: 6px; */
}
.mod-wrapper-index .btn-l:hover {
    background: var(--color-accent-gold);
}
.mod-wrapper-index .btn-r:hover {
    background: rgb(36 184 158);
    color: white;
}
@media (max-width: 1024px) {
    .mod-wrapper-index {
        position: relative;
        height: 100%;
        overflow: unset;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .mod-wrapper-index .mod-unit {
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 0 1rem;
        z-index: 2;
        top: 2.5rem;
    }

    .mod-wrapper-index .unit-img {
        /* width: 100%;
        height: auto;
        margin-top: -32px;
        z-index: 1; */

        margin-left: 24%;
        height: 21.875rem;
        margin-top: -5%;

    }

    .mod-wrapper-index .unit-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: .5rem 0 1.5rem;
    }

    .mod-wrapper-index.index .unit-title {
        text-align: center;
    }

    .mod-wrapper-index .unit-desc {
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }

    .mod-wrapper-index .unit-btn {
        text-align: center;
    }

    .mod-wrapper-index.index .mod-unit {
        align-items: center;
        top: 3.75rem;
    }

    .mod-wrapper-index.index .unit-desc {
        text-align: center;
    }

    .section-p-wa .mod-wrapper-index .unit-img {
        margin-top: 2.5rem;
        margin-bottom: 1rem;
    }
}
@media (max-width: 992px) {
    .mod-wrapper-index .unit-img {
        height: 25rem;
    }

    .poster .mod-wrapper-index .unit-img {
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        height: 90%;
    }

    .wa .mod-wrapper-index .unit-img {
        top: 52%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        height: 90%;
    }
}
@media (min-width: 769px) {
    .mod-wrapper-index .unit-img.unit-img-pbx {
        left: 30%;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-index .unit-img {
        margin-left: 22%;
    }

    .mod-wrapper-index .unit-title {
        font-size: 3rem;
        line-height: 1;
    }
}
@media (max-width:575px) {
    .mod-wrapper-index .unit-img {
        width: 100%;
        height: auto;
        margin-left: 50%;
        top: 5%;
    }
}
/*首页轮播banner*/
.swiper-container.swiper-banner {
    height: 100%;
    padding: 0;
    margin-top: 0;
}
.swiper-banner .container {
    height: 100%;
    padding: 0;
}
.swiper-banner .swiper-slide {
    overflow: hidden;
}
.swiper-banner .swiper-slide-active {
    z-index: 99;
}
.mod-wrapper-banner .unit-title-pre {
    display: inline-flex;
}
.img-border {
    border-right: 0.0625rem solid var(--color-text-primary);
    margin-right: 0.875rem;
    padding-right: 0.875rem;
}
.slide-wa {
    background-color: #f5f4f3;
    cursor: pointer;
}
.swiper-banner .swiper-pagination-bullet {
    width: 1.5rem;
    height: 0.1875rem;
    border-radius: 0.5rem;
}
.slide-wa .mod-wrapper-banner .unit-img {
    margin-left: 59%;
}
.swiper-container-horizontal.swiper-banner>.swiper-pagination-bullets {
    bottom: 1.5rem;
}
.swiper-container-horizontal.swiper-banner>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.25rem;
}
.swiper-banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}
.swiper-banner .swiper-pagination-bullet-active {
    background: var(--color-accent-gold);
}
.swiper-banner .swiper-button-prev,
.swiper-banner .swiper-button-next {
    background-size: 3.5rem 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    top: calc((100% - 3.5rem) / 2);
    bottom: 0.625rem;
    cursor: pointer;
    background-color: #F1F1F1;
    border-radius: 6.25rem;
}
.swiper-banner .swiper-button-prev {
    background: url("/en/public/svg/page_left.svg") center no-repeat;
}
.swiper-banner .swiper-button-next {
    background: url("/en/public/svg/page_right.svg") center no-repeat;
}
.swiper-banner .swiper-button-prev:hover {
    background: url("/en/public/svg/page_left_active.svg") center no-repeat;
}
.swiper-banner .swiper-button-next:hover {
    background: url("/en/public/svg/page_right_active.svg") center no-repeat;
}
.swiper-banner .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 4.5rem;
}
.swiper-banner .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 4.5rem;
}
@media (max-width: 768px) {
    .slide-wa {
        background-color: #f2f2f0;
    }

    .slide-wa .mod-wrapper-banner .unit-img {
        margin-left: 50%;
    }

    .swiper-banner .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        display: none;
        left: 0.125rem;
    }

    .swiper-banner .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        display: none;
        right: 0.125rem;
    }
}
/*首页轮播banner end*/
/*产品页banner*/
.mod-wrapper-product {
    padding: 7.5rem 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: flex-start;
    padding: 0;
    overflow: hidden;
    z-index: 11;
    /*display:flex;*/
    /*border-radius: 12px;*/
}
.mod-wrapper-product .mod-unit {
    position: absolute;
    top: 7.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.mod-wrapper-product .unit-title-pre {}
.mod-wrapper-product .unit-title {
    font-size: 48px;
    font-size: 3rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 56px;
    line-height: 3.5rem;
    color: var(--color-text-primary);
    margin: 0.5rem 0 2rem;
    text-align: left;
    position: relative;
}
.mod-wrapper-product .unit-desc {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: var(--color-text-primary);
    display: block;
    text-align: start;
    max-width: 30rem;
}
.mod-wrapper-product .unit-img {
    max-width: 15.75rem;
    margin: 0 auto;
    border-radius: 0.375rem;
}
.mod-wrapper-product .btn-l:hover {
    background: var(--color-accent-gold);
}
.mod-wrapper-product .btn-r:hover {
    background: rgb(36 184 158);
    color: white;
}
.mod-wrapper-product.about {
    max-width: 70rem;
}
.mod-wrapper-product.about .unit-img {
    display: block;
    width: auto;
    max-width: none;
    position: relative;
    right: 0;
    /* left: 238px; */
    bottom: 0;
    top: 2.25rem;
    margin-right: 0;
    border-radius: 0;
    z-index: 5;
}
.mod-wrapper-product.about .unit-desc {
    max-width: unset;
}
@media (max-width: 1024px) {
    .mod-wrapper-product {
        position: unset;
        padding: 0 1rem;
    }

    .mod-wrapper-product .mod-unit {
        position: unset;
        /*display: flex;*/
        flex-direction: column;
        align-items: flex-start;
        padding: 2.5rem 0 3rem;
    }

    .mod-wrapper-product .unit-title {
        font-size: 40px;
        font-size: 2.5rem;
        margin: 0 0 1.5rem;
    }

    .mod-wrapper-product .unit-desc {
        text-align: start;
        font-size: 16px;
        font-size: 1rem;
        line-height: 28px;
        line-height: 1.75rem;
    }

    .mod-wrapper-product .unit-btn {
        text-align: center;
    }

    .mod-wrapper-product.about .mod-unit {
        padding: 2.5rem 1rem;
    }

    .mod-wrapper-product.about .unit-img {
        /*top: -86px;*/
        /* width: calc(100% - 2rem); */
        width: 50%;
        max-width: 28.125rem;
        margin: 0 1rem;
        left: 0;
        top: 0;
    }

    .mod-wrapper-product.about img {
        margin: 0 1rem;
        left: 0;
        top: 0;
    }

}
@media (max-width: 768px) {
    .mod-wrapper-product.about .unit-img {
        width: 100%;
        margin: 0;
    }
}
/*协议*/
.container-term {
    max-width: 62.5rem;
    margin: 5rem auto 10.625rem;
}
.container-term p {
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    color: #616566;
    line-height: 1.5625rem;
}
.container-term p.term-title {
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    text-align: left;
    color: var(--color-text-primary);
    line-height: 1.75rem;
    margin: 2.5rem 0 1rem;
}
.container-term p.term-sub {
    color: var(--color-text-primary);
}
.container-term b {
    font-family: PuHui;
    font-weight: 500;
    color: var(--color-text-primary);
}
.container-term em {
    font-style: italic;
}
.container-term a {
    text-decoration: underline;
}
.container-term a:hover {
    color: var(--color-accent-gold);
}
.container-term .rule {
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    text-align: center;
    color: var(--color-text-primary);
    line-height: 1.75rem;
    margin: 12rem 0 2rem;
}
@media (max-width: 768px) {
    .container-term {
        padding: 0 1rem;
        margin: 3.5rem auto 5rem;
    }

    .container-term .title-after-green-l::after {
        left: 0;
    }
}
/*404*/
.container-404 {
    max-width: 75rem;
    padding: 10rem 5rem;
    margin: auto;
}
.mod-404 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mod-404 .unit-img {
    max-width: 35.125rem;
}
.mod-404 .mod-unit {
    flex-direction: column;
    padding-left: 5rem;
    align-items: flex-start;
}
.mod-404 .unit-title {
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #000000;
    line-height: 2.625rem;
    margin-bottom: 1rem;
}
@media (max-width: 768px) {
    .container-404 {
        padding: 5rem 1rem;
    }

    .mod-404 {
        flex-direction: column;
    }

    .mod-404 .mod-unit {
        align-items: center;
        padding: 0;
        padding-top: 3rem;
    }
}
.policy-term {
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 0.875rem;
    margin-left: 0.5rem;
}
.policy-item {
    display: block;
    margin-top: 1rem;
    /*margin-bottom: 1rem;*/
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.policy-item:nth-of-type(2) {
    margin-bottom: 0;
}
.policy-item input[type='checkbox'] {
    vertical-align: middle;
}
.privacy-link {
    color: var(--color-accent-gold);
}
.send_thanks {
    display: none;
    text-align: left;
    line-height: 1.5rem;
}
@media (max-width: 768px) {
    .layui-input-verify {
        padding-left: 2rem;
    }
}
/*布局 3*/
.mod-wrapper-c {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
}
.mod-wrapper-c .mod-unit {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex-shrink: 1; */
    padding: 1.5rem 0 1.5rem 2rem;
    border-radius: 0.75rem;
    background: #3C6978;
}
.mod-wrapper-c .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /* flex: 1 1 0; */
}
.mod-wrapper-c .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Bold, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    line-height: 2.625rem;
    text-align: left;
}
.mod-wrapper-c .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    color: #FFFFFF;
    line-height: 16px;
    line-height: 1rem;
    margin-top: 0.25rem;
    flex: 1 1 auto;
}
.mod-wrapper-c .unit-img {
    max-width: 3.5rem;
    margin: auto 0;
    margin-right: 1rem;
}
.mod-wrapper-c .btn-r:hover {
    background: var(--color-accent-gold);
    color: #ffffff;
}
.mod-wrapper-c6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 4.5rem;
}
.mod-wrapper-c6 .mod-unit {
    padding: 0;
    border-radius: 0.75rem;
    background: unset;
}
.mod-wrapper-c6 .unit-title {
    border-bottom: 0.0625rem solid var(--color-accent-gold);
}
.mod-wrapper-c .unit-desc {
    margin-top: 0.5rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-c {
        grid-template-columns: repeat(2, 1fr);
    }

    .mod-wrapper-c6 {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-c {
        /* grid-template-rows: repeat(4, 1fr); */
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding: 0 2.125rem 2rem;
    }

    .mod-wrapper-c .mod-unit {
        padding: 1rem 0 1.5rem 2rem;
    }

    .mod-wrapper-c .unit-info {
        margin: 0;
    }

    .mod-wrapper-c6 {
        grid-template-columns: repeat(2, 1fr);
    }

    .mod-wrapper-c6 .mod-unit {
        padding: 1rem 0;
    }
}
@media (max-width: 576px) {
    .wrap-cube {
        min-width: 15rem;
    }

    .mod-wrapper-c6 {
        padding: 0 1rem 2rem;
    }
}
/*布局 4*/
.mod-wrapper-d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: auto;
}
/*首页news style*/
.container-news .mod-wrapper-d {
    margin: 0 auto;
}
.container-news .mod-wrapper-d .unit-info {
    height: auto;
}
.swiper-p .mod-wrapper-d {
    gap: 0;
}
.mod-wrapper-d .mod-unit a {
    display: grid;
}
.mod-wrapper-d .mod-unit {
    position: relative;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 1rem 0;
    border-radius: 0.375rem;
    box-shadow: 0 0.625rem 1.875rem 0 rgba(231, 231, 231, 0.3);
    cursor: pointer;
    /*动画的过渡效果*/
    transition: all .2s ease-in;
}
.mod-wrapper-d .unit-info {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0.5rem 2rem;
}
.mod-wrapper-d .unit-info>* {
    text-align: left;
}
.mod-wrapper-d .unit-date {
    width: 100%;
    display: inline-block;
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: left;
    line-height: 0.875rem;
    /*margin-top: 1rem;*/
    color: #616566;
}
.mod-wrapper-d.news .unit-title,
.mod-wrapper-d .unit-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 1.3125rem;
    color: var(--color-text-primary);
    text-align: left;
    flex: 1 1 auto;
    margin: 0.5rem auto 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
    overflow: hidden;
}
.mod-wrapper-d .unit-desc {
    font-size: 0.875rem;
    color: #616566;
    text-align: left;
    line-height: 1.5625rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;


    text-overflow: ellipsis;
    /* 超出部分省略号 */
    /*word-break: break-all;  !* 设置省略字母数字 *!*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2; !* 显示的行数 *!*/
}
.mod-wrapper-d .unit-img-box {
    width: 100%;
    height: 14.5rem;
    /*overflow: hidden;*/
}
.mod-wrapper-d .unit-img {
    margin: 0 auto;
    border-radius: 0.375rem;
    /*height: 100%;*/
    height: 14.5rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
    /* overflow: hidden; */
}
.mod-wrapper-d .mod-unit {
    position: relative;
}
.mod-wrapper-d .mod-unit-url {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.mod-wrapper-d .unit-report {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1rem 0.5rem 1.5rem;
}
.mod-wrapper-d .unit-report .unit-title {
    margin: 0;
}
.mod-wrapper-d .unit-report .unit-date {
    margin: 1.5rem 0;
}
.mod-wrapper-d .unit-report .unit-more {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: var(--color-accent-gold);
    line-height: 1.5625rem;
    text-align: left;
    text-decoration: underline;
}
/* blog */
.mod-wrapper-d.mod-about {
    gap: 0.875rem;
}
.mod-wrapper-d.mod-about .unit-img-box {
    height: 10.625rem;
}
.mod-wrapper-d.mod-about .unit-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
@media (min-width: 769px) {
    .mod-wrapper-d .mod-unit:hover {
        transform: translateY(-0.5rem);
    }

    .mod-wrapper-d .mod-unit:hover .unit-title {
        color: var(--color-accent-gold);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-d {
        gap: 0;
        margin-bottom: 3.75rem;
    }

    .mod-wrapper-d.report,
    .mod-wrapper-d.news {
        grid-template-rows: repeat(auto-fill, 1fr);
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .mod-wrapper-d.mod-about {
        grid-template-rows: repeat(3, 1fr);
        grid-template-columns: 1fr;
    }

    .mod-wrapper-d .mod-unit {
        padding: 1rem 1rem 0;
    }

    .mod-wrapper-d .unit-info {
        margin-top: 0;
    }


}
/*布局 5*/
.mod-wrapper-e {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    margin-top: 4rem;
}
.mod-wrapper-e .mod-unit {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2rem 2rem 1.625rem;
    background: #FFFFFF;
    border-radius: 0.75rem;
}
.mod-wrapper-e .unit-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    /*padding-bottom: 1rem;*/
    border-bottom: 0.0625rem solid #F1F1F1;
}
.mod-wrapper-e .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--color-text-primary);
    text-align: left;
    flex: 1 1 auto;
    min-height: 2.875rem;
    max-height: 2.875rem;
}
.mod-wrapper-e .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5625rem;
    margin: 1rem 0 1.5rem;
    flex: 1 1 auto;
}
.mod-wrapper-e .unit-title-pre {
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: var(--color-accent-gold);
    line-height: 1rem;
    display: block;
    margin: 1.5rem 0 .5rem;
}
.mod-wrapper-e .unit-img {
    max-width: 15.75rem;
    margin: 0 auto;
    border-radius: 0.375rem;
}
.mod-wrapper-e .mod-unit .view-unit {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-right: 0.5rem;
    margin-top: 1.25rem;
}
.mod-wrapper-e .mod-unit .view-more {
    display: inline-block;
    width: 50%;
    color: var(--color-accent-gold);
    text-align: left;
    /*opacity: 0;*/
    /*transform: translateX(-100%);*/
}
.mod-wrapper-e .unit-btn {
    height: 1.5rem;
}
.e-cube {
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.75rem;
    margin-top: 1.25rem;

}
@media (min-width: 769px) {
    .mod-wrapper-e .mod-unit .view-more {
        opacity: 0;
        transition: all .1s .15s ease-out;
    }

    .mod-wrapper-e .unit-btn {
        background-image: url(/en/public/svg/icon/to_right_g.svg);
        background-size: contain;
        background-repeat: no-repeat;
        transform: translateX(-50%);
        transition: all .2s ease-in;
    }

    .mod-wrapper-e .mod-unit:hover .view-more {
        opacity: 1;
    }

    .mod-wrapper-e .mod-unit:hover .unit-btn {
        background-image: url(/en/public/svg/icon/to_right.svg);
        transform: translate(calc(100% - 1.5rem));
        /*transition: ease-in-out .5s 0s ease-in-out;*/
        /*animation: turn-left .3s ease-in-out 0s forwards;*/
        /*animation: turn-left .3s ease-out 0s forwards;*/
    }
}
@media (max-width: 768px) {
    .mod-wrapper-e {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem;
    }

    .mod-wrapper-e .unit-info {
        margin: 0 auto;
        padding-bottom: 1.5rem;
    }

    .mod-wrapper-e .unit-title {
        min-height: unset;
        max-height: unset;
    }

    .mod-wrapper-e .unit-desc {
        margin: 1rem 0 0;
    }

    .mod-wrapper-e .btn-l,
    .mod-wrapper-e .btn-r {
        margin-top: 1rem;
    }

    .mod-wrapper-e .mod-unit .view-more {
        display: inline-block;
        opacity: 1;
    }

    .mod-wrapper-e .unit-btn {
        background-image: url(/en/public/svg/icon/to_right.svg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 100%;
        transform: none;
        animation: none;
    }
}
@keyframes turn-left {
    0% {
        transform: translate(0);
    }

    100% {
        transform: translate(calc(100% - 1.5rem));
        opacity: 1;
    }
}
/*布局 6*/
.mod-wrapper-f {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: repeat(2, 1fr);*/
    gap: 2rem;
    margin-top: 4rem;
}
.mod-wrapper-f .mod-unit {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-shrink: 1;
    padding: 1.5625rem 3.5rem 1.5625rem 3rem;
    border-radius: 0.75rem;
    background: #ffffff;
}
.mod-wrapper-f .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1 1 0;
}
.mod-wrapper-f .unit-title {
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.4375rem;
    text-align: left;
    margin-top: 0.6875rem;
}
.mod-wrapper-f .unit-desc {
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5625rem;
    margin-top: 1rem;
    /*flex: 1 1 auto;*/
}
.mod-wrapper-f .unit-img {
    max-width: 8.75rem;
    margin: auto 0;
    margin-right: 2.5rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-f .mod-unit {
        flex-direction: column;
        align-items: center;
        padding: 2rem 2rem;
    }

    .mod-wrapper-f .unit-img {
        margin: auto;
    }

    .mod-wrapper-f .unit-title,
    .mod-wrapper-f .unit-desc {
        text-align: center;
    }

}
@media (max-width: 768px) {
    .mod-wrapper-f {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem;
    }

    .mod-wrapper-f .mod-unit {
        flex-direction: column;
        padding: 2.5rem 3rem
    }

    .mod-wrapper-f .unit-info {
        margin: 1rem auto 0;
    }

    .mod-wrapper-f .unit-title {
        margin-top: 0;
    }

}
/*布局 7*/
.mod-wrapper-g {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* grid-template-rows: 1fr; */
    gap: 2rem;
    margin-top: 4rem;
}
.mod-wrapper-g .mod-unit {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem 2.375rem 2.75rem;
    background: #FFFFFF;
    border-radius: 0.75rem;
}
.mod-wrapper-g .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.mod-wrapper-g .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--color-text-primary);
    text-align: center;
    margin: 2rem auto 1rem
}
.mod-wrapper-g.cps .unit-title {
    flex: 1 1 auto;
}
.mod-wrapper-g .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5625rem;
    text-align: center;
}
.mod-wrapper-g .unit-img {
    max-width: 8.75rem;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .mod-wrapper-g {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-g {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        margin-top: 2.5rem;
    }

    .mod-wrapper-g .mod-unit {
        width: 100%;
        padding: 2.5rem 1.25rem
    }

    .mod-wrapper-g .unit-info {
        margin: 2rem auto 0;
        justify-content: center;
    }

    .mod-wrapper-g .unit-title {
        margin-top: 0;
    }

    .mod-wrapper-g .unit-img {
        margin: auto;
    }
}
/*布局 8*/
.mod-wrapper-h {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* grid-template-rows: 1fr; */
    gap: 2rem;
    padding-top: 4rem;
}
.mod-wrapper-h .mod-unit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    margin: auto;
    padding: 2.5rem 3rem 2.875rem;
    background: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0 0.625rem 1.875rem 0 rgba(231, 231, 231, 0.3);

    /*    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 40px 38px 44px;
    background: #FFFFFF;
    border-radius: 12px;*/
}
.mod-wrapper-h .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mod-wrapper-h .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--color-text-primary);
    text-align: center;
    margin: 2rem 0 1rem;
}
.mod-wrapper-h .unit-desc,
.mod-wrapper-h .unit-desc a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5625rem;
    text-align: center;
    flex: 1 1 auto;
}
.mod-wrapper-h .unit-img {
    max-width: 8.75rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-h {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-h {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        padding-top: 2.5rem;
    }

    .mod-wrapper-h .mod-unit {
        padding: 2.5rem 1.25rem
    }

    .mod-wrapper-h .unit-info {
        margin: 2rem auto 0;
    }

    .mod-wrapper-h .unit-title {
        margin-top: 0;
    }

}
/*布局 9*/
.mod-wrapper-i {
    /*margin-top: 2.5rem;*/
}
.mod-wrapper-i .mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /*margin: 2.5rem auto;*/
}
.mod-wrapper-i.mod-solution .mod-unit:first-child {
    margin-top: 0;
}
/*.mod-wrapper-i 的最后一个.mod-unit的子级*/
.mod-wrapper-i .mod-unit:last-child {
    /*margin: 2.5rem auto 0;*/
}
.mod-wrapper-i.about .mod-unit {
    margin: 0 auto 2.5rem;
}
.mod-wrapper-i .unit-info {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

    /*    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/

    /*
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;*/
}
.mod-wrapper-i .unit-title {

    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2rem;
    color: var(--color-text-primary);
    text-align: left;
    position: relative;
}
.mod-wrapper-i .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5625rem;
    flex: 1 1 auto;
    margin-top: 2rem;
    text-align: left;
}
.mod-wrapper-i .unit-img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7.5rem;
    /*width: 300px;*/
    /*max-width: 300px;*/
    width: 25rem;
    max-width: 25rem;
}
/*.mod-wrapper-i .unit-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7.5rem;
    width: 400px;
    max-width: 400px;
}*/
.mod-wrapper-i .unit-img-even img {
    margin-left: 7.5rem;
    margin-right: 0
        /**/
    ;
}
.mod-wrapper-i .unit-img-box {
    width: 31.25rem;
    position: relative;
    margin-right: 9.5rem;
}
.mod-wrapper-i .unit-img-box .unit-img {
    width: 31.25rem;
    max-width: 31.25rem;
}
.mod-wrapper-i .container-title {
    margin-left: 0;
}
.mod-wrapper-i .container-title-pre {
    text-align: left;
}
.section-p-wa .mod-wrapper-i .container-title-pre {
    text-align: center;
}
.section-p-wa .mod-wrapper-i .mod-unit {
    margin: 1rem auto 2rem;
}
.section-p-wa .mod-wrapper-i .mod-unit:nth-of-type(1) {
    margin-top: 4rem;
}
.section-p-wa .mod-wrapper-i .unit-img {
    margin: 0;
}
@media (max-width: 1024px) {
    .mod-wrapper-i {
        margin-top: 0;
    }

    .mod-wrapper-i .mod-unit {
        flex-direction: column;
        margin: 0;
    }

    .mod-wrapper-i .unit-info {
        /*margin: 2rem 0 2rem;*/
        margin: 1rem 0 3rem;
    }

    .mod-wrapper-i .mod-unit:nth-of-type(3) .unit-info {
        /*margin-bottom: 0;*/
    }

    .mod-wrapper-i .unit-desc {
        margin: 1rem 0 0;
    }

    .mod-wrapper-i .unit-desc li {
        margin-top: 1rem;
    }

    .mod-wrapper-i .unit-desc li:first-child {
        margin-top: 0;
    }

    .mod-wrapper-i .mod-unit.unit-img-even {
        flex-direction: column-reverse;
    }

    .mod-wrapper-i .unit-img img,
    .mod-wrapper-i .unit-img-even img {
        width: 64%;
        /*width: 70%;*/
        /*width: 100%;*/
        margin: auto;
    }

    .mod-wrapper-i.about .mod-unit {
        flex-direction: column-reverse;
    }
}
/*布局 10*/
.mod-wrapper-j {
    /*margin: 1.25rem auto;*/
    padding: 0
}
.mod-wrapper-j .mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
    padding: 0 3.2%;
    position: relative;
    padding: 5rem 3.2%;
}
.mod-wrapper-j .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40%;
    padding: 0;
}
.mod-wrapper-j .unit-info-r {
    margin-left: 0;
    padding: 0;
}
.mod-wrapper-j .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 2.625rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 3.375rem;
}
.mod-wrapper-j .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 28px;
    line-height: 1.75rem;
    color: #ffffff;
    text-align: left;
    flex: 1 1 auto;
}
.mod-wrapper-j .unit-img-l {
    position: absolute;
    left: -2.25rem;
    z-index: 99;
    max-width: 25rem;
    width: 38%;
    bottom: -6rem;
    top: 6rem;
}
.mod-wrapper-j .unit-img-r {
    width: 31.25rem;
    position: absolute;
    right: -0.625rem;
    bottom: -7.5rem;
    z-index: 9;
}
/*通知sms*/
.mod-wrapper-j .unit-info-p {
    padding: 0;
}
.mod-wrapper-j .unit-img-t {
    width: 31.25rem;
    padding-top: 1.8rem;
    left: -7.5rem;
}
/*mail*/
.mod-wrapper-j .unit-img-l.unit-img-b {
    top: unset;
    left: -7.125rem;
    bottom: -7.5rem;
}
.mod-wrapper-j .unit-img {
    width: 32.8125rem;
    position: absolute;
    z-index: 9;
}
.mod-wrapper-j .unit-img-left {
    width: 25rem;
    position: absolute;
    z-index: 9;
    left: -4.5rem;
    bottom: 0;
}
.mod-wrapper-j .unit-img-right {
    width: 25rem;
    position: absolute;
    z-index: 9;
    right: 1.125rem;
    bottom: 0;
}
.mod-wrapper-j .unit-img-of {
    width: 31.25rem;
    right: -0.625rem;
    bottom: -7.5rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-j {
        margin: auto;
    }

    .mod-wrapper-j .mod-unit {
        flex-direction: column;
        padding: 5rem 3.2% 0;
    }

    .mod-wrapper-j .mod-unit-reverse {
        flex-direction: column-reverse;
    }

    .mod-wrapper-j .unit-info {
        margin: 0 auto 2rem;
        padding: 0;
    }

    .mod-wrapper-j .unit-title {
        margin-bottom: 3.25rem;
    }

    .mod-wrapper-j .unit-img-l {
        width: 100%;
        position: static;
        z-index: 1;
        margin-bottom: -6rem;
    }

    .mod-wrapper-j .unit-img-t {
        padding-top: 0;
        margin-bottom: -3rem;
    }

    .mod-wrapper-j .unit-img-r.unit-img-b {
        margin-bottom: -5rem;
    }

    .mod-wrapper-j .unit-img-l.unit-img-b {
        margin-bottom: -5rem;
    }

    .mod-wrapper-j .unit-img-r {
        width: 100%;
        position: static;
        z-index: 1;
    }

    .mod-wrapper-j .unit-btn {
        display: none;
    }

    .mod-wrapper-j .unit-img-l,
    .mod-wrapper-j .unit-img-r,
    .mod-wrapper-j .unit-img-left,
    .mod-wrapper-j .unit-img-right {
        width: 100%;
        position: static;
        z-index: 1;
        margin-left: 0;
    }

    .mod-wrapper-j .mod-unit img {
        max-width: 17.5rem;
        margin: 0 auto;
    }

    .section-p-vsms .mod-wrapper-j {
        padding-bottom: 2rem;
    }

    .section-p-vsms .mod-wrapper-j .mod-unit img {
        margin-left: 1.5rem;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-j .unit-info {
        margin: 0 auto 2rem;
        padding: 0;
    }
}
/*布局 11*/
.mod-wrapper-k {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    margin: 4rem auto 0;
    padding: 0 2.5%;
}
.mod-wrapper-k .mod-unit {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 25rem;
    height: 100%;
    margin: auto;
    padding: 2rem 2.5rem 1.5rem;
    background: var(--color-accent-gold);
    border-radius: 0.75rem;
}
.mod-wrapper-k .mod-unit:nth-of-type(2) {
    background: #1A4F60;
}
.mod-wrapper-k .unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left;
    position: relative;
}
.mod-wrapper-k .unit-desc,
.mod-wrapper-k .btn-l {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
}
.mod-wrapper-k .unit-desc {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5625rem;
    margin-top: 1rem;
    flex: 1 1 auto;
}
.mod-wrapper-k .btn-l {
    max-width: 8.75rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-k {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-k {
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: 1fr;
        gap: 1rem;
        margin: 2.5rem auto 0;
        padding: 0;
    }

    .mod-wrapper-k .mod-unit {
        padding: 2rem;
    }
}
/*布局 12*/
.mod-wrapper-l {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 5rem;
}
.mod-wrapper-l .unit-img {
    max-width: 31.25rem;
    margin-left: 2.75rem;
}
.mod-wrapper-l .layui-collapse {
    padding-left: 124px;
    padding-left: 7.75rem;
    margin: 0;
    border: none;
}
.mod-wrapper-l .layui-colla-item {
    border-top: 0.0625rem solid #E4E4E4;
}
.mod-wrapper-l .layui-colla-item:last-child {
    border-bottom: 0.0625rem solid #E4E4E4;
}
.mod-wrapper-l .layui-colla-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 88px;
    line-height: 5.5rem;
    text-align: left;
    position: relative;

    background-color: unset;
    height: auto;
    padding: 0;
}
.mod-wrapper-l .layui-colla-content {
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5625rem;
    line-height: 1.625rem;
    text-align: left;
    margin-top: -1rem;
    margin-bottom: 2rem;

    padding: 0;
    padding-right: 5rem;
    border: none;
}
.mod-wrapper-l .layui-show {
    display: block !important;
}
.layui-icon {
    font-family: layui-icon !important;
    font-size: 1rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.layui-colla-icon {
    position: absolute;
    top: 0;
    left: 90%;
    font-size: 14px;
    font-size: 0.875rem;
    right: 0.9375rem;
}
@media (max-width: 1100px) {
    .mod-wrapper-l {
        flex-direction: column-reverse;
        margin-top: 3rem;
    }

    .mod-wrapper-l .layui-collapse {
        padding: 0 .5rem;
    }

    .mod-wrapper-l .unit-img {
        margin: 3.5rem auto 0;
    }

    .mod-wrapper-l .layui-colla-content {
        padding-right: 3rem;
    }
}
/*布局13 只新闻页swiper 调用了*/
.mod-wrapper-m {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 0.75rem;
    background: #ffffff;
}
.mod-wrapper-m .unit-img {
    border-radius: 0.75rem 0 0 0.75rem;
    height: 100%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
}
.mod-wrapper-m .mod-unit {
    display: flex;
    height: 100%;
    padding: 5rem 5.25rem;
    flex-direction: column;
    align-items: flex-start;
    /*background: #1A4F60;*/
    border-radius: 0 0.75rem 0.75rem 0;
}
.mod-wrapper-m .unit-img-box {
    background: #ffffff;
    height: 25.875rem;
}
.mod-wrapper-m .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.mod-wrapper-m .unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 1.75rem;
    text-align: left;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
}
.mod-wrapper-m .unit-title-pre {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 14px;
    line-height: 0.875rem;
}
.mod-wrapper-m .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.5625rem;
    line-height: 1.5rem;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    /* 超出部分省略号 */
}
.mod-wrapper-m .swiper-container {
    margin-top: unset;
    padding-top: unset;
}
.mod-wrapper-m .swiper-pagination-bullet {
    background: #ffffff;
    opacity: .15;
}
.mod-wrapper-m .swiper-pagination-bullet-active {
    opacity: 1;
}
.mod-wrapper-m .swiper-container-horizontal>.swiper-pagination-bullets,
.mod-wrapper-m .swiper-pagination-custom,
.mod-wrapper-m .swiper-pagination-fraction {
    text-align: right;
    right: 5rem;
    left: unset;
    bottom: 5.25rem;
}
@media (max-width: 768px) {
    .mod-wrapper-m {
        display: flex;
        flex-direction: column;
        height: auto;
    }

    .mod-wrapper-m .mod-unit {
        height: auto;
        padding: 2rem 1.5rem;
        border-radius: 0 0 0.75rem 0.75rem;
        flex-grow: 1;
    }

    .mod-wrapper-m .unit-img {
        border-radius: 0.75rem 0.75rem 0 0;
    }

    .mod-wrapper-m .btn-l {
        margin-top: 1rem;
    }

    .mod-wrapper-m .unit-desc {
        -webkit-line-clamp: 2;
        /*padding-bottom: 1.5rem;*/
    }

    .mod-wrapper-m .unit-img-box {
        /* height: 100%; */
        height: auto;
    }
}
/*布局 14*/
.mod-wrapper-n {
    display: flex;
    justify-content: flex-start;
    gap: 1.75rem;
}
.mod-wrapper-n .mod-search-l input {
    cursor: pointer;
}
.mod-wrapper-n .mod-search-r {
    float: right;
}
.mod-wrapper-n .layui-inline {
    width: 100%;
    height: 3rem;
    height: 2.5rem;
    position: relative;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
}
.mod-wrapper-n .layui-inline button:hover {
    border-color: var(--color-accent-gold);
    background: var(--color-accent-gold);
    border: 0.0625rem solid var(--color-accent-gold);
    transition: all .5s ease;
}
.mod-wrapper-n .layui-inline button:hover .unit-title,
.mod-wrapper-n .layui-inline button:hover a {
    color: #ffffff;
}
.mod-wrapper-n .layui-inline input,
.mod-wrapper-n .layui-inline button {
    height: 100%;
}
.mod-wrapper-n-overflow {
    border-bottom: 0.0625rem solid #f1f1f1;
    padding-bottom: 0 !important;
    margin-bottom: 2rem;
}
/*mod-tab样式放在layui-inline后*/
.mod-wrapper-n .mod-tab {
    display: flex;
    /*display:grid;*/
    /*grid-template-columns: repeat(auto-fill, 108px);*/
    gap: 1.5rem;
}
.mod-wrapper-n .mod-unit {
    display: block;
    width: auto;
    text-align: center;
    background: #ffffff;
    padding: 0 1rem;
    margin: unset;
    cursor: pointer;
    position: relative;
}
.mod-wrapper-n .mod-unit .unit-title {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #919799;
    line-height: 1;
    padding-bottom: 1rem;
    word-break: keep-all;
}
.mod-wrapper-n .mod-unit.active {
    border-bottom: 0.0625rem solid var(--color-accent-gold);
    color: var(--color-accent-gold);
}
.mod-wrapper-n .mod-unit:hover .unit-title,
.mod-wrapper-n .mod-unit.active .unit-title,
.mod-wrapper-n .mod-unit.active span {
    color: var(--color-accent-gold);
}
.input-menu {
    display: none;
    position: absolute;
    flex-direction: column;
    z-index: 999;
    width: 100%;
    background: #ffffff;
    border-radius: 0.5rem;
    border: 0.0625rem solid #E7E7E7;
    height: auto;
}
.input-menu a {
    display: inline-block;
    padding: 0.75rem 0;
    color: #616566;
    border-bottom: 0.0625rem solid #E7E7E7;
}
.input-menu a:last-child {
    border-bottom: 0;
}
@media (max-width: 1024px) {
    .mod-wrapper-n {
        width: -moz-max-content;
        width: max-content;
        gap: 0;
        scroll-behavior: smooth;
    }

    .mod-wrapper-n .layui-inline {
        width: 100%;
    }

    .mod-wrapper-n .mod-unit {
        width: auto;
    }

    .mod-wrapper-n-overflow {
        overflow: auto;
        scroll-behavior: smooth;
    }

    .mod-wrapper-n-overflow::-webkit-scrollbar {
        width: 0;
        height: 0;
    }
}
/*布局 15*/
.mod-wrapper-o {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.mod-wrapper-o .mod-unit {
    display: block;
    text-align: left;
    margin-bottom: 1.5rem;
}
.mod-wrapper-o .mod-unit:last-child {
    margin-bottom: 0;
}
.mod-wrapper-o .layui-form-item {
    max-width: 22.5rem;
}
.mod-wrapper-o .layui-input {
    border: none;
}
.mod-wrapper-o .layui-inline {
    text-align: left;
    position: relative;
}
.mod-wrapper-o label {
    display: inline-block;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
.container-subscribe .mod-wrapper-o label {
    display: inline-block;
    text-align: left;
}
.mod-wrapper-o .input-country:focus {}
@media (max-width: 768px) {
    .mod-wrapper-o .layui-inline {
        width: 100%;
    }
}
/*布局16 2-白皮书新闻详情*/
.mod-wrapper-p.press-detail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 7.5rem;
}
.mod-wrapper-p.news-detail {
    margin: auto;
    margin-bottom: 5.5rem;
}
.mod-wrapper-p .mod-unit {
    display: block;
    text-align: left;
    margin: 0 auto;
    line-height: 2;
}
.mod-wrapper-p .title-pre {}
.mod-wrapper-p .unit-info {
    display: block;
    text-align: left;
}
.mod-wrapper-p .unit-info .unit-img {
    margin-bottom: 4rem;
    border-radius: 0.875rem;
    background: #F8F8F9;
}
.mod-wrapper-p .unit-info>* {
    text-align: left;
}
.mod-wrapper-p .unit-info * {
    text-align: left;
}
.mod-wrapper-p .unit-info strong {
    font-weight: bold;
}
.mod-wrapper-p .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 2.625rem;
    text-align: left;
}
.mod-wrapper-p .unit-date {
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: #616566;
    line-height: 1rem;
    margin: 1rem 0 2rem;
}
.mod-wrapper-p .unit-text {
    text-align: left;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.75rem;
    margin: 2rem 0;
}
.mod-wrapper-p li.unit-text {
    margin: 0;
    margin-left: 1.25rem;
}
.mod-wrapper-p .mod-about ul {
    border-top: 0.0625rem solid #F3F3F3;
    border-bottom: 0.0625rem solid #F3F3F3;
}
/*.mod-wrapper-p .about-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 28px;
    line-height: 1.75rem;
    text-align: left;
    margin-bottom: 1rem;
 }*/
.mod-wrapper-p .mod-about li {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.mod-wrapper-p .mod-about li a {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.3125rem;
    text-align: left;
}
.mod-wrapper-p .mod-about li p {
    font-size: 0.75rem;
    font-family: PuHui;
    font-weight: 400;
    color: #616566;
    line-height: 0.875rem;
    text-align: left;
    margin-top: 0.5rem;
}
.mod-wrapper-p .mod-report {
    display: block;
    text-align: left;
    margin: 0;
    margin-right: 10%;
}
.mod-wrapper-p .mod-form {
    /*padding-left: 5%;*/
    padding: 3rem 3rem 4rem;
}
.mod-wrapper-p .mod-form form {
    text-align: left;
}
.mod-wrapper-p .unit-share {
    padding-right: 2rem;
}
.mod-wrapper-p .btn-l {
    width: 10rem;
}
.share-title {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.5rem;
    float: left;
}
.share-list {
    display: flex;
    float: right;
}
.share-icon {
    margin-left: 1.5rem;
}
.mod-wrapper-p strong {
    font-weight: bold;
}
.mod-wrapper-p img {
    width: 100% !important;
    height: auto !important;
    border-radius: 0.75rem;
}
@media (max-width: 768px) {
    .mod-wrapper-p {
        flex-direction: column;
        margin-bottom: 0;
    }

    .mod-wrapper-p.press-detail {
        flex-direction: column;
        margin-bottom: 2rem;
    }

    .mod-wrapper-p .mod-about {
        display: flex;
        flex-direction: column-reverse;
    }

    .mod-wrapper-p .mod-form {
        padding: 2rem 1.5rem 4rem;
    }

    .mod-wrapper-p .unit-info {
        display: block;
        margin-top: 0;
    }

    .mod-wrapper-p .mod-about .unit-info {
        margin-top: 5rem;
    }

    .mod-wrapper-p .unit-share {
        border-top: 0.0625rem solid #F3F3F3;
        padding-top: 1rem;
    }

    .mod-wrapper-p.news-detail {
        padding: 0 1rem 5.5rem;
        margin: 0;
        width: 100%;
    }



}
/*布局 17*/
.mod-wrapper-q {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    position: relative;
    top: -3.625rem;
    margin: auto;
}
.mod-wrapper-q .mod-unit {
    display: block;
    background: #FFFFFF;
    width: 25rem;
    height: 25rem;
    box-shadow: 0 0.9375rem 2.5rem 0 rgba(229, 229, 229, 0.5);
    border-radius: 0.75rem;
    margin: 0;
}
.mod-wrapper-q .mod-unit:first-child {
    padding: 2rem 0 2.125rem;
}
.mod-wrapper-q .mod-unit img {
    width: 10rem;
    height: 10rem;
    margin: 2rem auto;
}
.mod-wrapper-q .unit-title {
    font-size: 32px;
    font-size: 2rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 2.5rem;
    text-align: center;
}
.mod-wrapper-q .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1.1875rem;
    text-align: center;
    position: relative;
}
.mod-wrapper-q .mod-unit-r {
    display: flex;
    gap: 2rem 0;
    background: #FFFFFF;
    box-shadow: 0 0.9375rem 2.5rem 0 rgba(229, 229, 229, 0.5);
    border-radius: 0.75rem;
    text-align: left;
    margin: 0;
    padding: 3rem 3.5rem 4rem;
}
.mod-wrapper-q .mod-unit-r .unit-info {
    width: 87.5%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mod-wrapper-q .unit-info>* {
    text-align: left;
}
.mod-wrapper-q .mod-unit-r .unit-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 1.1875rem;
}
.mod-wrapper-q .mod-unit-r img {
    width: 1.5rem;
    height: 1.5rem;
    margin-bottom: 1.5rem;
}
.mod-wrapper-q .mod-unit-r .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1rem;
    margin-top: 0.625rem;
}
.mod-wrapper-q .mod-unit-r .unit-note {
    font-size: 12px;
    font-size: 0.75rem;
    font-family: PuHui;
    font-weight: 400;
    color: #919799;
    line-height: 0.875rem;
    margin-top: 0.375rem;
}
@media (max-width: 768px) {
    .mod-wrapper-q {
        grid-template-rows: repeat(auto-fill, 1fr);
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 0;
        margin-top: -7.75rem;
    }

    .mod-wrapper-q .mod-unit-r {
        flex-wrap: wrap;
    }

    .mod-wrapper-q .unit-img {
        max-width: 8.75rem;
        margin: 0 auto;
    }

    .mod-wrapper-q .mod-unit-r img {
        width: 20%;
        height: auto;
    }

    .mod-wrapper-q .mod-unit-r .unit-info {
        margin: auto;
        padding-left: 0.5rem;
    }
}
/*布局 联系我们 18*/
.mod-wrapper-r {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin: 5.375rem auto 5rem;
}
.mod-wrapper-r .mod-unit {
    height: 100%;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    box-shadow: 0 0.625rem 1.875rem 0 rgba(231, 231, 231, 0.5);
    border-radius: 0.5rem;
    padding: 1.5rem;
}
.mod-wrapper-r .unit-info {
    margin: auto 2rem auto;
    height: auto;
}
.mod-wrapper-r .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--color-text-primary);
    text-align: left;
    flex: 1 1 auto;
    margin: 0 0 .5rem;
}
.mod-wrapper-r picture {
    width: 100%;
}
.mod-wrapper-r .unit-img {
    margin: 0;
    width: 24%;
    border-radius: 0.375rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-q .mod-unit-r {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-r {
        margin: auto;
        margin-bottom: 4rem;
    }

    .mod-wrapper-r .mod-unit {
        flex-direction: column-reverse;
    }

    .mod-wrapper-r .unit-img {
        width: 100%;
    }

    .mod-wrapper-r .unit-info {
        margin: 2rem 1rem 1rem 0;
        height: auto;
    }
}
/*布局 19*/
.mod-wrapper-s {
    margin: 0 auto;
}
.mod-wrapper-s .mod-form {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
}
.mod-wrapper-s .form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 2rem;
}
.mod-wrapper-s .layui-inline {
    width: 100%;
    position: relative;
}
.xm-icon-expand:before {
    content: none !important;
}
@media (max-width: 768px) {
    .mod-wrapper-s .form-grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fill, 1fr);
    }

    .mod-wrapper-s .mod-form {
        padding: 2rem 0.75rem;
        margin: auto;
    }
}
/*布局 20*/
.mod-wrapper-t {
    background: url("/en/public/svg/bg_gl.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 100%;
    background-color: #1A4F60;
    border-radius: 0.75rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 5.75rem 9rem;
}
.mod-wrapper-t .mod-unit {
    flex-direction: column;
    margin: 0;
    padding-right: 2rem;
}
.mod-wrapper-t .unit-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 42px;
    line-height: 2.625rem;
    color: #ffffff;
    position: relative;
    margin-bottom: 3.375rem;
}
.mod-wrapper-t .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 1.75rem;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.7);
    text-align: left;
    flex: 1 1 auto;
}
.mod-wrapper-t .mod-unit-r {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2rem;
    /* padding: 0 1rem; */
}
.mod-wrapper-t .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem .8rem;
    background: #FFFFFF;
    border-radius: 0.75rem;
}
.mod-wrapper-t .mod-unit-r .unit-title {
    font-size: 16px;
    font-size: 1rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    color: var(--color-text-primary);
    line-height: 20px;
    line-height: 1.25rem;
    margin-bottom: 0;
    margin-top: 0.5rem;
    min-width: 4rem;
}
.mod-wrapper-t .unit-img {
    width: 2rem;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .mod-wrapper-t {
        padding: 5rem 1rem 5rem;
        flex-direction: column;
        border-radius: 0;
        height: auto;
    }

    .mod-wrapper-t .mod-unit {
        padding: 0;
        text-align: center;
        margin: auto;

    }

    .mod-wrapper-t .unit-info {
        height: auto;
    }

    .mod-wrapper-t .unit-title,
    .mod-wrapper-t .unit-desc {
        text-align: center;
    }

    .mod-wrapper-t .title-after-white-l::after {
        left: calc((100% - 3rem) / 2);
    }

    .mod-wrapper-t .mod-unit-r {
        /*padding: 3rem 2.75rem 0;*/
        grid-template-rows: 1fr;
        padding: 3rem 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mod-wrapper-t .unit-info {
        align-items: center;
        margin: 0;
        width: 8.75rem;
    }
}
/* @media (max-width: 768px) {
    .mod-wrapper-t {
        height: auto;
        padding: 5rem 1rem 5rem;
        flex-direction: column;
        border-radius: 0;
    }
    .mod-wrapper-t .mod-unit-r {
        padding: 3rem 0 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.5rem;
    }
    .mod-wrapper-t .mod-unit    {
        padding: 0;
        text-align: center;
    }
    .mod-wrapper-t .unit-title,
    .mod-wrapper-t .unit-desc {
        text-align: center;
    }
    .mod-wrapper-t .title-after-white-l::after {
        left: calc((100% - 3rem) / 2);
    }

    .mod-wrapper-t .unit-info {
        align-items: center;
        margin: 0;
        width: 140px;
    }
} */
/*布局 加入我们招聘 21*/
.mod-wrapper-u {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-top: 2.5rem;
}
.mod-wrapper-u .layui-form {
    position: relative;
}
.mod-wrapper-u .layui-input {
    height: 3rem;
    padding-left: 3.125rem;
    background: #FFFFFF;
    border: none;
    box-shadow: 0 0.625rem 1.875rem 0 rgba(231, 231, 231, 0.5);
    border-radius: 0.5rem;
    position: relative;
    cursor: pointer;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.mod-wrapper-u .job-thumb,
.mod-wrapper-u .location-thumb {
    position: absolute;
    z-index: 9;
    left: 1rem;
    top: 0.9375rem;
}
.layui-form-select dl dd {
    text-align: left;
    font-size: 0.875rem;
    line-height: 2.5rem;
}
.mod-wrapper-u .mod-unit {
    height: 3rem;
    background: #FFFFFF;
    box-shadow: 0 0.625rem 1.875rem 0 rgba(231, 231, 231, 0.5);
    border-radius: 0.5rem;
    flex-direction: column;
    align-items: flex-start;
    /*padding: 0.875rem 1rem;*/
    position: relative;
    cursor: pointer;
}
.mod-wrapper-u .mod-select-title {
    width: 100%;
    padding-left: 1rem;
}
.mod-wrapper-u .mod-unit.mod-unit-m,
.mod-wrapper-u .mod-unit.mod-unit-p {
    background: unset;
    box-shadow: unset;
}
.mod-wrapper-u .mod-unit.mod-unit-m {
    padding-left: 0;
}
.mod-wrapper-u .mod-unit.mod-unit-p {
    align-items: flex-end;
}
.mod-wrapper-u .iconfont-search {
    top: 1rem;
}
.mod-wrapper-u .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 1rem;
    padding-top: 1rem;
}
.mod-wrapper-u .unit-text {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: var(--color-text-primary);
    text-align: left;
    line-height: 3rem;
}
.mod-wrapper-u .unit-email {
    color: var(--color-accent-gold);
    margin-left: 1rem;
    text-decoration: underline;
}
.location-thumb {
    background-image: url("/en/public/svg/location.svg");
    margin-right: 1rem;
}
.job-thumb {
    background-image: url("/en/public/svg/job.svg");
    margin-right: 1rem;
}
@media (min-width: 769px) {
    .mod-wrapper-u .mod-unit-m {
        display: none;
    }
}
@media (max-width: 1024px) {
    .mod-wrapper-u {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(auto-fill, 1fr);
        gap: 1rem;
        margin: 0;
    }

    .mod-wrapper-u .mod-unit-p {
        display: none;
    }
}
/*布局 22*/
.mod-wrapper-v {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 4rem;
    align-items: start;
}
.mod-wrapper-v .mod-unit {
    display: block;
    border-radius: 0.5rem;
}
.mod-wrapper-v img {
    display: block;
}
/* @media (max-width: 1100px) {
    .mod-wrapper-v {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }
    .mod-wrapper-v .img-mh {
        display: none;
    }
} */
@media (max-width: 1024px) {
    .mod-wrapper-v .img-ph {
        margin-left: 0;
    }

    .mod-wrapper-v {
        grid-template-columns: 1fr;
        margin-top: 2rem;
    }

    .mod-wrapper-v .img-mh {
        display: none;
    }
}
/*布局 23*/
.mod-wrapper-w {
    /* background: #F8F8F9; */
    /* padding: 5rem 8rem; */
    position: relative;
    /* border-radius: 12px; */
    display: flex;
    flex-direction: column;
}
.mod-wrapper-w .mod-unit {
    flex-direction: column;
    padding: 5rem 8rem;
    background: #F8F8F9;
    border-radius: 0.75rem;
}
.mod-wrapper-w .container-title {
    margin-left: 0;
}
.mod-wrapper-w .container-title-pre {
    display: inline-block;
    /*width: 64%;*/
    text-align: left;
    margin-left: 0;
}
.mod-wrapper-w .unit-img {
    position: absolute;
    right: -8%;
    top: 50%;
    transform: translateY(-50%);
}
.mod-wrapper-w .unit-img img {
    width: 25rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-w {
        /*padding: 2rem 1rem;*/

        /* padding: 4rem 2rem 0; */
        /* margin-bottom: 50vw; */
        position: relative;
        /* padding-bottom: 50vw; */

        background: #F8F8F9;
        border-radius: 0.75rem;
    }

    .mod-wrapper-w .mod-unit {
        padding: 4rem 2rem 0;
    }

    .mod-wrapper-w .unit-img {
        margin-bottom: 4rem;
        position: relative;
        top: unset;
        right: unset;
        transform: none;

    }

    .mod-wrapper-w .unit-img img {
        width: 22.5rem;
    }

    .mod-wrapper-w .title-after-green-l::after {
        left: 0;
    }

    /* .mod-wrapper-w .unit-img {
        width: 400px;
        max-width: 400px;
        float: right;
        position: absolute;
        right: -200px;
        top: calc((100% - 400px) / 2); */

    /*        width: 500px;
        max-width: 500px;
        float: right;
        position: absolute;
        right: -250px;
        top: calc((100% - 500px) / 2);*/
    /* } */
}
@media (max-width: 768px) {
    .mod-wrapper-w {
        margin-top: -4rem;

    }
}
@media (max-width: 576px) {
    .mod-wrapper-w .unit-img img {
        width: 18.75rem;
    }
}
/* @media (max-width: 768px) {
    .mod-wrapper-w {
        padding: 4rem 2rem 0;
        margin-bottom: 50vw;
        position: relative;
        padding-bottom: 50vw;
    }
    .mod-wrapper-w .unit-img {
        margin-top: 3rem;
        float: right;
    }
} */
/*布局 24*/
.mod-wrapper-x {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 2rem;
    padding-top: 3rem;
}
.mod-wrapper-x.mod-x-3 {
    grid-template-columns: repeat(3, 1fr);
}
.mod-wrapper-x .mod-unit {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #ffffff;
    border-radius: 0.75rem;
    padding: 2rem 1rem 2.5rem;
}
.mod-wrapper-x .unit-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.mod-wrapper-x .unit-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 1.4375rem;
    color: var(--color-text-primary);
    text-align: center;
    flex: 1 1 auto;
    margin: 1.5rem auto 0;
}
.mod-wrapper-x .unit-img {
    width: 9.375rem;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .mod-wrapper-x {
        grid-template-columns: repeat(2, 1fr);
    }

    .mod-wrapper-x.mod-x-3 {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 768px) {
    .mod-wrapper-x {
        /* grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(auto-fill, 1fr); */
        gap: 1rem;
        padding-top: 1rem;
    }

    .mod-x-3 {
        grid-template-columns: 1fr;
    }

    .mod-wrapper-x .mod-unit {
        padding: 2rem 1rem 1.5rem;
    }

    .mod-wrapper-x .unit-info {
        margin: auto;
    }

    .mod-wrapper-x .unit-title {
        font-size: 18px;
        font-size: 1.125rem;
        font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    }

    .mod-wrapper-x .unit-img {
        width: 5.5rem;
    }

    .mod-wrapper-x.mod-x-3 .mod-unit {
        padding: 2rem 1rem 1.5rem;
    }

    .mod-wrapper-x.mod-x-3 .unit-img {
        width: 6.125rem;
    }
}
/*布局 25*/
.mod-wrapper-y {}
.mod-wrapper-y .mod-unit {
    display: flex;
    justify-content: space-between;
    height: 100%;
    margin: auto;
}
.mod-wrapper-y .unit-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 2.375rem;
    padding-left: 3rem;
    /* margin-left: -3rem; */
    background: url("/en/public/svg/solution_l.svg") 0 0 no-repeat,
        url("/en/public/svg/solution_r.svg") 100% 100% no-repeat;
}
.mod-wrapper-y .unit-desc {
    font-size: 16px;
    font-size: 1rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    line-height: 32px;
    line-height: 2rem;
    color: #ffffff;
    text-align: left;
    margin-bottom: 2rem;
}
.mod-wrapper-y .unit-sign {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    line-height: 26px;
    line-height: 1.625rem;
    text-align: left;
}
.mod-wrapper-y .unit-img-l {
    width: 25rem;
    margin-right: 15.625rem;
    border-radius: 0.75rem
}
.mod-wrapper-y .unit-img-r {
    max-width: 28.75rem;
    width: 40%;
    margin: auto 0;
    /* margin-left: 15.625rem; */
    border-radius: 0.75rem
}
.mod-wrapper-y .unit-img-r img {
    border-radius: 0.375rem;
}
@media (max-width: 1024px) {
    .mod-wrapper-y .unit-info {
        margin-left: -3rem;
    }
}
@media (max-width: 768px) {
    .mod-wrapper-y .mod-unit {
        flex-direction: column;
    }

    .mod-wrapper-y .unit-info {
        margin: auto;
        width: 100%;
        padding: 0 2rem;
    }

    .mod-wrapper-y .unit-img-r {
        width: 100%;
        margin-left: 0;
        margin-top: 2rem;
        padding: 0 2rem;
        max-width: 39.375rem;
    }


}
/*布局 26*/
.mod-wrapper-z {
    margin: auto;
}
.mod-wrapper-z .mod-unit {
    display: flex;
    height: 100%;
    margin: auto;
    justify-content: center;
    align-items: center;
    margin: 2.5rem auto;
}
.mod-wrapper-z.about .mod-unit {
    margin: 0 auto;
}
.mod-wrapper-z .unit-info {
    display: flex;
    height: 100%;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;

    /*    display: flex;
        height: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;*/

    /*
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;*/
}
.mod-wrapper-z .unit-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: OPPOSans-Medium, OPPOSans, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 500;
    line-height: 24px;
    line-height: 1.5rem;
    color: var(--color-text-primary);
    text-align: left;
    position: relative;
}
.mod-wrapper-z .unit-desc {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: PuHui, "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑", sans-serif;
    font-weight: 400;
    color: #616566;
    line-height: 26px;
    line-height: 1.625rem;
    flex: 1 1 auto;
    margin-top: 2rem;
    text-align: left;
}
.mod-wrapper-z .unit-img-box {
    width: 31.25rem;
    position: relative;
    margin-right: 7.5rem;
}
.mod-wrapper-z .unit-img img {
    display: inline-block;
    vertical-align: middle;
    width: 25rem;
    max-width: 25rem;
}
.mod-wrapper-z .container-title {
    margin-left: 0;
}
.mod-wrapper-z .container-title-pre {
    text-align: left;
}
.mod-wrapper-z .ball {
    width: 12.5rem;
    height: 12.5rem;
    background: var(--color-accent-gold);
    border-radius: 6.25rem;
    margin: 16.75rem 0 2rem 18.75rem;
}
@media (max-width: 1100px) {
    .mod-wrapper-z {
        margin-top: 0;
    }

    .mod-wrapper-z .mod-unit {
        flex-direction: column;
        margin: 0;
    }

    .mod-wrapper-z .unit-info {
        margin: 2rem 0 3em;
    }

    .mod-wrapper-z .unit-desc {
        margin: 1rem 0 0;
    }

    .mod-wrapper-z .unit-desc li {
        margin-top: 1rem;
    }

    .mod-wrapper-z .unit-img img {
        width: 100%;
        margin: auto;
    }

    .mod-wrapper-z.about .mod-unit {
        flex-direction: column-reverse;
        margin: 0;
    }

    .mod-wrapper-z .unit-img-box {
        width: 100%;
        margin: auto;
    }

    .mod-wrapper-z .ball {
        margin: 5rem 0 2rem auto;
    }

    .mod-wrapper-z .title-after-green-l::after {
        left: 0;
    }

}
/* @media (max-width: 768px) {
    .mod-wrapper-z {
        margin-top: 0;
    }
    .mod-wrapper-z .mod-unit {
        flex-direction: column;
        margin: 0;
    }
    .mod-wrapper-z .unit-info {
        margin: 2rem 0 3em;
    }
    .mod-wrapper-z .unit-desc {
        margin: 1rem 0 0;
    }
    .mod-wrapper-z .unit-desc li {
        margin-top: 1rem;
    }
    .mod-wrapper-z .unit-img img{
        width: 100%;
        margin: auto;
    }
    .mod-wrapper-z.about .mod-unit {
        flex-direction: column-reverse;
        margin: 0;
    }

    .mod-wrapper-z .unit-img-box {
        width: 100%;
        margin: auto;
    }

    .mod-wrapper-z .ball {
        margin: 5rem 0 2rem auto;
    }
    .mod-wrapper-z .title-after-green-l::after {
        left: 0;
    }

} */
/*分页*/
.pagination {
    display: none;
    margin-top: 5rem;
}
.pagination a {
    display: inline-block;
    color: var(--color-text-primary);
    line-height: 2.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.pagination a:last-child {
    margin-right: 0;
}
.pagination a.page:hover {
    color: var(--color-accent-gold);
}
.pagination .page-pre {
    background: url("/en/public/svg/pagination_l.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
.pagination .page-next {
    background: url("/en/public/svg/pagination_r.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
@media (min-width: 769px) {
    .pagination a {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #FAFAFA;
        border-radius: 0.375rem;
    }

    .pagination .page-p {
        display: inline-block;
    }

    .pagination .page-m {
        display: none;
    }

    .pagination .page-this {
        background: var(--color-accent-gold);
        color: #ffffff;
    }
}
@media (max-width: 768px) {
    .pagination a {
        margin-right: .5rem;
    }

    .pagination .page-p {
        display: none;
    }

    .pagination .page-m {
        display: inline-block;
    }

    .pagination .page-pre,
    .pagination .page-next {
        width: 2.5rem;
        height: 2.5rem;
        background-color: #FAFAFA;
        border-radius: 0.375rem;
        line-height: 2.5rem;
        margin-right: 1rem;
        vertical-align: middle;
    }
}
/*分页*/
.mod-wrapper-d.news,
.paginate {
    display: none;
}
.paginate.active {
    display: block;
}
.mod-wrapper-d.news.active {
    display: grid;
}
.paginate {
    display: none;
    margin-top: 3rem;
}
.layui-laypage a,
.layui-laypage span {
    display: inline-block;
    color: var(--color-text-primary) !important;
    line-height: 2.5rem;
    margin-right: 1rem;
    vertical-align: middle;
}
.paginate botton:last-child {
    margin-right: 0;
}
.paginate botton.page:hover {
    color: var(--color-accent-gold);
}
.layui-laypage-prev span {
    background: url("/en/public/svg/pagination_l.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
.layui-laypage-next span {
    background: url("/en/public/svg/pagination_r.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FAFAFA;
}
.layui-laypage a,
.layui-laypage span {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #FAFAFA !important;
    border-radius: 0.375rem;
    padding: 0;
}
.layui-laypage .layui-laypage-curr {
    background: var(--color-accent-gold);
    color: #ffffff;
}
.layui-laypage>a:last-child,
.layui-laypage>a:last-child em,
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    border-radius: 0.375rem;
}
.layui-laypage a,
.layui-laypage button,
.layui-laypage input,
.layui-laypage select,
.layui-laypage span {
    border: 0;
}
@media (max-width: 768px) {
    .paginate {
        margin: 3rem auto 2rem;
    }
}
/*合作客户logo*/
.roll-block {
    display: flex;
    overflow: hidden;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%,
            rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
    -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 15%,
            rgba(0, 0, 0, 1) 15%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 1) 85%, rgba(0, 0, 0, 0) 100%);
}
.roll-block-top {
    margin-top: 1rem;
}
.roll-block-group {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.roll-block-item {
    display: flex;
    flex: 1 0 100%;
}
.roll-block-images {
    width: 10rem;
}
.roll-block-images img {
    width: 60%;
    margin: auto;
}
.move-left {
    animation: moveLeft 40s linear infinite;
}
.move-reverse {
    animation-direction: reverse
}
@keyframes moveLeft {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        /*=一组logo的宽*/
        transform: translate3d(-70rem, 0, 0);
    }
}
@media (max-width: 1024px) {
    .roll-block-images {
        width: 8.25rem;
    }

    .roll-block-images img {
        width: 5.625rem;
    }

    .roll-block-top {
        margin-top: 0;
    }

    .move-left {
        animation: moveLeft 26.4s linear infinite;
    }

    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }

        100% {
            /*=一组logo的宽*/
            transform: translate3d(-57.75rem, 0, 0);
        }
    }

    .move-reverse {
        animation-direction: reverse
    }
}
/* @media (max-width: 992px) {
    .move-left {
        animation: moveLeft 33s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-992px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 768px) {
    .roll-block-item {
    }
    .roll-block-images {
        padding: 0 1rem;
    }
    .roll-block-images img {
        width: 100px;
    }
    .roll-block-top {
        margin-top: 0;
    }
    .move-left {
        animation: moveLeft 10s linear infinite;
    }
    .move-reverse {
        animation-direction: reverse
    }

    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-924px, 0, 0);
        }
    }
}
@media (max-width: 480px) {
    .move-left {
        animation: moveLeft 16s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-480px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 414px) {
    .move-left {
        animation: moveLeft 16s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-414px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 390px) {
    .move-left {
        animation: moveLeft 12.5s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-390px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 375px) {
    .move-left {
        animation: moveLeft 12.5s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-375px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
}
@media (max-width: 320px) {
    .move-left {
        animation: moveLeft 10.6s linear infinite;
    }
    @keyframes moveLeft {
        0% {
            transform: translate3d(0, 0, 0);
        }
        100% {
            transform: translate3d(-320px, 0, 0);
        }
    }
    .move-reverse {
        animation-direction: reverse
    }
} */
/*合作客户logo end*/
/*tab 切换*/
.layui-tab-title {
    display: flex;
    position: relative;
    margin: 0 auto 5rem;
    left: 0;
    /*height: 2.5rem;*/
    white-space: nowrap;
    /*font-size: 0;*/
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.75rem;
    border-bottom-width: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
}
.layui-tab-content {
    padding: 0;
}
.layui-tab-title li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 0.875rem;
    transition: all .2s;
    -webkit-transition: all .2s;
    position: relative;
    line-height: 2.5rem;
    min-width: 4.0625rem;
    padding: 0 0.9375rem;
    text-align: center;
    cursor: pointer;
    border-bottom: 0.0625rem solid #F1F1F1;
}
.layui-tab-title .layui-this {
    color: #000;
}
.layui-tab-brief>.layui-tab-title .layui-this {
    color: var(--color-accent-gold);
}
.layui-tab-title li {
    display: inline-block;
}
.layui-tab-title .layui-this:after {
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2.5625rem;
    border-bottom: 0.0625rem solid var(--color-accent-gold);
    border-radius: 0.125rem 0.125rem 0 0;
    box-sizing: border-box;
    pointer-events: none;
}
.layui-tab-item {
    display: none;
}
.layui-show {
    display: block !important;
}
.tab-thumb {
    display: block;
    margin: 0 auto;
    /*width: 64px;*/
    /*height: 64px;*/
    width: 5.375rem;
    height: 5.375rem;
    vertical-align: text-top;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-size: 74px 74px;*/
}
.tab_thumb_s {
    /*background:-webkit-image-set(url('/public/images/img/tab_s.webp') 1x,url("/public/images/img/tab_s@2x.webp") 2x) center;*/
    background-image: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x, url(/public/images/img/tab_s@2x.webp) 2x);
    /*background: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x);*/
    /*background: -webkit-image-set(url(/public/images/img/tab_s.webp) 1x,url(/public/images/img/tab_s@2x.webp) 2x) center no-repeat;*/
}
.tab_thumb_v {
    /*background:-webkit-image-set(url('/public/images/img/tab_v.webp') 1x,url("/public/images/img/tab_v@2x.webp") 2x) center;*/
    /*background: -webkit-image-set(url(/public/images/img/tab_v.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x) center no-repeat;*/
    background-image: -webkit-image-set(url(/public/images/img/tab_v.webp) 1x, url(/public/images/img/tab_v@2x.webp) 2x);
}
.tab_thumb_e {
    /*background:-webkit-image-set(url('/public/images/img/tab_e.webp') 1x,url("/public/images/img/tab_e@2x.webp") 2x) center;*/
    /*background: -webkit-image-set(url(/public/images/img/tab_e.webp) 1x,url(/public/images/img/tab_e@2x.webp) 2x) center no-repeat;*/
    background-image: -webkit-image-set(url(/public/images/img/tab_e.webp) 1x, url(/public/images/img/tab_e@2x.webp) 2x);
}
.tab_thumb_wa {
    background-size: 90%;
    background-position-y: 0;
    background-image: -webkit-image-set(url(/public/images/img/tab_wa.png) 1x, url(/public/images/img/tab_wa@2x.png) 2x);
}
@media (max-width: 1024px) {
    .layui-tab-content {
        margin: auto;
    }
}
@media (min-width: 769px) {
    .layui-tab-title li:hover {
        color: var(--color-accent-gold);
    }
}
@media (max-width: 768px) {
    .layui-tab-title {
        margin: auto;
        padding: 0.75rem 0 0;
    }

    .layui-tab-title li {
        line-height: 20px;
        line-height: 1.25rem;
        padding-bottom: 0.5625rem;
    }

    .layui-tab-title .layui-this:after {
        height: 1.8125rem;
    }

    .tab-thumb {
        margin: 0 auto 0.375rem;
        width: 3rem;
        height: 3rem;
    }
}
/*tab 切换 end*/
/*数字增长*/
.count-item {
    flex-shrink: 1;
    padding: 1.5rem 0 1.5rem 2rem;
    border-radius: 0.75rem;
}
/*数字增长 end*/
/*swiper 样式覆盖*/
.swiper-container {
    --swiper-theme-color: #00A564;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #00A564;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 1.875rem;
    /* 设置按钮大小 */
    padding-bottom: 2rem;
    /*padding-bottom: 70px;*/
    margin-top: -10%;
    padding-top: 10%;
}
.swiper-slide {
    /*overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}
/*左右按钮样式*/
.swiper-button-prev:after,
.swiper-button-next:after {
    /*去掉默认CSS样式*/
    display: none;
    /*color: #919799;*/
    font-size: 0.75rem;
}
.swiper-pagination-bullet {
    background: var(--color-accent-gold);
    opacity: .15;
}
.swiper-pagination-bullet-active {
    opacity: 1;
}
.swiper-web .swiper-button-prev,
.swiper-web .swiper-button-next {
    background-size: 3.5rem 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    top: 6%;
    bottom: 0.625rem;
    cursor: pointer;
    background-color: #F1F1F1;
    border-radius: 6.25rem;
}
.swiper-web .swiper-button-prev {
    background: url("/en/public/svg/page_left.svg") center no-repeat;
}
.swiper-web .swiper-button-next {
    background: url("/en/public/svg/page_right.svg") center no-repeat;
}
.swiper-web .swiper-button-prev:hover {
    background: url("/en/public/svg/page_left_active.svg") center no-repeat;
}
.swiper-web .swiper-button-next:hover {
    background: url("/en/public/svg/page_right_active.svg") center no-repeat;
}
/*自身宽56+next button+间距 父级padding48*/
.swiper-web .swiper-button-prev {
    left: calc(100% - 8rem - 3rem);
}
/*自身宽56 父级padding48*/
.swiper-web .swiper-button-next {
    left: calc(100% - 3.5rem - 3rem);
}
/*分页圆点*/
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.75rem;
}
.swiper-web .swiper-slide .swiper-pagination,
.swiper-web .swiper-p .swiper-pagination {
    display: none;
}
.container-news .swiper-container {
    padding-left: 3rem;
    margin-left: -3rem;
    padding-right: 3rem;
    margin-right: -3rem;
}
.mod-wrapper-n-overflow.swiper-container {
    margin-top: 0;
    padding-top: 0;
}
/*新闻页swiper*/
.container.blog .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 6rem;
    text-align: right;
    padding-right: 5.25rem;

    /*left: calc(100% - 10.5rem);*/
    /*bottom: 6rem;*/
    /*width: auto;*/
}
/*解决方案客户案例*/
.section-client-case .swiper-container {
    margin-top: 0;
    padding-top: 0;
}
.section-client-case .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 1.125rem;
}
/*.section-client-case .swiper-button-prev {
    top: 6%;
    left: calc((100% - 1200px) / 2);
    bottom: 10px;
    cursor: pointer;
}
.section-client-case .swiper-button-next {
    top: 6%;
    left: calc((100% - 1200px) / 2 + 1200px);
    bottom: 10px;
    cursor: pointer;
}*/
@media (min-width: 769px) {

    /*新闻页swiper*/
    .container.blog .swiper-container {
        /*padding: 0;*/
        padding-bottom: 3rem
    }
}
@media (max-width: 768px) {

    .swiper-slide.mod-wrapper-d,
    .swiper-web .swiper-pagination,
    .swiper-web .swiper-button-prev,
    .swiper-web .swiper-button-next {
        display: none;
    }

    .section-client-case .swiper-web .swiper-pagination {
        display: block;
    }

    .swiper-web .swiper-slide .swiper-pagination,
    .swiper-web .swiper-p .swiper-pagination {
        display: block;
    }

    .swiper-container {
        padding-bottom: 0;
    }

    .container.blog .swiper-container-horizontal>.swiper-pagination-bullets {
        display: block;
        bottom: 2rem;
        padding-right: 2rem;
    }
}
/*swiper 样式覆盖 end*/
/*产品视频*/
.video-iframe {
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0, 0, 0);
    z-index: 99999;
    will-change: auto;
}
.video-iframe.this-play {
    display: block;
}
.video-iframe .outer {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: visible;
    padding: 5rem 0 2rem;
}
.video-iframe .box {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    min-height: 0.0625rem;
    aspect-ratio: 1.77778 / 1;
    will-change: auto;
    margin: auto;
    align-self: center;
    display: flex;
    flex-direction: column;
    direction: ltr;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
    position: static !important;
    box-sizing: border-box;
}
.video-iframe iframe {
    border-radius: 0.25rem;
    display: block;
}
.video-iframe .video-close {
    position: absolute;
    top: 2.25rem;
    left: calc(100vw - 2.875rem - 2rem);
    background: url(/public/images/icon/cl.svg) no-repeat center;
    background-size: cover;
    width: 2rem;
    height: 2rem;
    cursor: pointer;
}
.btn-play {
    position: relative;
    width: 3rem;
}
.btn-play:before {
    content: ' ';
    width: 1.25rem;
    height: 1.25rem;
    background: url("/public/images/icon/play.svg") no-repeat center;
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.btn-play:hover:before {
    filter: grayscale(100%) brightness(10000%);
}
@media (max-width: 768px) {
    .video-iframe .video-close {
        margin-top: 0;
        top: 1rem;
        left: calc(100vw - 1rem - 2rem);
    }
}
.video-iframe.orient-y .video-close {
    top: 1rem;
    left: calc(100vw - 1rem - 2rem);
}
.video-iframe.orient-y .outer {
    padding: 3.25rem 0 1.25rem;
}
.video-iframe.orient-x .box {
    margin-top: calc(50% - 5rem);
}
.video-iframe.orient-pc .outer {
    padding: 5rem 2.125rem 2rem 1.5rem;
}
/*产品视频end*/
/* 按钮 */
/* Import Tailwind utility classes */
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-inset-4 {
  inset: -1rem;
}
.inset-0 {
  inset: 0;
}
.-bottom-24 {
  bottom: -6rem;
}
.-left-12 {
  left: -3rem;
}
.-left-20 {
  left: -5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-24 {
  right: -6rem;
}
.-right-8 {
  right: -2rem;
}
.-top-8 {
  top: -2rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-\[-10\%\] {
  bottom: -10%;
}
.end-0 {
  inset-inline-end: 0;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-\[-5\%\] {
  left: -5%;
}
.right-0 {
  right: 0;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-5\%\] {
  right: -5%;
}
.top-0 {
  top: 0;
}
.top-1\/4 {
  top: 25%;
}
.top-12 {
  top: 3rem;
}
.top-6 {
  top: 1.5rem;
}
.top-\[-10\%\] {
  top: -10%;
}
.top-\[60\%\] {
  top: 60%;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.m-56 {
  margin: 14rem;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mr-20 {
  margin-right: -5rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-14 {
  margin-left: 3.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ms-0 {
  margin-inline-start: 0;
}
.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-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-auto {
  margin-top: auto;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.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;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-32 {
  height: 8rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-96 {
  height: 24rem;
}
.h-\[2px\] {
  height: 0.125rem;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 0.0625rem;
}
.max-h-full {
  max-height: 100%;
}
.min-h-\[300px\] {
  min-height: 18.75rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0;
}
.w-1 {
  width: 0.25rem;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-96 {
  width: 24rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[491px\] {
  max-width: 30.6875rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-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-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-x-2 {
  --tw-translate-x: 0.5rem;
  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-3 {
  --tw-translate-x: 0.75rem;
  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-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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-3 {
  --tw-translate-y: 0.75rem;
  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-4 {
  --tw-translate-y: 1rem;
  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));
}
.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));
}
.scale-x-\[-1\] {
  --tw-scale-x: -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));
}
.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));
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * 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-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * 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));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(0.0625rem * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(0.0625rem * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 624.9375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl-\[3rem\] {
  border-bottom-left-radius: 3rem;
}
.rounded-tr-\[3rem\] {
  border-top-right-radius: 3rem;
}
.border {
  border-width: 0.0625rem;
}
.border-2 {
  border-width: 0.125rem;
}
.border-b {
  border-bottom-width: 0.0625rem;
}
.border-b-2 {
  border-bottom-width: 0.125rem;
}
.border-b-4 {
  border-bottom-width: 0.25rem;
}
.border-l {
  border-left-width: 0.0625rem;
}
.border-l-2 {
  border-left-width: 0.125rem;
}
.border-l-8 {
  border-left-width: 0.5rem;
}
.border-t {
  border-top-width: 0.0625rem;
}
.border-t-4 {
  border-top-width: 0.25rem;
}
.border-dashed {
  border-style: dashed;
}
.border-\[\#2C363F\] {
  --tw-border-opacity: 1;
  border-color: rgb(44 54 63 / var(--tw-border-opacity, 1));
}
.border-\[\#D4AF37\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 175 55 / var(--tw-border-opacity, 1));
}
.border-accent-gold {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-accent-gold-rgb) / var(--tw-border-opacity, 1));
}
.border-accent-gold\/30 {
  border-color: rgb(var(--color-accent-gold-rgb) / 0.3);
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-dark-rgb) / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-100\/50 {
  border-color: rgb(243 244 246 / 0.5);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-text-primary\/10 {
  border-color: rgb(var(--color-text-primary-rgb) / 0.1);
}
.border-theme-accent {
  border-color: var(--color-accent-gold);
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.bg-\[\#2C363F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 54 63 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D4AF37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 175 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#dfd9cd\] {
  --tw-bg-opacity: 1;
  background-color: rgb(223 217 205 / var(--tw-bg-opacity, 1));
}
.bg-accent-gold {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-gold-rgb) / var(--tw-bg-opacity, 1));
}
.bg-accent-gold\/10 {
  background-color: rgb(var(--color-accent-gold-rgb) / 0.1);
}
.bg-accent-gold\/20 {
  background-color: rgb(var(--color-accent-gold-rgb) / 0.2);
}
.bg-accent-gold\/40 {
  background-color: rgb(var(--color-accent-gold-rgb) / 0.4);
}
.bg-blue-50\/50 {
  background-color: rgb(239 246 255 / 0.5);
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-dark-rgb) / var(--tw-bg-opacity, 1));
}
.bg-emerald-50\/50 {
  background-color: rgb(236 253 245 / 0.5);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-50\/50 {
  background-color: rgb(249 250 251 / 0.5);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-theme-accent {
  background-color: var(--color-accent-gold);
}
.bg-theme-bg {
  background-color: var(--color-bg-base);
}
.bg-theme-primary {
  background-color: var(--color-text-primary);
}
.bg-theme-secondary {
  background-color: var(--color-border-secondary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#2C363F\] {
  --tw-gradient-from: #2C363F var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(44 54 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-accent-gold {
  --tw-gradient-from: rgb(var(--color-accent-gold-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-accent-gold-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-dark {
  --tw-gradient-from: rgb(var(--color-dark-rgb) / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(var(--color-dark-rgb) / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-dark\/90 {
  --tw-gradient-to: rgb(var(--color-dark-rgb) / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--color-dark-rgb) / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-accent-gold\/30 {
  --tw-gradient-to: rgb(var(--color-accent-gold-rgb) / 0.3) var(--tw-gradient-to-position);
}
.to-accent-gold\/80 {
  --tw-gradient-to: rgb(var(--color-accent-gold-rgb) / 0.8) var(--tw-gradient-to-position);
}
.to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-10 {
  padding: 2.5rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.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-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.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-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-\[1\.625rem\] {
  padding-bottom: 1.625rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-sans {
  font-family: Inter, Noto Nastaliq Urdu, system-ui, sans-serif;
}
.font-serif {
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
}
.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-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-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.leading-8 {
  line-height: 2rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.text-\[\#2C363F\] {
  --tw-text-opacity: 1;
  color: rgb(44 54 63 / var(--tw-text-opacity, 1));
}
.text-\[\#D4AF37\] {
  --tw-text-opacity: 1;
  color: rgb(212 175 55 / var(--tw-text-opacity, 1));
}
.text-accent-gold {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-gold-rgb) / var(--tw-text-opacity, 1));
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-rgb) / var(--tw-text-opacity, 1));
}
.text-dark\/50 {
  color: rgb(var(--color-dark-rgb) / 0.5);
}
.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / 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-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-theme-accent {
  color: var(--color-accent-gold);
}
.text-theme-bg {
  color: var(--color-bg-base);
}
.text-theme-primary {
  color: var(--color-text-primary);
}
.text-theme-secondary {
  color: var(--color-border-secondary);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.line-through {
  text-decoration-line: line-through;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}
.placeholder-transparent::-moz-placeholder {
  color: transparent;
}
.placeholder-transparent::placeholder {
  color: transparent;
}
.placeholder-white\/40::-moz-placeholder {
  color: rgb(255 255 255 / 0.4);
}
.placeholder-white\/40::placeholder {
  color: rgb(255 255 255 / 0.4);
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.shadow {
  --tw-shadow: 0 0.0625rem 0.1875rem 0 rgb(0 0 0 / 0.1), 0 0.0625rem 0.125rem -0.0625rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.0625rem 0.1875rem 0 var(--tw-shadow-color), 0 0.0625rem 0.125rem -0.0625rem 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-2xl {
  --tw-shadow: 0 1.5625rem 3.125rem -0.75rem rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 1.5625rem 3.125rem -0.75rem 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-inner {
  --tw-shadow: inset 0 0.125rem 0.25rem 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 0.125rem 0.25rem 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);
}
.shadow-lg {
  --tw-shadow: 0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.625rem 0.9375rem -0.1875rem var(--tw-shadow-color), 0 0.25rem 0.375rem -0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(0 0 0 / 0.1), 0 0.125rem 0.25rem -0.125rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.125rem 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 0.0625rem 0.125rem 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 0.0625rem 0.125rem 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);
}
.shadow-xl {
  --tw-shadow: 0 1.25rem 1.5625rem -0.3125rem rgb(0 0 0 / 0.1), 0 0.5rem 0.625rem -0.375rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1.25rem 1.5625rem -0.3125rem var(--tw-shadow-color), 0 0.5rem 0.625rem -0.375rem 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-dark\/20 {
  --tw-shadow-color: rgb(var(--color-dark-rgb) / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(0.5rem);
  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);
}
.blur-2xl {
  --tw-blur: blur(2.5rem);
  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);
}
.blur-3xl {
  --tw-blur: blur(4rem);
  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);
}
.blur-\[60px\] {
  --tw-blur: blur(3.75rem);
  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);
}
.blur-xl {
  --tw-blur: blur(1.5rem);
  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);
}
.brightness-0 {
  --tw-brightness: brightness(0);
  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);
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 1.5625rem 1.5625rem rgb(0 0 0 / 0.15));
  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);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 1.25rem 0.8125rem rgb(0 0 0 / 0.03)) drop-shadow(0 0.5rem 0.3125rem rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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-xl {
  --tw-backdrop-blur: blur(1.5rem);
  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, 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;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
/* .mask-img {
    -webkit-mask-image: url('/path/to/your-green-image.webp');
    mask-image: url('/path/to/your-green-image.webp');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
  } */
/* 引入 Tailwind 的基础样式 */
/* @tailwind base; */
/* 引入 Tailwind 的组件样式 */
/* @tailwind components; */
/* 引入 Tailwind 的工具类 */
/* @tailwind utilities; */
/* 自定义基础样式 */
/* @layer base {
  :root {
    --color-bg-base: #FFFFFF;
    --color-text-primary: #343434;
    --color-border-secondary: #E9E9E9;
    --color-accent-gold: #D4AF37;
    --color-surface: #FDFCF7;
  }

  html {
    font-size: 16px;
    scroll-behavior: smooth;
  }

  body {
    @apply font-sans text-gray-900 antialiased;
  }

  h1 {
    @apply text-4xl font-bold mb-4;
  }

  h2 {
    @apply text-3xl font-bold mb-3;
  }

  h3 {
    @apply text-2xl font-semibold mb-2;
  }

  p {
    @apply mb-4 leading-relaxed;
  }

  a {
    @apply text-primary-600 hover:text-primary-700 transition-colors;
  }
} */
/* 自定义组件样式 */
/* @layer components {
  .btn {
    @apply px-6 py-3 rounded-lg font-medium transition-all duration-200;
  }

  .btn-primary {
    @apply bg-primary-600 text-white hover:bg-primary-700 active:scale-95;
  }

  .btn-secondary {
    @apply bg-gray-200 text-gray-900 hover:bg-gray-300 active:scale-95;
  }

  .card {
    @apply bg-white rounded-xl shadow-lg p-6 hover:shadow-xl transition-shadow;
  }

  .container-custom {
    @apply max-w-7xl mx-auto px-4 sm:px-6 lg:px-8;
  }
} */
/* 自定义工具类 */
/* @layer utilities {
  .text-gradient {
    @apply bg-gradient-to-r from-primary-600 to-primary-400 bg-clip-text text-transparent;
  }

  .section-spacing {
    @apply py-16 md:py-24;
  }
} */
.marker\:text-\[\#D4AF37\] *::marker {
  color: rgb(212 175 55 );
}
.marker\:text-\[\#D4AF37\]::marker {
  color: rgb(212 175 55 );
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0;
}
.after\:h-1::after {
  content: var(--tw-content);
  height: 0.25rem;
}
.after\:w-16::after {
  content: var(--tw-content);
  width: 4rem;
}
.after\:bg-accent-gold::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-gold-rgb) / var(--tw-bg-opacity, 1));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  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\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:border-accent-gold:hover {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-accent-gold-rgb) / var(--tw-border-opacity, 1));
}
.hover\:border-accent-gold\/30:hover {
  border-color: rgb(var(--color-accent-gold-rgb) / 0.3);
}
.hover\:border-accent-gold\/50:hover {
  border-color: rgb(var(--color-accent-gold-rgb) / 0.5);
}
.hover\:bg-accent-gold:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-accent-gold-rgb) / var(--tw-bg-opacity, 1));
}
.hover\:bg-accent-gold\/90:hover {
  background-color: rgb(var(--color-accent-gold-rgb) / 0.9);
}
.hover\:bg-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-dark-rgb) / var(--tw-bg-opacity, 1));
}
.hover\:bg-dark\/85:hover {
  background-color: rgb(var(--color-dark-rgb) / 0.85);
}
.hover\:bg-dark\/90:hover {
  background-color: rgb(var(--color-dark-rgb) / 0.9);
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.hover\:bg-transparent:hover {
  background-color: transparent;
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#2C363F\]:hover {
  --tw-text-opacity: 1;
  color: rgb(44 54 63 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#D4AF37\]:hover {
  --tw-text-opacity: 1;
  color: rgb(212 175 55 / var(--tw-text-opacity, 1));
}
.hover\:text-accent-gold:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-gold-rgb) / var(--tw-text-opacity, 1));
}
.hover\:text-accent-gold\/70:hover {
  color: rgb(var(--color-accent-gold-rgb) / 0.7);
}
.hover\:text-accent-gold\/80:hover {
  color: rgb(var(--color-accent-gold-rgb) / 0.8);
}
.hover\:text-dark:hover {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-rgb) / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-lg:hover {
  --tw-shadow: 0 0.625rem 0.9375rem -0.1875rem rgb(0 0 0 / 0.1), 0 0.25rem 0.375rem -0.25rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.625rem 0.9375rem -0.1875rem var(--tw-shadow-color), 0 0.25rem 0.375rem -0.25rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-md:hover {
  --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgb(0 0 0 / 0.1), 0 0.125rem 0.25rem -0.125rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.125rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-xl:hover {
  --tw-shadow: 0 1.25rem 1.5625rem -0.3125rem rgb(0 0 0 / 0.1), 0 0.5rem 0.625rem -0.375rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1.25rem 1.5625rem -0.3125rem var(--tw-shadow-color), 0 0.5rem 0.625rem -0.375rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hover\:shadow-accent-gold\/25:hover {
  --tw-shadow-color: rgb(var(--color-accent-gold-rgb) / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}
.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  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);
}
.focus\:border-accent-gold:focus {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-accent-gold-rgb) / var(--tw-border-opacity, 1));
}
.focus\:border-accent-gold\/50:focus {
  border-color: rgb(var(--color-accent-gold-rgb) / 0.5);
}
.focus\:bg-white\/15:focus {
  background-color: rgb(255 255 255 / 0.15);
}
.focus\:outline-none:focus {
  outline: 0.125rem solid transparent;
  outline-offset: 0.125rem;
}
.focus\:ring-2: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(0.125rem + 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\:ring-accent-gold:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-accent-gold-rgb) / var(--tw-ring-opacity, 1));
}
.focus\:ring-accent-gold\/50:focus {
  --tw-ring-color: rgb(var(--color-accent-gold-rgb) / 0.5);
}
.active\:scale-\[0\.97\]:active {
  --tw-scale-x: 0.97;
  --tw-scale-y: 0.97;
  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));
}
.active\:scale-\[0\.98\]:active {
  --tw-scale-x: 0.98;
  --tw-scale-y: 0.98;
  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:hover .group-hover\:visible {
  visibility: visible;
}
.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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:hover .group-hover\:translate-y-1 {
  --tw-translate-y: 0.25rem;
  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:hover .group-hover\: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:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}
.group:hover .group-hover\:text-accent-gold {
  --tw-text-opacity: 1;
  color: rgb(var(--color-accent-gold-rgb) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-dark {
  --tw-text-opacity: 1;
  color: rgb(var(--color-dark-rgb) / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.peer:focus ~ .peer-focus\:w-full {
  width: 100%;
}
@media (min-width: 640px) {
  .sm\:block {
    display: block;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-4\/6 {
    width: 66.666667%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-\[30\%\] {
    width: 30%;
  }
  .md\:max-w-\[450px\] {
    max-width: 28.125rem;
  }
  .md\:max-w-\[491px\] {
    max-width: 30.6875rem;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(0.0625rem * var(--tw-divide-x-reverse));
    border-left-width: calc(0.0625rem * calc(1 - var(--tw-divide-x-reverse)));
  }
  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0 * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0 * var(--tw-divide-y-reverse));
  }
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
  .md\:bg-gradient-to-t {
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }
  .md\:from-\[\#2C363F\] {
    --tw-gradient-from: #2C363F var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(44 54 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  .md\:via-transparent {
    --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-14 {
    padding: 3.5rem;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:-ml-20 {
    margin-left: -5rem;
  }
  .lg\:-mr-20 {
    margin-right: -5rem;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-\[35\%\] {
    width: 35%;
  }
  .lg\:w-\[65\%\] {
    width: 65%;
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-start {
    text-align: start;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}