@charset "UTF-8";
*, ::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.15 | 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::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%;
}
.visible{
  visibility: visible !important;
}
.static{
  position: static !important;
}
.fixed{
  position: fixed !important;
}
.absolute{
  position: absolute !important;
}
.relative{
  position: relative !important;
}
.left-\[0\.03rem\]{
  left: 0.03rem !important;
}
.right-\[0\.04rem\]{
  right: 0.04rem !important;
}
.top-\[0\.03rem\]{
  top: 0.03rem !important;
}
.m-auto{
  margin: auto !important;
}
.my-\[0\.06rem\]{
  margin-top: 0.06rem !important;
  margin-bottom: 0.06rem !important;
}
.-mt-\[0\.01rem\]{
  margin-top: -0.01rem !important;
}
.-mt-\[0\.05rem\]{
  margin-top: -0.05rem !important;
}
.-mt-\[85px\]{
  margin-top: -85px !important;
}
.mb-\[0\.03rem\]{
  margin-bottom: 0.03rem !important;
}
.mb-\[0\.04rem\]{
  margin-bottom: 0.04rem !important;
}
.mb-\[0\.05rem\]{
  margin-bottom: 0.05rem !important;
}
.mb-\[0\.06rem\]{
  margin-bottom: 0.06rem !important;
}
.mb-\[0\.09rem\]{
  margin-bottom: 0.09rem !important;
}
.mb-\[0\.2rem\]{
  margin-bottom: 0.2rem !important;
}
.mb-\[0\.4rem\]{
  margin-bottom: 0.4rem !important;
}
.ml-\[0\.02rem\]{
  margin-left: 0.02rem !important;
}
.ml-\[0\.05rem\]{
  margin-left: 0.05rem !important;
}
.mt-0{
  margin-top: 0px !important;
}
.mt-\[0\.03rem\]{
  margin-top: 0.03rem !important;
}
.mt-\[0\.05rem\]{
  margin-top: 0.05rem !important;
}
.mt-\[0\.06rem\]{
  margin-top: 0.06rem !important;
}
.mt-\[0\.07rem\]{
  margin-top: 0.07rem !important;
}
.mt-auto{
  margin-top: auto !important;
}
.block{
  display: block !important;
}
.inline-block{
  display: inline-block !important;
}
.inline{
  display: inline !important;
}
.flex{
  display: flex !important;
}
.table{
  display: table !important;
}
.grid{
  display: grid !important;
}
.contents{
  display: contents !important;
}
.hidden{
  display: none !important;
}
.aspect-square{
  aspect-ratio: 1 / 1 !important;
}
.h-\[400px\]{
  height: 400px !important;
}
.h-full{
  height: 100% !important;
}
.h-screen{
  height: 100vh !important;
}
.w-\[200px\]{
  width: 200px !important;
}
.w-\[40\%\]{
  width: 40% !important;
}
.w-\[60\%\]{
  width: 60% !important;
}
.w-fit{
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-full{
  width: 100% !important;
}
.scale-x-\[-1\]{
  --tw-scale-x: -1 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.resize{
  resize: both !important;
}
.list-decimal{
  list-style-type: decimal !important;
}
.list-disc{
  list-style-type: disc !important;
}
.list-none{
  list-style-type: none !important;
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-row{
  flex-direction: row !important;
}
.flex-col{
  flex-direction: column !important;
}
.flex-wrap{
  flex-wrap: wrap !important;
}
.items-start{
  align-items: flex-start !important;
}
.items-center{
  align-items: center !important;
}
.justify-center{
  justify-content: center !important;
}
.gap-\[0\.02rem\]{
  gap: 0.02rem !important;
}
.gap-\[0\.03rem\]{
  gap: 0.03rem !important;
}
.gap-\[0\.04rem\]{
  gap: 0.04rem !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.overflow-y-scroll{
  overflow-y: scroll !important;
}
.break-words{
  overflow-wrap: break-word !important;
}
.rounded{
  border-radius: 0.25rem !important;
}
.rounded-\[0\.005rem\]{
  border-radius: 0.005rem !important;
}
.rounded-\[10px\]{
  border-radius: 10px !important;
}
.rounded-b-\[10px\]{
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.border{
  border-width: 1px !important;
}
.border-black{
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1)) !important;
}
.border-t-\[\#FEF3EC\]{
  --tw-border-opacity: 1 !important;
  border-top-color: rgb(254 243 236 / var(--tw-border-opacity, 1)) !important;
}
.bg-\[\#331F1D\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 31 29 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#FEF3EC\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(254 243 236 / var(--tw-bg-opacity, 1)) !important;
}
.bg-white{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)) !important;
}
.from-\[\#FFE33F\]{
  --tw-gradient-from: #FFE33F var(--tw-gradient-from-position) !important;
  --tw-gradient-to: rgb(255 227 63 / 0) var(--tw-gradient-to-position) !important;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important;
}
.to-\[\#FFCA0A\]{
  --tw-gradient-to: #FFCA0A var(--tw-gradient-to-position) !important;
}
.p-\[0\.02rem\]{
  padding: 0.02rem !important;
}
.p-\[0\.04rem\]{
  padding: 0.04rem !important;
}
.p-\[0\.12rem\]{
  padding: 0.12rem !important;
}
.px-\[0\.02rem\]{
  padding-left: 0.02rem !important;
  padding-right: 0.02rem !important;
}
.px-\[0\.03rem\]{
  padding-left: 0.03rem !important;
  padding-right: 0.03rem !important;
}
.px-\[0\.04rem\]{
  padding-left: 0.04rem !important;
  padding-right: 0.04rem !important;
}
.py-\[0\.01rem\]{
  padding-top: 0.01rem !important;
  padding-bottom: 0.01rem !important;
}
.py-\[0\.03rem\]{
  padding-top: 0.03rem !important;
  padding-bottom: 0.03rem !important;
}
.pb-\[0\.03rem\]{
  padding-bottom: 0.03rem !important;
}
.pb-\[0\.055rem\]{
  padding-bottom: 0.055rem !important;
}
.pb-\[0\.05rem\]{
  padding-bottom: 0.05rem !important;
}
.pb-\[0\.07rem\]{
  padding-bottom: 0.07rem !important;
}
.pl-\[0\.05rem\]{
  padding-left: 0.05rem !important;
}
.pt-\[0\.03rem\]{
  padding-top: 0.03rem !important;
}
.pt-\[0\.05rem\]{
  padding-top: 0.05rem !important;
}
.pt-\[0\.06rem\]{
  padding-top: 0.06rem !important;
}
.pt-\[0\.12rem\]{
  padding-top: 0.12rem !important;
}
.pt-\[0\.1rem\]{
  padding-top: 0.1rem !important;
}
.text-center{
  text-align: center !important;
}
.text-\[0\.029rem\]{
  font-size: 0.029rem !important;
}
.text-\[0\.038rem\]{
  font-size: 0.038rem !important;
}
.text-\[0\.043rem\]{
  font-size: 0.043rem !important;
}
.text-\[0\.04rem\]{
  font-size: 0.04rem !important;
}
.text-\[0\.05rem\]{
  font-size: 0.05rem !important;
}
.text-\[0\.065rem\]{
  font-size: 0.065rem !important;
}
.text-\[0\.06rem\]{
  font-size: 0.06rem !important;
}
.text-\[14px\]{
  font-size: 14px !important;
}
.text-\[20px\]{
  font-size: 20px !important;
}
.font-bold{
  font-weight: 700 !important;
}
.font-medium{
  font-weight: 500 !important;
}
.font-semibold{
  font-weight: 600 !important;
}
.leading-\[0\.06rem\]{
  line-height: 0.06rem !important;
}
.leading-\[0\.07rem\]{
  line-height: 0.07rem !important;
}
.tracking-\[0\.001rem\]{
  letter-spacing: 0.001rem !important;
}
.tracking-\[0\.009rem\]{
  letter-spacing: 0.009rem !important;
}
.tracking-wide{
  letter-spacing: 0.05em !important;
}
.text-\[\#331F1D\]{
  --tw-text-opacity: 1 !important;
  color: rgb(51 31 29 / 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-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.underline{
  text-decoration-line: underline !important;
}
.underline-offset-4{
  text-underline-offset: 4px !important;
}
.blur{
  --tw-blur: blur(8px) !important;
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
html {
  font-size: 100vw;
}
body {
  font-size: 16px;
  background-color: #ffca0a;
}
@font-face {
  font-weight: normal;
  font-family: "ArQianZiBiB5";
  font-style: normal;
  src: url("../../web/fonts/arqianzibib5_bd.ttf") format("truetype");
}
.logo {
  z-index: 100;
  flex-shrink: 0;
  width: 0.83rem;
  height: 0.27rem;
  margin-top: 0.088rem;
  background: url("../images/logo.svg") 0 0 no-repeat;
  background-size: 100%;
}
.logo--text {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  font-size: 0.02rem;
  text-indent: -999px;
}
.bg-decoration-index {
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/bg-cloud-left.svg") 0% 11%/auto no-repeat, url("../images/bg-cloud-right.svg") 100% 0%/auto no-repeat, url("../images/bg-firework.png") 126% 27%/70% no-repeat, url("../images/bg-left_star_full.png") 0% 70%/60% no-repeat, url("../images/bg-front_girl_full.png") 129% 100%/60% no-repeat, url("../images/bg-building.png") 50% 100%/218% no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.bg-decoration-index::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.27rem;
  height: 0.538rem;
  background: url("../images/bg-left_man.png") 0% 100%/contain no-repeat;
  content: "";
}
.bg-decoration-option {
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/bg-red_firework_full.png") -7% 11%/27% no-repeat, url("../images/bg-firework.png") 117% -10%/44% no-repeat, url("../images/bg-spaceman.png") 94% 76%/33% no-repeat, url("../images/bg-building-2.png") 95% 124%/228% no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.bg-decoration-choose-bottle {
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/bg-red_firework_full.png") -7% 11%/27% no-repeat, url("../images/bg-firework.png") 117% -10%/44% no-repeat, url("../images/bg-building-2.png") 95% 130%/228% no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.bg-decoration-complete {
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/bg-red_firework_full.png") -7% 8%/27% no-repeat, url("../images/deco-ufo.svg") -65% 13%/auto no-repeat, url("../images/bg-firework.png") 111% -6%/42% no-repeat, url("../images/deco-colorfire.png") 106% 26%/auto no-repeat, url("../images/deco-kid.svg") 0% 31%/auto no-repeat, url("../images/bg-cloud-left.svg") 0% 100%/auto no-repeat, url("../images/bg-cloud-right.svg") 126% 96%/auto no-repeat, url("../images/deco-jumping-girl.png") 81% 84%/30% no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.bg-decoration-description {
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/bg-red_firework_full.png") -7% 2%/27% no-repeat, url("../images/bg-firework.png") 108% -1%/36% no-repeat, url("../images/bg-building.png") 50% 100%/218% no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.bg-decoration-receiver {
  z-index: 99;
  width: 100%;
  height: 100%;
  background: url("../images/bg-red_firework_full.png") -7% 8%/27% no-repeat, url("../images/deco-ufo.svg") -65% 13%/auto no-repeat, url("../images/bg-firework.png") 111% -6%/42% no-repeat, url("../images/deco-colorfire.png") 106% 26%/auto no-repeat, url("../images/deco-kid.svg") 0% 34%/auto no-repeat, url("../images/bg-cloud-left.svg") 0% 100%/auto no-repeat, url("../images/bg-cloud-right.svg") 126% 96%/auto no-repeat, url("../images/deco-jumping-girl.png") 81% 108%/30% no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.kv {
  width: 87%;
  margin-top: -0.03rem;
}
.bg-decoration-pc {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../images/bg-pc-index.png") 50% 16%/cover no-repeat, linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.pc-logo {
  width: 520px;
  height: 200px;
  margin-top: 32px;
}
.pc-logo img {
  width: 100%;
  vertical-align: bottom;
}
.pc-description {
  margin-bottom: 24px;
  color: #331f1d;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
}
.qr-code {
  width: 240px;
  aspect-ratio: 1/1;
  background-color: #fff;
}
.btn-group {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
}
.btn-group--red {
  position: relative;
  width: 0.5rem;
  padding: 0.02rem 0.04rem;
  color: #fff;
  font-weight: 400;
  font-size: 0.04rem;
  text-align: center;
  text-wrap: nowrap;
  background: linear-gradient(90deg, #e94c1d, #e2284b);
  border: 1px solid #331f1d;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgb(255, 255, 255), 0 8px 0 0 rgb(51, 31, 29);
}
.btn-group--green {
  position: relative;
  width: 0.5rem;
  padding: 0.02rem 0.04rem;
  color: #331f1d;
  font-weight: 400;
  font-size: 0.04rem;
  text-align: center;
  text-wrap: nowrap;
  background: linear-gradient(90deg, #afcf2c, #67ce28);
  border: 1px solid #331f1d;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgb(255, 255, 255), 0 8px 0 0 rgb(51, 31, 29);
}
.btn-group--disabled {
  position: relative;
  width: 0.5rem;
  padding: 0.02rem 0.04rem;
  color: #000;
  font-weight: 400;
  font-size: 0.04rem;
  text-align: center;
  text-wrap: nowrap;
  background-color: #c7c7c7;
  border: 1px solid #331f1d;
  border-radius: 10px;
  box-shadow: 0 3px 0 0 rgb(255, 255, 255), 0 8px 0 0 rgb(51, 31, 29);
}
.typewriter-column {
  height: 120px;
  padding: 16px;
  background: #fff;
}
.typewriter-line {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
}
.typewriter-cursor {
  position: absolute;
  width: 2px;
  height: 1.2em;
  background-color: black;
  transform: translate(3px, 3px);
  animation: blink 1.5s step-end infinite;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.blessing {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 414px;
  margin: auto;
  padding: 90px 61px 92px 89px;
}
.blessing-drink--red--block {
  -webkit-mask: url("../images/mask/block_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/block_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 14px;
}
.blessing-red_block_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_block_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-red_block_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_block_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--red--pixel {
  -webkit-mask: url("../images/mask/pixel_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/pixel_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 15px;
}
.blessing-red_pixel_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_pixel_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-red_pixel_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_pixel_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--red--inflate {
  -webkit-mask: url("../images/mask/inflate_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/inflate_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 6px;
  left: -2px;
}
.blessing-red_inflate_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_inflate_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-red_inflate_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_inflate_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--red--clay {
  -webkit-mask: url("../images/mask/clay_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/clay_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 14px;
}
.blessing-red_clay_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_clay_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-red_clay_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_clay_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--yellow--block {
  -webkit-mask: url("../images/mask/block_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/block_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 14px;
}
.blessing-yellow_block_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_block_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-yellow_block_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_block_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--yellow--pixel {
  -webkit-mask: url("../images/mask/pixel_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/pixel_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 15px;
}
.blessing-yellow_pixel_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_pixel_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-yellow_pixel_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_pixel_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--yellow--inflate {
  -webkit-mask: url("../images/mask/inflate_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/inflate_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 3px;
}
.blessing-yellow_inflate_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_inflate_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-yellow_inflate_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_inflate_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--yellow--clay {
  -webkit-mask: url("../images/mask/clay_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/clay_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 14px;
}
.blessing-yellow_clay_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_clay_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-yellow_clay_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_clay_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--green--block {
  -webkit-mask: url("../images/mask/block_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/block_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 14px;
}
.blessing-green_block_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_block_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-green_block_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_block_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--green--pixel {
  -webkit-mask: url("../images/mask/pixel_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/pixel_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 15px;
}
.blessing-green_pixel_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_pixel_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-green_pixel_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_pixel_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--green--inflate {
  -webkit-mask: url("../images/mask/inflate_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/inflate_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: 1px;
}
.blessing-green_inflate_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_inflate_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-green_inflate_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_inflate_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-drink--green--clay {
  -webkit-mask: url("../images/mask/clay_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/clay_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullin_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 5px;
  left: 14px;
}
.blessing-green_clay_top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_clay_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out; /* 淡入效果 */
  pointer-events: none;
}
.blessing-green_clay_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_clay_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  transform: translate(0, -27px);
}
.blessing-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #3c060f;
  font-size: 0.038rem;
  font-family: "ArQianZiBiB5";
  line-height: 0.07rem;
  letter-spacing: 0.009rem;
  opacity: 0;
}
.fade-in {
  opacity: 1 !important;
}
.active {
  opacity: 1 !important;
}
.close-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 20px;
  height: 20px;
}
.close-btn::before, .close-btn::after {
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #000;
  content: "";
}
.close-btn::before {
  transform: rotate(45deg);
}
.close-btn::after {
  transform: rotate(-45deg);
}
.complete {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px;
  background-color: #e94c1d;
  border: 2px solid #000; /* 邊框顏色 */
  cursor: pointer; /* 移除瀏覽器預設樣式 */
  -webkit-appearance: none;
          appearance: none;
}
/* 隱藏預設的 checkbox */
input[type=checkbox] {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-color: #e94c1d;
  border: 1px solid #000; /* 邊框顏色 */
  cursor: pointer; /* 移除瀏覽器預設樣式 */
  -webkit-appearance: none;
          appearance: none; /* 為兼容 Webkit 瀏覽器 */
}
input[type=checkbox]:checked::after {
  position: absolute;
  top: -1px;
  left: 4px;
  width: 10px;
  height: 14px;
  border: 1px solid #fff; /* 勾的顏色 */
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); /* 旋轉形成勾的形狀 */
  content: "";
}
.agree-text {
  padding-left: 10px;
  font-weight: 400;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.overlayblur {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  display: none;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}
.eventmodal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  display: none;
  width: 100%;
  padding: 0 20px;
  transform: translate(-50%, -50%);
}
.blessing-bottle {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.description {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: linear-gradient(to bottom, #ffe33f, #ffca0a);
}
.registerModal::before {
  position: absolute;
  top: -20%;
  left: 50%;
  z-index: -1;
  width: 182px;
  height: 122px;
  background: url("../images/deco_bottle_three.png") 0 0 no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  content: "";
}
.registerModal::after {
  position: absolute;
  right: 20px;
  bottom: -12%;
  z-index: 10;
  width: 120px;
  height: 66px;
  background: url("../images/bg-spaceman-red.svg") 0 0 no-repeat;
  content: "";
}
.notice {
  position: absolute;
  top: -113%;
  left: 50%;
  padding: 0.02rem 0.03rem;
  color: #fff;
  font-size: 0.038rem;
  background-color: #331f1d;
  border-radius: 5px;
  transform: translateX(-50%);
}
.notice::before {
  position: absolute;
  top: 92%;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #331f1d;
  transform: translateX(-50%);
  content: "";
}
.notice p {
  font-size: 0.038rem;
}
.notice-fill {
  display: none;
}
.notice-name {
  display: none;
}
.notice-phone {
  display: none;
}
.receiverBottleSection {
  position: relative;
  width: 100%;
}
.blessingBox {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.blessingBox::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: none;
  border-bottom: none;
  border-left: 1px solid #fff;
  content: "";
}
.blessingBox::after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: none;
  border-left: none;
  content: "";
}
.blessingBox.fade-in {
  opacity: 1 !important;
}
.blessingBox-notice {
  padding: 0.05rem;
  color: #ddd;
  font-weight: 700;
  font-size: 0.038rem;
  line-height: 0.05rem;
  text-align: center;
}
.blessingBox-notice::before {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 20px;
  height: 20px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  content: "";
}
.blessingBox-notice::after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  border-top: none;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: none;
  content: "";
}
.blessingBox-notice.fade-in {
  opacity: 1 !important;
}
.display {
  opacity: 1;
}
.display-none {
  opacity: 0;
}
.produce {
  display: none;
}
.bottleCover {
  position: absolute;
  top: -21px;
  left: -46px;
  width: 319px;
  height: 368px;
}
.bottleCover--fadeout {
  animation: openbottle 3s ease-out forwards;
}
@keyframes openbottle {
  from {
    top: -21px;
    left: -46px;
    opacity: 1;
  }
  to {
    top: -21px;
    left: -160%;
    opacity: 0;
  }
}
.bottleCover img {
  width: 100%;
  margin: auto;
}
.receriverBlessing {
  position: relative;
  z-index: 2;
  width: 300px;
  height: 414px;
  margin: auto;
}
.receriverBlessing-drink--red--block {
  -webkit-mask: url("../images/mask/block_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/block_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 3px;
  left: 13px;
}
.receriverBlessing-red_block_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_block_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-red_block_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_block_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--red--pixel {
  -webkit-mask: url("../images/mask/pixel_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/pixel_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 15px;
}
.receriverBlessing-red_pixel_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_pixel_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-red_pixel_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_pixel_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--red--inflate {
  -webkit-mask: url("../images/mask/inflate_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/inflate_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: -1px;
}
.receriverBlessing-red_inflate_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_inflate_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
  transform: scale(1.05);
}
.receriverBlessing-red_inflate_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_inflate_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--red--clay {
  -webkit-mask: url("../images/mask/clay_mask_red_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/clay_mask_red_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/red_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 3px;
  left: 13px;
}
.receriverBlessing-red_clay_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/red_clay_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-red_clay_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/red_clay_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--yellow--block {
  -webkit-mask: url("../images/mask/block_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/block_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 3px;
  left: 13px;
}
.receriverBlessing-yellow_block_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_block_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-yellow_block_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_block_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--yellow--pixel {
  -webkit-mask: url("../images/mask/pixel_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/pixel_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 15px;
}
.receriverBlessing-yellow_pixel_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_pixel_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-yellow_pixel_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_pixel_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--yellow--inflate {
  -webkit-mask: url("../images/mask/inflate_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/inflate_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 3px;
}
.receriverBlessing-yellow_inflate_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_inflate_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
  transform: scale(1.05);
}
.receriverBlessing-yellow_inflate_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_inflate_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--yellow--clay {
  -webkit-mask: url("../images/mask/clay_mask_yellow_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/clay_mask_yellow_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/yellow_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 3px;
  left: 13px;
}
.receriverBlessing-yellow_clay_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/yellow_clay_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-yellow_clay_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/yellow_clay_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--green--block {
  -webkit-mask: url("../images/mask/block_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/block_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 3px;
  left: 13px;
}
.receriverBlessing-green_block_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_block_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-green_block_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_block_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--green--pixel {
  -webkit-mask: url("../images/mask/pixel_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/pixel_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 4px;
  left: 15px;
}
.receriverBlessing-green_pixel_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_pixel_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-green_pixel_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_pixel_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--green--inflate {
  -webkit-mask: url("../images/mask/inflate_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/inflate_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 0;
  left: -1px;
}
.receriverBlessing-green_inflate_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_inflate_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
  transform: scale(1.05);
}
.receriverBlessing-green_inflate_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_inflate_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-drink--green--clay {
  -webkit-mask: url("../images/mask/clay_mask_green_720P.svg") 0 0 no-repeat;
          mask: url("../images/mask/clay_mask_green_720P.svg") 0 0 no-repeat;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: url("../images/liquid/green_pullout_720P-animate.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  bottom: 3px;
  left: 13px;
}
.receriverBlessing-green_clay_top {
  position: absolute;
  top: 6px;
  left: 0;
  z-index: 4; /* 覆蓋層級最高 */
  width: 100%;
  height: 100%;
  background: url("../images/top/green_clay_top.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  transition: opacity 1.5s ease-in-out; /* 淡出效果 */
}
.receriverBlessing-green_clay_bottom {
  position: relative;
  z-index: 2;
  width: 350px;
  height: 483px;
  margin: auto;
  padding: 124px 83px 101px 137px;
  background: url("../images/bottom/green_clay_bottom.png") 0 0 no-repeat;
  background-position: center;
  background-size: cover;
}
.receriverBlessing-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  color: #3c060f;
  font-size: 0.038rem;
  font-family: "ArQianZiBiB5";
  line-height: 0.07rem;
  letter-spacing: 0.009rem;
}
.hiddenTop {
  opacity: 0;
  pointer-events: none;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 33px;
}
.swiper-slide {
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translateY(24px);
}
.swiper-slide-active img {
  transform: scale(1.4);
  filter: drop-shadow(5px 0 0 white) drop-shadow(0 5px 0 white) drop-shadow(-5px 0 0 white) drop-shadow(0 -5px 0 white);
}
.optionRadio {
  display: flex;
  align-items: center;
  justify-content: center;
}
.option-input {
  opacity: 0;
}
.option-label {
  display: inline-block;
  width: 100%;
  padding: 0.02rem;
  text-align: center;
  background-color: rgb(254, 243, 199);
  border: 1px solid #000;
  border-radius: 50px;
}
.option-input:checked ~ .option-label {
  position: relative;
  background-color: #adcf31;
}
.option-input:checked ~ .option-label::before {
  position: absolute;
  top: -1px;
  left: -11px;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: url("../images/deco_star.svg") no-repeat;
  background-size: cover;
  content: "";
}
.option-input:checked ~ .option-label::after {
  position: absolute;
  top: -11px;
  right: 5px;
  display: inline-block;
  width: 0.075rem;
  height: 0.16rem;
  background: url("../images/deco_maid.png") no-repeat;
  background-size: cover;
  content: "";
}
.blessingOption {
  display: block;
  padding: 0.01rem 0.03rem;
  font-size: 0.05rem;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
  border-radius: 50px;
}
.blessingOption--clicked {
  position: relative;
  background-color: #adcf31;
}
.blessingOption--clicked::before {
  position: absolute;
  top: -1px;
  left: -11px;
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background: url("../images/deco_star.svg") no-repeat;
  background-size: cover;
  content: "";
}
.blessingOption--clicked::after {
  position: absolute;
  top: -11px;
  right: 5px;
  display: inline-block;
  width: 0.075rem;
  height: 0.16rem;
  background: url("../images/deco_maid.png") no-repeat;
  background-size: cover;
  content: "";
}
.toneOption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  height: 62px;
  margin: auto;
}
.toneOption--odd {
  background: url("../images/text-bubble-left-white.svg") center/auto no-repeat;
}
.toneOption--even {
  background: url("../images/text-bubble-right-white.svg") center/auto no-repeat;
}
.hidden:checked + .toneOption--odd {
  background: url("../images/text-bubble-left-green.svg") 50% 65%/auto no-repeat;
}
.hidden:checked + .toneOption--even {
  background: url("../images/text-bubble-right-green.svg") 50% 65%/auto no-repeat;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}