<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

body {
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
}

img{
  display: inline-block;
}

.text-sm-custom {
  font-family: 'AlibabaPuHuiTi-Regular';
  font-size: 14px;
  /* 0.875rem */
  color: #333333;
  line-height: 22px;
  /* 1.375rem */
  text-align: left;
  font-style: normal;
}

.text-base-custom {
  font-family: 'AlibabaPuHuiTi-Regular';
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
}

.text-sub-title-2 {
  font-family: 'AlibabaPuHuiTi-Medium';
  font-size: 32px;
  color: #333333;
  line-height: 58px;
  text-align: left;
  font-style: normal;
}

.text-sub-title-3 {
  font-family: 'AlibabaPuHuiTi-Medium';
  font-size: 24px;
  color: #333333;
  line-height: 36px;
  text-align: left;
  font-style: normal;
}

.container {
  width: 100%;
}

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

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

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

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

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

.activeTab-blue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 162 239 / var(--tw-bg-opacity, 1)) !important;
  /* ç¤ºä¾‹ï¼šèƒŒæ™¯è‰²ä¸ºè“è‰²ï¼Œæ–‡æœ¬é¢œè‰²ä¸ºç™½è‰² */
}

.activeTab-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(216 92 65 / var(--tw-bg-opacity, 1)) !important;
}

.activeTab .btn-text {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.activeTab .svgIcon {
  fill: #fff !important;
  stroke: #fff !important;
}

.activeMobileTab {
  border-bottom-width: 1px !important;
  border-style: solid !important;
  --tw-border-opacity: 1 !important;
  border-bottom-color: rgb(0 162 239 / var(--tw-border-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 162 239 / var(--tw-text-opacity, 1)) !important;
}

.activeMobileTab .svgIcon {
  fill: #00A2EF !important;
}

.drivder {
  height: 0.75rem;
  width: 1px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.submenu {
  box-sizing: border-box;
  position: absolute;
  transform: translate(-30%, -25px);
  width: 154px;
  top: 62px;
  font-weight: normal;
  transition: .5s;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 4px 12px 4px rgba(0, 0, 0, 0.16);
  color: #666666 !important;
  padding: 6px 0;
}

.submenu::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px;
  border-color: transparent transparent #ffffff transparent;
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}

.submenu .submenu-item {
  font-family: 'AlibabaPuHuiTi-Regular';
  color: #333333;
  line-height: 24px;
  text-align: left;
  font-style: normal;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  transition: .5s;
  position: relative;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.submenu .submenu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(216 92 65 / var(--tw-text-opacity, 1));
}

.submenu .submenu-item::after {
  content: '';
  width: 0;
  height: 2px;
  background: hsl(10, 65%, 53%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.submenu .submenu-item:hover::after {
  width: 100%;
}

.submenu .submenu-item-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 162 239 / var(--tw-text-opacity, 1));
}

.submenu .submenu-item-blue::after {
  content: '';
  width: 0;
  height: 2px;
  background: hsl(195, 100%, 47.5%);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.submenu .submenu-item-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(182 109 32 / var(--tw-text-opacity, 1));
}

.submenu .submenu-item-orange::after {
  content: '';
  width: 0;
  height: 2px;
  background: #B66D20;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.submenu .submenu-item-red:hover {
  --tw-text-opacity: 1;
  color: rgb(200 22 29 / var(--tw-text-opacity, 1));
}

.submenu .submenu-item-red::after {
  content: '';
  width: 0;
  height: 2px;
  background: #C8161D;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: .5s;
}

.begin {
  height: 30px;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 48px;
  color: #D85C41;
  font-style: normal;
  line-height: 52px;
}

.end {
  height: 30px;
  color: #D85C41;
  margin-bottom: 10px;
  font-family: Helvetica, Helvetica;
  font-weight: bold;
  font-size: 48px;
  text-align: right;
  font-style: normal;
  line-height: 60px;
}

.arrow-right::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}

.second-menu .third-menu {
  height: 0;
  opacity: 0;
}

.activeMenu .arrow-right::after {
  transform: rotate(45deg);
}

.activeMenu .third-menu, .left-columns-active .third-menu {
  height: auto !important;
  opacity: 1 !important;
}

.newCenterTab li {
  position: relative;
}

.newCenterTab li:nth-child(1)::after,.newCenterTab li:nth-child(2)::after {
  height: 0.75rem;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
  position: absolute;
  right: -3px;
  top: 0.75rem;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 18px;
  width: 1px;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
  --tw-content: '';
  content: var(--tw-content);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

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

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

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-1 {
  inset: -0.25rem;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

.end-1 {
  inset-inline-end: 0.25rem;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-7 {
  left: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

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

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

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

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

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

.col-span-2 {
  grid-column: span 2 / span 2;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[30px\] {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-\[5px\] {
  margin-left: 5px;
  margin-right: 5px;
}

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

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

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

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

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

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

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

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

.mb-7 {
  margin-bottom: 1.75rem;
}

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

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

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

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

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

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

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

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

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-none {
  overflow: visible;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-line-clamp: none;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.hidden {
  display: none;
}

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

.size-8 {
  width: 2rem;
  height: 2rem;
}

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

.size-\[50px\] {
  width: 50px;
  height: 50px;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-0 {
  height: 0px;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[420\.97px\] {
  height: 420.97px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[94\%\] {
  height: 94%;
}

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

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

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

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

.h-auto {
  height: auto;
}

.h-calc-full-minus-100 {
  height: calc(100% - 100px);
}

.h-calc-full-minus-110 {
  height: calc(100% - 110px);
}

.h-calc-full-minus-180 {
  height: calc(100% - 180px);
}

.h-calc-full-minus-190 {
  height: calc(100% - 190px);
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.w-2 {
  width: 0.5rem;
}

.w-36 {
  width: 9rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[this-is\\\\\] {
  width: this-is\\;
}

.w-\[this-is\] {
  width: this-is;
}

.w-\[weird-and-invalid\] {
  width: weird-and-invalid;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-center {
  transform-origin: center;
}

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

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

.translate-y-\[316px\] {
  --tw-translate-y: 316px;
  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-y-50 {
  --tw-scale-y: .5;
  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)) !important;
}

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

.transform-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-auto {
  touch-action: auto;
}

.touch-none {
  touch-action: none;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-left {
  --tw-pan-x: pan-left;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-right {
  --tw-pan-x: pan-right;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-y {
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-up {
  --tw-pan-y: pan-up;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pan-down {
  --tw-pan-y: pan-down;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.touch-manipulation {
  touch-action: manipulation;
}

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

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

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

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

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

.snap-x {
  scroll-snap-type: x var(--tw-scroll-snap-strictness);
}

.snap-y {
  scroll-snap-type: y var(--tw-scroll-snap-strictness);
}

.snap-both {
  scroll-snap-type: both var(--tw-scroll-snap-strictness);
}

.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}

.snap-proximity {
  --tw-scroll-snap-strictness: proximity;
}

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-disc {
  list-style-type: disc;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.break-before-auto {
  -moz-column-break-before: auto;
       break-before: auto;
}

.break-before-avoid {
  -moz-column-break-before: avoid;
       break-before: avoid;
}

.break-before-all {
  -moz-column-break-before: all;
       break-before: all;
}

.break-before-avoid-page {
  -moz-column-break-before: avoid;
       break-before: avoid-page;
}

.break-before-page {
  -moz-column-break-before: page;
       break-before: page;
}

.break-before-left {
  -moz-column-break-before: left;
       break-before: left;
}

.break-before-right {
  -moz-column-break-before: right;
       break-before: right;
}

.break-before-column {
  -moz-column-break-before: column;
       break-before: column;
}

.break-inside-auto {
  -moz-column-break-inside: auto;
       break-inside: auto;
}

.break-inside-avoid {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.break-inside-avoid-page {
  break-inside: avoid-page;
}

.break-inside-avoid-column {
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}

.break-after-auto {
  -moz-column-break-after: auto;
       break-after: auto;
}

.break-after-avoid {
  -moz-column-break-after: avoid;
       break-after: avoid;
}

.break-after-all {
  -moz-column-break-after: all;
       break-after: all;
}

.break-after-avoid-page {
  -moz-column-break-after: avoid;
       break-after: avoid-page;
}

.break-after-page {
  -moz-column-break-after: page;
       break-after: page;
}

.break-after-left {
  -moz-column-break-after: left;
       break-after: left;
}

.break-after-right {
  -moz-column-break-after: right;
       break-after: right;
}

.break-after-column {
  -moz-column-break-after: column;
       break-after: column;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

.place-content-stretch {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

.content-normal {
  align-content: normal;
}

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

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

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

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.content-baseline {
  align-content: baseline;
}

.content-stretch {
  align-content: stretch;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[14px\] {
  gap: 14px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

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

.gap-\[25px\] {
  gap: 25px;
}

.gap-\[26px\] {
  gap: 26px;
}

.gap-\[2px\] {
  gap: 2px;
}

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

.gap-\[32px\] {
  gap: 32px;
}

.gap-\[35px\] {
  gap: 35px;
}

.gap-\[3px\] {
  gap: 3px;
}

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

.gap-\[45px\] {
  gap: 45px;
}

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

.gap-\[58px\] {
  gap: 58px;
}

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

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

.gap-\[6px\] {
  gap: 6px;
}

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

.gap-\[90px\] {
  gap: 90px;
}

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

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

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

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

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

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

.gap-y-2 {
  row-gap: 0.5rem;
}

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

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

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

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

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

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

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

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

.space-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.divide-x &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-y-reverse &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-solid &gt; :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dashed &gt; :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}

.divide-dotted &gt; :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-double &gt; :not([hidden]) ~ :not([hidden]) {
  border-style: double;
}

.divide-none &gt; :not([hidden]) ~ :not([hidden]) {
  border-style: none;
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.self-auto {
  align-self: auto;
}

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

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

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

.self-stretch {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

.justify-self-stretch {
  justify-self: stretch;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

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

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

.overflow-y-clip {
  overflow-y: clip;
}

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

.overflow-y-visible {
  overflow-y: visible;
}

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

.overflow-y-scroll {
  overflow-y: scroll;
}

.overscroll-auto {
  overscroll-behavior: auto;
}

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-none {
  overscroll-behavior: none;
}

.overscroll-y-auto {
  overscroll-behavior-y: auto;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

.overscroll-y-none {
  overscroll-behavior-y: none;
}

.overscroll-x-auto {
  overscroll-behavior-x: auto;
}

.overscroll-x-contain {
  overscroll-behavior-x: contain;
}

.overscroll-x-none {
  overscroll-behavior-x: none;
}

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

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

.overflow-ellipsis {
  text-overflow: ellipsis;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

.text-clip {
  text-overflow: clip;
}

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.whitespace-break-spaces {
  white-space: break-spaces;
}

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

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

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

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

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

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

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

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

.rounded-t-\[16px\] {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-\[0px\] {
  border-bottom-left-radius: 0px;
}

.rounded-bl-\[20px\] {
  border-bottom-left-radius: 20px;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-\[100px\] {
  border-bottom-right-radius: 100px;
}

.rounded-br-\[20px\] {
  border-bottom-right-radius: 20px;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-\[100px\] {
  border-top-left-radius: 100px;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-\[0px\] {
  border-top-right-radius: 0px;
}

.border {
  border-width: 1px;
}

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

.border-\[1px\] {
  border-width: 1px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-e {
  border-inline-end-width: 1px;
}

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

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

.border-l-\[3px\] {
  border-left-width: 3px;
}

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

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

.border-s {
  border-inline-start-width: 1px;
}

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

.border-solid {
  border-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.border-\[\#\#DBD4CD\] {
  border-color: ##DBD4CD;
}

.border-\[\#00A2EF\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 162 239 / var(--tw-border-opacity, 1));
}

.border-\[\#355EC4\] {
  --tw-border-opacity: 1;
  border-color: rgb(53 94 196 / var(--tw-border-opacity, 1));
}

.border-\[\#999999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.border-\[\#999999\]\/\[0\.25\] {
  border-color: rgb(153 153 153 / 0.25);
}

.border-\[\#999\] {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}

.border-\[\#B66D20\] {
  --tw-border-opacity: 1;
  border-color: rgb(182 109 32 / var(--tw-border-opacity, 1));
}

.border-\[\#C8161D\] {
  --tw-border-opacity: 1;
  border-color: rgb(200 22 29 / var(--tw-border-opacity, 1));
}

.border-\[\#D7D7D7\] {
  --tw-border-opacity: 1;
  border-color: rgb(215 215 215 / var(--tw-border-opacity, 1));
}

.border-\[\#D85C41\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 92 65 / var(--tw-border-opacity, 1));
}

.border-\[\#DBD4CD\] {
  --tw-border-opacity: 1;
  border-color: rgb(219 212 205 / var(--tw-border-opacity, 1));
}

.border-\[\#DBD4CD\]\/\[0\.4\] {
  border-color: rgb(219 212 205 / 0.4);
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-\[\#EAEEF9\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 238 249 / var(--tw-border-opacity, 1));
}

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

.border-\[\#FCF1F2\] {
  --tw-border-opacity: 1;
  border-color: rgb(252 241 242 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}

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

.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

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

.border-white\/\[0\.16\] {
  border-color: rgb(255 255 255 / 0.16);
}

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

.bg-\[\#000000\]\/\[0\.1\] {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-\[\#000000\]\/\[0\.3\] {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-\[\#000000\]\/\[0\.4\] {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-\[\#000000\]\/\[0\.5\] {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-\[\#006699\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 102 153 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00A2EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 239 / var(--tw-bg-opacity, 1));
}

.bg-\[\#00A2EF\]\/50 {
  background-color: rgb(0 162 239 / 0.5);
}

.bg-\[\#333333\]\/\[0\.4\] {
  background-color: rgb(51 51 51 / 0.4);
}

.bg-\[\#355EC4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 94 196 / var(--tw-bg-opacity, 1));
}

.bg-\[\#355EC4\]\/\[0\.03\] {
  background-color: rgb(53 94 196 / 0.03);
}

.bg-\[\#999999\]\/\[0\.2\] {
  background-color: rgb(153 153 153 / 0.2);
}

.bg-\[\#AFAFAF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(175 175 175 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B66D20\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 109 32 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B66D20\]\/\[\.30\] {
  background-color: rgb(182 109 32 / .30);
}

.bg-\[\#B66D20\]\/\[\.60\] {
  background-color: rgb(182 109 32 / .60);
}

.bg-\[\#B66D20\]\/\[0\.05\] {
  background-color: rgb(182 109 32 / 0.05);
}

.bg-\[\#B66D20\]\/\[0\.2\] {
  background-color: rgb(182 109 32 / 0.2);
}

.bg-\[\#B96C1F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 108 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C8161D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 22 29 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C8161D\]\/\[0\.2\] {
  background-color: rgb(200 22 29 / 0.2);
}

.bg-\[\#D85C41\]\/\[0\.7\] {
  background-color: rgb(216 92 65 / 0.7);
}

.bg-\[\#DBD4CD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(219 212 205 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EAEEF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 238 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F4F4F4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F5F5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F6F6F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#F8F9FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 249 253 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8FAFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAF8F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 248 246 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCF1F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 241 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FCFAF6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 250 246 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FF9E00\]\/\[0\.1\] {
  background-color: rgb(255 158 0 / 0.1);
}

.bg-\[\#FFF8E4\]\/\[0\.3\] {
  background-color: rgb(255 248 228 / 0.3);
}

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

.bg-\[\#FFFFFF\]\/\[\.60\] {
  background-color: rgb(255 255 255 / .60);
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgb\(255\2c 0\2c 0\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5);
}

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

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

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

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

.bg-white\/\[0\.34\] {
  background-color: rgb(255 255 255 / 0.34);
}

.bg-white\/\[0\.4\] {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/\[0\.5\] {
  background-color: rgb(255 255 255 / 0.5);
}

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

.bg-white\/\[0\.76\] {
  background-color: rgb(255 255 255 / 0.76);
}

.bg-white\/\[0\.7\] {
  background-color: rgb(255 255 255 / 0.7);
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[url\(\'\$\{a\.contentAttribute\.banner\}\'\)\] {
  background-image: url('${a.contentAttribute.banner}');
}

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

.bg-\[url\(\'\.\.\/image\/banner2\.jpg\'\)\] {
  background-image: url('../image/banner2.jpg');
}

.bg-\[url\(\'\.\.\/image\/businessman-hands-shake-agreement\.png\'\)\] {
  background-image: url('../image/businessman-hands-shake-agreement.png');
}

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

.bg-\[url\(\'\.\.\/image\/group-head-bg\.png\'\)\] {
  background-image: url('../image/group-head-bg.png');
}

.bg-\[url\(\'\.\.\/image\/group-main-bg\.png\'\)\] {
  background-image: url('../image/group-main-bg.png');
}

.bg-\[url\(\'\.\.\/image\/header-close\.png\'\)\] {
  background-image: url('../image/header-close.png');
}

.bg-\[url\(\'\.\.\/image\/header-seach\.png\'\)\] {
  background-image: url('../image/header-seach.png');
}

.bg-\[url\(\'\.\.\/image\/hky-companyVideo-bg\.png\'\)\] {
  background-image: url('../image/hky-companyVideo-bg.png');
}

.bg-\[url\(\'\.\.\/image\/hky-home-newCenter-bg\.jpg\'\)\] {
  background-image: url('../image/hky-home-newCenter-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/hky-m-foot-bg\.png\'\)\] {
  background-image: url('../image/hky-m-foot-bg.png');
}

.bg-\[url\(\'\.\.\/image\/hky-m-leading-item-bg\.png\'\)\] {
  background-image: url('../image/hky-m-leading-item-bg.png');
}

.bg-\[url\(\'\.\.\/image\/hky-m-news-center-bg\.png\'\)\] {
  background-image: url('../image/hky-m-news-center-bg.png');
}

.bg-\[url\(\'\.\.\/image\/hky-mainBusiness1-bg\.png\'\)\] {
  background-image: url('../image/hky-mainBusiness1-bg.png');
}

.bg-\[url\(\'\.\.\/image\/hky-navigation-bg\.jpg\'\)\] {
  background-image: url('../image/hky-navigation-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/hky-party-bg\.png\'\)\] {
  background-image: url('../image/hky-party-bg.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-aboutus\.jpg\'\)\] {
  background-image: url('../image/lukang-aboutus.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-arrow-brown\.jpg\'\)\] {
  background-image: url('../image/lukang-arrow-brown.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-arrow-red\.png\'\)\] {
  background-image: url('../image/lukang-arrow-red.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-arrow-white\.png\'\)\] {
  background-image: url('../image/lukang-arrow-white.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-biding-bg-mobile\.png\'\)\] {
  background-image: url('../image/lukang-biding-bg-mobile.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-biding-bg\.png\'\)\] {
  background-image: url('../image/lukang-biding-bg.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-biding-icon\.png\'\)\] {
  background-image: url('../image/lukang-biding-icon.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-book-white\.png\'\)\] {
  background-image: url('../image/lukang-book-white.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-colse-grey\.png\'\)\] {
  background-image: url('../image/lukang-colse-grey.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-column-title-bg\.png\'\)\] {
  background-image: url('../image/lukang-column-title-bg.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-common-info\.png\'\)\] {
  background-image: url('../image/lukang-common-info.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-contactInfo\.png\'\)\] {
  background-image: url('../image/lukang-contactInfo.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-corporate-header-bg\.png\'\)\] {
  background-image: url('../image/lukang-corporate-header-bg.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-cpm-background\.png\'\)\] {
  background-image: url('../image/lukang-cpm-background.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-cultural-activity\.png\'\)\] {
  background-image: url('../image/lukang-cultural-activity.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-develop\.jpg\'\)\] {
  background-image: url('../image/lukang-develop.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-douyin-icon\.png\'\)\] {
  background-image: url('../image/lukang-douyin-icon.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-download-orange\.png\'\)\] {
  background-image: url('../image/lukang-download-orange.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-expand\.png\'\)\] {
  background-image: url('../image/lukang-expand.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-flow\.png\'\)\] {
  background-image: url('../image/lukang-flow.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-flow2\.png\'\)\] {
  background-image: url('../image/lukang-flow2.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-net\.png\'\)\] {
  background-image: url('../image/lukang-net.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-news-center\.jpg\'\)\] {
  background-image: url('../image/lukang-news-center.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-news-more\.png\'\)\] {
  background-image: url('../image/lukang-news-more.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-notification\.svg\'\)\] {
  background-image: url('../image/lukang-notification.svg');
}

.bg-\[url\(\'\.\.\/image\/lukang-part-building\.jpg\'\)\] {
  background-image: url('../image/lukang-part-building.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-phone-white\.png\'\)\] {
  background-image: url('../image/lukang-phone-white.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-plane\.png\'\)\] {
  background-image: url('../image/lukang-plane.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-player-close\.png\'\)\] {
  background-image: url('../image/lukang-player-close.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-player-mobile\.png\'\)\] {
  background-image: url('../image/lukang-player-mobile.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-player-white\.png\'\)\] {
  background-image: url('../image/lukang-player-white.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-police-badge\.png\'\)\] {
  background-image: url('../image/lukang-police-badge.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-product\.jpg\'\)\] {
  background-image: url('../image/lukang-product.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-pruchase-title\.jpg\'\)\] {
  background-image: url('../image/lukang-pruchase-title.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-purchase\.jpg\'\)\] {
  background-image: url('../image/lukang-purchase.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-qrcode-2x\.png\'\)\] {
  background-image: url('../image/lukang-qrcode-2x.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-quick-nav-bg\.png\'\)\] {
  background-image: url('../image/lukang-quick-nav-bg.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-quick-nav-colse\.png\'\)\] {
  background-image: url('../image/lukang-quick-nav-colse.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-qutoa-orange\.png\'\)\] {
  background-image: url('../image/lukang-qutoa-orange.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-resume-bg\.png\'\)\] {
  background-image: url('../image/lukang-resume-bg.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-rightarrow\.svg\'\)\] {
  background-image: url('../image/lukang-rightarrow.svg');
}

.bg-\[url\(\'\.\.\/image\/lukang-simple-arrow-brwon\.png\'\)\] {
  background-image: url('../image/lukang-simple-arrow-brwon.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-simple-arrow\.png\'\)\] {
  background-image: url('../image/lukang-simple-arrow.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-social-item1-small\.jpg\'\)\] {
  background-image: url('../image/lukang-social-item1-small.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-social-item2-small\.jpg\'\)\] {
  background-image: url('../image/lukang-social-item2-small.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-social-item3-small\.jpg\'\)\] {
  background-image: url('../image/lukang-social-item3-small.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-social-responsibility\.jpg\'\)\] {
  background-image: url('../image/lukang-social-responsibility.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-society-bg-left\.png\'\)\] {
  background-image: url('../image/lukang-society-bg-left.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-society-bg-right\.png\'\)\] {
  background-image: url('../image/lukang-society-bg-right.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-swiper-next\.svg\'\)\] {
  background-image: url('../image/lukang-swiper-next.svg');
}

.bg-\[url\(\'\.\.\/image\/lukang-swiper-prev\.svg\'\)\] {
  background-image: url('../image/lukang-swiper-prev.svg');
}

.bg-\[url\(\'\.\.\/image\/lukang-tencent-icon\.png\'\)\] {
  background-image: url('../image/lukang-tencent-icon.png');
}

.bg-\[url\(\'\.\.\/image\/lukang-title-background\.jpg\'\)\] {
  background-image: url('../image/lukang-title-background.jpg');
}

.bg-\[url\(\'\.\.\/image\/lukang-title-background2\.jpg\'\)\] {
  background-image: url('../image/lukang-title-background2.jpg');
}

.bg-\[url\(\'\.\.\/image\/m_typicalitem-bg\.jpg\'\)\] {
  background-image: url('../image/m_typicalitem-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/news-video-play\.png\'\)\] {
  background-image: url('../image/news-video-play.png');
}

.bg-\[url\(\'\.\.\/image\/search-empty2x\.png\'\)\] {
  background-image: url('../image/search-empty2x.png');
}

.bg-\[url\(\'\.\.\/image\/search-header-background\.png\'\)\] {
  background-image: url('../image/search-header-background.png');
}

.bg-\[url\(\'\.\.\/image\/typical-bg-2x\.png\'\)\] {
  background-image: url('../image/typical-bg-2x.png');
}

.bg-\[url\(\'\.\.\/image\/tz-about-bg\.jpg\'\)\] {
  background-image: url('../image/tz-about-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/tz-business-bg\.jpg\'\)\] {
  background-image: url('../image/tz-business-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/tz-business-card\.jpg\'\)\] {
  background-image: url('../image/tz-business-card.jpg');
}

.bg-\[url\(\'\.\.\/image\/tz-loadbtn-bg\.png\'\)\] {
  background-image: url('../image/tz-loadbtn-bg.png');
}

.bg-\[url\(\'\.\.\/image\/tz-navigation-bg\.jpg\'\)\] {
  background-image: url('../image/tz-navigation-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/tz-networkgroup-bg\.png\'\)\] {
  background-image: url('../image/tz-networkgroup-bg.png');
}

.bg-\[url\(\'\.\.\/image\/tz-newCenter-bg\.jpg\'\)\] {
  background-image: url('../image/tz-newCenter-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/tz-party-bg\.jpg\'\)\] {
  background-image: url('../image/tz-party-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/tz-webSiteMap-bg\.jpg\'\)\] {
  background-image: url('../image/tz-webSiteMap-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-aboutus-bg\.jpg\'\)\] {
  background-image: url('../image/xh-aboutus-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-aboutus-bottom\.png\'\)\] {
  background-image: url('../image/xh-aboutus-bottom.png');
}

.bg-\[url\(\'\.\.\/image\/xh-arrow-left\.png\'\)\] {
  background-image: url('../image/xh-arrow-left.png');
}

.bg-\[url\(\'\.\.\/image\/xh-arrow-right-active\.png\'\)\] {
  background-image: url('../image/xh-arrow-right-active.png');
}

.bg-\[url\(\'\.\.\/image\/xh-arrow-right-white\.png\'\)\] {
  background-image: url('../image/xh-arrow-right-white.png');
}

.bg-\[url\(\'\.\.\/image\/xh-bag\.svg\'\)\] {
  background-image: url('../image/xh-bag.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-brand-bg\.png\'\)\] {
  background-image: url('../image/xh-brand-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-brand-logo\.png\'\)\] {
  background-image: url('../image/xh-brand-logo.png');
}

.bg-\[url\(\'\.\.\/image\/xh-brand-title-bg\.png\'\)\] {
  background-image: url('../image/xh-brand-title-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-close-grey\.png\'\)\] {
  background-image: url('../image/xh-close-grey.png');
}

.bg-\[url\(\'\.\.\/image\/xh-column-title-bg\.png\'\)\] {
  background-image: url('../image/xh-column-title-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-culture-bg\.png\'\)\] {
  background-image: url('../image/xh-culture-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-develop-item-bg\.png\'\)\] {
  background-image: url('../image/xh-develop-item-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-develop-title-bg\.png\'\)\] {
  background-image: url('../image/xh-develop-title-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-dynamic-news-active\.svg\'\)\] {
  background-image: url('../image/xh-dynamic-news-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-dynamic-news\.svg\'\)\] {
  background-image: url('../image/xh-dynamic-news.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-email\.svg\'\)\] {
  background-image: url('../image/xh-email.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-groupnews-icon-active\.svg\'\)\] {
  background-image: url('../image/xh-groupnews-icon-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-groupnews-icon\.svg\'\)\] {
  background-image: url('../image/xh-groupnews-icon.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-industrial-layout-bg\.png\'\)\] {
  background-image: url('../image/xh-industrial-layout-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-info\.svg\'\)\] {
  background-image: url('../image/xh-info.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-inset-person-2x\.png\'\)\] {
  background-image: url('../image/xh-inset-person-2x.png');
}

.bg-\[url\(\'\.\.\/image\/xh-international-bg\.png\'\)\] {
  background-image: url('../image/xh-international-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-aboutus-bg\.png\'\)\] {
  background-image: url('../image/xh-m-aboutus-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-brand-bg\.png\'\)\] {
  background-image: url('../image/xh-m-brand-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-industrial-layout-bg\.png\'\)\] {
  background-image: url('../image/xh-m-industrial-layout-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-newscenter-bg\.png\'\)\] {
  background-image: url('../image/xh-m-newscenter-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-part_building\.png\'\)\] {
  background-image: url('../image/xh-m-part_building.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-product-bg\.png\'\)\] {
  background-image: url('../image/xh-m-product-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-social-title-bg\.png\'\)\] {
  background-image: url('../image/xh-m-social-title-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-social_responsibility\.png\'\)\] {
  background-image: url('../image/xh-m-social_responsibility.png');
}

.bg-\[url\(\'\.\.\/image\/xh-m-stock-bg\.png\'\)\] {
  background-image: url('../image/xh-m-stock-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-manufacturing-vertial\.png\'\)\] {
  background-image: url('../image/xh-manufacturing-vertial.png');
}

.bg-\[url\(\'\.\.\/image\/xh-manufacturing\.png\'\)\] {
  background-image: url('../image/xh-manufacturing.png');
}

.bg-\[url\(\'\.\.\/image\/xh-media-icon-active\.svg\'\)\] {
  background-image: url('../image/xh-media-icon-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-media-icon\.svg\'\)\] {
  background-image: url('../image/xh-media-icon.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-medicine-detail\.png\'\)\] {
  background-image: url('../image/xh-medicine-detail.png');
}

.bg-\[url\(\'\.\.\/image\/xh-medicine-download\.png\'\)\] {
  background-image: url('../image/xh-medicine-download.png');
}

.bg-\[url\(\'\.\.\/image\/xh-medicine-icon\.png\'\)\] {
  background-image: url('../image/xh-medicine-icon.png');
}

.bg-\[url\(\'\.\.\/image\/xh-newscenter-bg\.jpg\'\)\] {
  background-image: url('../image/xh-newscenter-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-part_building\.jpg\'\)\] {
  background-image: url('../image/xh-part_building.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-playicon-red\.svg\'\)\] {
  background-image: url('../image/xh-playicon-red.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-product-bg\.jpg\'\)\] {
  background-image: url('../image/xh-product-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-qrcode-2x\.png\'\)\] {
  background-image: url('../image/xh-qrcode-2x.png');
}

.bg-\[url\(\'\.\.\/image\/xh-quality-bg\.jpg\'\)\] {
  background-image: url('../image/xh-quality-bg.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-quality-center\.png\'\)\] {
  background-image: url('../image/xh-quality-center.png');
}

.bg-\[url\(\'\.\.\/image\/xh-radio\.svg\'\)\] {
  background-image: url('../image/xh-radio.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-readmore-red\.svg\'\)\] {
  background-image: url('../image/xh-readmore-red.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-readmore-white\.svg\'\)\] {
  background-image: url('../image/xh-readmore-white.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-right-arrow-blue\.svg\'\)\] {
  background-image: url('../image/xh-right-arrow-blue.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-shopcart\.svg\'\)\] {
  background-image: url('../image/xh-shopcart.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-social-icon1\.png\'\)\] {
  background-image: url('../image/xh-social-icon1.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-icon2\.png\'\)\] {
  background-image: url('../image/xh-social-icon2.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-icon3\.png\'\)\] {
  background-image: url('../image/xh-social-icon3.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-icon4\.png\'\)\] {
  background-image: url('../image/xh-social-icon4.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-icon5\.png\'\)\] {
  background-image: url('../image/xh-social-icon5.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-item1\.png\'\)\] {
  background-image: url('../image/xh-social-item1.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-item2\.png\'\)\] {
  background-image: url('../image/xh-social-item2.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-item3\.png\'\)\] {
  background-image: url('../image/xh-social-item3.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-item4\.png\'\)\] {
  background-image: url('../image/xh-social-item4.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-item5\.png\'\)\] {
  background-image: url('../image/xh-social-item5.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social-title-bg\.png\'\)\] {
  background-image: url('../image/xh-social-title-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-social_responsibility\.jpg\'\)\] {
  background-image: url('../image/xh-social_responsibility.jpg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-bg\.png\'\)\] {
  background-image: url('../image/xh-stock-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon1-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon1-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon1\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon1.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon2-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon2-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon2\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon2.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon3-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon3-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon3\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon3.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon4-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon4-active.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-icon4\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon4.svg');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-item-active-bg\.png\'\)\] {
  background-image: url('../image/xh-stock-item-active-bg.png');
}

.bg-\[url\(\'\.\.\/image\/xh-stock-item-bg\.png\'\)\] {
  background-image: url('../image/xh-stock-item-bg.png');
}

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

.bg-custom-gradient {
  background-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255,255,255,0.67) 32%, rgba(255,255,255,0.38) 67%, rgba(255,255,255,0.22) 87%, rgba(255,255,255,0) 100%);
}

.bg-custom-gradient-f5 {
  background-image: linear-gradient(180deg, #F5F5F5 0%, rgba(0, 162, 239, 0.2) 100%);
}

.bg-custom-gradient-f90 {
  background-image: linear-gradient(180deg, #F51E4C 0%, #F80000 0%, #FF7C00 100%);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

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

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

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

.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;
}

.px-\[100px\] {
  padding-left: 100px;
  padding-right: 100px;
}

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[117px\] {
  padding-left: 117px;
  padding-right: 117px;
}

.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}

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

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

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

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

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

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

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

.px-\[30px\] {
  padding-left: 30px;
  padding-right: 30px;
}

.px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}

.px-\[35px\] {
  padding-left: 35px;
  padding-right: 35px;
}

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

.px-\[50px\] {
  padding-left: 50px;
  padding-right: 50px;
}

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

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[75px\] {
  padding-left: 75px;
  padding-right: 75px;
}

.px-\[84px\] {
  padding-left: 84px;
  padding-right: 84px;
}

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

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

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

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

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

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

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

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

.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}

.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[16px\] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}

.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[22px\] {
  padding-top: 22px;
  padding-bottom: 22px;
}

.py-\[25px\] {
  padding-top: 25px;
  padding-bottom: 25px;
}

.py-\[26px\] {
  padding-top: 26px;
  padding-bottom: 26px;
}

.py-\[30px\] {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-\[32px\] {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-\[33px\] {
  padding-top: 33px;
  padding-bottom: 33px;
}

.py-\[34px\] {
  padding-top: 34px;
  padding-bottom: 34px;
}

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

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

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

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

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

.py-\[7px\] {
  padding-top: 7px;
  padding-bottom: 7px;
}

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

.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[10px\] {
  padding-left: 10px;
}

.pl-\[23px\] {
  padding-left: 23px;
}

.pl-\[30px\] {
  padding-left: 30px;
}

.pl-\[5px\] {
  padding-left: 5px;
}

.pl-\[8px\] {
  padding-left: 8px;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-\[22px\] {
  padding-right: 22px;
}

.pr-\[26px\] {
  padding-right: 26px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-14 {
  padding-top: 3.5rem;
}

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

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

.pt-5 {
  padding-top: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

.align-super {
  vertical-align: super;
}

.font-alibaba-puhuiti-bold {
  font-family: AlibabaPuHuiTi-Bold, sans-serif;
}

.font-alibaba-puhuiti-medium {
  font-family: AlibabaPuHuiTi-Medium, sans-serif;
}

.font-alibaba-puhuiti-regular {
  font-family: AlibabaPuHuiTi-Regular, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

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

.leading-4 {
  line-height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

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

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

.text-\[\#0072C6\] {
  --tw-text-opacity: 1;
  color: rgb(0 114 198 / var(--tw-text-opacity, 1));
}

.text-\[\#00A2EF\] {
  --tw-text-opacity: 1;
  color: rgb(0 162 239 / var(--tw-text-opacity, 1));
}

.text-\[\#00B034\] {
  --tw-text-opacity: 1;
  color: rgb(0 176 52 / var(--tw-text-opacity, 1));
}

.text-\[\#3333333\] {
  color: #3333333;
}

.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.text-\[\#336699\]\/\[\.35\] {
  color: rgb(51 102 153 / .35);
}

.text-\[\#355EC4\] {
  --tw-text-opacity: 1;
  color: rgb(53 94 196 / var(--tw-text-opacity, 1));
}

.text-\[\#63a3ff\] {
  --tw-text-opacity: 1;
  color: rgb(99 163 255 / var(--tw-text-opacity, 1));
}

.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#777777\] {
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.text-\[\#95221F\] {
  --tw-text-opacity: 1;
  color: rgb(149 34 31 / var(--tw-text-opacity, 1));
}

.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}

.text-\[\#B66D20\] {
  --tw-text-opacity: 1;
  color: rgb(182 109 32 / var(--tw-text-opacity, 1));
}

.text-\[\#B96C1F\] {
  --tw-text-opacity: 1;
  color: rgb(185 108 31 / var(--tw-text-opacity, 1));
}

.text-\[\#C4C4C4\] {
  --tw-text-opacity: 1;
  color: rgb(196 196 196 / var(--tw-text-opacity, 1));
}

.text-\[\#C8161D\] {
  --tw-text-opacity: 1;
  color: rgb(200 22 29 / var(--tw-text-opacity, 1));
}

.text-\[\#D85C41\] {
  --tw-text-opacity: 1;
  color: rgb(216 92 65 / var(--tw-text-opacity, 1));
}

.text-\[\#E6E6E6\] {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity, 1));
}

.text-\[\#F4BF1B\] {
  --tw-text-opacity: 1;
  color: rgb(244 191 27 / var(--tw-text-opacity, 1));
}

.text-\[\#FF9E00\] {
  --tw-text-opacity: 1;
  color: rgb(255 158 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF\]\/\[0\.5\] {
  color: rgb(255 255 255 / 0.5);
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/\[0\.35\] {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/\[0\.5\] {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/\[0\.7\] {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/\[0\.8\] {
  color: rgb(255 255 255 / 0.8);
}

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

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

.line-through {
  text-decoration-line: line-through;
}

.no-underline {
  text-decoration-line: none;
}

.decoration-solid {
  text-decoration-style: solid;
}

.decoration-double {
  text-decoration-style: double;
}

.decoration-dotted {
  text-decoration-style: dotted;
}

.decoration-dashed {
  text-decoration-style: dashed;
}

.decoration-wavy {
  text-decoration-style: wavy;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-45 {
  opacity: 0.45;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.bg-blend-normal {
  background-blend-mode: normal;
}

.bg-blend-multiply {
  background-blend-mode: multiply;
}

.bg-blend-screen {
  background-blend-mode: screen;
}

.bg-blend-overlay {
  background-blend-mode: overlay;
}

.bg-blend-darken {
  background-blend-mode: darken;
}

.bg-blend-lighten {
  background-blend-mode: lighten;
}

.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}

.bg-blend-color-burn {
  background-blend-mode: color-burn;
}

.bg-blend-hard-light {
  background-blend-mode: hard-light;
}

.bg-blend-soft-light {
  background-blend-mode: soft-light;
}

.bg-blend-difference {
  background-blend-mode: difference;
}

.bg-blend-exclusion {
  background-blend-mode: exclusion;
}

.bg-blend-hue {
  background-blend-mode: hue;
}

.bg-blend-saturation {
  background-blend-mode: saturation;
}

.bg-blend-color {
  background-blend-mode: color;
}

.bg-blend-luminosity {
  background-blend-mode: luminosity;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.mix-blend-screen {
  mix-blend-mode: screen;
}

.mix-blend-overlay {
  mix-blend-mode: overlay;
}

.mix-blend-darken {
  mix-blend-mode: darken;
}

.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.mix-blend-color-dodge {
  mix-blend-mode: color-dodge;
}

.mix-blend-color-burn {
  mix-blend-mode: color-burn;
}

.mix-blend-hard-light {
  mix-blend-mode: hard-light;
}

.mix-blend-soft-light {
  mix-blend-mode: soft-light;
}

.mix-blend-difference {
  mix-blend-mode: difference;
}

.mix-blend-exclusion {
  mix-blend-mode: exclusion;
}

.mix-blend-hue {
  mix-blend-mode: hue;
}

.mix-blend-saturation {
  mix-blend-mode: saturation;
}

.mix-blend-color {
  mix-blend-mode: color;
}

.mix-blend-luminosity {
  mix-blend-mode: luminosity;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-custom-shadow1 {
  --tw-shadow: 0px 6px 10px 0px rgba(249, 30, 0, 0.26);
  --tw-shadow-colored: 0px 6px 10px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-inset {
  --tw-ring-inset: inset;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.sepia {
  --tw-sepia: sepia(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) !important;
}

.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);
}

.filter-none {
  filter: none;
}

.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter-none {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\] {
  transition-property: height;
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-75 {
  transition-duration: 75ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-\[\'this-is-also-valid\]-weirdly-enough\'\] {
  --tw-content: 'this-is-also-valid]-weirdly-enough';
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

/* 
@font-face {
    font-family: 'AlibabaPuHuiTi-Bold';
    src: url('https://minio.guoshunxny.com/test/fonts/AlibabaPuHuiTi-3-85-Bold.woff2') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Medium';
    src: url('https://minio.guoshunxny.com/test/fonts/AlibabaPuHuiTi-3-65-Medium.woff2') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Regular';
    src: url('https://minio.guoshunxny.com/test/fonts/AlibabaPuHuiTi-3-55-Regular.woff2') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'AlibabaPuHuiTi-Heavy';
    src: url('https://minio.guoshunxny.com/test/fonts/AlibabaPuHuiTi-3-105-Heavy.woff2') format('opentype');
    font-display: swap;
} */

:root{
  --hualu-index-content-width:88%;
  --hualu-content-width: 1240px;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-\[-13px\]::before {
  content: var(--tw-content);
  left: -13px;
}

.before\:top-\[10px\]::before {
  content: var(--tw-content);
  top: 10px;
}

.before\:h-\[6px\]::before {
  content: var(--tw-content);
  height: 6px;
}

.before\:w-\[6px\]::before {
  content: var(--tw-content);
  width: 6px;
}

.before\:rounded-\[50\%\]::before {
  content: var(--tw-content);
  border-radius: 50%;
}

.before\:bg-white\/\[0\.5\]::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.5);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}

.after\:bottom-\[-10px\]::after {
  content: var(--tw-content);
  bottom: -10px;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-\[50\%\]::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-2::after {
  content: var(--tw-content);
  right: 0.5rem;
}

.after\:right-\[-8px\]::after {
  content: var(--tw-content);
  right: -8px;
}

.after\:top-1\/2::after {
  content: var(--tw-content);
  top: 50%;
}

.after\:top-2::after {
  content: var(--tw-content);
  top: 0.5rem;
}

.after\:top-\[10px\]::after {
  content: var(--tw-content);
  top: 10px;
}

.after\:top-\[6px\]::after {
  content: var(--tw-content);
  top: 6px;
}

.after\:h-\[1px\]::after {
  content: var(--tw-content);
  height: 1px;
}

.after\:h-\[2px\]::after {
  content: var(--tw-content);
  height: 2px;
}

.after\:h-\[31px\]::after {
  content: var(--tw-content);
  height: 31px;
}

.after\:h-\[4px\]::after {
  content: var(--tw-content);
  height: 4px;
}

.after\:w-\[1px\]::after {
  content: var(--tw-content);
  width: 1px;
}

.after\:w-\[25px\]::after {
  content: var(--tw-content);
  width: 25px;
}

.after\:w-\[4px\]::after {
  content: var(--tw-content);
  width: 4px;
}

.after\:w-full::after {
  content: var(--tw-content);
  width: 100%;
}

.after\:-translate-y-1\/2::after {
  content: var(--tw-content);
  --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));
}

.after\:translate-x-\[-50\%\]::after {
  content: var(--tw-content);
  --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));
}

.after\:transform::after {
  content: var(--tw-content);
  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));
}

.after\:rounded-\[50\%\]::after {
  content: var(--tw-content);
  border-radius: 50%;
}

.after\:border-b-8::after {
  content: var(--tw-content);
  border-bottom-width: 8px;
}

.after\:border-l-8::after {
  content: var(--tw-content);
  border-left-width: 8px;
}

.after\:border-t-8::after {
  content: var(--tw-content);
  border-top-width: 8px;
}

.after\:border-b-transparent::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}

.after\:border-l-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.after\:border-t-transparent::after {
  content: var(--tw-content);
  border-top-color: transparent;
}

.after\:bg-\[\#355EC4\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(53 94 196 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#B2B2B2\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(178 178 178 / var(--tw-bg-opacity, 1));
}

.after\:bg-\[\#B66D20\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(182 109 32 / var(--tw-bg-opacity, 1));
}

.after\:bg-white\/\[0\.7\]::after {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.7);
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-125:hover {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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-150:hover {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#00A2EF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#6FC1FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(111 193 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#B66D20\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 109 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#C8161D\]\/\[0\.1\]:hover {
  background-color: rgb(200 22 29 / 0.1);
}

.hover\:bg-\[\#D85C41\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 92 65 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FFFFFF\]\/\[0\.6\]:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/\[0\.6\]:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-\[url\(\'\.\.\/image\/lukang-player-brown\.png\'\)\]:hover {
  background-image: url('../image/lukang-player-brown.png');
}

.hover\:bg-\[url\(\'\.\.\/image\/xh-stock-item-active-bg\.png\'\)\]:hover {
  background-image: url('../image/xh-stock-item-active-bg.png');
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:text-\[\#B66D20\]:hover {
  --tw-text-opacity: 1;
  color: rgb(182 109 32 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#D85C41\]:hover {
  --tw-text-opacity: 1;
  color: rgb(216 92 65 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.before\:hover\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.hover\:before\:text-center:hover::before {
  content: var(--tw-content);
  text-align: center;
}

.focus\:hover\:text-center:hover:focus {
  text-align: center;
}

.hover\:focus\:text-center:focus:hover {
  text-align: center;
}

.group\/item:hover .group-hover\/item\:visible {
  visibility: visible;
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:z-10 {
  z-index: 10;
}

.group\/item:hover .group-hover\/item\:block {
  display: block;
}

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group\/item:hover .group-hover\/item\:hidden {
  display: none;
}

.group:hover .group-hover\:hidden {
  display: none;
}

.group:hover .group-hover\:w-\[21px\] {
  width: 21px;
}

.group:hover .group-hover\:bg-\[\#00A2EF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 162 239 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#B66D20\] {
  --tw-bg-opacity: 1;
  background-color: rgb(182 109 32 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#C8161D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 22 29 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#D85C41\]\/90 {
  background-color: rgb(216 92 65 / 0.9);
}

.group:hover .group-hover\:bg-\[\#FFCA9E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 158 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/hky-party-listItem-bg\.png\'\)\] {
  background-image: url('../image/hky-party-listItem-bg.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/lukang-arrow-brown\.jpg\'\)\] {
  background-image: url('../image/lukang-arrow-brown.jpg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/lukang-arrow-white\.png\'\)\] {
  background-image: url('../image/lukang-arrow-white.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/lukang-news-more-active\.png\'\)\] {
  background-image: url('../image/lukang-news-more-active.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/lukang-simple-arrow-brwon\.png\'\)\] {
  background-image: url('../image/lukang-simple-arrow-brwon.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-medicine-detail-active\.png\'\)\] {
  background-image: url('../image/xh-medicine-detail-active.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-medicine-download-active\.png\'\)\] {
  background-image: url('../image/xh-medicine-download-active.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-news-more-active\.png\'\)\] {
  background-image: url('../image/xh-news-more-active.png');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-playicon-white\.svg\'\)\] {
  background-image: url('../image/xh-playicon-white.svg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-readmore-blue\.svg\'\)\] {
  background-image: url('../image/xh-readmore-blue.svg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-readmore-white\.svg\'\)\] {
  background-image: url('../image/xh-readmore-white.svg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-stock-icon1-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon1-active.svg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-stock-icon2-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon2-active.svg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-stock-icon3-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon3-active.svg');
}

.group:hover .group-hover\:bg-\[url\(\'\.\.\/image\/xh-stock-icon4-active\.svg\'\)\] {
  background-image: url('../image/xh-stock-icon4-active.svg');
}

.group:hover .group-hover\:bg-custom-gradient-f90 {
  background-image: linear-gradient(180deg, #F51E4C 0%, #F80000 0%, #FF7C00 100%);
}

.group:hover .group-hover\:bg-cover {
  background-size: cover;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:text-\[\#00A2EF\] {
  --tw-text-opacity: 1;
  color: rgb(0 162 239 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#37B3EE\] {
  --tw-text-opacity: 1;
  color: rgb(55 179 238 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#B66D20\] {
  --tw-text-opacity: 1;
  color: rgb(182 109 32 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#C8161D\] {
  --tw-text-opacity: 1;
  color: rgb(200 22 29 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#D85C41\] {
  --tw-text-opacity: 1;
  color: rgb(216 92 65 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#FFCA9E\] {
  --tw-text-opacity: 1;
  color: rgb(255 202 158 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white\/\[0\.5\] {
  color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:after\:border-l-\[\#00A2EF\]::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(0 162 239 / var(--tw-border-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:underline {
    text-decoration-line: underline;
  }
}

@media (min-width: 1280px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:gap-0 {
    gap: 0px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:h-\[554px\] {
    height: 554px;
  }
}

@media (prefers-color-scheme: dark) {
  @media (min-width: 1024px) {
    .dark\:lg\:hover\:\[paint-order\:markers\]:hover {
      paint-order: markers;
    }
  }
}
</pre></body></html>