/*
 * src/assets/styles/common.css
 *
 * name: simple-gulp-build-less
 * date: 2025/6/25 7:7:4
 */

body {
  margin: 0;
  color: #000;
  font-size: 0.22rem;
  font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", Arial, sans-serif;
  line-height: 1;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}

body {
  background: url(https://web-resource.mc-cdn.cn/web/jkbd-default/loading.gif) no-repeat center, -webkit-linear-gradient(top, #0c3363, #0a1e4c);
  background: url(https://web-resource.mc-cdn.cn/web/jkbd-default/loading.gif) no-repeat center, linear-gradient(180deg, #0c3363, #0a1e4c);
  background-size: 300PX auto, cover;
}

.savearea-top {
  padding-top: constant(safe-area-inset-top) !important;
  padding-top: env(safe-area-inset-top) !important;
}

.safearea-bottom {
  box-sizing: content-box;
  /* 兼容 iOS < 11.2 */
  padding-bottom: constant(safe-area-inset-bottom);
  /* 兼容 iOS >= 11.2 */
  padding-bottom: env(safe-area-inset-bottom);
}

.safearea-left {
  box-sizing: content-box;
  /* 兼容 iOS < 11.2 */
  padding-left: calc(constant(safe-area-inset-left) - 0.7rem);
  /* 兼容 iOS >= 11.2 */
  padding-left: calc(env(safe-area-inset-left) - 0.7rem);
}

.scroller-none::-webkit-scrollbar {
  display: none;
}

.hotArea {
  position: relative;
}

.hotArea:after {
  content: "";
  position: absolute;
  left: -30%;
  right: -30%;
  top: -30%;
  bottom: -30%;
}

/* htmlcanvas会在body下创建一个img元素，而tailwind将所有img元素的display都改为block了 */

body > div:last-child > img[width="1"] {
  display: unset;
}

.person-reward-1 {
  background-image: url(../files/9c1be24d2a46a6859705e9a8af7eaeaf.png);
  background-size: cover;
  width: 0.95rem;
  height: 0.3rem;
}

.person-reward-2 {
  background-image: url(../files/c8a8fc07635f8bad2ea547a2ee6c9fd8.png);
  background-size: cover;
  width: 0.95rem;
  height: 0.3rem;
}

.person-reward-3 {
  background-image: url(../files/cde13c6fb27b3bf85513adb659a493fa.png);
  background-size: cover;
  width: 0.95rem;
  height: 0.3rem;
}

.rank-num-1 {
  background-image: url(../files/424c99ed21514ef8a89359e5d13bd42a.png);
  background-size: cover;
  color: transparent !important;
  width: 0.44rem;
  height: 0.45rem;
}

.rank-num-2 {
  background-image: url(../files/2668ae547b581e372b9b7b938596dbca.png);
  background-size: cover;
  color: transparent !important;
  width: 0.38rem;
  height: 0.43rem;
}

.rank-num-3 {
  background-image: url(../files/7a8a03f604e2ec2a47c544c0750bc4a6.png);
  background-size: cover;
  color: transparent !important;
  width: 0.38rem;
  height: 0.43rem;
}

.task-status-1,
.task-status-3,
.task-status-4 {
  font-weight: normal !important;
  color: hsla(0, 0%, 100%, 0.51) !important;
}

.task-status-1::after {
  content: '\65f6\95f4\672a\5230';
}

.task-status-4::after {
  content: '\5df2\8fc7\671f';
}

.task-status-2 {
  background-image: url(../files/330233964103e394e49d8ffad71ccf6d.png);
  background-size: cover;
}

.task-status-2::after {
  content: '\53bb\5b8c\6210';
  color: hsl(30, 100%, 28%) !important;
  pointer-events: auto !important;
}

.task-status-3::after {
  content: '\5df2\9886\53d6';
}

.team-badge-red {
  background-image: url(../files/9b68b8b934e70a4f58d0b1197611ae5e.png);
}

.team-badge-blue {
  background-image: url(../files/9eff14400d758633e3594a29a24c840d.png);
}

[data-reward-type="common"],
[data-reward-type="cash"] {
  position: relative;
}

[data-reward-type="common"]:after {
  content: attr(data-reward-hint);
  position: absolute;
  left: -0.2rem;
  top: 0.08rem;
  background-image: url(../files/39419bf9ca63c9b0e50e8a1dfba85aca.png);
  background-size: cover;
  font-size: 0.18rem;
  font-weight: bold;
  padding-top: 0.04rem;
  width: 0.54rem;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

[data-reward-type="cash"]:after {
  content: attr(data-reward-hint);
  position: absolute;
  left: -0.2rem;
  top: 0.08rem;
  background-image: url(../files/dde88496ddff9344d8cb86d420c9f5e0.png);
  background-size: cover;
  font-size: 0.18rem;
  font-weight: bold;
  padding-top: 0.04rem;
  width: 0.54rem;
  height: 0.24rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: hsl(23, 98%, 25%);
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes flipY {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipY {
  0% {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.swiper-pagination {
  bottom: -0.32rem !important;
}

.swiper-pagination-bullet {
  width: 0.08rem !important;
  height: 0.08rem !important;
  opacity: 0.4 !important;
  background: white !important;
  border-radius: 100% !important;
  margin-left: 0.08rem !important;
  margin-right: 0.08rem !important;
}

.swiper-pagination-bullet-active {
  width: 0.28rem !important;
  height: 0.08rem !important;
  background: white !important;
  border-radius: 0.08rem !important;
  opacity: 1 !important;
}

.swiper-button-prev {
  width: 0.32rem !important;
  height: 0.54rem !important;
  left: 0.5rem !important;
  top: 2.48rem !important;
  margin-top: 0 !important;
  color: transparent !important;
  background-image: url(../files/e82c6a8be755a9d76d0d4bb18396114f.png) !important;
  background-size: cover !important;
}

.swiper-button-next {
  width: 0.32rem !important;
  height: 0.54rem !important;
  right: 0.5rem !important;
  top: 2.48rem !important;
  margin-top: 0 !important;
  color: transparent !important;
  background-image: url(../files/e82c6a8be755a9d76d0d4bb18396114f.png) !important;
  background-size: cover !important;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@-webkit-keyframes leftLightSlideIn {
  from {
    left: -0.8rem;
  }

  to {
    left: 100%;
  }
}

@keyframes leftLightSlideIn {
  from {
    left: -0.8rem;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes rightLightSlideIn {
  from {
    right: -0.8rem;
  }

  to {
    right: 100%;
  }
}

@keyframes rightLightSlideIn {
  from {
    right: -0.8rem;
  }

  to {
    right: 100%;
  }
}

@-webkit-keyframes lightBomb {
  from {
    background-image: url(../files/31f0d654c1cf440f9d7e599ba50416aa.png);
  }

  to {
    background-image: url(../files/0bf4d2a46d71ae5dab7ad4d39a87f2d1.png);
  }
}

@keyframes lightBomb {
  from {
    background-image: url(../files/31f0d654c1cf440f9d7e599ba50416aa.png);
  }

  to {
    background-image: url(../files/0bf4d2a46d71ae5dab7ad4d39a87f2d1.png);
  }
}

.lightBomb {
  background-image: url(../files/128d733fbd9b9fdaf5ddc300aecad8f5.png), url(../files/31f0d654c1cf440f9d7e599ba50416aa.png), url(../files/0bf4d2a46d71ae5dab7ad4d39a87f2d1.png);
  background-size: cover, 0 0, 0 0;
  background-repeat: no-repeat;
}
/*
! 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: currentColor; /* 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 */ /* 3 */
  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::-webkit-input-placeholder, textarea::-webkit-input-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:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.invisible {
  visibility: hidden;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.-bottom-30 {
  bottom: -0.3rem;
}
.-left-2 {
  left: -0.02rem;
}
.-left-22 {
  left: -0.22rem;
}
.-left-24 {
  left: -0.24rem;
}
.-left-80 {
  left: -0.8rem;
}
.-right-10 {
  right: -0.1rem;
}
.-right-22 {
  right: -0.22rem;
}
.-right-24 {
  right: -0.24rem;
}
.-right-80 {
  right: -0.8rem;
}
.-top-10 {
  top: -0.1rem;
}
.-top-140 {
  top: -1.4rem;
}
.-top-18 {
  top: -0.18rem;
}
.-top-2 {
  top: -0.02rem;
}
.-top-30 {
  top: -0.3rem;
}
.-top-34 {
  top: -0.34rem;
}
.-top-40 {
  top: -0.4rem;
}
.-top-6 {
  top: -0.06rem;
}
.-top-64 {
  top: -0.64rem;
}
.-top-66 {
  top: -0.66rem;
}
.-top-76 {
  top: -0.76rem;
}
.bottom-0 {
  bottom: 0;
}
.bottom-102 {
  bottom: 1.02rem;
}
.bottom-6 {
  bottom: 0.06rem;
}
.bottom-90 {
  bottom: 0.9rem;
}
.left-0 {
  left: 0;
}
.left-1\/2 {
  left: 50%;
}
.left-10 {
  left: 0.1rem;
}
.left-120 {
  left: 1.2rem;
}
.left-14 {
  left: 0.14rem;
}
.left-158 {
  left: 1.58rem;
}
.left-16 {
  left: 0.16rem;
}
.left-20 {
  left: 0.2rem;
}
.left-24 {
  left: 0.24rem;
}
.left-4 {
  left: 0.04rem;
}
.left-400 {
  left: 4rem;
}
.right-0 {
  right: 0;
}
.right-14 {
  right: 0.14rem;
}
.right-140 {
  right: 1.4rem;
}
.right-16 {
  right: 0.16rem;
}
.right-20 {
  right: 0.2rem;
}
.right-24 {
  right: 0.24rem;
}
.right-4 {
  right: 0.04rem;
}
.right-60 {
  right: 0.6rem;
}
.right-64 {
  right: 0.64rem;
}
.right-96 {
  right: 0.96rem;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0;
}
.top-1\/2 {
  top: 50%;
}
.top-10 {
  top: 0.1rem;
}
.top-12 {
  top: 0.12rem;
}
.top-20 {
  top: 0.2rem;
}
.top-24 {
  top: 0.24rem;
}
.top-full {
  top: 100%;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.-mx-8 {
  margin-left: -0.08rem;
  margin-right: -0.08rem;
}
.mx-20 {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-18 {
  margin-top: 0.18rem;
  margin-bottom: 0.18rem;
}
.-ml-10 {
  margin-left: -0.1rem;
}
.-ml-14 {
  margin-left: -0.14rem;
}
.-ml-4 {
  margin-left: -0.04rem;
}
.-mr-10 {
  margin-right: -0.1rem;
}
.-mr-88 {
  margin-right: -0.88rem;
}
.-mt-112 {
  margin-top: -1.12rem;
}
.-mt-16 {
  margin-top: -0.16rem;
}
.-mt-20 {
  margin-top: -0.2rem;
}
.-mt-24 {
  margin-top: -0.24rem;
}
.-mt-40 {
  margin-top: -0.4rem;
}
.-mt-44 {
  margin-top: -0.44rem;
}
.-mt-6 {
  margin-top: -0.06rem;
}
.mb-1 {
  margin-bottom: 1px;
}
.mb-10 {
  margin-bottom: 0.1rem;
}
.mb-154 {
  margin-bottom: 1.54rem;
}
.mb-16 {
  margin-bottom: 0.16rem;
}
.mb-20 {
  margin-bottom: 0.2rem;
}
.mb-24 {
  margin-bottom: 0.24rem;
}
.mb-30 {
  margin-bottom: 0.3rem;
}
.mb-4 {
  margin-bottom: 0.04rem;
}
.mb-44 {
  margin-bottom: 0.44rem;
}
.mb-8 {
  margin-bottom: 0.08rem;
}
.ml-12 {
  margin-left: 0.12rem;
}
.ml-14 {
  margin-left: 0.14rem;
}
.ml-16 {
  margin-left: 0.16rem;
}
.ml-18 {
  margin-left: 0.18rem;
}
.ml-2 {
  margin-left: 0.02rem;
}
.ml-20 {
  margin-left: 0.2rem;
}
.ml-22 {
  margin-left: 0.22rem;
}
.ml-24 {
  margin-left: 0.24rem;
}
.ml-26 {
  margin-left: 0.26rem;
}
.ml-30 {
  margin-left: 0.3rem;
}
.ml-32 {
  margin-left: 0.32rem;
}
.ml-4 {
  margin-left: 0.04rem;
}
.ml-40 {
  margin-left: 0.4rem;
}
.ml-6 {
  margin-left: 0.06rem;
}
.ml-8 {
  margin-left: 0.08rem;
}
.mr-12 {
  margin-right: 0.12rem;
}
.mr-30 {
  margin-right: 0.3rem;
}
.mr-32 {
  margin-right: 0.32rem;
}
.mr-36 {
  margin-right: 0.36rem;
}
.mr-40 {
  margin-right: 0.4rem;
}
.mr-60 {
  margin-right: 0.6rem;
}
.mr-8 {
  margin-right: 0.08rem;
}
.mt-1 {
  margin-top: 1px;
}
.mt-10 {
  margin-top: 0.1rem;
}
.mt-100 {
  margin-top: 1rem;
}
.mt-116 {
  margin-top: 1.16rem;
}
.mt-12 {
  margin-top: 0.12rem;
}
.mt-120 {
  margin-top: 1.2rem;
}
.mt-130 {
  margin-top: 1.3rem;
}
.mt-142 {
  margin-top: 1.42rem;
}
.mt-16 {
  margin-top: 0.16rem;
}
.mt-160 {
  margin-top: 1.6rem;
}
.mt-190 {
  margin-top: 1.9rem;
}
.mt-2 {
  margin-top: 0.02rem;
}
.mt-20 {
  margin-top: 0.2rem;
}
.mt-200 {
  margin-top: 2rem;
}
.mt-204 {
  margin-top: 2.04rem;
}
.mt-22 {
  margin-top: 0.22rem;
}
.mt-24 {
  margin-top: 0.24rem;
}
.mt-256 {
  margin-top: 2.56rem;
}
.mt-26 {
  margin-top: 0.26rem;
}
.mt-30 {
  margin-top: 0.3rem;
}
.mt-34 {
  margin-top: 0.34rem;
}
.mt-4 {
  margin-top: 0.04rem;
}
.mt-40 {
  margin-top: 0.4rem;
}
.mt-42 {
  margin-top: 0.42rem;
}
.mt-44 {
  margin-top: 0.44rem;
}
.mt-46 {
  margin-top: 0.46rem;
}
.mt-48 {
  margin-top: 0.48rem;
}
.mt-50 {
  margin-top: 0.5rem;
}
.mt-54 {
  margin-top: 0.54rem;
}
.mt-56 {
  margin-top: 0.56rem;
}
.mt-58 {
  margin-top: 0.58rem;
}
.mt-6 {
  margin-top: 0.06rem;
}
.mt-60 {
  margin-top: 0.6rem;
}
.mt-66 {
  margin-top: 0.66rem;
}
.mt-70 {
  margin-top: 0.7rem;
}
.mt-76 {
  margin-top: 0.76rem;
}
.mt-8 {
  margin-top: 0.08rem;
}
.mt-92 {
  margin-top: 0.92rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.box-content {
  box-sizing: content-box;
}
.flex {
  display: flex;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 1px;
}
.h-100 {
  height: 1rem;
}
.h-112 {
  height: 1.12rem;
}
.h-120 {
  height: 1.2rem;
}
.h-124 {
  height: 1.24rem;
}
.h-130 {
  height: 1.3rem;
}
.h-138 {
  height: 1.38rem;
}
.h-14 {
  height: 0.14rem;
}
.h-140 {
  height: 1.4rem;
}
.h-152 {
  height: 1.52rem;
}
.h-154 {
  height: 1.54rem;
}
.h-158 {
  height: 1.58rem;
}
.h-16 {
  height: 0.16rem;
}
.h-164 {
  height: 1.64rem;
}
.h-170 {
  height: 1.7rem;
}
.h-180 {
  height: 1.8rem;
}
.h-182 {
  height: 1.82rem;
}
.h-190 {
  height: 1.9rem;
}
.h-196 {
  height: 1.96rem;
}
.h-20 {
  height: 0.2rem;
}
.h-200 {
  height: 2rem;
}
.h-204 {
  height: 2.04rem;
}
.h-22 {
  height: 0.22rem;
}
.h-232 {
  height: 2.32rem;
}
.h-238 {
  height: 2.38rem;
}
.h-24 {
  height: 0.24rem;
}
.h-256 {
  height: 2.56rem;
}
.h-26 {
  height: 0.26rem;
}
.h-260 {
  height: 2.6rem;
}
.h-28 {
  height: 0.28rem;
}
.h-280 {
  height: 2.8rem;
}
.h-300 {
  height: 3rem;
}
.h-306 {
  height: 3.06rem;
}
.h-308 {
  height: 3.08rem;
}
.h-32 {
  height: 0.32rem;
}
.h-320 {
  height: 3.2rem;
}
.h-336 {
  height: 3.36rem;
}
.h-34 {
  height: 0.34rem;
}
.h-358 {
  height: 3.58rem;
}
.h-36 {
  height: 0.36rem;
}
.h-38 {
  height: 0.38rem;
}
.h-388 {
  height: 3.88rem;
}
.h-390 {
  height: 3.9rem;
}
.h-40 {
  height: 0.4rem;
}
.h-42 {
  height: 0.42rem;
}
.h-422 {
  height: 4.22rem;
}
.h-44 {
  height: 0.44rem;
}
.h-46 {
  height: 0.46rem;
}
.h-48 {
  height: 0.48rem;
}
.h-488 {
  height: 4.88rem;
}
.h-490 {
  height: 4.9rem;
}
.h-50 {
  height: 0.5rem;
}
.h-52 {
  height: 0.52rem;
}
.h-534 {
  height: 5.34rem;
}
.h-544 {
  height: 5.44rem;
}
.h-546 {
  height: 5.46rem;
}
.h-58 {
  height: 0.58rem;
}
.h-582 {
  height: 5.82rem;
}
.h-588 {
  height: 5.88rem;
}
.h-60 {
  height: 0.6rem;
}
.h-62 {
  height: 0.62rem;
}
.h-64 {
  height: 0.64rem;
}
.h-68 {
  height: 0.68rem;
}
.h-70 {
  height: 0.7rem;
}
.h-72 {
  height: 0.72rem;
}
.h-74 {
  height: 0.74rem;
}
.h-76 {
  height: 0.76rem;
}
.h-80 {
  height: 0.8rem;
}
.h-86 {
  height: 0.86rem;
}
.h-88 {
  height: 0.88rem;
}
.h-\[0\.15rem\] {
  height: 0.15rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[12\.86rem\] {
  height: 12.86rem;
}
.h-\[3\.25rem\] {
  height: 3.25rem;
}
.h-full {
  height: 100%;
}
.w-0 {
  width: 0;
}
.w-1\/2 {
  width: 50%;
}
.w-100 {
  width: 1rem;
}
.w-102 {
  width: 1.02rem;
}
.w-106 {
  width: 1.06rem;
}
.w-12 {
  width: 0.12rem;
}
.w-120 {
  width: 1.2rem;
}
.w-124 {
  width: 1.24rem;
}
.w-130 {
  width: 1.3rem;
}
.w-134 {
  width: 1.34rem;
}
.w-136 {
  width: 1.36rem;
}
.w-140 {
  width: 1.4rem;
}
.w-144 {
  width: 1.44rem;
}
.w-148 {
  width: 1.48rem;
}
.w-150 {
  width: 1.5rem;
}
.w-156 {
  width: 1.56rem;
}
.w-158 {
  width: 1.58rem;
}
.w-160 {
  width: 1.6rem;
}
.w-164 {
  width: 1.64rem;
}
.w-168 {
  width: 1.68rem;
}
.w-174 {
  width: 1.74rem;
}
.w-178 {
  width: 1.78rem;
}
.w-180 {
  width: 1.8rem;
}
.w-194 {
  width: 1.94rem;
}
.w-196 {
  width: 1.96rem;
}
.w-200 {
  width: 2rem;
}
.w-208 {
  width: 2.08rem;
}
.w-210 {
  width: 2.1rem;
}
.w-212 {
  width: 2.12rem;
}
.w-218 {
  width: 2.18rem;
}
.w-22 {
  width: 0.22rem;
}
.w-238 {
  width: 2.38rem;
}
.w-24 {
  width: 0.24rem;
}
.w-244 {
  width: 2.44rem;
}
.w-250 {
  width: 2.5rem;
}
.w-256 {
  width: 2.56rem;
}
.w-258 {
  width: 2.58rem;
}
.w-280 {
  width: 2.8rem;
}
.w-286 {
  width: 2.86rem;
}
.w-288 {
  width: 2.88rem;
}
.w-290 {
  width: 2.9rem;
}
.w-296 {
  width: 2.96rem;
}
.w-306 {
  width: 3.06rem;
}
.w-310 {
  width: 3.1rem;
}
.w-316 {
  width: 3.16rem;
}
.w-32 {
  width: 0.32rem;
}
.w-324 {
  width: 3.24rem;
}
.w-338 {
  width: 3.38rem;
}
.w-34 {
  width: 0.34rem;
}
.w-36 {
  width: 0.36rem;
}
.w-375 {
  width: 3.75rem;
}
.w-378 {
  width: 3.78rem;
}
.w-394 {
  width: 3.94rem;
}
.w-40 {
  width: 0.4rem;
}
.w-400 {
  width: 4rem;
}
.w-412 {
  width: 4.12rem;
}
.w-42 {
  width: 0.42rem;
}
.w-436 {
  width: 4.36rem;
}
.w-44 {
  width: 0.44rem;
}
.w-490 {
  width: 4.9rem;
}
.w-58 {
  width: 0.58rem;
}
.w-586 {
  width: 5.86rem;
}
.w-62 {
  width: 0.62rem;
}
.w-638 {
  width: 6.38rem;
}
.w-64 {
  width: 0.64rem;
}
.w-66 {
  width: 0.66rem;
}
.w-690 {
  width: 6.9rem;
}
.w-70 {
  width: 0.7rem;
}
.w-700 {
  width: 7rem;
}
.w-710 {
  width: 7.1rem;
}
.w-712 {
  width: 7.12rem;
}
.w-740 {
  width: 7.4rem;
}
.w-750 {
  width: 7.5rem;
}
.w-778 {
  width: 7.78rem;
}
.w-798 {
  width: 7.98rem;
}
.w-80 {
  width: 0.8rem;
}
.w-800 {
  width: 8rem;
}
.w-838 {
  width: 8.38rem;
}
.w-84 {
  width: 0.84rem;
}
.w-860 {
  width: 8.6rem;
}
.w-88 {
  width: 0.88rem;
}
.w-96 {
  width: 0.96rem;
}
.w-98 {
  width: 0.98rem;
}
.w-\[10\.42rem\] {
  width: 10.42rem;
}
.w-\[11\.65rem\] {
  width: 11.65rem;
}
.w-\[13\.34rem\] {
  width: 13.34rem;
}
.w-full {
  width: 100%;
}
.min-w-\[1\.62rem\] {
  min-width: 1.62rem;
}
.min-w-\[1\.96rem\] {
  min-width: 1.96rem;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1_0_0\.24rem\] {
  flex: 1 0 0.24rem;
}
.flex-\[1_0_0\] {
  flex: 1 0 0;
}
.flex-\[3_1_0\.24rem\] {
  flex: 3 1 0.24rem;
}
.shrink-0 {
  flex-shrink: 0;
}
.basis-0 {
  flex-basis: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-8 {
  --tw-translate-x: -0.08rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  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));
}
.animate-\[leftLightSlideIn_0\.2s_linear_1s_forwards\] {
  animation: leftLightSlideIn 0.2s linear 1s forwards;
}
.animate-\[lightBomb_1s_linear_1\.2s_forwards\] {
  animation: lightBomb 1s linear 1.2s forwards;
}
.animate-\[rightLightSlideIn_0\.2s_linear_1s_forwards\] {
  animation: rightLightSlideIn 0.2s linear 1s forwards;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.1rem * var(--tw-space-x-reverse));
  margin-left: calc(0.1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.12rem * var(--tw-space-x-reverse));
  margin-left: calc(0.12rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-180 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.8rem * var(--tw-space-x-reverse));
  margin-left: calc(1.8rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.24rem * var(--tw-space-x-reverse));
  margin-left: calc(0.24rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.36rem * var(--tw-space-x-reverse));
  margin-left: calc(0.36rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.4rem * var(--tw-space-x-reverse));
  margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.44rem * var(--tw-space-x-reverse));
  margin-left: calc(0.44rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.6rem * var(--tw-space-x-reverse));
  margin-left: calc(0.6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.16rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.2rem * var(--tw-space-y-reverse));
}
.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.56rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.56rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-14 {
  border-radius: 0.14rem;
}
.rounded-2 {
  border-radius: 0.02rem;
}
.rounded-4 {
  border-radius: 0.04rem;
}
.rounded-6 {
  border-radius: 0.06rem;
}
.rounded-8 {
  border-radius: 0.08rem;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-\[hsl\(209\2c 100\%\2c 80\%\2c 0\.5\)\] {
  border-color: hsl(209,100%,80%,0.5);
}
.border-\[hsl\(210\2c 100\%\2c 80\%\2c 0\.5\)\] {
  border-color: hsl(210,100%,80%,0.5);
}
.border-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.5\)\] {
  border-color: hsla(0,0%,100%,0.5);
}
.border-\[hsla\(196\2c 89\%\2c 60\%\2c 1\)\] {
  border-color: hsla(196,89%,60%,1);
}
.border-\[hsla\(209\2c 100\%\2c 69\%\2c 0\.31\)\] {
  border-color: hsla(209,100%,69%,0.31);
}
.border-\[hsla\(209\2c 92\%\2c 33\%\2c 1\)\] {
  border-color: hsla(209,92%,33%,1);
}
.border-\[hsla\(212\2c 100\%\2c 67\%\2c 1\)\] {
  border-color: hsla(212,100%,67%,1);
}
.border-\[hsla\(214\2c 100\%\2c 70\%\2c 0\.65\)\] {
  border-color: hsla(214,100%,70%,0.65);
}
.border-\[hsla\(215\2c 95\%\2c 84\%\2c 1\)\] {
  border-color: hsla(215,95%,84%,1);
}
.border-b-\[hsla\(221\2c 77\%\2c 43\%\2c 0\.8\)\] {
  border-bottom-color: hsla(221,77%,43%,0.8);
}
.bg-\[hsla\(0\2c 0\%\2c 0\%\2c 0\.7\)\] {
  background-color: hsla(0,0%,0%,0.7);
}
.bg-\[hsla\(0\2c 0\%\2c 0\%\2c 0\.75\)\] {
  background-color: hsla(0,0%,0%,0.75);
}
.bg-\[hsla\(0\2c 0\%\2c 0\%\2c 0\.8\)\] {
  background-color: hsla(0,0%,0%,0.8);
}
.bg-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.03\)\] {
  background-color: hsla(0,0%,100%,0.03);
}
.bg-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.26\)\] {
  background-color: hsla(0,0%,100%,0.26);
}
.bg-\[hsla\(199\2c 100\%\2c 52\%\2c 1\)\] {
  background-color: hsla(199,100%,52%,1);
}
.bg-\[hsla\(216\2c 71\%\2c 28\%\2c 1\)\] {
  background-color: hsla(216,71%,28%,1);
}
.bg-\[hsla\(216\2c 90\%\2c 16\%\2c 1\)\] {
  background-color: hsla(216,90%,16%,1);
}
.bg-\[hsla\(219\2c 66\%\2c 38\%\2c 0\.4\)\] {
  background-color: hsla(219,66%,38%,0.4);
}
.bg-\[hsla\(219\2c 91\%\2c 22\%\2c 1\)\] {
  background-color: hsla(219,91%,22%,1);
}
.bg-\[hsla\(221\2c 75\%\2c 35\%\2c 0\.15\)\] {
  background-color: hsla(221,75%,35%,0.15);
}
.bg-\[hsla\(221\2c 77\%\2c 10\%\2c 0\.39\)\] {
  background-color: hsla(221,77%,10%,0.39);
}
.bg-\[hsla\(221\2c 77\%\2c 10\%\2c 0\.5\)\] {
  background-color: hsla(221,77%,10%,0.5);
}
.bg-\[hsla\(221\2c 77\%\2c 31\%\2c 0\.8\)\] {
  background-color: hsla(221,77%,31%,0.8);
}
.bg-\[hsla\(221\2c 81\%\2c 47\%\2c 0\.7\)\] {
  background-color: hsla(221,81%,47%,0.7);
}
.bg-\[hsla\(221\2c 95\%\2c 78\%\2c 0\.7\)\] {
  background-color: hsla(221,95%,78%,0.7);
}
.bg-white {
  background-color: hsla(0, 0%, 100%, 1);
}
.bg-\[url\(\.\.\/images\/all-rewards\.png\)\] {
  background-image: url(../files/23d8077f25556560c33a37558edd93f3.png);
}
.bg-\[url\(\.\.\/images\/bar\.svg\)\] {
  background-image: url(../files/6e6478a989a7c8f913812c240431caf0.svg);
}
.bg-\[url\(\.\.\/images\/bg_left\.png\)\] {
  background-image: url(../files/a4cb611657e5f3dd96553ebf6752dc75.png);
}
.bg-\[url\(\.\.\/images\/bg_left_back\.png\)\] {
  background-image: url(../files/17471c4deac0aa0b980fffd2fe9abb00.png);
}
.bg-\[url\(\.\.\/images\/btn-blue\.png\)\] {
  background-image: url(../files/0022fe1580e695a68f201b4dbe6a99d7.png);
}
.bg-\[url\(\.\.\/images\/btn-yellow\.png\)\] {
  background-image: url(../files/7220f1977216be369720affc638da939.png);
}
.bg-\[url\(\.\.\/images\/camp-all\.png\)\] {
  background-image: url(../files/e28641ede791eb4210675db2054ab339.png);
}
.bg-\[url\(\.\.\/images\/camp-bottom-bg\.png\)\] {
  background-image: url(../files/e31a0ead414304589eb18f658b26e928.png);
}
.bg-\[url\(\.\.\/images\/camp-current\.png\)\] {
  background-image: url(../files/4eef1826dc91f904f86dc24b455cdc47.png);
}
.bg-\[url\(\.\.\/images\/camp-left-active2\.png\)\] {
  background-image: url(../files/5f4a300837c5deef2ad14f4775b6f9d2.png);
}
.bg-\[url\(\.\.\/images\/camp-left-ahead\.png\)\] {
  background-image: url(../files/6dd668c73c77ed22e50b517616a089db.png);
}
.bg-\[url\(\.\.\/images\/camp-left2\.png\)\] {
  background-image: url(../files/1346b2c4ec75644c566d86594fe29570.png);
}
.bg-\[url\(\.\.\/images\/camp-progress-blue\.png\)\] {
  background-image: url(../files/aa53b1706ece8ff6ab55029b0e23acaf.png);
}
.bg-\[url\(\.\.\/images\/camp-progress-light\.png\)\] {
  background-image: url(../files/a55c54e56ed0ff22a2631b4022a840b5.png);
}
.bg-\[url\(\.\.\/images\/camp-progress-red\.png\)\] {
  background-image: url(../files/122f63a15199ab38e71d35cae4b6d7cf.png);
}
.bg-\[url\(\.\.\/images\/camp-progress-split\.png\)\] {
  background-image: url(../files/128d733fbd9b9fdaf5ddc300aecad8f5.png);
}
.bg-\[url\(\.\.\/images\/camp-right-active2\.png\)\] {
  background-image: url(../files/03235d44d8a75e239cfdc8a4ad79a64f.png);
}
.bg-\[url\(\.\.\/images\/camp-right-ahead\.png\)\] {
  background-image: url(../files/bfd1cc1bc0c856109ebe095c8a2d8ce9.png);
}
.bg-\[url\(\.\.\/images\/camp-right2\.png\)\] {
  background-image: url(../files/63ea4f3112054e0ea146352519cb3308.png);
}
.bg-\[url\(\.\.\/images\/check\.png\)\] {
  background-image: url(../files/5ca12c4a969a609f7e4be6454a58e599.png);
}
.bg-\[url\(\.\.\/images\/close\.png\)\] {
  background-image: url(../files/927e5c83bde5d402d4fd1ca1cc485133.png);
}
.bg-\[url\(\.\.\/images\/commonModal\/btn-left\.png\)\] {
  background-image: url(../files/8a136740ac293154f3c5ed9b5c1c5516.png);
}
.bg-\[url\(\.\.\/images\/commonModal\/btn-right\.png\)\] {
  background-image: url(../files/6408a5b17c16601857ebe3911ebed300.png);
}
.bg-\[url\(\.\.\/images\/commonModal\/close\.png\)\] {
  background-image: url(../files/ebdaed727d63cc285d16d5a0e9ec52d6.png);
}
.bg-\[url\(\.\.\/images\/commonModal\/title\.png\)\] {
  background-image: url(../files/1f58145fbeceb472dfef3f4ff0ac7ee9.png);
}
.bg-\[url\(\.\.\/images\/custom-title-bg\.png\)\] {
  background-image: url(../files/2ddd26e935bc4cf529058ca95394b632.png);
}
.bg-\[url\(\.\.\/images\/custom-title-date\.png\)\] {
  background-image: url(../files/5b05dc4794a991c385ee4d8ec26f41f5.png);
}
.bg-\[url\(\.\.\/images\/custom-title-letter\.png\)\] {
  background-image: url(../files/abf650da05db5b5344035717f6abb8f5.png);
}
.bg-\[url\(\.\.\/images\/custom-title-rank\.png\)\] {
  background-image: url(../files/88c19631949b5c35edd826bded163275.png);
}
.bg-\[url\(\.\.\/images\/double-arrow\.png\)\] {
  background-image: url(../files/7d029b5b438008c0050c648eff695181.png);
}
.bg-\[url\(\.\.\/images\/empty\.png\)\] {
  background-image: url(../files/f2c4ff00444545a7ef2ee299ce6edf97.png);
}
.bg-\[url\(\.\.\/images\/encourage\.png\)\] {
  background-image: url(../files/71c8b156e644c13fe5f60534b8928b68.png);
}
.bg-\[url\(\.\.\/images\/guide-mask-step1\.png\)\] {
  background-image: url(../files/a167b002dfab797085af760217dc96b0.png);
}
.bg-\[url\(\.\.\/images\/guide-mask-step2\.png\)\] {
  background-image: url(../files/25918ab1b3fb161fb14758590eda6d97.png);
}
.bg-\[url\(\.\.\/images\/history\/btn\.png\)\] {
  background-image: url(../files/1d1bc18ff5223c1b00f5d12787b33416.png);
}
.bg-\[url\(\.\.\/images\/history\/line\.png\)\] {
  background-image: url(../files/57cfd20a2a9f10a5809b6d08368b2f7e.png);
}
.bg-\[url\(\.\.\/images\/history\/normal\.png\)\] {
  background-image: url(../files/ccc7694e3ee70a602c43d5ee943b96fb.png);
}
.bg-\[url\(\.\.\/images\/history\/selected\.png\)\] {
  background-image: url(../files/6de9ebd34e0f514c644a8f8e59f33086.png);
}
.bg-\[url\(\.\.\/images\/huifang_geren_bg\.png\)\] {
  background-image: url(../files/b4127885614f3b503683b6989534fc6e.png);
}
.bg-\[url\(\.\.\/images\/ic_fenxiang\.svg\)\] {
  background-image: url(../files/a6db86df87b7f3a28a9a4dc9831d1331.svg);
}
.bg-\[url\(\.\.\/images\/ic_guize\.svg\)\] {
  background-image: url(../files/977c28d6fb47e75fab91844ae747a6da.svg);
}
.bg-\[url\(\.\.\/images\/ic_history\.svg\)\] {
  background-image: url(../files/30417407a183c3612e2209c39ba99613.svg);
}
.bg-\[url\(\.\.\/images\/ic_huifang\.svg\)\] {
  background-image: url(../files/5354d02787a759f30e6cee23f77f106b.svg);
}
.bg-\[url\(\.\.\/images\/ic_kaoshiliucheng\.svg\)\] {
  background-image: url(../files/c7998b154ade32106b76278bfaeba9a1.svg);
}
.bg-\[url\(\.\.\/images\/ic_task\.svg\)\] {
  background-image: url(../files/362b66a15e20613713b737ad377b4f47.svg);
}
.bg-\[url\(\.\.\/images\/left-stage-1\.png\)\] {
  background-image: url(../files/e9ff9ff4c8b41a955441e7625ac0d468.png);
}
.bg-\[url\(\.\.\/images\/left-stage-2\.png\)\] {
  background-image: url(../files/15acddbd417fea68a373e305d067e1e9.png);
}
.bg-\[url\(\.\.\/images\/left-stage-3\.png\)\] {
  background-image: url(../files/f70462d6c3790afc50c1964fb61863e3.png);
}
.bg-\[url\(\.\.\/images\/mainbg\.png\)\] {
  background-image: url(../files/b77950a60068bb83043cde12446a5bd4.png);
}
.bg-\[url\(\.\.\/images\/map\.png\)\] {
  background-image: url(../files/ee9aa7b5b5d7a922ec47e4aea86d0f70.png);
}
.bg-\[url\(\.\.\/images\/my-rewards\.png\)\] {
  background-image: url(../files/8c2d13cd2e722b62e9a6de1cacd39950.png);
}
.bg-\[url\(\.\.\/images\/person-reward-bg\.png\)\] {
  background-image: url(../files/35704d911333ec6914e9c3f5fc5f97b2.png);
}
.bg-\[url\(\.\.\/images\/pm_wode_bg\.png\)\] {
  background-image: url(../files/94f41f6346377b71d5e37dcc7cd27fea.png);
}
.bg-\[url\(\.\.\/images\/present-get-bg\.png\)\] {
  background-image: url(../files/1790edc994fd9b97d8832f4b069cf3e4.png);
}
.bg-\[url\(\.\.\/images\/present-get-count\.png\)\] {
  background-image: url(../files/5c624135c26d254846e6946e09b7a8c3.png);
}
.bg-\[url\(\.\.\/images\/present-get-lucky\.png\)\] {
  background-image: url(../files/8370ffe9e6f5b6e4c4f73a506fa434a0.png);
}
.bg-\[url\(\.\.\/images\/present-get-reward\.png\)\] {
  background-image: url(../files/08dd05337bce45c3ee0d092e1ee59169.png);
}
.bg-\[url\(\.\.\/images\/present-get-title\.png\)\] {
  background-image: url(../files/5442aea6a2c3749eef6b103042602edf.png);
}
.bg-\[url\(\.\.\/images\/rank-head-active\.png\)\] {
  background-image: url(../files/6be0d6f288389b8e7c5361875ee8b9b9.png);
}
.bg-\[url\(\.\.\/images\/rank-head-normal\.png\)\] {
  background-image: url(../files/970f1effbefd254a74a0836e51c5be70.png);
}
.bg-\[url\(\.\.\/images\/redot\.png\)\] {
  background-image: url(../files/a720735aaa8687bcf4ff2335996bb067.png);
}
.bg-\[url\(\.\.\/images\/replay\.png\)\] {
  background-image: url(../files/722df8aec87f7f58d8f650e45f333084.png);
}
.bg-\[url\(\.\.\/images\/result-avatar-1\.png\)\] {
  background-image: url(../files/211259a24326b34fd3b1ee6860ff71c2.png);
}
.bg-\[url\(\.\.\/images\/result-avatar-2\.png\)\] {
  background-image: url(../files/87b9c4b6dfec7e427141c70a5784195b.png);
}
.bg-\[url\(\.\.\/images\/result-avatar-3\.png\)\] {
  background-image: url(../files/8f4fee0b6f81e6537acb8903570e4924.png);
}
.bg-\[url\(\.\.\/images\/result-bg\.png\)\] {
  background-image: url(../files/ae2edd25f78266187c5ee00735bb31fa.png);
}
.bg-\[url\(\.\.\/images\/result-blue-ahead\.png\)\] {
  background-image: url(../files/fc20bf53f926082609f0ef5bd6bd930e.png);
}
.bg-\[url\(\.\.\/images\/result-head-active\.png\)\] {
  background-image: url(../files/8f1ba8a07aced2cffdfa66cf26dfc273.png);
}
.bg-\[url\(\.\.\/images\/result-head-normal\.png\)\] {
  background-image: url(../files/b5bc3ffc882114c2f571fb13248546fb.png);
}
.bg-\[url\(\.\.\/images\/result-lucky-avatar\.png\)\] {
  background-image: url(../files/68f2725b88b787796d1d7b621627de0a.png);
}
.bg-\[url\(\.\.\/images\/result-lucky-bg\.png\)\] {
  background-image: url(../files/d8a4e93e8352c8c67e84c2be4eeb4352.png);
}
.bg-\[url\(\.\.\/images\/result-lucky-reward\.png\)\] {
  background-image: url(../files/190dd89429d8f22f00a539dece46e389.png);
}
.bg-\[url\(\.\.\/images\/result-num-1\.png\)\] {
  background-image: url(../files/955eacb38ccda7b4c6f27d8844cde2e4.png);
}
.bg-\[url\(\.\.\/images\/result-num-2\.png\)\] {
  background-image: url(../files/f6fc74c9a80d6ce35b49c94a403d5c11.png);
}
.bg-\[url\(\.\.\/images\/result-num-3\.png\)\] {
  background-image: url(../files/b0a2d832521ffaa60e086a7ad76244a6.png);
}
.bg-\[url\(\.\.\/images\/result-red-ahead\.png\)\] {
  background-image: url(../files/656831cada21a8bbbe43be1c0059d543.png);
}
.bg-\[url\(\.\.\/images\/result-win-blue\.png\)\] {
  background-image: url(../files/8f1b4f165855bc05218c22585c055f3f.png);
}
.bg-\[url\(\.\.\/images\/result-win-red\.png\)\] {
  background-image: url(../files/47f695718be0b4d869bdd364fbd4af56.png);
}
.bg-\[url\(\.\.\/images\/reward-bg\.png\)\] {
  background-image: url(../files/83fa88a1aeb4a195b98104a92791c2b9.png);
}
.bg-\[url\(\.\.\/images\/reward-name-bg\.png\)\] {
  background-image: url(../files/f9c73ca4ae449e1ca202303d79fb5e95.png);
}
.bg-\[url\(\.\.\/images\/rewards\.png\)\] {
  background-image: url(../files/764b56d9c0b960a95783327576a76657.png);
}
.bg-\[url\(\.\.\/images\/rewards3\.png\)\] {
  background-image: url(../files/7a5eee471dd9cc844bb2f1c54a3853ea.png);
}
.bg-\[url\(\.\.\/images\/right-panel\.png\)\] {
  background-image: url(../files/45f06af288c20dc2bcc9906576a16727.png);
}
.bg-\[url\(\.\.\/images\/rules\/contest-1\.png\)\] {
  background-image: url(../files/c78a0aad941769f1dd6e972370bf82bd.png);
}
.bg-\[url\(\.\.\/images\/rules\/contest-2\.png\)\] {
  background-image: url(../files/ca8d15ed9dda96fd14284683bcf02b1e.png);
}
.bg-\[url\(\.\.\/images\/rules\/contest-3\.png\)\] {
  background-image: url(../files/5b38698b21dd4f59ea0bf484b4979789.png);
}
.bg-\[url\(\.\.\/images\/rules\/preview\.png\)\] {
  background-image: url(../files/ace60dcd1bf1f0e83df3bd734070842a.png);
}
.bg-\[url\(\.\.\/images\/rules\/review\.png\)\] {
  background-image: url(../files/24a780923d62f12c3eecb86fb0362bd1.png);
}
.bg-\[url\(\.\.\/images\/share-qq\.png\)\] {
  background-image: url(../files/d4ef8b8def0ee3c01db1bbbb20d33d5a.png);
}
.bg-\[url\(\.\.\/images\/share-shequ\.png\)\] {
  background-image: url(../files/407a40f38f60f42844c4a7a8d08114f6.png);
}
.bg-\[url\(\.\.\/images\/share-tips\.png\)\] {
  background-image: url(../files/ae816ed174a3b153c8df88d6477e2f19.png);
}
.bg-\[url\(\.\.\/images\/share-weixin-friend\.png\)\] {
  background-image: url(../files/f78dd3c51e4443ab8ceccdbb59b85f43.png);
}
.bg-\[url\(\.\.\/images\/share-weixin-moment\.png\)\] {
  background-image: url(../files/9ea450b61cc2af22cdbe21aa93b700b8.png);
}
.bg-\[url\(\.\.\/images\/share\/banner\.png\)\] {
  background-image: url(../files/dcc63b8656acb89d31ec4634000f3418.png);
}
.bg-\[url\(\.\.\/images\/share\/btn-yellow\.png\)\] {
  background-image: url(../files/9d376122111bccb9d1824951db893cc7.png);
}
.bg-\[url\(\.\.\/images\/share\/camp-all\.png\)\] {
  background-image: url(../files/2d662d0174b28b7905760e21a5a4e1d9.png);
}
.bg-\[url\(\.\.\/images\/share\/camp-progress-blue\.png\)\] {
  background-image: url(../files/aa346fbc0cb9a219089e30cac635a295.png);
}
.bg-\[url\(\.\.\/images\/share\/camp-progress-red\.png\)\] {
  background-image: url(../files/ff4d0c2db015de157277d06132630364.png);
}
.bg-\[url\(\.\.\/images\/share\/camp-progress-split\.png\)\] {
  background-image: url(../files/be12040eb7b32c5fd03f72e56c63d150.png);
}
.bg-\[url\(\.\.\/images\/share\/page-bg\.png\)\] {
  background-image: url(../files/ac2279669c013bb51888797919b004ab.png);
}
.bg-\[url\(\.\.\/images\/share\/rewards\.png\)\] {
  background-image: url(../files/a7bb10aaa06f5cd1e770f5354253c945.png);
}
.bg-\[url\(\.\.\/images\/share\/screenshot\.png\)\] {
  background-image: url(../files/df41375f9a5ee70e2e6df70e7c9cbed1.png);
}
.bg-\[url\(\.\.\/images\/share\/vs-all\.png\)\] {
  background-image: url(../files/1397e8970874be402809c009f3c14132.png);
}
.bg-\[url\(\.\.\/images\/sidebar-tab-selected\.png\)\] {
  background-image: url(../files/cf288639c0aa296071105a16cff7a5d4.png);
}
.bg-\[url\(\.\.\/images\/stage-arrow\.png\)\] {
  background-image: url(../files/11ab171642aa0281a955c47364985983.png);
}
.bg-\[url\(\.\.\/images\/stage-normal\.png\)\] {
  background-image: url(../files/b38d11627381d57f470bfc30e73c0c41.png);
}
.bg-\[url\(\.\.\/images\/step-fail\.png\)\] {
  background-image: url(../files/b811285fb008db56257d5c6e0f2448d7.png);
}
.bg-\[url\(\.\.\/images\/step-success\.png\)\] {
  background-image: url(../files/3f598390e65c6bf9dab5b274c63f1d1c.png);
}
.bg-\[url\(\.\.\/images\/task\/task-1\.png\)\] {
  background-image: url(../files/f57d4f2891ea5e1473d66689a9442a78.png);
}
.bg-\[url\(\.\.\/images\/task\/task-2\.png\)\] {
  background-image: url(../files/a1d97a92a447175bf4ef4d1f752d70d7.png);
}
.bg-\[url\(\.\.\/images\/task\/task-3\.png\)\] {
  background-image: url(../files/eb9bf123d61d98ec184caa6f9ba3f9a8.png);
}
.bg-\[url\(\.\.\/images\/teach\/btn\.png\)\] {
  background-image: url(../files/c08388a660764d4602ce6f3176f5e372.png);
}
.bg-\[url\(\.\.\/images\/teach\/left\.png\)\] {
  background-image: url(../files/505d303ade882152e9d4f09c934bf339.png);
}
.bg-\[url\(\.\.\/images\/teach\/normal\.png\)\] {
  background-image: url(../files/4c5b490d97f875dfc1be37c85465dd6a.png);
}
.bg-\[url\(\.\.\/images\/teach\/right\.png\)\] {
  background-image: url(../files/78b408b2a8fa99785a95a0ea6fdd2223.png);
}
.bg-\[url\(\.\.\/images\/teach\/title\.png\)\] {
  background-image: url(../files/205b49a0e5d8f708269042032c26f7d0.png);
}
.bg-\[url\(\.\.\/images\/vs-all\.png\)\] {
  background-image: url(../files/04d59f363b9b7daad9146b48d54858e0.png);
}
.bg-\[url\(\.\.\/images\/vs\.png\)\] {
  background-image: url(../files/a1143e9fceb55ea9393c710320d04713.png);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-\[hsl\(0\2c 98\%\2c 24\%\2c 1\)\] {
  --tw-gradient-from: hsl(0,98%,24%,1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsl(0 98% 24% / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsla\(197\2c 34\%\2c 27\%\2c 1\)\] {
  --tw-gradient-from: hsla(197,34%,27%,1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(197, 34%, 27%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsla\(215\2c 67\%\2c 28\%\2c 1\)\] {
  --tw-gradient-from: hsla(215,67%,28%,1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(215, 67%, 28%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsla\(218\2c 92\%\2c 60\%\2c 1\)\] {
  --tw-gradient-from: hsla(218,92%,60%,1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(218, 92%, 60%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsla\(222\2c 100\%\2c 62\%\2c 0\.8\)\] {
  --tw-gradient-from: hsla(222,100%,62%,0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(222, 100%, 62%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsla\(222\2c 68\%\2c 54\%\2c 0\)\] {
  --tw-gradient-from: hsla(222,68%,54%,0) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(222, 68%, 54%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[hsla\(46\2c 74\%\2c 67\%\2c 1\)\] {
  --tw-gradient-from: hsla(46,74%,67%,1) var(--tw-gradient-from-position);
  --tw-gradient-to: hsla(46, 74%, 67%, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[hsla\(221\2c 66\%\2c 72\%\2c 1\)\] {
  --tw-gradient-to: hsla(221, 66%, 72%, 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), hsla(221,66%,72%,1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[hsl\(234\2c 99\%\2c 61\%\2c 1\)\] {
  --tw-gradient-to: hsl(234,99%,61%,1) var(--tw-gradient-to-position);
}
.to-\[hsla\(212\2c 98\%\2c 54\%\2c 0\.5\)\] {
  --tw-gradient-to: hsla(212,98%,54%,0.5) var(--tw-gradient-to-position);
}
.to-\[hsla\(214\2c 57\%\2c 22\%\2c 1\)\] {
  --tw-gradient-to: hsla(214,57%,22%,1) var(--tw-gradient-to-position);
}
.to-\[hsla\(214\2c 95\%\2c 75\%\2c 1\)\] {
  --tw-gradient-to: hsla(214,95%,75%,1) var(--tw-gradient-to-position);
}
.to-\[hsla\(222\2c 68\%\2c 54\%\2c 0\)\] {
  --tw-gradient-to: hsla(222,68%,54%,0) var(--tw-gradient-to-position);
}
.to-\[hsla\(224\2c 67\%\2c 20\%\2c 1\)\] {
  --tw-gradient-to: hsla(224,67%,20%,1) var(--tw-gradient-to-position);
}
.to-\[hsla\(52\2c 100\%\2c 66\%\2c 1\)\] {
  --tw-gradient-to: hsla(52,100%,66%,1) var(--tw-gradient-to-position);
}
.bg-100\% {
  background-size: 100% 100%;
}
.bg-cover {
  background-size: cover;
}
.bg-fit-h {
  background-size: auto 100%;
}
.bg-fit-w {
  background-size: 100% auto;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-right {
  background-position: right;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.px-120 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.py-70 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.py-80 {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.py-90 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.pb-18 {
  padding-bottom: 0.18rem;
}
.pb-40 {
  padding-bottom: 0.4rem;
}
.pl-116 {
  padding-left: 1.16rem;
}
.pl-186 {
  padding-left: 1.86rem;
}
.pl-20 {
  padding-left: 0.2rem;
}
.pl-24 {
  padding-left: 0.24rem;
}
.pl-28 {
  padding-left: 0.28rem;
}
.pl-48 {
  padding-left: 0.48rem;
}
.pr-186 {
  padding-right: 1.86rem;
}
.pr-24 {
  padding-right: 0.24rem;
}
.pr-32 {
  padding-right: 0.32rem;
}
.pr-80 {
  padding-right: 0.8rem;
}
.pt-104 {
  padding-top: 1.04rem;
}
.pt-110 {
  padding-top: 1.1rem;
}
.pt-140 {
  padding-top: 1.4rem;
}
.pt-20 {
  padding-top: 0.2rem;
}
.pt-24 {
  padding-top: 0.24rem;
}
.pt-30 {
  padding-top: 0.3rem;
}
.pt-38 {
  padding-top: 0.38rem;
}
.pt-50 {
  padding-top: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-end {
  text-align: end;
}
.\!text-50 {
  font-size: 0.5rem !important;
}
.text-14\/20 {
  font-size: 0.14rem;
  line-height: 0.2rem;
}
.text-16 {
  font-size: 0.16rem;
}
.text-16\/22 {
  font-size: 0.16rem;
  line-height: 0.22rem;
}
.text-16\/24 {
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.text-18 {
  font-size: 0.18rem;
}
.text-18\/24 {
  font-size: 0.18rem;
  line-height: 0.24rem;
}
.text-18\/26 {
  font-size: 0.18rem;
  line-height: 0.26rem;
}
.text-18\/36 {
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.text-20 {
  font-size: 0.2rem;
}
.text-20\/24 {
  font-size: 0.2rem;
  line-height: 0.24rem;
}
.text-20\/26 {
  font-size: 0.2rem;
  line-height: 0.26rem;
}
.text-20\/28 {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.text-22 {
  font-size: 0.22rem;
}
.text-22\/28 {
  font-size: 0.22rem;
  line-height: 0.28rem;
}
.text-22\/30 {
  font-size: 0.22rem;
  line-height: 0.3rem;
}
.text-24 {
  font-size: 0.24rem;
}
.text-24\/24 {
  font-size: 0.24rem;
  line-height: 0.24rem;
}
.text-24\/32 {
  font-size: 0.24rem;
  line-height: 0.32rem;
}
.text-24\/34 {
  font-size: 0.24rem;
  line-height: 0.34rem;
}
.text-24\/68 {
  font-size: 0.24rem;
  line-height: 0.68rem;
}
.text-28 {
  font-size: 0.28rem;
}
.text-28\/28 {
  font-size: 0.28rem;
  line-height: 0.28rem;
}
.text-28\/30 {
  font-size: 0.28rem;
  line-height: 0.3rem;
}
.text-28\/38 {
  font-size: 0.28rem;
  line-height: 0.38rem;
}
.text-28\/88 {
  font-size: 0.28rem;
  line-height: 0.88rem;
}
.text-30 {
  font-size: 0.3rem;
}
.text-30\/34 {
  font-size: 0.3rem;
  line-height: 0.34rem;
}
.text-30\/42 {
  font-size: 0.3rem;
  line-height: 0.42rem;
}
.text-32 {
  font-size: 0.32rem;
}
.text-32\/32 {
  font-size: 0.32rem;
  line-height: 0.32rem;
}
.text-32\/44 {
  font-size: 0.32rem;
  line-height: 0.44rem;
}
.text-32\/60 {
  font-size: 0.32rem;
  line-height: 0.6rem;
}
.text-34 {
  font-size: 0.34rem;
}
.text-36\/50 {
  font-size: 0.36rem;
  line-height: 0.5rem;
}
.text-40 {
  font-size: 0.4rem;
}
.text-54\/74 {
  font-size: 0.54rem;
  line-height: 0.74rem;
}
.text-64\/88 {
  font-size: 0.64rem;
  line-height: 0.88rem;
}
.font-bold {
  font-weight: 700;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.35\)\] {
  color: hsla(0,0%,100%,0.35);
}
.text-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.5\)\] {
  color: hsla(0,0%,100%,0.5);
}
.text-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.6\)\] {
  color: hsla(0,0%,100%,0.6);
}
.text-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.7\)\] {
  color: hsla(0,0%,100%,0.7);
}
.text-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.75\)\] {
  color: hsla(0,0%,100%,0.75);
}
.text-\[hsla\(0\2c 0\%\2c 100\%\2c 0\.8\)\] {
  color: hsla(0,0%,100%,0.8);
}
.text-\[hsla\(13\2c 100\%\2c 22\%\2c 1\)\] {
  color: hsla(13,100%,22%,1);
}
.text-\[hsla\(17\2c 100\%\2c 50\%\2c 1\)\] {
  color: hsla(17,100%,50%,1);
}
.text-\[hsla\(193\2c 100\%\2c 80\%\2c 1\)\] {
  color: hsla(193,100%,80%,1);
}
.text-\[hsla\(202\2c 100\%\2c 79\%\2c 1\)\] {
  color: hsla(202,100%,79%,1);
}
.text-\[hsla\(202\2c 100\%\2c 82\%\2c 1\)\] {
  color: hsla(202,100%,82%,1);
}
.text-\[hsla\(204\2c 100\%\2c 94\%\2c 1\)\] {
  color: hsla(204,100%,94%,1);
}
.text-\[hsla\(21\2c 100\%\2c 27\%\2c 1\)\] {
  color: hsla(21,100%,27%,1);
}
.text-\[hsla\(210\2c 8\%\2c 15\%\2c 1\)\] {
  color: hsla(210,8%,15%,1);
}
.text-\[hsla\(214\2c 100\%\2c 63\%\2c 1\)\] {
  color: hsla(214,100%,63%,1);
}
.text-\[hsla\(214\2c 86\%\2c 70\%\2c 1\)\] {
  color: hsla(214,86%,70%,1);
}
.text-\[hsla\(215\2c 35\%\2c 63\%\2c 1\)\] {
  color: hsla(215,35%,63%,1);
}
.text-\[hsla\(215\2c 95\%\2c 84\%\2c 1\)\] {
  color: hsla(215,95%,84%,1);
}
.text-\[hsla\(216\2c 55\%\2c 73\%\2c 1\)\] {
  color: hsla(216,55%,73%,1);
}
.text-\[hsla\(217\2c 93\%\2c 34\%\2c 1\)\] {
  color: hsla(217,93%,34%,1);
}
.text-\[hsla\(218\2c 9\%\2c 53\%\2c 1\)\] {
  color: hsla(218,9%,53%,1);
}
.text-\[hsla\(30\2c 100\%\2c 23\%\2c 1\)\] {
  color: hsla(30,100%,23%,1);
}
.text-\[hsla\(30\2c 100\%\2c 24\%\2c 0\.85\)\] {
  color: hsla(30,100%,24%,0.85);
}
.text-\[hsla\(30\2c 90\%\2c 27\%\2c 1\)\] {
  color: hsla(30,90%,27%,1);
}
.text-\[hsla\(45\2c 100\%\2c 76\%\2c 1\)\] {
  color: hsla(45,100%,76%,1);
}
.text-\[hsla\(52\2c 100\%\2c 59\%\2c 1\)\] {
  color: hsla(52,100%,59%,1);
}
.text-\[hsla\(54\2c 100\%\2c 50\%\2c 1\)\] {
  color: hsla(54,100%,50%,1);
}
.text-\[hsla\(54\2c 99\%\2c 73\%\2c 1\)\] {
  color: hsla(54,99%,73%,1);
}
.text-\[hsla\(55\2c 99\%\2c 73\%\2c 1\)\] {
  color: hsla(55,99%,73%,1);
}
.text-white {
  color: hsla(0, 0%, 100%, 1);
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-90 {
  opacity: 0.9;
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[hsla\(210\2c 80\%\2c 59\%\2c 1\)\] {
  --tw-ring-color: hsla(210,80%,59%,1);
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.words-5 {
  max-width: 5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.words-6 {
  max-width: 6em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.words-8 {
  max-width: 8em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:-left-30::before {
  content: var(--tw-content);
  left: -0.3rem;
}
.before\:-top-18::before {
  content: var(--tw-content);
  top: -0.18rem;
}
.before\:h-68::before {
  content: var(--tw-content);
  height: 0.68rem;
}
.before\:w-158::before {
  content: var(--tw-content);
  width: 1.58rem;
}
.before\:bg-\[url\(\.\.\/images\/left-stage-blur\.png\)\]::before {
  content: var(--tw-content);
  background-image: url(../files/edd3ea5ec45ba40b17c856eb9615c743.png);
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0;
}
.after\:left-0::after {
  content: var(--tw-content);
  left: 0;
}
.after\:right-0::after {
  content: var(--tw-content);
  right: 0;
}
.after\:h-1::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:bg-\[hsla\(221\2c 95\%\2c 78\%\2c 0\.7\)\]::after {
  content: var(--tw-content);
  background-color: hsla(221,95%,78%,0.7);
}
.after\:content-\[attr\(plus\)\]::after {
  --tw-content: attr(plus);
  content: var(--tw-content);
}
.odd\:bg-\[url\(\.\.\/images\/rank-item-bg2\.svg\)\]:nth-child(odd) {
  background-image: url(../files/d29743bc64e34035a88c393ed811835e.svg);
}
.even\:bg-\[url\(\.\.\/images\/rank-item-bg\.svg\)\]:nth-child(even) {
  background-image: url(../files/e976b6e70262c286f869ebd2cdb06455.svg);
}
