*, ::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 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.tag-fuhao {
  transition-property: background-color,z-index;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 0.2s;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  width: auto;
  align-items: center;
  overflow: hidden;
  border-radius: 9999px;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tag-fuhao .bo {
  width: 1em;
  height: 1em;
}
.tag-fuhao .tag-fuhao-icon {
  width: 2em;
  height: 2em;
  transition-duration: 0.5s;
}
.tag-fuhao .text-box {
  max-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-wrap: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  padding-left: 0px;
  padding-right: 0em;
  transition-property: max-width,padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.tag-fuhao.active, .tag-fuhao:hover {
  transition-delay: 0s;
  z-index: 10;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.tag-fuhao.active .text-box, .tag-fuhao:hover .text-box {
  display: block;
  max-width: 500px;
  padding-left: 5px;
  padding-right: 1em;
}
.tag-fuhao.active:hover {
  transition-delay: 0s;
  z-index: 20;
}
.invisible {
  visibility: hidden;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-\[-1px\] {
  bottom: -1px;
}
.left-0 {
  left: 0px;
}
.left-\[10000px\] {
  left: 10000px;
}
.left-\[50\%\] {
  left: 50%;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[0vw\] {
  top: 0vw;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[25\%\] {
  top: 25%;
}
.top-\[50\%\] {
  top: 50%;
}
.z-10 {
  z-index: 10;
}
.z-\[2\] {
  z-index: 2;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[0\.16rem\] {
  margin-bottom: 0.16rem;
}
.mb-\[0\.4em\] {
  margin-bottom: 0.4em;
}
.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}
.mb-\[1\.5em\] {
  margin-bottom: 1.5em;
}
.mb-\[100px\] {
  margin-bottom: 100px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[1em\] {
  margin-bottom: 1em;
}
.mb-\[2\.5em\] {
  margin-bottom: 2.5em;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[3\.5em\] {
  margin-bottom: 3.5em;
}
.ml-auto {
  margin-left: auto;
}
.mr-\[0\.4em\] {
  margin-right: 0.4em;
}
.mr-\[0\.5em\] {
  margin-right: 0.5em;
}
.mr-\[1\.5em\] {
  margin-right: 1.5em;
}
.mr-\[15px\] {
  margin-right: 15px;
}
.mr-\[1em\] {
  margin-right: 1em;
}
.mr-\[2em\] {
  margin-right: 2em;
}
.mt-\[0\.5em\] {
  margin-top: 0.5em;
}
.mt-\[10\%\] {
  margin-top: 10%;
}
.mt-\[200px\] {
  margin-top: 200px;
}
.mt-\[2em\] {
  margin-top: 2em;
}
.box-border {
  box-sizing: border-box;
}
.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;
}
.hidden {
  display: none;
}
.size-\[0\] {
  width: 0;
  height: 0;
}
.size-\[2em\] {
  width: 2em;
  height: 2em;
}
.size-\[50px\] {
  width: 50px;
  height: 50px;
}
.size-full {
  width: 100%;
  height: 100%;
}
.h-\[0\.6em\] {
  height: 0.6em;
}
.h-\[1000rem\] {
  height: 1000rem;
}
.h-\[100px\] {
  height: 100px;
}
.h-\[2500px\] {
  height: 2500px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-full {
  height: 100%;
}
.max-h-\[110\%\] {
  max-height: 110%;
}
.max-h-\[unset\] {
  max-height: unset;
}
.min-h-\[8em\] {
  min-height: 8em;
}
.w-0 {
  width: 0px;
}
.w-\[1\.2em\] {
  width: 1.2em;
}
.w-\[1\.5em\] {
  width: 1.5em;
}
.w-\[120\%\] {
  width: 120%;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[30vw\] {
  width: 30vw;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[4\.5em\] {
  width: 4.5em;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-full {
  width: 100%;
}
.max-w-\[110\%\] {
  max-width: 110%;
}
.max-w-\[300\%\] {
  max-width: 300%;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.border-separate {
  border-collapse: separate;
}
.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-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));
}
.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;
}
.animate-none {
  animation: none;
}
@keyframes ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize-none {
  resize: none;
}
.list-inside {
  list-style-position: inside;
}
.list-disc {
  list-style-type: disc;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.self-start {
  align-self: flex-start;
}
.self-stretch {
  align-self: stretch;
}
.overflow-hidden {
  overflow: hidden;
}
.text-clip {
  text-overflow: clip;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded-\[0\.5em\] {
  border-radius: 0.5em;
}
.rounded-\[10\%\] {
  border-radius: 10%;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  border-color: rgba(255,255,255,0.5);
}
.border-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity, 1));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(63 171 193 / var(--tw-border-opacity, 1));
}
.bg-\[\#252d38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 45 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eef7fc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f5fcfc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 252 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(234\2c 249\2c 252\2c 0\.5\)\] {
  background-color: rgb(234,249,252,0.5);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / 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-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.px-\[1em\] {
  padding-left: 1em;
  padding-right: 1em;
}
.px-\[2em\] {
  padding-left: 2em;
  padding-right: 2em;
}
.py-\[0\.2em\] {
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
.py-\[0\.3em\] {
  padding-top: 0.3em;
  padding-bottom: 0.3em;
}
.py-\[0\.3rem\] {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.py-\[0\.4em\] {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
}
.py-\[0\.5em\] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.py-\[0\.8em\] {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
.py-\[1em\] {
  padding-top: 1em;
  padding-bottom: 1em;
}
.py-\[200px\] {
  padding-top: 200px;
  padding-bottom: 200px;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-\[1em\] {
  padding-bottom: 1em;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-\[0\.18rem\] {
  font-size: 0.18rem;
}
.text-\[0\.3rem\] {
  font-size: 0.3rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[2em\] {
  font-size: 2em;
}
.font-bold {
  font-weight: 700;
}
.leading-\[1\.2em\] {
  line-height: 1.2em;
}
.text-\[\#ddd\] {
  --tw-text-opacity: 1;
  color: rgb(221 221 221 / var(--tw-text-opacity, 1));
}
.text-\[rgba\(255\2c 255\2c 255\2c 0\.5\)\] {
  color: rgba(255,255,255,0.5);
}
.text-gray-1 {
  --tw-text-opacity: 1;
  color: rgb(55 55 55 / var(--tw-text-opacity, 1));
}
.text-gray-2 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-90 {
  opacity: 0.9;
}
.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-\[0px_0px_10px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0px 0px 10px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.transition-\[font-size\] {
  transition-property: font-size;
  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;
}
.delay-0 {
  transition-delay: 0s;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.duration-0 {
  transition-duration: 0s;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.ratio-\[3\/2\] {
  position: relative;
}
.ratio-\[3\/2\]::before {
  content: "";
  display: block;
  padding-top: 66.66666666666666%;
}
.ratio-\[3\/2\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[3936\/2624\] {
  position: relative;
}
.ratio-\[3936\/2624\]::before {
  content: "";
  display: block;
  padding-top: 66.66666666666666%;
}
.ratio-\[3936\/2624\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[5\/5\] {
  position: relative;
}
.ratio-\[5\/5\]::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-\[5\/5\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-\[732\/268\] {
  position: relative;
}
.ratio-\[732\/268\]::before {
  content: "";
  display: block;
  padding-top: 36.6120218579235%;
}
.ratio-\[732\/268\] > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.ratio-square {
  position: relative;
}
.ratio-square::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-square > * {
  position: absolute;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.h-c-\[500px\] {
  height: calc(500px * var(--scale));
}
.h-c-\[800px\] {
  height: calc(800px * var(--scale));
}
.max-size-\[unset\] {
  max-width: unset;
  max-height: unset;
}
.mb-c-\[8px\] {
  margin-bottom: calc(8px * var(--scale));
}
.mr-c-\[15px\] {
  margin-right: calc(15px * var(--scale));
}
.p-c-\[30px\] {
  padding: calc(30px * var(--scale));
}
.pb-c-\[2em\] {
  padding-bottom: calc(2em * var(--scale));
}
.pt-c-\[1\.5em\] {
  padding-top: calc(1.5em * var(--scale));
}
.px-c-\[4em\] {
  padding-left: calc(4em * var(--scale));
  padding-right: calc(4em * var(--scale));
}
.px-c-\[50px\] {
  padding-left: calc(50px * var(--scale));
  padding-right: calc(50px * var(--scale));
}
.text-c-\[0\.16rem\] {
  font-size: calc(0.16rem * var(--scale));
}
.text-c-\[0\.18rem\] {
  font-size: calc(0.18rem * var(--scale));
}
.text-c-\[0\.4rem\] {
  font-size: calc(0.4rem * var(--scale));
}
.text-c-\[1\.2em\] {
  font-size: calc(1.2em * var(--scale));
}
.text-c-\[45px\] {
  font-size: calc(45px * var(--scale));
}
.text-px-rem-c-\[0\.16rem\] {
  font-size: calc(0.16rem / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[12px\] {
  font-size: calc(12 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[14px\] {
  font-size: calc(14 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[16px\] {
  font-size: calc(16 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[18px\] {
  font-size: calc(18 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[20px\] {
  font-size: calc(20 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[34px\] {
  font-size: calc(34 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[36px\] {
  font-size: calc(36 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[48px\] {
  font-size: calc(48 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.text-px-rem-c-\[56px\] {
  font-size: calc(56 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
:root {
  --scale: 1;
  --base-font-size: 100px;
  --base-font-size-for-calc: 100;
  --max-container-width: 1600px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: var(--base-font-size);
}

body {
  font-size: 14px;
}

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

.container {
  max-width: var(--max-container-width) px;
  width: 90%;
}

@media (min-width: 1280px) {

  .container {
    width: 85%;
  }
}

@media (min-width: 1536px) {

  .container {
    width: 80%;
  }
}

@media (min-width: 1920px) {

  .container {
    width: 1600px;
  }
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.position-center {
  left: 50%;
  top: 50%;
  --tw-translate-x: -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));
}

.btn-primary {
  display: inline-block;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn-primary-2 {
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(63 171 193 / var(--tw-bg-opacity, 1));
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.module-padding {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}

.module-header-pb {
  padding-bottom: calc(60px * var(--scale));
}

.header {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: space-between;
}
.header > * {
  height: 100%;
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo .img-box {
  height: 27%;
}
.header .logo .img-box img {
  height: 100%;
}
.header .nav {
  display: flex;
  height: 100%;
  align-items: center;
  font-size: calc(18 / var(--base-font-size-for-calc) * 1rem * var(--scale));
}
.header .nav .nav-item {
  display: flex;
  height: 100%;
  flex-shrink: 0;
  align-items: center;
}
.header .nav .nav-item a {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  --tw-text-opacity: 1;
  color: rgb(62 58 57 / var(--tw-text-opacity, 1));
  padding-left: calc(30px * var(--scale));
  padding-right: calc(30px * var(--scale));
}
.header .nav .nav-item a.active {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(63 171 193 / var(--tw-text-opacity, 1));
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .nav .nav-item a .dropdown-icon-box {
  margin-left: 0.5em;
  width: 14px;
  height: 14px;
  --tw-rotate: 0deg;
  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));
  transition-property: rotate;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-right {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-start;
}
.header .header-right .header-right-item {
  margin-left: 15px;
}

#news-dynamic .item:hover a {
  --tw-border-opacity: 1;
  border-color: rgb(63 171 193 / var(--tw-border-opacity, 1));
}
#news-dynamic .item:hover .zhuangxian {
  width: 100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 1s;
}

.liuyan-form .item label, .liuyan-form .item .zhshixian label {
  bottom: 0px;
  font-size: 0.18rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
}
.liuyan-form .item label.on {
  bottom: 0.3rem;
  font-size: 0.12rem;
}
.liuyan-form .item .zhshixian {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0.4s;
}
.liuyan-form .item .zhshixian.on {
  width: 100%;
}
.first\:border-r:first-child {
  border-right-width: 1px;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.last\:w-full:last-child {
  width: 100%;
}
.last\:border-t:last-child {
  border-top-width: 1px;
}
.hover\:translate-y-\[-20px\]:hover {
  --tw-translate-y: -20px;
  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));
}
.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}