/*
! tailwindcss v3.2.0 | 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 {
  -webkit-box-sizing: border-box;
          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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
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-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;
}

/*
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::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::-ms-input-placeholder, textarea::-ms-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;
}

* {
  letter-spacing: 0.025em;
}

button,input,select,textarea,option {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

a {
  display: block;
}

span,i,em {
  display: inline-block;
  font-style: normal;
}

/*img, video {*/

/*    @apply max-w-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-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:  ;
}

::-webkit-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-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-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:  ;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 450px) {
  .container {
    max-width: 450px;
  }
}

@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}

@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;
  }
}

@media (min-width: 1750px) {
  .container {
    max-width: 1750px;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1920px;
  }
}

/* header */

header a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.head-nav {
  border-bottom-width: 4px;
  border-color: transparent;
}

.head-nav:hover {
  border-bottom-width: 4px;
  border-image-source:url(/static/img/border-bottom-s.png);
  border-image-width:0 0 5px 0;
  border-image-outset:3px 10px;
  border-image-slice: 100% 0;
}

.head-nav-sub {
  margin-left: 3rem;
  border-bottom-width: 4px;
  border-color: transparent;
}

.head-nav-sub:hover {
  border-bottom-width: 4px;
  border-image-source:url(/static/img/border-bottom.png);
  border-image-width:0 0 10px 0;
  border-image-outset:8px 10px;
  border-image-slice: 100% 0;
}

@media (min-width: 1024px) {
  .head-nav-sub {
    margin-left: 4rem;
  }
}

.sub-a::after {
  position: absolute;
  top: 0px;
  left: -0.375rem;
  z-index: 40;
  height: 3rem;
  width: 5rem;
  content: var(--tw-content);
  opacity: 0;
}

.sub-div {
  position: absolute;
  top: 2.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  background-color: rgba(255, 220, 25, 1);
  padding-top: 0.25rem;
  padding-bottom: 0.75rem;
}

.sub-div-a {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: #000;
  font-size: 0.875rem;
  line-height: 1.75rem;
}

.sub-div-a:hover {
  background-color: #000;
  color: #fff;
}

.rank-nav {
  position: absolute;
  left: -23px;
  z-index: 50;
  margin-top: 0.25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  display: none;
  width: 6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  border-radius: 0.25rem;
  background-color: #facc15;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.rank-nav a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  letter-spacing: 0.1em;
}

.rank-nav a:hover {
  background-color: #ca8a04;
  color: #fff;
}

/*#sub-list-pc > * + * {*/

/*    @apply mr-8 lg:mr-11*/

/*}*/

/* album list */

#search_album {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 12rem;
}

#search_album input {
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  padding: 0.5rem;
  padding-right: 2rem;
}

#search_album button {
  position: absolute;
  right: 0.5rem;
  top: 0.3rem;
}

.album-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.album-img {
  height: 100px;
  width: 100px;
  border-radius: 0.5rem;
}

@media (min-width: 500px) {
  .album-img {
    height: 150px;
    width: 150px;
  }
}

@media (min-width: 768px) {
  .album-img {
    border-radius: 1.5rem;
  }
}

.album-div {
  position: absolute;
  left: -0.375rem;
  bottom: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  width: 3.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 9999px;
  background-color: rgba(255, 220, 25, 1);
}

@media (min-width: 500px) {
  .album-div {
    height: 1.25rem;
    width: 5rem;
  }
}

@media (min-width: 768px) {
  .album-div {
    left: -0.625rem;
  }
}

.album-list-div {
  position: absolute;
  left: -0.375rem;
  bottom: 0px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  height: 1rem;
  width: 3.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  border-radius: 9999px;
  background-color: rgba(255, 220, 25, 1);
}

@media (min-width: 500px) {
  .album-list-div {
    height: 1.25rem;
    width: 4.5rem;
  }
}

@media (min-width: 768px) {
  .album-list-div {
    left: -0.5rem;
  }
}

@media (min-width: 1024px) {
  .album-list-div {
    height: 1.75rem;
    width: 5.5rem;
  }
}

.album-i {
  margin-right: 1px;
  font-size: 10px;
}

@media (min-width: 500px) {
  .album-i {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.album-span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 10px;
}

@media (min-width: 500px) {
  .album-span {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.album-title {
  width: 98%;
  padding-top: 0.375rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 500px) {
  .album-title {
    text-align: center;
  }
}

@media (min-width: 640px) {
  .album-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .album-title {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  .album-title {
    width: 100%;
    text-align: left;
  }
}

/* album info */

.switch-fav-album {
  position: absolute;
  top: 0px;
  right: 0.5rem;
  border-radius: 9999px;
  background-color: rgba(255, 220, 25, 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

@media (min-width: 500px) {
  .switch-fav-album {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 640px) {
  .switch-fav-album {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}

/* dj list */

.dj-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 500px) {
  .dj-li {
    width: 100%;
  }
}

.dj-img {
  height: 100px;
  width: 100px;
  border-radius: 0.75rem;
}

@media (min-width: 640px) {
  .dj-img {
    height: 120px;
    width: 120px;
  }
}

.dj-title {
  margin-top: 0.125rem;
  width: 99%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9ca3af;
}

@media (min-width: 640px) {
  .dj-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .dj-title {
    margin-top: 0.25rem;
  }
}

/* index three list */

.three-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 500px) {
  .three-li {
    gap: 0px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .three-li {
    width: 400px;
  }
}

.three-div-a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media (min-width: 500px) {
  .three-div-a {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .three-div-a {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.three-div-p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

@media (min-width: 768px) {
  .three-div-p {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.three-div-p-i {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
  vertical-align: text-bottom;
}

@media (min-width: 500px) {
  .three-div-p-i {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }
}

@media (min-width: 768px) {
  .three-div-p-i {
    margin-right: 0.125rem;
  }
}

/*.three-check {*/

/*    @apply hidden sm:inline-flex ml-2 items-center;*/

/*}*/

/*.three-check-i {*/

/*    @apply lg:text-xl text-green-600;*/

/*}*/

/* index dj list */

.index-dj-li {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.index-dj-img {
  height: 100px;
  width: 100px;
  border-radius: 0.75rem;
}

@media (min-width: 500px) {
  .index-dj-img {
    height: 120px;
    width: 120px;
  }
}

.index-dj-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #9ca3af;
}

/* index update list */

.update-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 350px;
  border-bottom-width: 1px;
  border-color: #e5e7eb;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

@media (min-width: 500px) {
  .update-li {
    width: 100%;
    max-width: 400px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.update-div-a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.update-div-p {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

@media (min-width: 768px) {
  .update-div-p {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.update-div-p-i {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
  vertical-align: text-bottom;
}

@media (min-width: 768px) {
  .update-div-p-i {
    margin-right: 0.125rem;
  }
}

/* common css */

.list-img {
  height: 2.25rem;
  width: 2.25rem;
  max-width: none;
  border-radius: 0.5rem;
}

@media (min-width: 500px) {
  .list-img {
    height: 50px;
    width: 50px;
  }
}

/* page music list */

.cat-a-active {
  border-radius: 0.25rem;
  background-color: rgba(255, 220, 25, 1);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 640px) {
  .cat-a-active {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .cat-a-active {
    border-radius: 9999px;
  }
}

.cat-type-active {
  border-radius: 0.25rem;
  background-color: rgba(255, 220, 25, 1);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

@media (min-width: 500px) {
  .cat-type-active {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

@media (min-width: 1280px) {
  .cat-type-active {
    border-radius: 9999px;
  }
}

.p-tr {
  height: 45px;
}

.p-tr:nth-child(odd) {
  background-color: #f5f5f5;
}

@media (min-width: 640px) {
  .p-tr {
    height: 59px;
  }
}

.p-checkbox {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  vertical-align: middle;
}

@media (min-width: 640px) {
  .p-checkbox {
    height: 1.25rem;
    width: 1.25rem;
  }
}

.p-checkbox-sm {
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  vertical-align: middle;
}

.p-box-a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #000;
}

@media (min-width: 640px) {
  .p-box-a {
    font-size: 15px;
  }
}

.p-box-p {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  padding-top: 0.125rem;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #a3a3a3;
}

@media (min-width: 640px) {
  .p-box-p {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    padding-top: 0.375rem;
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .p-box-p {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-box-p-i {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
  vertical-align: text-bottom;
}

@media (min-width: 500px) {
  .p-box-p-i {
    vertical-align: baseline;
  }
}

@media (min-width: 640px) {
  .p-box-p-i {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }
}

@media (min-width: 768px) {
  .p-box-p-i {
    margin-right: 0.125rem;
  }
}

@media (min-width: 1024px) {
  .p-box-p-i {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }
}

@media (min-width: 500px) {
  .p-operate {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }
}

@media (min-width: 640px) {
  .p-operate {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

@media (min-width: 768px) {
  .p-operate {
    padding-right: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .p-operate {
    padding-right: 0px;
  }
}

.p-operate-i {
  cursor: pointer;
  vertical-align: bottom;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #737373;
}

@media (min-width: 640px) {
  .p-operate-i {
    font-size: 1.35rem;
  }
}

.p-operate-i-sm {
  cursor: pointer;
  vertical-align: bottom;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #737373;
}

/* page */

.page-list * + * {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

.page-list a {
  place-self: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #737373;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.page-list a:hover {
  background-color: #737373;
  color: #fff;
}

@media (min-width: 1024px) {
  .page-list a {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}

.page-list .page-active {
  place-self: center;
  border-radius: 0.25rem;
  border-width: 1px;
  border-color: #737373;
  background-color: #737373;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  color: #fff;
}

@media (min-width: 1024px) {
  .page-list .page-active {
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
  }
}

/* player */

.playlist-a-active {
  border-radius: 0.375rem;
  background-color: rgba(255, 220, 25, 1);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  color: #404040;
}

@media (min-width: 500px) {
  .playlist-a-active {
    border-radius: 0.75rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

.player-btn {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {
  .player-btn {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.play-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 1.75rem;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.play-li:nth-child(odd) {
  background-color: #f5f5f5;
}

@media (min-width: 500px) {
  .play-li {
    height: 2.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.play-i {
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

@media (min-width: 500px) {
  .play-i {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.good_box li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
}

.good_box li p {
  margin-top: 0.25rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  color: #737373;
}

.good_box li p i {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
  vertical-align: text-bottom;
}

@media (min-width: 768px) {
  .good_box li p i {
    margin-right: 0.125rem;
  }
}

.hot_words_box a {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-bottom: 0.25rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.25rem;
}

.hot_words_box1 a {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.375rem;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.375rem;
}

/* article info */

.article-info ul li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.article-info a {
  display: inline-block;
}

.article-info article p {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  line-height: 1.625;
}

@media (min-width: 640px) {
  .article-info article p {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

.article-info article img {
  display: inline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.article-info article p:has(img) {
  text-align: center;
}

.article-info article .describe {
  font-size: 0.75rem;
  line-height: 1rem;
  color: #737373;
}

article h2,article h3,article h4,article h5 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
}

article h2 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.article-info article ul {
  list-style-type: disc;
  padding-left: 0.75rem;
}

.article-info article blockquote {
  border-left-width: 4px;
  border-color: #e5e5e5;
  padding-left: 0.5rem;
  color: #737373;
}

.article-relative a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* user index */

.pay_menu_active {
  border-color: rgba(255, 220, 25, 1) !important;
  background-color: #fef9c3;
}

/* user favorite */

.fav_class_active {
  border-radius: 1.5rem;
  background-color: rgba(255, 220, 25, 1);
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

/* down */

.down-area > * {
  margin-bottom: 0.75rem;
}

@media (min-width: 500px) {
  .down-area > * {
    margin-bottom: 1rem;
  }
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-right-12 {
  right: -3rem;
}

.bottom-1 {
  bottom: 0.25rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.bottom-0 {
  bottom: 0px;
}

.-left-1 {
  left: -0.25rem;
}

.left-0 {
  left: 0px;
}

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.left-\[-12\%\] {
  left: -12%;
}

.bottom-\[-15\%\] {
  bottom: -15%;
}

.right-\[14px\] {
  right: 14px;
}

.top-\[13px\] {
  top: 13px;
}

.right-0 {
  right: 0px;
}

.bottom-1\.5 {
  bottom: 0.375rem;
}

.top-\[169px\] {
  top: 169px;
}

.right-\[10px\] {
  right: 10px;
}

.top-3\.5 {
  top: 0.875rem;
}

.top-3 {
  top: 0.75rem;
}

.right-1 {
  right: 0.25rem;
}

.top-1 {
  top: 0.25rem;
}

.-left-9 {
  left: -2.25rem;
}

.-left-7 {
  left: -1.75rem;
}

.left-\[-3\.4rem\] {
  left: -3.4rem;
}

.left-\[-3\.2rem\] {
  left: -3.2rem;
}

.-left-12 {
  left: -3rem;
}

.-left-20 {
  left: -5rem;
}

.-left-16 {
  left: -4rem;
}

.left-\[-72px\] {
  left: -72px;
}

.bottom-\[-50px\] {
  bottom: -50px;
}

.left-24 {
  left: 6rem;
}

.top-14 {
  top: 3.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.top-\[-27px\] {
  top: -27px;
}

.z-\[-1\] {
  z-index: -1;
}

.z-50 {
  z-index: 50;
}

.z-\[1\] {
  z-index: 1;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

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

.mr-4 {
  margin-right: 1rem;
}

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

.mb-3 {
  margin-bottom: 0.75rem;
}

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

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

.mt-3 {
  margin-top: 0.75rem;
}

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

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

.ml-3 {
  margin-left: 0.75rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.mr-px {
  margin-right: 1px;
}

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

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

.mb-4 {
  margin-bottom: 1rem;
}

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

.ml-1 {
  margin-left: 0.25rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

.mr-8 {
  margin-right: 2rem;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mt-18 {
  margin-top: 4.5rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-\[0\.5rem\] {
  margin-bottom: 0.5rem;
}

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

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

.mb-\[0\.4rem\] {
  margin-bottom: 0.4rem;
}

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

.ml-\[106px\] {
  margin-left: 106px;
}

.block {
  display: block;
}

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

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.inline-flex {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

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

.h-full {
  height: 100%;
}

.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

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

.h-40 {
  height: 10rem;
}

.h-10 {
  height: 2.5rem;
}

.h-7 {
  height: 1.75rem;
}

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

.h-0 {
  height: 0px;
}

.h-20 {
  height: 5rem;
}

.h-11 {
  height: 2.75rem;
}

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

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

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

.h-14 {
  height: 3.5rem;
}

.h-9 {
  height: 2.25rem;
}

.h-screen {
  height: 100vh;
}

.h-px {
  height: 1px;
}

.h-32 {
  height: 8rem;
}

.h-52 {
  height: 13rem;
}

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

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

.h-3\.5 {
  height: 0.875rem;
}

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

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

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

.max-h-\[270px\] {
  max-height: 270px;
}

.min-h-\[533px\] {
  min-height: 533px;
}

.min-h-\[500px\] {
  min-height: 500px;
}

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

.w-full {
  width: 100%;
}

.w-4 {
  width: 1rem;
}

.w-20 {
  width: 5rem;
}

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

.w-16 {
  width: 4rem;
}

.w-\[98\%\] {
  width: 98%;
}

.w-28 {
  width: 7rem;
}

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

.w-\[85\%\] {
  width: 85%;
}

.w-5 {
  width: 1.25rem;
}

.w-24 {
  width: 6rem;
}

.w-\[90\%\] {
  width: 90%;
}

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

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

.w-80 {
  width: 20rem;
}

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

.w-18 {
  width: 4.5rem;
}

.w-40 {
  width: 10rem;
}

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

.w-52 {
  width: 13rem;
}

.w-44 {
  width: 11rem;
}

.w-96 {
  width: 24rem;
}

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

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

.w-3\.5 {
  width: 0.875rem;
}

.w-3 {
  width: 0.75rem;
}

.w-\[70\%\] {
  width: 70%;
}

.w-8 {
  width: 2rem;
}

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

.max-w-\[650px\] {
  max-width: 650px;
}

.max-w-\[580px\] {
  max-width: 580px;
}

.max-w-\[370px\] {
  max-width: 370px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-\[750px\] {
  max-width: 750px;
}

.max-w-\[91\%\] {
  max-width: 91%;
}

.max-w-\[610px\] {
  max-width: 610px;
}

.max-w-\[760px\] {
  max-width: 760px;
}

.max-w-\[350px\] {
  max-width: 350px;
}

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

.max-w-\[1074px\] {
  max-width: 1074px;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-4xl {
  max-width: 56rem;
}

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

.max-w-6xl {
  max-width: 72rem;
}

.flex-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
          flex: 1 1 auto;
}

.flex-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
          flex: 1 1 0%;
}

.grow {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
          flex-grow: 1;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
}

.scale-65 {
  --tw-scale-x: 0.65;
  --tw-scale-y: 0.65;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: 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));
}

.scale-80 {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
}

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

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

.place-items-center {
  place-items: center;
}

.items-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.items-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.justify-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.justify-around {
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-2\.5 {
  row-gap: 0.625rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-x-3 {
  -webkit-column-gap: 0.75rem;
     -moz-column-gap: 0.75rem;
          column-gap: 0.75rem;
}

.gap-x-4 {
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}

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

.gap-x-5 {
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
}

.gap-x-2 {
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: -webkit-calc(1px * -webkit-calc(1 - var(--tw-divide-y-reverse)));
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: -webkit-calc(1px * var(--tw-divide-y-reverse));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  border-color: #e5e7eb;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

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

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

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

.border-gray-200 {
  border-color: #e5e7eb;
}

.border-gray-400 {
  border-color: #9ca3af;
}

.border-neutral-300 {
  border-color: #d4d4d4;
}

.border-yellow-350 {
  border-color: rgba(255, 220, 25, 1);
}

.border-gray-900 {
  border-color: #111827;
}

.bg-yellow-350 {
  background-color: rgba(255, 220, 25, 1);
}

.bg-red-100 {
  background-color: #fee2e2;
}

.bg-yellow-100 {
  background-color: #fef9c3;
}

.bg-lime-100 {
  background-color: #ecfccb;
}

.bg-purple-100 {
  background-color: #f3e8ff;
}

.bg-green-100 {
  background-color: #dcfce7;
}

.bg-teal-100 {
  background-color: #ccfbf1;
}

.bg-blue-100 {
  background-color: #dbeafe;
}

.bg-gray-100 {
  background-color: #f3f4f6;
}

.bg-gray-900 {
  background-color: #111827;
}

.bg-black {
  background-color: #000;
}

.bg-gray-600 {
  background-color: #4b5563;
}

.bg-gray-200 {
  background-color: #e5e7eb;
}

.bg-white {
  background-color: #fff;
}

.bg-red-600 {
  background-color: #dc2626;
}

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

.bg-green-600 {
  background-color: #16a34a;
}

.bg-gray-50 {
  background-color: #f9fafb;
}

.p-1 {
  padding: 0.25rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

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

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

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.align-baseline {
  vertical-align: baseline;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-sub {
  vertical-align: sub;
}

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}

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

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

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

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

.font-medium {
  font-weight: 500;
}

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

.font-normal {
  font-weight: 400;
}

.leading-4 {
  line-height: 1rem;
}

.leading-8 {
  line-height: 2rem;
}

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

.leading-\[1\.4rem\] {
  line-height: 1.4rem;
}

.leading-\[1\.6rem\] {
  line-height: 1.6rem;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-yellow-400 {
  color: #facc15;
}

.text-lime-700 {
  color: #4d7c0f;
}

.text-sky-500 {
  color: #0ea5e9;
}

.text-gray-500 {
  color: #6b7280;
}

.text-neutral-500 {
  color: #737373;
}

.text-neutral-600 {
  color: #525252;
}

.text-white {
  color: #fff;
}

.text-orange-400 {
  color: #fb923c;
}

.text-gray-400 {
  color: #9ca3af;
}

.text-gray-100 {
  color: #f3f4f6;
}

.text-green-600 {
  color: #16a34a;
}

.text-black {
  color: #000;
}

.text-neutral-700 {
  color: #404040;
}

.text-yellow-500 {
  color: #eab308;
}

.text-red-600 {
  color: #dc2626;
}

.text-neutral-400 {
  color: #a3a3a3;
}

.text-gray-800 {
  color: #1f2937;
}

.text-red-700 {
  color: #b91c1c;
}

.text-blue-700 {
  color: #1d4ed8;
}

.text-gray-600 {
  color: #4b5563;
}

.text-green-700 {
  color: #15803d;
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_10px_0_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_10px_0_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
  --tw-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
  --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.blur-3xl {
  --tw-blur: blur(64px);
  -webkit-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);
          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);
}

.brightness-75 {
  --tw-brightness: brightness(.75);
  -webkit-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);
          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);
}

.filter {
  -webkit-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);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  -webkit-transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, fill, stroke, opacity, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-box-shadow, -webkit-transform, -webkit-filter, -webkit-backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}

.border-b-sm {
  border-bottom-width: 3px;
  border-image-source:url(/static/img/border-bottom-sm.png);
  border-image-width:0 0 2px 0;
  border-image-outset:2px 5px;
  border-image-slice: 100% 0;
}

@media (min-width: 450px) {
  .mini\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .mini\:ml-3 {
    margin-left: 0.75rem;
  }

  .mini\:ml-4 {
    margin-left: 1rem;
  }

  .mini\:inline-block {
    display: inline-block;
  }

  .mini\:w-\[600px\] {
    width: 600px;
  }

  .mini\:w-\[450px\] {
    width: 450px;
  }

  .mini\:max-w-md {
    max-width: 28rem;
  }

  .mini\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }

  .mini\:p-4 {
    padding: 1rem;
  }

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

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

  .mini\:\!text-\[13px\] {
    font-size: 13px !important;
  }
}

@media (min-width: 500px) {
  .xs\:bottom-4 {
    bottom: 1rem;
  }

  .xs\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xs\:mb-5 {
    margin-bottom: 1.25rem;
  }

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

  .xs\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

  .xs\:mr-0 {
    margin-right: 0px;
  }

  .xs\:ml-3 {
    margin-left: 0.75rem;
  }

  .xs\:block {
    display: block;
  }

  .xs\:inline-block {
    display: inline-block;
  }

  .xs\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .xs\:table {
    display: table;
  }

  .xs\:hidden {
    display: none;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

  .xs\:h-max {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }

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

  .xs\:h-\[450px\] {
    height: 450px;
  }

  .xs\:w-\[82\%\] {
    width: 82%;
  }

  .xs\:w-18 {
    width: 4.5rem;
  }

  .xs\:w-\[420px\] {
    width: 420px;
  }

  .xs\:w-\[350px\] {
    width: 350px;
  }

  .xs\:w-\[80\%\] {
    width: 80%;
  }

  .xs\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .xs\:grid-cols-none {
    grid-template-columns: none;
  }

  .xs\:justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
  }

  .xs\:p-4 {
    padding: 1rem;
  }

  .xs\:p-8 {
    padding: 2rem;
  }

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

  .xs\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xs\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

  .xs\:pl-2 {
    padding-left: 0.5rem;
  }

  .xs\:pt-2 {
    padding-top: 0.5rem;
  }

  .xs\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xs\:pl-4 {
    padding-left: 1rem;
  }

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

  .xs\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

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

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

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

@media (min-width: 640px) {
  .sm\:top-\[-40px\] {
    top: -40px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

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

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

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

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mr-\[1\.2rem\] {
    margin-right: 1.2rem;
  }

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

  .sm\:mr-8 {
    margin-right: 2rem;
  }

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

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .sm\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-\[124px\] {
    height: 124px;
  }

  .sm\:h-\[400px\] {
    height: 400px;
  }

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

  .sm\:h-\[100px\] {
    height: 100px;
  }

  .sm\:h-\[45px\] {
    height: 45px;
  }

  .sm\:w-\[230px\] {
    width: 230px;
  }

  .sm\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-\[124px\] {
    width: 124px;
  }

  .sm\:w-\[120px\] {
    width: 120px;
  }

  .sm\:w-\[80\%\] {
    width: 80%;
  }

  .sm\:w-44 {
    width: 11rem;
  }

  .sm\:max-w-\[680px\] {
    max-width: 680px;
  }

  .sm\:max-w-\[460px\] {
    max-width: 460px;
  }

  .sm\:table-auto {
    table-layout: auto;
  }

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

  .sm\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .sm\:justify-around {
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .sm\:gap-x-5 {
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }

  .sm\:gap-y-5 {
    row-gap: 1.25rem;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

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

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

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

  .sm\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .sm\:pl-1\.5 {
    padding-left: 0.375rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

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

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

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

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

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

  .sm\:text-\[15px\] {
    font-size: 15px;
  }

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

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

  .md\:relative {
    position: relative;
  }

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

  .md\:right-0 {
    right: 0px;
  }

  .md\:top-\[54px\] {
    top: 54px;
  }

  .md\:right-\[471px\] {
    right: 471px;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

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

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mt-40 {
    margin-top: 10rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

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

  .md\:ml-4 {
    margin-left: 1rem;
  }

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

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:ml-1\.5 {
    margin-left: 0.375rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

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

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mt-\[9\.5rem\] {
    margin-top: 9.5rem;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-32 {
    width: 8rem;
  }

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

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

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

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

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

  .md\:max-w-\[560px\] {
    max-width: 560px;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .md\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
  }

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .md\:whitespace-nowrap {
    white-space: nowrap;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:p-4 {
    padding: 1rem;
  }

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

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

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

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

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

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

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

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

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

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-7 {
    bottom: 1.75rem;
  }

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

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

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

  .lg\:mr-0 {
    margin-right: 0px;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

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

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[460px\] {
    height: 460px;
  }

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

  .lg\:w-\[94\%\] {
    width: 94%;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-\[400px\] {
    width: 400px;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .lg\:justify-end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
  }

  .lg\:gap-x-6 {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\:gap-x-4 {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }

  .lg\:gap-x-8 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .lg\:pl-2\.5 {
    padding-left: 0.625rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

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

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

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

  .lg\:font-bold {
    font-weight: 700;
  }
}

@media (min-width: 1280px) {
  .xl\:left-\[-15\%\] {
    left: -15%;
  }

  .xl\:bottom-\[-5\%\] {
    bottom: -5%;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

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

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
  }

  .xl\:h-\[527px\] {
    height: 527px;
  }

  .xl\:h-\[500px\] {
    height: 500px;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:scale-80 {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:shadow-\[0_0_10px_0_rgba\(0\2c 0\2c 0\2c 0\.3\)\] {
    --tw-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    --tw-shadow-colored: 0 0 10px 0 var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-\[-20\%\] {
    left: -20%;
  }

  .\32xl\:scale-80 {
    --tw-scale-x: 0.8;
    --tw-scale-y: 0.8;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }

  .\32xl\:gap-x-7 {
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }

  .\32xl\:gap-y-8 {
    row-gap: 2rem;
  }

  .\32xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1750px) {
  .\33xl\:left-\[-26\%\] {
    left: -26%;
  }

  .\33xl\:bottom-0 {
    bottom: 0px;
  }

  .\33xl\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
            transform: 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));
  }
}

@media (min-width: 860px) {
  .min-860\:m-0 {
    margin: 0px;
  }

  .min-860\:mt-\[0\.55rem\] {
    margin-top: 0.55rem;
  }

  .min-860\:mt-\[0\.35rem\] {
    margin-top: 0.35rem;
  }

  .min-860\:inline-block {
    display: inline-block;
  }

  .min-860\:flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }

  .min-860\:justify-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }

  .min-860\:justify-evenly {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
            justify-content: space-evenly;
  }
}

/* 基础样式 */

/* 新的组件 */

/* 添加新的功能类 */