*, ::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.19 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  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: -0.02rem; /* 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::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.\!container {
  width: 100% !important;
}
.container {
  width: 100%;
}
@media (min-width: 576px) {

  .\!container {
    max-width: 5.76rem !important;
  }

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

  .\!container {
    max-width: 7.68rem !important;
  }

  .container {
    max-width: 7.68rem;
  }
}
@media (min-width: 992px) {

  .\!container {
    max-width: 9.92rem !important;
  }

  .container {
    max-width: 9.92rem;
  }
}
@media (min-width: 1200px) {

  .\!container {
    max-width: 12rem !important;
  }

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

  .\!container {
    max-width: 15.36rem !important;
  }

  .container {
    max-width: 15.36rem;
  }
}
@media (min-width: 1600px) {

  .\!container {
    max-width: 16rem !important;
  }

  .container {
    max-width: 16rem;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-\[0px\] {
  inset: 0px;
}
.inset-y-\[0px\] {
  top: 0px;
  bottom: 0px;
}
.-left-\[8px\] {
  left: -0.08rem;
}
.-right-\[8px\] {
  right: -0.08rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[0px\] {
  bottom: 0px;
}
.bottom-\[16px\] {
  bottom: 0.16rem;
}
.bottom-\[1px\] {
  bottom: 1px;
}
.bottom-\[60px\] {
  bottom: 0.6rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[0px\] {
  left: 0px;
}
.left-\[12px\] {
  left: 0.12rem;
}
.left-\[28px\] {
  left: 0.28rem;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-\[0px\] {
  right: 0px;
}
.right-\[12px\] {
  right: 0.12rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[0px\] {
  top: 0px;
}
.top-\[110px\] {
  top: 1.1rem;
}
.top-\[20\%\] {
  top: 20%;
}
.top-\[40px\] {
  top: 0.4rem;
}
.top-\[60px\] {
  top: 0.6rem;
}
.top-\[8px\] {
  top: 0.08rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1999\] {
  z-index: 1999;
}
.col-start-2 {
  grid-column-start: 2;
}
.m-\[0px\] {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-\[0px\] {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-\[4px\] {
  margin-left: 0.04rem;
  margin-right: 0.04rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-\[12px\] {
  margin-top: 0.12rem;
  margin-bottom: 0.12rem;
}
.my-\[16px\] {
  margin-top: 0.16rem;
  margin-bottom: 0.16rem;
}
.my-\[20px\] {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.my-\[24px\] {
  margin-top: 0.24rem;
  margin-bottom: 0.24rem;
}
.my-\[32px\] {
  margin-top: 0.32rem;
  margin-bottom: 0.32rem;
}
.my-\[40px\] {
  margin-top: 0.4rem;
  margin-bottom: 0.4rem;
}
.my-\[8px\] {
  margin-top: 0.08rem;
  margin-bottom: 0.08rem;
}
.\!mb-\[0px\] {
  margin-bottom: 0px !important;
}
.\!mt-\[16px\] {
  margin-top: 0.16rem !important;
}
.\!mt-\[8px\] {
  margin-top: 0.08rem !important;
}
.-mt-\[12px\] {
  margin-top: -0.12rem;
}
.-mt-\[8px\] {
  margin-top: -0.08rem;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[10px\] {
  margin-bottom: 0.1rem;
}
.mb-\[12px\] {
  margin-bottom: 0.12rem;
}
.mb-\[16px\] {
  margin-bottom: 0.16rem;
}
.mb-\[20px\] {
  margin-bottom: 0.2rem;
}
.mb-\[24px\] {
  margin-bottom: 0.24rem;
}
.mb-\[28px\] {
  margin-bottom: 0.28rem;
}
.mb-\[30px\] {
  margin-bottom: 0.3rem;
}
.mb-\[32px\] {
  margin-bottom: 0.32rem;
}
.mb-\[40px\] {
  margin-bottom: 0.4rem;
}
.mb-\[4px\] {
  margin-bottom: 0.04rem;
}
.mb-\[52px\] {
  margin-bottom: 0.52rem;
}
.mb-\[60px\] {
  margin-bottom: 0.6rem;
}
.mb-\[8px\] {
  margin-bottom: 0.08rem;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-\[16px\] {
  margin-left: 0.16rem;
}
.ml-\[2\%\] {
  margin-left: 2%;
}
.ml-\[20px\] {
  margin-left: 0.2rem;
}
.ml-\[24px\] {
  margin-left: 0.24rem;
}
.ml-\[8px\] {
  margin-left: 0.08rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[20px\] {
  margin-right: 0.2rem;
}
.mr-\[4px\] {
  margin-right: 0.04rem;
}
.mr-\[8px\] {
  margin-right: 0.08rem;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[12px\] {
  margin-top: 0.12rem;
}
.mt-\[14px\] {
  margin-top: 0.14rem;
}
.mt-\[16px\] {
  margin-top: 0.16rem;
}
.mt-\[20px\] {
  margin-top: 0.2rem;
}
.mt-\[24px\] {
  margin-top: 0.24rem;
}
.mt-\[2px\] {
  margin-top: 0.02rem;
}
.mt-\[30px\] {
  margin-top: 0.3rem;
}
.mt-\[32px\] {
  margin-top: 0.32rem;
}
.mt-\[36px\] {
  margin-top: 0.36rem;
}
.mt-\[40px\] {
  margin-top: 0.4rem;
}
.mt-\[48px\] {
  margin-top: 0.48rem;
}
.mt-\[4px\] {
  margin-top: 0.04rem;
}
.mt-\[50px\] {
  margin-top: 0.5rem;
}
.mt-\[60px\] {
  margin-top: 0.6rem;
}
.mt-\[8px\] {
  margin-top: 0.08rem;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1\] {
  aspect-ratio: 1;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-\[36px\] {
  height: 0.36rem !important;
}
.\!h-\[40px\] {
  height: 0.4rem !important;
}
.\!h-\[44px\] {
  height: 0.44rem !important;
}
.h-\[160px\] {
  height: 1.6rem;
}
.h-\[16px\] {
  height: 0.16rem;
}
.h-\[176px\] {
  height: 1.76rem;
}
.h-\[180px\] {
  height: 1.8rem;
}
.h-\[2\.8em\] {
  height: 2.8em;
}
.h-\[200px\] {
  height: 2rem;
}
.h-\[20px\] {
  height: 0.2rem;
}
.h-\[220px\] {
  height: 2.2rem;
}
.h-\[240px\] {
  height: 2.4rem;
}
.h-\[24px\] {
  height: 0.24rem;
}
.h-\[256px\] {
  height: 2.56rem;
}
.h-\[28px\] {
  height: 0.28rem;
}
.h-\[2px\] {
  height: 0.02rem;
}
.h-\[30px\] {
  height: 0.3rem;
}
.h-\[320px\] {
  height: 3.2rem;
}
.h-\[32px\] {
  height: 0.32rem;
}
.h-\[340px\] {
  height: 3.4rem;
}
.h-\[36px\] {
  height: 0.36rem;
}
.h-\[40px\] {
  height: 0.4rem;
}
.h-\[420px\] {
  height: 4.2rem;
}
.h-\[44px\] {
  height: 0.44rem;
}
.h-\[48px\] {
  height: 0.48rem;
}
.h-\[600px\] {
  height: 6rem;
}
.h-\[60px\] {
  height: 0.6rem;
}
.h-\[64px\] {
  height: 0.64rem;
}
.h-\[80px\] {
  height: 0.8rem;
}
.h-\[auto\] {
  height: auto;
}
.h-\[calc\(100vh-200px\)\] {
  height: calc(100vh - 2rem);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-\[120px\] {
  max-height: 1.2rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}
.min-h-\[0px\] {
  min-height: 0px;
}
.min-h-\[180px\] {
  min-height: 1.8rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-\[108px\] {
  width: 1.08rem;
}
.w-\[140px\] {
  width: 1.4rem;
}
.w-\[1600px\] {
  width: 16rem;
}
.w-\[160px\] {
  width: 1.6rem;
}
.w-\[16px\] {
  width: 0.16rem;
}
.w-\[20px\] {
  width: 0.2rem;
}
.w-\[24px\] {
  width: 0.24rem;
}
.w-\[28px\] {
  width: 0.28rem;
}
.w-\[32px\] {
  width: 0.32rem;
}
.w-\[40px\] {
  width: 0.4rem;
}
.w-\[44px\] {
  width: 0.44rem;
}
.w-\[48px\] {
  width: 0.48rem;
}
.w-\[4px\] {
  width: 0.04rem;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[64px\] {
  width: 0.64rem;
}
.w-\[80px\] {
  width: 0.8rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[140px\] {
  min-width: 1.4rem;
}
.min-w-\[180px\] {
  min-width: 1.8rem;
}
.min-w-\[260px\] {
  min-width: 2.6rem;
}
.min-w-\[300px\] {
  min-width: 3rem;
}
.min-w-\[32px\] {
  min-width: 0.32rem;
}
.min-w-\[48px\] {
  min-width: 0.48rem;
}
.min-w-\[80px\] {
  min-width: 0.8rem;
}
.max-w-\[1200px\] {
  max-width: 12rem;
}
.max-w-\[1280px\] {
  max-width: 12.8rem;
}
.max-w-\[1400px\] {
  max-width: 14rem;
}
.max-w-\[1440px\] {
  max-width: 14.4rem;
}
.max-w-\[1600px\] {
  max-width: 16rem;
}
.max-w-\[320px\] {
  max-width: 3.2rem;
}
.max-w-\[768px\] {
  max-width: 7.68rem;
}
.max-w-\[80px\] {
  max-width: 0.8rem;
}
.max-w-\[896px\] {
  max-width: 8.96rem;
}
.max-w-\[960px\] {
  max-width: 9.6rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.animate-bounce {
  animation: bounce 1s infinite;
}
.cursor-crosshair {
  cursor: crosshair;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-\[auto_1fr\] {
  grid-template-columns: auto 1fr;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-end {
  align-content: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.\!justify-center {
  justify-content: center !important;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-items-start {
  justify-items: start;
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[10px\] {
  gap: 0.1rem;
}
.gap-\[12px\] {
  gap: 0.12rem;
}
.gap-\[16px\] {
  gap: 0.16rem;
}
.gap-\[24px\] {
  gap: 0.24rem;
}
.gap-\[30px\] {
  gap: 0.3rem;
}
.gap-\[32px\] {
  gap: 0.32rem;
}
.gap-\[40px\] {
  gap: 0.4rem;
}
.gap-\[4px\] {
  gap: 0.04rem;
}
.gap-\[8px\] {
  gap: 0.08rem;
}
.gap-x-\[12px\] {
  column-gap: 0.12rem;
}
.gap-x-\[16px\] {
  column-gap: 0.16rem;
}
.gap-x-\[24px\] {
  column-gap: 0.24rem;
}
.gap-y-\[4px\] {
  row-gap: 0.04rem;
}
.gap-y-\[8px\] {
  row-gap: 0.08rem;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.divide-dashed > :not([hidden]) ~ :not([hidden]) {
  border-style: dashed;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.break-all {
  word-break: break-all;
}
.\!rounded-\[8px\] {
  border-radius: 0.08rem !important;
}
.\!rounded-\[9999px\] {
  border-radius: 99.99rem !important;
}
.rounded-\[12px\] {
  border-radius: 0.12rem;
}
.rounded-\[14px\] {
  border-radius: 0.14rem;
}
.rounded-\[16px\] {
  border-radius: 0.16rem;
}
.rounded-\[20px\] {
  border-radius: 0.2rem;
}
.rounded-\[2px\] {
  border-radius: 0.02rem;
}
.rounded-\[4px\] {
  border-radius: 0.04rem;
}
.rounded-\[6px\] {
  border-radius: 0.06rem;
}
.rounded-\[8px\] {
  border-radius: 0.08rem;
}
.rounded-\[9999px\] {
  border-radius: 99.99rem;
}
.rounded-full {
  border-radius: 99.99rem;
}
.rounded-none {
  border-radius: 0px;
}
.\!border {
  border-width: 1px !important;
}
.\!border-\[2px\] {
  border-width: 0.02rem !important;
}
.border {
  border-width: 1px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-\[2px\] {
  border-width: 0.02rem;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[1px\] {
  border-bottom-width: 1px;
}
.border-b-\[2px\] {
  border-bottom-width: 0.02rem;
}
.border-l-\[4px\] {
  border-left-width: 0.04rem;
}
.border-r-\[1px\] {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.\!border-none {
  border-style: none !important;
}
.border-none {
  border-style: none;
}
.\!border-\[\#0028AA\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 170 / var(--tw-border-opacity, 1)) !important;
}
.\!border-\[\#ebebeb\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1)) !important;
}
.\!border-blue-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)) !important;
}
.\!border-red-500 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1)) !important;
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#0028AA\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 40 170 / var(--tw-border-opacity, 1));
}
.border-\[\#0028aa\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 40 170 / var(--tw-border-opacity, 1));
}
.border-\[\#183cb2\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 60 178 / var(--tw-border-opacity, 1));
}
.border-\[\#A1B6FC\] {
  --tw-border-opacity: 1;
  border-color: rgb(161 182 252 / var(--tw-border-opacity, 1));
}
.border-\[\#CDCDCD\]\/50 {
  border-color: rgb(205 205 205 / 0.5);
}
.border-\[\#E8E8E8\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 232 232 / var(--tw-border-opacity, 1));
}
.border-\[\#EAEDF2\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 237 242 / var(--tw-border-opacity, 1));
}
.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity, 1));
}
.border-\[\#ECF1FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(236 241 255 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\] {
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#cdcdcd\]\/50 {
  border-color: rgb(205 205 205 / 0.5);
}
.border-\[\#d9d9d9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e7eb\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}
.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent {
  border-color: transparent;
}
.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}
.\!bg-\[\#0028AA\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 40 170 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-\[\#183cb2\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 60 178 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-blue-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)) !important;
}
.\!bg-transparent {
  background-color: transparent !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#0028AA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 170 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0028aa\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 40 170 / var(--tw-bg-opacity, 1));
}
.bg-\[\#183cb2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 60 178 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EAEFFF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 239 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F3FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F6FA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 246 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4F6FB\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 246 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FAFAFA\] {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5f5f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7f7f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8f8f8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8faff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(249\2c 250\2c 251\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-\[url\(\/img\/formCard\.png\)\] {
  background-image: url(/img/formCard.png);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#FFF\] {
  --tw-gradient-to: #FFF var(--tw-gradient-to-position);
}
.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-fill {
  object-fit: fill;
}
.object-left {
  object-position: left;
}
.object-right {
  object-position: right;
}
.p-\[0px\] {
  padding: 0px;
}
.p-\[12px\] {
  padding: 0.12rem;
}
.p-\[16px\] {
  padding: 0.16rem;
}
.p-\[20px\] {
  padding: 0.2rem;
}
.p-\[24px\] {
  padding: 0.24rem;
}
.p-\[4px\] {
  padding: 0.04rem;
}
.p-\[8px\] {
  padding: 0.08rem;
}
.\!px-\[12px\] {
  padding-left: 0.12rem !important;
  padding-right: 0.12rem !important;
}
.\!px-\[24px\] {
  padding-left: 0.24rem !important;
  padding-right: 0.24rem !important;
}
.\!px-\[32px\] {
  padding-left: 0.32rem !important;
  padding-right: 0.32rem !important;
}
.px-\[12px\] {
  padding-left: 0.12rem;
  padding-right: 0.12rem;
}
.px-\[14px\] {
  padding-left: 0.14rem;
  padding-right: 0.14rem;
}
.px-\[15px\] {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.px-\[16px\] {
  padding-left: 0.16rem;
  padding-right: 0.16rem;
}
.px-\[20px\] {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
}
.px-\[24px\] {
  padding-left: 0.24rem;
  padding-right: 0.24rem;
}
.px-\[26px\] {
  padding-left: 0.26rem;
  padding-right: 0.26rem;
}
.px-\[32px\] {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}
.px-\[40px\] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-\[48px\] {
  padding-left: 0.48rem;
  padding-right: 0.48rem;
}
.px-\[4px\] {
  padding-left: 0.04rem;
  padding-right: 0.04rem;
}
.px-\[6\%\] {
  padding-left: 6%;
  padding-right: 6%;
}
.px-\[6px\] {
  padding-left: 0.06rem;
  padding-right: 0.06rem;
}
.px-\[8px\] {
  padding-left: 0.08rem;
  padding-right: 0.08rem;
}
.py-\[10px\] {
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}
.py-\[12px\] {
  padding-top: 0.12rem;
  padding-bottom: 0.12rem;
}
.py-\[15px\] {
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}
.py-\[16px\] {
  padding-top: 0.16rem;
  padding-bottom: 0.16rem;
}
.py-\[20px\] {
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.py-\[24px\] {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.py-\[2px\] {
  padding-top: 0.02rem;
  padding-bottom: 0.02rem;
}
.py-\[32px\] {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.py-\[40px\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-\[48px\] {
  padding-top: 0.48rem;
  padding-bottom: 0.48rem;
}
.py-\[4px\] {
  padding-top: 0.04rem;
  padding-bottom: 0.04rem;
}
.py-\[64px\] {
  padding-top: 0.64rem;
  padding-bottom: 0.64rem;
}
.py-\[6px\] {
  padding-top: 0.06rem;
  padding-bottom: 0.06rem;
}
.py-\[80px\] {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-\[8px\] {
  padding-top: 0.08rem;
  padding-bottom: 0.08rem;
}
.pb-\[0px\] {
  padding-bottom: 0px;
}
.pb-\[10px\] {
  padding-bottom: 0.1rem;
}
.pb-\[12px\] {
  padding-bottom: 0.12rem;
}
.pb-\[16px\] {
  padding-bottom: 0.16rem;
}
.pb-\[20px\] {
  padding-bottom: 0.2rem;
}
.pb-\[40px\] {
  padding-bottom: 0.4rem;
}
.pb-\[4px\] {
  padding-bottom: 0.04rem;
}
.pb-\[8px\] {
  padding-bottom: 0.08rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-\[12px\] {
  padding-left: 0.12rem;
}
.pl-\[20px\] {
  padding-left: 0.2rem;
}
.pl-\[24px\] {
  padding-left: 0.24rem;
}
.pl-\[8px\] {
  padding-left: 0.08rem;
}
.pl-px {
  padding-left: 1px;
}
.pr-\[12px\] {
  padding-right: 0.12rem;
}
.pr-\[8px\] {
  padding-right: 0.08rem;
}
.pt-\[10px\] {
  padding-top: 0.1rem;
}
.pt-\[12px\] {
  padding-top: 0.12rem;
}
.pt-\[14px\] {
  padding-top: 0.14rem;
}
.pt-\[16px\] {
  padding-top: 0.16rem;
}
.pt-\[20px\] {
  padding-top: 0.2rem;
}
.pt-\[24px\] {
  padding-top: 0.24rem;
}
.pt-\[32px\] {
  padding-top: 0.32rem;
}
.pt-\[48px\] {
  padding-top: 0.48rem;
}
.pt-\[4px\] {
  padding-top: 0.04rem;
}
.pt-\[6px\] {
  padding-top: 0.06rem;
}
.pt-\[8px\] {
  padding-top: 0.08rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.\!text-\[12px\] {
  font-size: 0.12rem !important;
}
.\!text-\[14px\] {
  font-size: 0.14rem !important;
}
.\!text-\[16px\] {
  font-size: 0.16rem !important;
}
.text-\[10px\] {
  font-size: 0.1rem;
}
.text-\[11px\] {
  font-size: 0.11rem;
}
.text-\[12px\] {
  font-size: 0.12rem;
}
.text-\[13px\] {
  font-size: 0.13rem;
}
.text-\[14px\] {
  font-size: 0.14rem;
}
.text-\[15px\] {
  font-size: 0.15rem;
}
.text-\[16px\] {
  font-size: 0.16rem;
}
.text-\[18px\] {
  font-size: 0.18rem;
}
.text-\[20px\] {
  font-size: 0.2rem;
}
.text-\[22px\] {
  font-size: 0.22rem;
}
.text-\[24px\] {
  font-size: 0.24rem;
}
.text-\[30px\] {
  font-size: 0.3rem;
}
.\!font-medium {
  font-weight: 500 !important;
}
.font-\[14px\] {
  font-weight: 14px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[1\.5\] {
  line-height: 1.5;
}
.leading-\[14px\] {
  line-height: 0.14rem;
}
.leading-\[18px\] {
  line-height: 0.18rem;
}
.leading-\[20px\] {
  line-height: 0.2rem;
}
.leading-\[22px\] {
  line-height: 0.22rem;
}
.leading-\[24px\] {
  line-height: 0.24rem;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-normal {
  letter-spacing: 0em;
}
.\!text-\[\#0028AA\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#0028aa\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#00B623\] {
  --tw-text-opacity: 1 !important;
  color: rgb(0 182 35 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#896DC7\] {
  --tw-text-opacity: 1 !important;
  color: rgb(137 109 199 / var(--tw-text-opacity, 1)) !important;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-gray-400 {
  --tw-text-opacity: 1 !important;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#000\]\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-\[\#0028AA\] {
  --tw-text-opacity: 1;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1));
}
.text-\[\#0028aa\] {
  --tw-text-opacity: 1;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1));
}
.text-\[\#0064FF\] {
  --tw-text-opacity: 1;
  color: rgb(0 100 255 / var(--tw-text-opacity, 1));
}
.text-\[\#183cb2\] {
  --tw-text-opacity: 1;
  color: rgb(24 60 178 / var(--tw-text-opacity, 1));
}
.text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-\[\#2958FF\] {
  --tw-text-opacity: 1;
  color: rgb(41 88 255 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.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-\[\#808080\] {
  --tw-text-opacity: 1;
  color: rgb(128 128 128 / var(--tw-text-opacity, 1));
}
.text-\[\#828282\] {
  --tw-text-opacity: 1;
  color: rgb(130 130 130 / var(--tw-text-opacity, 1));
}
.text-\[\#8C8C8C\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-\[\#8c8c8c\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-\[\#92ABFB\] {
  --tw-text-opacity: 1;
  color: rgb(146 171 251 / var(--tw-text-opacity, 1));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#F5A623\] {
  --tw-text-opacity: 1;
  color: rgb(245 166 35 / var(--tw-text-opacity, 1));
}
.text-\[\#FF4D4F\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity, 1));
}
.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#b7b7b7\] {
  --tw-text-opacity: 1;
  color: rgb(183 183 183 / var(--tw-text-opacity, 1));
}
.text-\[\#c7c7c7\] {
  --tw-text-opacity: 1;
  color: rgb(199 199 199 / var(--tw-text-opacity, 1));
}
.text-\[\#f53f3f\] {
  --tw-text-opacity: 1;
  color: rgb(245 63 63 / var(--tw-text-opacity, 1));
}
.text-\[\#ff4d4f\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 79 / var(--tw-text-opacity, 1));
}
.text-\[blue\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}
.text-\[red\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / 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-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-90 {
  opacity: 0.9;
}
.shadow {
  --tw-shadow: 0 1px 0.03rem 0 rgb(0 0 0 / 0.1), 0 1px 0.02rem -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 0.03rem 0 var(--tw-shadow-color), 0 1px 0.02rem -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-lg {
  --tw-shadow: 0 0.1rem 0.15rem -0.03rem rgb(0 0 0 / 0.1), 0 0.04rem 0.06rem -0.04rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.1rem 0.15rem -0.03rem var(--tw-shadow-color), 0 0.04rem 0.06rem -0.04rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 0.04rem 0.06rem -1px rgb(0 0 0 / 0.1), 0 0.02rem 0.04rem -0.02rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.04rem 0.06rem -1px var(--tw-shadow-color), 0 0.02rem 0.04rem -0.02rem 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-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 0.02rem 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 0.02rem 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 0.2rem 0.25rem -0.05rem rgb(0 0 0 / 0.1), 0 0.08rem 0.1rem -0.06rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.2rem 0.25rem -0.05rem var(--tw-shadow-color), 0 0.08rem 0.1rem -0.06rem 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: 0.02rem solid transparent;
  outline-offset: 0.02rem;
}
.blur {
  --tw-blur: blur(0.08rem);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.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);
}

:root {
    --primary-color: #f2f3f5;
}

body {
    margin: 0;
    font-family:
        MiSans,
        -apple-system,
        BlinkMacSystemFont,
        'Segoe UI',
        Roboto,
        'Helvetica Neue',
        Arial,
        'Noto Sans',
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        'Segoe UI Symbol',
        'Noto Color Emoji';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.layout-content {
    min-height: calc(100vh - 0.6rem - 3rem);
}

.ant-modal-wrap .auth-modal .ant-modal-container {
    padding: 0;
    overflow: hidden;
}

/* 隐藏 AuthModal 内部滚动条 */
.auth-modal .ant-modal-body {
    overflow: hidden;
}

/* 自定义 Checkbox 边框颜色 */
.custom-checkbox .ant-checkbox-inner {
    border-color: #183cb2 !important;
}

/* 服务协议 Checkbox 与文字首行顶部对齐 */
.auth-agreement-checkbox .ant-checkbox + span {
    line-height: 1.5;
}
.auth-agreement-checkbox .ant-checkbox {
    align-self: flex-start;
    margin-top: 0.02rem;
}
@media (min-width: 640px) {
    .auth-agreement-checkbox .ant-checkbox {
        margin-top: 0.03rem;
    }
}

/* 自定义 Select 边框颜色 */
.custom-select .ant-select-selector {
    border-color: #d9d9d9 !important;
}

.custom-select.ant-select-focused .ant-select-selector {
    border-color: #183cb2 !important;
    box-shadow: 0 0 0 0.02rem rgba(24, 60, 178, 0.1) !important;
}

.custom-select:not(.ant-select-disabled):hover .ant-select-selector {
    border-color: #183cb2 !important;
}

/* Select input border-radius */
.custom-select .ant-select-selector {
    border-radius: 0.08rem !important;
}

/* Select dropdown border-radius */
.custom-select-dropdown {
    border-radius: 0.08rem !important;
}

#auth_form .ant-select {
    border-radius: 0.08rem !important;
}

/*  时间选框下拉面板样式 */
.custom-range-picker-dropdown .ant-picker-panel-container {
    width: auto;
    min-width: 4.8rem;
    max-width: 90vw;
    /* 移动端适配 */
    transition: all 0.3s ease;
}

/* 双面板布局控制 */
.custom-range-picker-dropdown .ant-picker-panel-layout {
    flex-wrap: wrap;
    /* 小屏幕时面板换行 */
}

.custom-range-picker-dropdown .ant-picker-panel {
    min-width: 2.6rem;
    flex: 1;
}

/* 响应式断点 - 小屏幕 */
@media (max-width: 768px) {
    .custom-range-picker-dropdown .ant-picker-panel-container {
        min-width: auto;
        width: 100%;
    }

    .custom-range-picker-dropdown .ant-picker-panel-layout {
        flex-direction: column;
        /* 垂直排列 */
    }

    .custom-range-picker-dropdown .ant-picker-datetime-panel {
        flex-direction: column;
    }

    /* 缩小内边距以适应小屏幕 */
    .custom-range-picker-dropdown .ant-picker-panel {
        padding: 0.08rem;
    }

    .custom-range-picker-dropdown .ant-picker-date-panel,
    .custom-range-picker-dropdown .ant-picker-time-panel {
        width: 100%;
    }
}

/* 超大屏幕时适当放大 */
@media (min-width: 1440px) {
    .custom-range-picker-dropdown .ant-picker-panel-container {
        transform: scale(1.05);
        /* 整体放大5% */
        transform-origin: top center;
    }
}

/* 移动端 input 防止 iOS Safari 自动缩放（font-size < 16px 会触发） */
@media (max-width: 768px) {
    input,
    textarea,
    select,
    .ant-input,
    .ant-input-affix-wrapper input,
    .ant-select-selection-search-input {
        font-size: 0.16rem !important;
    }
}

/* 确保 message 提示不被页面头部等高层级元素遮挡 */
.ant-message {
    z-index: 9999 !important;
}

/* 隐藏横向滚动条但保留滚动能力 */
.hide-scrollbar {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.hide-scrollbar::-webkit-scrollbar {
    display: none; /* Chrome, Safari and Opera */
}

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

.hover\:\!border-\[\#0028aa\]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 40 170 / var(--tw-border-opacity, 1)) !important;
}

.hover\:\!bg-\[\#0028AA\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 40 170 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-\[\#0028aa\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 40 170 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:\!bg-\[\#152f9e\]:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(21 47 158 / var(--tw-bg-opacity, 1)) !important;
}

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

.hover\:bg-\[\#152f9e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 47 158 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f5f5f5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.hover\:\!text-\[\#0028aa\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1)) !important;
}

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

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

.hover\:text-\[\#000000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0028AA\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0028aa\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#0064FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 100 255 / var(--tw-text-opacity, 1));
}

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

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

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 0.1rem 0.15rem -0.03rem rgb(0 0 0 / 0.1), 0 0.04rem 0.06rem -0.04rem rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 0.1rem 0.15rem -0.03rem var(--tw-shadow-color), 0 0.04rem 0.06rem -0.04rem var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:text-\[\#0028aa\] {
  --tw-text-opacity: 1;
  color: rgb(0 40 170 / var(--tw-text-opacity, 1));
}

@media (min-width: 576px) {

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

  .sm\:left-\[20px\] {
    left: 0.2rem;
  }

  .sm\:left-\[24px\] {
    left: 0.24rem;
  }

  .sm\:top-\[16px\] {
    top: 0.16rem;
  }

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

  .sm\:mb-\[12px\] {
    margin-bottom: 0.12rem;
  }

  .sm\:mb-\[14px\] {
    margin-bottom: 0.14rem;
  }

  .sm\:mb-\[15px\] {
    margin-bottom: 0.15rem;
  }

  .sm\:mb-\[16px\] {
    margin-bottom: 0.16rem;
  }

  .sm\:mb-\[20px\] {
    margin-bottom: 0.2rem;
  }

  .sm\:mb-\[24px\] {
    margin-bottom: 0.24rem;
  }

  .sm\:mb-\[28px\] {
    margin-bottom: 0.28rem;
  }

  .sm\:mb-\[32px\] {
    margin-bottom: 0.32rem;
  }

  .sm\:mb-\[40px\] {
    margin-bottom: 0.4rem;
  }

  .sm\:mb-\[4px\] {
    margin-bottom: 0.04rem;
  }

  .sm\:mb-\[80px\] {
    margin-bottom: 0.8rem;
  }

  .sm\:mb-\[8px\] {
    margin-bottom: 0.08rem;
  }

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

  .sm\:mt-\[16px\] {
    margin-top: 0.16rem;
  }

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

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

  .sm\:inline {
    display: inline;
  }

  .sm\:\!h-\[44px\] {
    height: 0.44rem !important;
  }

  .sm\:\!h-\[48px\] {
    height: 0.48rem !important;
  }

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

  .sm\:h-\[208px\] {
    height: 2.08rem;
  }

  .sm\:h-\[224px\] {
    height: 2.24rem;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:max-h-\[160px\] {
    max-height: 1.6rem;
  }

  .sm\:min-h-\[220px\] {
    min-height: 2.2rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:min-w-\[160px\] {
    min-width: 1.6rem;
  }

  .sm\:max-w-\[120px\] {
    max-width: 1.2rem;
  }

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

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

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

  .sm\:gap-\[12px\] {
    gap: 0.12rem;
  }

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

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

  .sm\:gap-x-\[24px\] {
    column-gap: 0.24rem;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:rounded-\[12px\] {
    border-radius: 0.12rem;
  }

  .sm\:rounded-\[16px\] {
    border-radius: 0.16rem;
  }

  .sm\:p-\[20px\] {
    padding: 0.2rem;
  }

  .sm\:\!px-\[16px\] {
    padding-left: 0.16rem !important;
    padding-right: 0.16rem !important;
  }

  .sm\:\!px-\[32px\] {
    padding-left: 0.32rem !important;
    padding-right: 0.32rem !important;
  }

  .sm\:px-\[18px\] {
    padding-left: 0.18rem;
    padding-right: 0.18rem;
  }

  .sm\:px-\[24px\] {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

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

  .sm\:py-\[24px\] {
    padding-top: 0.24rem;
    padding-bottom: 0.24rem;
  }

  .sm\:py-\[80px\] {
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
  }

  .sm\:pb-\[10px\] {
    padding-bottom: 0.1rem;
  }

  .sm\:pb-\[16px\] {
    padding-bottom: 0.16rem;
  }

  .sm\:pb-\[20px\] {
    padding-bottom: 0.2rem;
  }

  .sm\:pl-\[16px\] {
    padding-left: 0.16rem;
  }

  .sm\:pr-\[20px\] {
    padding-right: 0.2rem;
  }

  .sm\:pr-\[24px\] {
    padding-right: 0.24rem;
  }

  .sm\:pt-\[12px\] {
    padding-top: 0.12rem;
  }

  .sm\:pt-\[18px\] {
    padding-top: 0.18rem;
  }

  .sm\:pt-\[20px\] {
    padding-top: 0.2rem;
  }

  .sm\:pt-\[40px\] {
    padding-top: 0.4rem;
  }

  .sm\:\!text-\[16px\] {
    font-size: 0.16rem !important;
  }

  .sm\:text-\[11px\] {
    font-size: 0.11rem;
  }

  .sm\:text-\[12px\] {
    font-size: 0.12rem;
  }

  .sm\:text-\[13px\] {
    font-size: 0.13rem;
  }

  .sm\:text-\[14px\] {
    font-size: 0.14rem;
  }

  .sm\:text-\[15px\] {
    font-size: 0.15rem;
  }

  .sm\:text-\[16px\] {
    font-size: 0.16rem;
  }

  .sm\:text-\[18px\] {
    font-size: 0.18rem;
  }

  .sm\:text-\[20px\] {
    font-size: 0.2rem;
  }

  .sm\:text-\[24px\] {
    font-size: 0.24rem;
  }

  .sm\:text-\[30px\] {
    font-size: 0.3rem;
  }

  .sm\:leading-\[22px\] {
    line-height: 0.22rem;
  }

  .sm\:leading-\[28px\] {
    line-height: 0.28rem;
  }
}

@media (min-width: 768px) {

  .md\:-left-\[16px\] {
    left: -0.16rem;
  }

  .md\:-right-\[16px\] {
    right: -0.16rem;
  }

  .md\:bottom-\[130px\] {
    bottom: 1.3rem;
  }

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

  .md\:left-\[24px\] {
    left: 0.24rem;
  }

  .md\:left-\[32px\] {
    left: 0.32rem;
  }

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

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:mx-\[32px\] {
    margin-left: 0.32rem;
    margin-right: 0.32rem;
  }

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

  .md\:my-\[20px\] {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .md\:my-\[24px\] {
    margin-top: 0.24rem;
    margin-bottom: 0.24rem;
  }

  .md\:my-\[40px\] {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }

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

  .md\:mb-\[12px\] {
    margin-bottom: 0.12rem;
  }

  .md\:mb-\[16px\] {
    margin-bottom: 0.16rem;
  }

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

  .md\:mb-\[24px\] {
    margin-bottom: 0.24rem;
  }

  .md\:mb-\[28px\] {
    margin-bottom: 0.28rem;
  }

  .md\:mb-\[32px\] {
    margin-bottom: 0.32rem;
  }

  .md\:mb-\[40px\] {
    margin-bottom: 0.4rem;
  }

  .md\:mb-\[48px\] {
    margin-bottom: 0.48rem;
  }

  .md\:mb-\[4px\] {
    margin-bottom: 0.04rem;
  }

  .md\:mb-\[60px\] {
    margin-bottom: 0.6rem;
  }

  .md\:mb-\[8px\] {
    margin-bottom: 0.08rem;
  }

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

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

  .md\:mt-\[16px\] {
    margin-top: 0.16rem;
  }

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

  .md\:mt-\[24px\] {
    margin-top: 0.24rem;
  }

  .md\:mt-\[32px\] {
    margin-top: 0.32rem;
  }

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

  .md\:mt-\[48px\] {
    margin-top: 0.48rem;
  }

  .md\:mt-\[4px\] {
    margin-top: 0.04rem;
  }

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

  .md\:mt-\[66px\] {
    margin-top: 0.66rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:\!h-\[40px\] {
    height: 0.4rem !important;
  }

  .md\:\!h-\[58px\] {
    height: 0.58rem !important;
  }

  .md\:h-\[112px\] {
    height: 1.12rem;
  }

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

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

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

  .md\:h-\[256px\] {
    height: 2.56rem;
  }

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

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

  .md\:h-\[290px\] {
    height: 2.9rem;
  }

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

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

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

  .md\:h-\[380px\] {
    height: 3.8rem;
  }

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

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

  .md\:h-\[520px\] {
    height: 5.2rem;
  }

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

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

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

  .md\:h-auto {
    height: auto;
  }

  .md\:\!w-\[114px\] {
    width: 1.14rem !important;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-\[112px\] {
    width: 1.12rem;
  }

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

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

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

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

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

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

  .md\:w-\[32px\] {
    width: 0.32rem;
  }

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

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

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

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

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

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

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

  .md\:min-w-\[56px\] {
    min-width: 0.56rem;
  }

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

  .md\:flex-none {
    flex: none;
  }

  .md\:basis-1\/4 {
    flex-basis: 25%;
  }

  .md\:basis-1\/5 {
    flex-basis: 20%;
  }

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

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

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

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

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

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

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

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

  .md\:gap-\[0px\] {
    gap: 0px;
  }

  .md\:gap-\[12px\] {
    gap: 0.12rem;
  }

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

  .md\:gap-\[24px\] {
    gap: 0.24rem;
  }

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

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

  .md\:gap-\[48px\] {
    gap: 0.48rem;
  }

  .md\:gap-x-\[16px\] {
    column-gap: 0.16rem;
  }

  .md\:rounded-\[12px\] {
    border-radius: 0.12rem;
  }

  .md\:rounded-\[16px\] {
    border-radius: 0.16rem;
  }

  .md\:rounded-\[50px\] {
    border-radius: 0.5rem;
  }

  .md\:border-b-\[3px\] {
    border-bottom-width: 0.03rem;
  }

  .md\:bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
  }

  .md\:object-center {
    object-position: center;
  }

  .md\:p-\[15px_20px\] {
    padding: 0.15rem 0.2rem;
  }

  .md\:p-\[20px\] {
    padding: 0.2rem;
  }

  .md\:p-\[32px\] {
    padding: 0.32rem;
  }

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

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

  .md\:px-\[10px\] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .md\:px-\[12px\] {
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }

  .md\:px-\[2\.6\%\] {
    padding-left: 2.6%;
    padding-right: 2.6%;
  }

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

  .md\:px-\[24px\] {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

  .md\:px-\[26px\] {
    padding-left: 0.26rem;
    padding-right: 0.26rem;
  }

  .md\:px-\[30px\] {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .md\:px-\[32px\] {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:pb-\[12px\] {
    padding-bottom: 0.12rem;
  }

  .md\:pb-\[16px\] {
    padding-bottom: 0.16rem;
  }

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

  .md\:pb-\[24px\] {
    padding-bottom: 0.24rem;
  }

  .md\:pb-\[26px\] {
    padding-bottom: 0.26rem;
  }

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

  .md\:pl-\[20px\] {
    padding-left: 0.2rem;
  }

  .md\:pl-\[32px\] {
    padding-left: 0.32rem;
  }

  .md\:pl-\[40px\] {
    padding-left: 0.4rem;
  }

  .md\:pr-\[40px\] {
    padding-right: 0.4rem;
  }

  .md\:pt-\[16px\] {
    padding-top: 0.16rem;
  }

  .md\:pt-\[20px\] {
    padding-top: 0.2rem;
  }

  .md\:pt-\[24px\] {
    padding-top: 0.24rem;
  }

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

  .md\:pt-\[8\%\] {
    padding-top: 8%;
  }

  .md\:pt-\[8px\] {
    padding-top: 0.08rem;
  }

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

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

  .md\:\!text-\[18px\] {
    font-size: 0.18rem !important;
  }

  .md\:text-\[12px\] {
    font-size: 0.12rem;
  }

  .md\:text-\[13px\] {
    font-size: 0.13rem;
  }

  .md\:text-\[14px\] {
    font-size: 0.14rem;
  }

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

  .md\:text-\[18px\] {
    font-size: 0.18rem;
  }

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

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

  .md\:text-\[24px\] {
    font-size: 0.24rem;
  }

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

  .md\:text-\[30px\] {
    font-size: 0.3rem;
  }

  .md\:text-\[32px\] {
    font-size: 0.32rem;
  }

  .md\:text-\[34px\] {
    font-size: 0.34rem;
  }

  .md\:text-\[36px\] {
    font-size: 0.36rem;
  }

  .md\:leading-\[16px\] {
    line-height: 0.16rem;
  }

  .md\:leading-\[22px\] {
    line-height: 0.22rem;
  }

  .md\:leading-\[24px\] {
    line-height: 0.24rem;
  }

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

  .md\:leading-\[32px\] {
    line-height: 0.32rem;
  }

  .md\:backdrop-blur-\[30px\] {
    --tw-backdrop-blur: blur(0.3rem);
    -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);
  }
}

@media (min-width: 992px) {

  @media (min-width: 768px) {

    .lg\:md\:gap-\[40px\] {
      gap: 0.4rem;
    }
  }

  .lg\:left-\[110px\] {
    left: 1.1rem;
  }

  .lg\:left-\[32px\] {
    left: 0.32rem;
  }

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

  .lg\:top-\[25\%\] {
    top: 25%;
  }

  .lg\:top-\[32px\] {
    top: 0.32rem;
  }

  .lg\:mx-\[32px\] {
    margin-left: 0.32rem;
    margin-right: 0.32rem;
  }

  .lg\:my-\[20px\] {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .lg\:my-\[60px\] {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }

  .lg\:\!ml-\[20px\] {
    margin-left: 0.2rem !important;
  }

  .lg\:\!mt-\[20px\] {
    margin-top: 0.2rem !important;
  }

  .lg\:mb-\[118px\] {
    margin-bottom: 1.18rem;
  }

  .lg\:mb-\[12px\] {
    margin-bottom: 0.12rem;
  }

  .lg\:mb-\[20px\] {
    margin-bottom: 0.2rem;
  }

  .lg\:mb-\[32px\] {
    margin-bottom: 0.32rem;
  }

  .lg\:mb-\[36px\] {
    margin-bottom: 0.36rem;
  }

  .lg\:mb-\[56px\] {
    margin-bottom: 0.56rem;
  }

  .lg\:mb-\[8px\] {
    margin-bottom: 0.08rem;
  }

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

  .lg\:mr-\[40px\] {
    margin-right: 0.4rem;
  }

  .lg\:mt-\[16px\] {
    margin-top: 0.16rem;
  }

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

  .lg\:mt-\[32px\] {
    margin-top: 0.32rem;
  }

  .lg\:mt-\[36px\] {
    margin-top: 0.36rem;
  }

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

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

  .lg\:mt-\[64px\] {
    margin-top: 0.64rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:\!h-\[48px\] {
    height: 0.48rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:min-h-\[338px\] {
    min-height: 3.38rem;
  }

  .lg\:\!w-\[80vw\] {
    width: 80vw !important;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

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

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

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

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

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

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

  .lg\:w-\[32px\] {
    width: 0.32rem;
  }

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

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

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

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

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

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

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

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

  .lg\:w-\[64px\] {
    width: 0.64rem;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

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

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

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

  .lg\:gap-\[24px\] {
    gap: 0.24rem;
  }

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

  .lg\:gap-\[48px\] {
    gap: 0.48rem;
  }

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

  .lg\:gap-\[64px\] {
    gap: 0.64rem;
  }

  .lg\:rounded-\[12px\] {
    border-radius: 0.12rem;
  }

  .lg\:rounded-\[24px\] {
    border-radius: 0.24rem;
  }

  .lg\:\!border-\[2px\] {
    border-width: 0.02rem !important;
  }

  .lg\:border-b-\[4px\] {
    border-bottom-width: 0.04rem;
  }

  .lg\:p-\[16px\] {
    padding: 0.16rem;
  }

  .lg\:p-\[22px_28px\] {
    padding: 0.22rem 0.28rem;
  }

  .lg\:p-\[40px\] {
    padding: 0.4rem;
  }

  .lg\:\!px-\[16px\] {
    padding-left: 0.16rem !important;
    padding-right: 0.16rem !important;
  }

  .lg\:\!px-\[40px\] {
    padding-left: 0.4rem !important;
    padding-right: 0.4rem !important;
  }

  .lg\:\!py-\[18px\] {
    padding-top: 0.18rem !important;
    padding-bottom: 0.18rem !important;
  }

  .lg\:\!py-\[20px\] {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
  }

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

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

  .lg\:px-\[10px\] {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
  }

  .lg\:px-\[12px\] {
    padding-left: 0.12rem;
    padding-right: 0.12rem;
  }

  .lg\:px-\[2\%\] {
    padding-left: 2%;
    padding-right: 2%;
  }

  .lg\:px-\[24px\] {
    padding-left: 0.24rem;
    padding-right: 0.24rem;
  }

  .lg\:px-\[30px\] {
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  .lg\:px-\[32px\] {
    padding-left: 0.32rem;
    padding-right: 0.32rem;
  }

  .lg\:px-\[40px\] {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }

  .lg\:px-\[48px\] {
    padding-left: 0.48rem;
    padding-right: 0.48rem;
  }

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

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

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

  .lg\:pb-\[16px\] {
    padding-bottom: 0.16rem;
  }

  .lg\:pb-\[20px\] {
    padding-bottom: 0.2rem;
  }

  .lg\:pb-\[24px\] {
    padding-bottom: 0.24rem;
  }

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

  .lg\:pb-\[32px\] {
    padding-bottom: 0.32rem;
  }

  .lg\:pb-\[60px\] {
    padding-bottom: 0.6rem;
  }

  .lg\:pl-\[32px\] {
    padding-left: 0.32rem;
  }

  .lg\:pl-\[4\%\] {
    padding-left: 4%;
  }

  .lg\:pr-\[2\.6\%\] {
    padding-right: 2.6%;
  }

  .lg\:pr-\[20px\] {
    padding-right: 0.2rem;
  }

  .lg\:pr-\[32px\] {
    padding-right: 0.32rem;
  }

  .lg\:pr-\[56px\] {
    padding-right: 0.56rem;
  }

  .lg\:pt-\[20px\] {
    padding-top: 0.2rem;
  }

  .lg\:pt-\[22px\] {
    padding-top: 0.22rem;
  }

  .lg\:pt-\[32px\] {
    padding-top: 0.32rem;
  }

  .lg\:pt-\[80px\] {
    padding-top: 0.8rem;
  }

  .lg\:\!text-\[14px\] {
    font-size: 0.14rem !important;
  }

  .lg\:\!text-\[18px\] {
    font-size: 0.18rem !important;
  }

  .lg\:text-\[12px\] {
    font-size: 0.12rem;
  }

  .lg\:text-\[14px\] {
    font-size: 0.14rem;
  }

  .lg\:text-\[16px\] {
    font-size: 0.16rem;
  }

  .lg\:text-\[17px\] {
    font-size: 0.17rem;
  }

  .lg\:text-\[18px\] {
    font-size: 0.18rem;
  }

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

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

  .lg\:text-\[24px\] {
    font-size: 0.24rem;
  }

  .lg\:text-\[26px\] {
    font-size: 0.26rem;
  }

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

  .lg\:text-\[30px\] {
    font-size: 0.3rem;
  }

  .lg\:text-\[32px\] {
    font-size: 0.32rem;
  }

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

  .lg\:text-\[40px\] {
    font-size: 0.4rem;
  }

  .lg\:text-\[48px\] {
    font-size: 0.48rem;
  }

  .lg\:text-\[56px\] {
    font-size: 0.56rem;
  }

  .lg\:leading-\[28px\] {
    line-height: 0.28rem;
  }

  .lg\:leading-\[40px\] {
    line-height: 0.4rem;
  }
}

@media (min-width: 1200px) {

  .xl\:\!mx-\[16px\] {
    margin-left: 0.16rem !important;
    margin-right: 0.16rem !important;
  }

  .xl\:my-\[80px\] {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }

  .xl\:mb-\[24px\] {
    margin-bottom: 0.24rem;
  }

  .xl\:mb-\[36px\] {
    margin-bottom: 0.36rem;
  }

  .xl\:mb-\[40px\] {
    margin-bottom: 0.4rem;
  }

  .xl\:mb-\[48px\] {
    margin-bottom: 0.48rem;
  }

  .xl\:mb-\[64px\] {
    margin-bottom: 0.64rem;
  }

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

  .xl\:mt-\[150px\] {
    margin-top: 1.5rem;
  }

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

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

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

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

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[278px\] {
    height: 2.78rem;
  }

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

  .xl\:h-\[384px\] {
    height: 3.84rem;
  }

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

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

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

  .xl\:h-auto {
    height: auto;
  }

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

  .xl\:w-\[188px\] {
    width: 1.88rem;
  }

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

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

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

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

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

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

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

  .xl\:w-\[85px\] {
    width: 0.85rem;
  }

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

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

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

  .xl\:gap-\[80px\] {
    gap: 0.8rem;
  }

  .xl\:gap-\[96px\] {
    gap: 0.96rem;
  }

  .xl\:p-\[80px\] {
    padding: 0.8rem;
  }

  .xl\:px-\[28px\] {
    padding-left: 0.28rem;
    padding-right: 0.28rem;
  }

  .xl\:px-\[6\%\] {
    padding-left: 6%;
    padding-right: 6%;
  }

  .xl\:py-\[56px\] {
    padding-top: 0.56rem;
    padding-bottom: 0.56rem;
  }

  .xl\:pb-\[20px\] {
    padding-bottom: 0.2rem;
  }

  .xl\:pb-\[40px\] {
    padding-bottom: 0.4rem;
  }

  .xl\:pb-\[80px\] {
    padding-bottom: 0.8rem;
  }

  .xl\:pl-\[40px\] {
    padding-left: 0.4rem;
  }

  .xl\:pl-\[44px\] {
    padding-left: 0.44rem;
  }

  .xl\:pr-\[26px\] {
    padding-right: 0.26rem;
  }

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

  .xl\:pt-\[100px\] {
    padding-top: 1rem;
  }

  .xl\:pt-\[24px\] {
    padding-top: 0.24rem;
  }

  .xl\:text-\[14px\] {
    font-size: 0.14rem;
  }

  .xl\:text-\[16px\] {
    font-size: 0.16rem;
  }

  .xl\:text-\[18px\] {
    font-size: 0.18rem;
  }

  .xl\:text-\[20px\] {
    font-size: 0.2rem;
  }

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

  .xl\:text-\[24px\] {
    font-size: 0.24rem;
  }

  .xl\:text-\[30px\] {
    font-size: 0.3rem;
  }

  .xl\:text-\[36px\] {
    font-size: 0.36rem;
  }

  .xl\:text-\[40px\] {
    font-size: 0.4rem;
  }

  .xl\:text-\[48px\] {
    font-size: 0.48rem;
  }

  .xl\:text-\[60px\] {
    font-size: 0.6rem;
  }

  .xl\:leading-\[48px\] {
    line-height: 0.48rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:bottom-\[32px\] {
    bottom: 0.32rem;
  }

  .\32xl\:\!mx-\[32px\] {
    margin-left: 0.32rem !important;
    margin-right: 0.32rem !important;
  }

  .\32xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:\!mr-\[48px\] {
    margin-right: 0.48rem !important;
  }

  .\32xl\:mb-\[16px\] {
    margin-bottom: 0.16rem;
  }

  .\32xl\:mb-\[24px\] {
    margin-bottom: 0.24rem;
  }

  .\32xl\:mb-\[40px\] {
    margin-bottom: 0.4rem;
  }

  .\32xl\:mb-\[80px\] {
    margin-bottom: 0.8rem;
  }

  .\32xl\:mt-\[100px\] {
    margin-top: 1rem;
  }

  .\32xl\:mt-\[20px\] {
    margin-top: 0.2rem;
  }

  .\32xl\:mt-\[48px\] {
    margin-top: 0.48rem;
  }

  .\32xl\:mt-\[60px\] {
    margin-top: 0.6rem;
  }

  .\32xl\:h-\[188px\] {
    height: 1.88rem;
  }

  .\32xl\:h-\[328px\] {
    height: 3.28rem;
  }

  .\32xl\:h-\[480px\] {
    height: 4.8rem;
  }

  .\32xl\:h-\[48px\] {
    height: 0.48rem;
  }

  .\32xl\:h-\[680px\] {
    height: 6.8rem;
  }

  .\32xl\:w-\[110px\] {
    width: 1.1rem;
  }

  .\32xl\:w-\[254px\] {
    width: 2.54rem;
  }

  .\32xl\:w-\[340px\] {
    width: 3.4rem;
  }

  .\32xl\:w-\[440px\] {
    width: 4.4rem;
  }

  .\32xl\:w-\[484px\] {
    width: 4.84rem;
  }

  .\32xl\:w-\[48px\] {
    width: 0.48rem;
  }

  .\32xl\:w-\[540px\] {
    width: 5.4rem;
  }

  .\32xl\:w-\[55px\] {
    width: 0.55rem;
  }

  .\32xl\:w-\[600px\] {
    width: 6rem;
  }

  .\32xl\:w-full {
    width: 100%;
  }

  .\32xl\:\!px-\[80px\] {
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
  }

  .\32xl\:px-\[35px\] {
    padding-left: 0.35rem;
    padding-right: 0.35rem;
  }

  .\32xl\:py-\[64px\] {
    padding-top: 0.64rem;
    padding-bottom: 0.64rem;
  }

  .\32xl\:pb-\[25px\] {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pb-\[48px\] {
    padding-bottom: 0.48rem;
  }

  .\32xl\:pr-\[120px\] {
    padding-right: 1.2rem;
  }

  .\32xl\:pr-\[33px\] {
    padding-right: 0.33rem;
  }

  .\32xl\:pt-\[30px\] {
    padding-top: 0.3rem;
  }

  .\32xl\:text-\[16px\] {
    font-size: 0.16rem;
  }

  .\32xl\:text-\[28px\] {
    font-size: 0.28rem;
  }

  .\32xl\:text-\[36px\] {
    font-size: 0.36rem;
  }

  .\32xl\:text-\[50px\] {
    font-size: 0.5rem;
  }

  .\32xl\:text-\[54px\] {
    font-size: 0.54rem;
  }

  .\32xl\:text-\[60px\] {
    font-size: 0.6rem;
  }
}

@media (min-width: 1600px) {

  .xxl\:text-\[20px\] {
    font-size: 0.2rem;
  }
}

.\[\&_\*\]\:\!text-\[14px\] * {
  font-size: 0.14rem !important;
}

.\[\&_\.parent-label\]\:\!text-\[16px\] .parent-label {
  font-size: 0.16rem !important;
}

.\[\&_h1\]\:\!text-\[18px\] h1 {
  font-size: 0.18rem !important;
}

.\[\&_h1\]\:\!font-semibold h1 {
  font-weight: 600 !important;
}

.\[\&_h2\]\:\!font-normal h2 {
  font-weight: 400 !important;
}

.\[\&_h3\]\:\!font-normal h3 {
  font-weight: 400 !important;
}
