/*
! tailwindcss v3.4.6 | 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: CustomRegular, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
  @font-face {
    font-family: 'CustomBold';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(images/ArchivoBlack_0.otf) format('opentype');
  }
  @font-face {
    font-family: 'CustomRegular';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(images/SourceSansPro-Regular.otf) format('opentype');
  }

*, ::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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-top-\[20px\] {
  top: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[8px\] {
  left: 0.5rem;
}
.right-0 {
  right: 0px;
}
.right-\[24px\] {
  right: 1.5rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-\[8px\] {
  top: 0.5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.float-end {
  float: right;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-\[76px\] {
  margin-bottom: 4.75rem;
}
.ml-\[34px\] {
  margin-left: 2.125rem;
}
.ml-\[64px\] {
  margin-left: 4rem;
}
.mt-\[100px\] {
  margin-top: 6.25rem;
}
.mt-\[164px\] {
  margin-top: 10.25rem;
}
.mt-\[24px\] {
  margin-top: 1.5rem;
}
.mt-\[32px\] {
  margin-top: 2rem;
}
.mt-\[40px\] {
  margin-top: 2.5rem;
}
.mt-\[62px\] {
  margin-top: 3.875rem;
}
.mt-\[64px\] {
  margin-top: 4rem;
}
.mt-\[8px\] {
  margin-top: 0.5rem;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[1\/1\] {
  aspect-ratio: 1/1;
}
.h-\[100px\] {
  height: 6.25rem;
}
.h-\[1080px\] {
  height: 67.5rem;
}
.h-\[120px\] {
  height: 7.5rem;
}
.h-\[178px\] {
  height: 11.125rem;
}
.h-\[210px\] {
  height: 13.125rem;
}
.h-\[320px\] {
  height: 20rem;
}
.h-\[400px\] {
  height: 25rem;
}
.h-\[502px\] {
  height: 31.375rem;
}
.h-\[642px\] {
  height: 40.125rem;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-\[1000px\] {
  width: 62.5rem;
}
.w-\[1060px\] {
  width: 66.25rem;
}
.w-\[1116px\] {
  width: 69.75rem;
}
.w-\[1132px\] {
  width: 70.75rem;
}
.w-\[1180px\] {
  width: 73.75rem;
}
.w-\[1280px\] {
  width: 80rem;
}
.w-\[1920px\] {
  width: 120rem;
}
.w-\[210px\] {
  width: 13.125rem;
}
.w-\[280px\] {
  width: 17.5rem;
}
.w-\[300px\] {
  width: 18.75rem;
}
.w-\[405px\] {
  width: 25.313rem;
}
.w-\[550px\] {
  width: 34.375rem;
}
.w-\[60px\] {
  width: 3.75rem;
}
.w-\[960px\] {
  width: 60rem;
}
.w-full {
  width: 100%;
}
.max-w-\[400px\] {
  max-width: 25rem;
}
.grow {
  flex-grow: 1;
}
.translate-x-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(-50%, 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: 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), -50%) 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: 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));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.gap-\[16px\] {
  gap: 1rem;
}
.gap-\[26px\] {
  gap: 1.625rem;
}
.gap-\[2vw\] {
  gap: 2vw;
}
.gap-\[36px\] {
  gap: 2.25rem;
}
.gap-\[68px\] {
  gap: 4.25rem;
}
.gap-\[76px\] {
  gap: 4.75rem;
}
.rounded-\[24px\] {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 624.938rem;
}
.border {
  border-width: 0.063rem;
}
.border-b-\[2px\] {
  border-bottom-width: 0.125rem;
}
.border-\[\#343434\] {
  --tw-border-opacity: 1;
  border-color: rgba(52, 52, 52, 1);
  border-color: rgba(52, 52, 52, var(--tw-border-opacity));
}
.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[\#0F0B1F\] {
  --tw-bg-opacity: 1;
  background-color: rgba(15, 11, 31, 1);
  background-color: rgba(15, 11, 31, var(--tw-bg-opacity));
}
.bg-\[\#1c182a\] {
  --tw-bg-opacity: 1;
  background-color: rgba(28, 24, 42, 1);
  background-color: rgba(28, 24, 42, var(--tw-bg-opacity));
}
.bg-\[\#ff016d\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 1, 109, 1);
  background-color: rgba(255, 1, 109, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, 1);
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-\[url\(\'\.\/imgs\/bg_01\.png\'\)\] {
  background-image: url(images/bg_01.png);
}
.bg-\[url\(\'\.\/imgs\/bg_02\.png\'\)\] {
  background-image: url(images/bg_02.png);
}
.bg-\[url\(\'\.\/imgs\/bg_03\.png\'\)\] {
  background-image: url(images/bg_03.png);
}
.bg-\[url\(\'\.\/imgs\/bg_04\.png\'\)\] {
  background-image: url(images/bg_04.png);
}
.bg-\[url\(\.\/imgs\/bg_video\.jpg\)\] {
  background-image: url(images/bg_video.jpg);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[\#0f0b1f\] {
  --tw-gradient-from: #0f0b1f var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(15, 11, 31, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7301ac\] {
  --tw-gradient-from: #7301ac var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(115, 1, 172, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-45\% {
  --tw-gradient-from-position: 45%;
}
.to-\[\#0922e0\] {
  --tw-gradient-to: #0922e0 var(--tw-gradient-to-position);
}
.to-\[\#0f0b1f\] {
  --tw-gradient-to: #0f0b1f var(--tw-gradient-to-position);
}
.to-90\% {
  --tw-gradient-to-position: 90%;
}
.bg-cover {
  background-size: cover;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[20px\] {
  padding: 1.25rem;
}
.px-\[80px\] {
  padding-left: 5rem;
  padding-right: 5rem;
}
.py-\[16px\] {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-\[38px\] {
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}
.py-\[44px\] {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.py-\[48px\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.pr-\[52px\] {
  padding-right: 3.25rem;
}
.pt-\[160px\] {
  padding-top: 10rem;
}
.pt-\[24px\] {
  padding-top: 1.5rem;
}
.text-center {
  text-align: center;
}
.text-end {
  text-align: right;
}
.font-bold {
  font-family: CustomBold, sans-serif;
}
.text-\[20px\] {
  font-size: 1.25rem;
}
.text-\[21px\] {
  font-size: 1.313rem;
}
.text-\[24px\] {
  font-size: 1.5rem;
}
.text-\[28px\] {
  font-size: 1.75rem;
}
.text-\[32px\] {
  font-size: 2rem;
}
.text-\[40px\] {
  font-size: 2.5rem;
}
.text-\[44px\] {
  font-size: 2.75rem;
}
.text-\[48px\] {
  font-size: 3rem;
}
.font-bold {
  font-weight: 700;
}
.text-\[\#03d01d\] {
  --tw-text-opacity: 1;
  color: rgba(3, 208, 29, 1);
  color: rgba(3, 208, 29, var(--tw-text-opacity));
}
.text-\[\#666666\] {
  --tw-text-opacity: 1;
  color: rgba(102, 102, 102, 1);
  color: rgba(102, 102, 102, var(--tw-text-opacity));
}
.text-\[\#999999\] {
  --tw-text-opacity: 1;
  color: rgba(153, 153, 153, 1);
  color: rgba(153, 153, 153, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}

body,
html {
  overflow-x: hidden;
}
/* 页面居中 div内容一直处于视图中间 */
.notice {
  background: #ffffff;
  width: 25rem;
  height: 9.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.625rem;
}

.notice h1 {
  margin-top: 0.625rem;
  padding-left: 1.25rem;
}

.notice p {
  margin: 0.313rem;
  padding-left: 1.25rem;
}

/* 放到右下角 */
.notice .ok {
  position: absolute;
  right: 0.625rem;
  bottom: 0.625rem;
  width: 3.125rem;
  height: 1.563rem;
  color: #5b86d1;
  background-color: #e2ebf4;
  border: none;
}

.overlay1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 半透明黑色 */
  z-index: 1000;
  /* 确保遮罩层在内容之上 */
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  /* 默认隐藏 */
}

@media (max-width: 47.938rem) {

  .md\:relative {
    position: relative;
  }

  .md\:left-\[-40px\] {
    left: -2.5rem;
  }

  .md\:top-\[-34px\] {
    top: -2.125rem;
  }

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

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

  .md\:flex {
    display: flex;
  }

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

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

  .md\:h-\[360px\] {
    height: 22.5rem;
  }

  .md\:h-\[377px\] {
    height: 23.563rem;
  }

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

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

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

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

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

  .md\:h-\[900px\] {
    height: 56.25rem;
  }

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

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

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

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

  .md\:w-\[515px\] {
    width: 32.188rem;
  }

  .md\:w-\[612px\] {
    width: 38.25rem;
  }

  .md\:w-\[619px\] {
    width: 38.688rem;
  }

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

  .md\:w-\[644px\] {
    width: 40.25rem;
  }

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

  .md\:w-\[670px\] {
    width: 41.875rem;
  }

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

  .md\:w-\[710px\] {
    width: 44.375rem;
  }

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

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

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

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

  .md\:bg-\[url\(\'\.\/imgs\/bg_01_m\.png\'\)\] {
    background-image: url(images/bg_01_m.png);
  }

  .md\:bg-\[url\(\'\.\/imgs\/bg_02_m\.png\'\)\] {
    background-image: url(images/bg_02_m.png);
  }

  .md\:bg-\[url\(\'\.\/imgs\/bg_03_m\.png\'\)\] {
    background-image: url(images/bg_03_m.png);
  }

  .md\:bg-\[url\(\'\.\/imgs\/bg_04_m\.png\'\)\] {
    background-image: url(images/bg_04_m.png);
  }

  .md\:bg-\[url\(\.\/imgs\/bg_video_m\.png\)\] {
    background-image: url(images/bg_video_m.png);
  }

  .md\:px-\[50px\] {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }

  .md\:px-\[52px\] {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

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


