/*
! tailwindcss v3.3.3 | 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.
*/

html {
  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, -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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

/*
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. 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-size: 1em;
  /* 2 */
}

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

*, ::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:  ;
}

::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-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.tw-fixed {
  position: fixed;
}

.tw-absolute {
  position: absolute;
}

.tw-relative {
  position: relative;
}

.tw-inset-0 {
  inset: 0px;
}

.tw-inset-x-0 {
  left: 0px;
  right: 0px;
}

.tw-inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.tw-bottom-0 {
  bottom: 0px;
}

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

.tw-left-\[30px\] {
  left: 30px;
}

.tw-right-0 {
  right: 0px;
}

.tw-right-\[30px\] {
  right: 30px;
}

.tw-top-0 {
  top: 0px;
}

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

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

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

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

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

.tw-z-\[999\] {
  z-index: 999;
}

.-tw-m-1 {
  margin: -0.25rem;
}

.-tw-m-1\.5 {
  margin: -0.375rem;
}

.-tw-m-2 {
  margin: -0.5rem;
}

.-tw-m-2\.5 {
  margin: -0.625rem;
}

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

.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.tw-mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.tw-mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

.tw-my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.tw-mb-0 {
  margin-bottom: 0px;
}

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

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

.tw-mb-2\.5 {
  margin-bottom: 0.625rem;
}

.tw-mr-0 {
  margin-right: 0px;
}

.tw-mr-0\.5 {
  margin-right: 0.125rem;
}

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

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

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

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

.tw-mt-0 {
  margin-top: 0px;
}

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

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

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

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

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

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

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

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

.tw-block {
  display: block;
}

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

.tw-flex {
  display: flex;
}

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

.tw-grid {
  display: grid;
}

.tw-hidden {
  display: none;
}

.tw-aspect-square {
  aspect-ratio: 1 / 1;
}

.tw-h-10 {
  height: 2.5rem;
}

.tw-h-12 {
  height: 3rem;
}

.tw-h-4 {
  height: 1rem;
}

.tw-h-6 {
  height: 1.5rem;
}

.tw-h-8 {
  height: 2rem;
}

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

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

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

.tw-h-auto {
  height: auto;
}

.tw-h-full {
  height: 100%;
}

.tw-w-6 {
  width: 1.5rem;
}

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

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

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

.tw-w-auto {
  width: auto;
}

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

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

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

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

.tw-flex-\[2\] {
  flex: 2;
}

.tw-flex-\[3\] {
  flex: 3;
}

.tw-flex-\[8\] {
  flex: 8;
}

.tw-translate-x-\[100\%\] {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
}

.tw-translate-y-\[-100\%\] {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewx(var(--tw-skew-x)) skewy(var(--tw-skew-y)) scalex(var(--tw-scale-x)) scaley(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

.tw-gap-4 {
  gap: 1rem;
}

.tw-gap-5 {
  gap: 1.25rem;
}

.tw-gap-8 {
  gap: 2rem;
}

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

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

.tw-overflow-auto {
  overflow: auto;
}

.tw-rounded {
  border-radius: 0.25rem;
}

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

.tw-border {
  border-width: 1px;
}

.tw-border-y-2 {
  border-top-width: 2px;
  border-bottom-width: 2px;
}

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

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

.tw-border-l {
  border-left-width: 1px;
}

.tw-border-r {
  border-right-width: 1px;
}

.tw-border-r-2 {
  border-right-width: 2px;
}

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

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

.tw-border-solid {
  border-style: solid;
}

.tw-border-\[\#474f6a\] {
  --tw-border-opacity: 1;
  border-color: rgb(71 79 106 / var(--tw-border-opacity));
}

.tw-border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

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

.tw-border-l-\[\#999\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.tw-border-r-\[\#999\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.tw-border-t-\[\#999\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(153 153 153 / var(--tw-border-opacity));
}

.tw-bg-\[\#37405e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(55 64 94 / var(--tw-bg-opacity));
}

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

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

.tw-bg-\[\#f2f8ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 248 255 / var(--tw-bg-opacity));
}

.tw-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.tw-bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

.tw-bg-transparent {
  background-color: transparent;
}

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

.tw-bg-\[url\(\'\/assets\/theme\/images\/h5\/ad\.jpg\'\)\] {
  background-image: ;
}

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

.tw-p-0 {
  padding: 0px;
}

.tw-p-1 {
  padding: 0.25rem;
}

.tw-p-1\.5 {
  padding: 0.375rem;
}

.tw-p-2 {
  padding: 0.5rem;
}

.tw-p-2\.5 {
  padding: 0.625rem;
}

.tw-p-5 {
  padding: 1.25rem;
}

.tw-p-6 {
  padding: 1.5rem;
}

.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.tw-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

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

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

.tw-py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

.tw-pb-8 {
  padding-bottom: 2rem;
}

.tw-pl-\[16px\] {
  padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tw-tracking-tight {
  letter-spacing: -0.025em;
}

.tw-text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.tw-text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}

.tw-text-\[\#ccc\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity));
}

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

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

.tw-text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

.tw-opacity-90 {
  opacity: 0.9;
}

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

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

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

.tw-duration-700 {
  transition-duration: 700ms;
}

@font-face {
  font-family: "sourcehansanscn-regular";

  src:  format("woff2"),
     format("woff"),
     format("truetype"),
     format("embedded-opentype"),
     format("opentype");

  font-weight: normal;

  font-style: normal;
}

html,body {
  font-family: "arial", "sourcehansanscn-regular";
  font-size: 16px !important;
  background: #f1f1f1;
}

.control-label{
  font-family: "arial", "sourcehansanscn-regular"!important;
  color: #333 !important;
}

.control-label span{
  color: #ff4e4e;
}

.form-control{
  height: 40px !important;
  border-radius: 5px !important;
}

.form-group{
  margin-bottom: 20px !important;
}

.control-label{
  font-size: 14px;
}

.captcha{
  width: 150px;
  max-width: 150px;
  height: 40px;
}

@media (min-width: 768px){
  .form-control{
    height: 50px !important;
    border-radius: 5px !important;
  }

  .form-group{
    margin-bottom: 40px !important;
  }

  .control-label{
    font-size: 16px;
  }

  .captcha{
    height: 50px;
  }
}

#postform .msg-box{
  display: none;
}

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

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

.before\:tw-absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:tw-left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:tw-top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:tw-h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:tw-w-\[1px\]::before {
  content: var(--tw-content);
  width: 1px;
}

.before\:tw-bg-\[\#999\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.before\:tw-content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:tw-font-bold:hover {
  font-weight: 700;
}

.hover\:tw-text-red-700:hover {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

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

@media (min-width: 640px) {
  .sm\:tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:tw-h-10 {
    height: 2.5rem;
  }

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

  .sm\:tw-max-w-sm {
    max-width: 24rem;
  }

  .sm\:tw-gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

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

@media (min-width: 768px) {
  .md\:tw-relative {
    position: relative;
  }

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

  .md\:tw-block {
    display: block;
  }

  .md\:tw-hidden {
    display: none;
  }

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

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

  .md\:tw-max-w-3xl {
    max-width: 48rem;
  }

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

  .md\:tw-justify-end {
    justify-content: flex-end;
  }

  .md\:tw-gap-8 {
    gap: 2rem;
  }

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

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

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

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

@media (min-width: 1024px) {
  .lg\:tw-min-h-\[600px\] {
    min-height: 600px;
  }

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

@media (min-width: 1280px) {
  .xl\:tw-col-span-3 {
    grid-column: span 3 / span 3;
  }

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

  .xl\:tw-block {
    display: block;
  }

  .xl\:tw-flex {
    display: flex;
  }

  .xl\:tw-grid {
    display: grid;
  }

  .xl\:tw-hidden {
    display: none;
  }

  .xl\:tw-flex-1 {
    flex: 1 1 0%;
  }

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

  .xl\:tw-gap-8 {
    gap: 2rem;
  }

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