/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[44\%\] {
    top: 44%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-\[30px\] {
    right: 30px;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[140px\] {
    bottom: 140px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .z-9 {
    z-index: 9;
  }
  .z-999 {
    z-index: 999;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .order-\[-1\] {
    order: -1;
  }
  .order-\[-2\] {
    order: -2;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-4 {
    grid-column: span 4 / span 4;
  }
  .col-start-1 {
    grid-column-start: 1;
  }
  .col-start-2 {
    grid-column-start: 2;
  }
  .col-start-3 {
    grid-column-start: 3;
  }
  .row-span-1 {
    grid-row: span 1 / span 1;
  }
  .row-span-2 {
    grid-row: span 2 / span 2;
  }
  .row-start-1 {
    grid-row-start: 1;
  }
  .row-start-2 {
    grid-row-start: 2;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .row-start-4 {
    grid-row-start: 4;
  }
  .row-start-5 {
    grid-row-start: 5;
  }
  .row-start-7 {
    grid-row-start: 7;
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[20px\] {
    margin-inline: 20px;
  }
  .mb-\[4px\] {
    margin-bottom: 4px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[22px\] {
    margin-bottom: 22px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .aspect-\[1\/0\.8\] {
    aspect-ratio: 1/0.8;
  }
  .aspect-\[1\/0\.75\] {
    aspect-ratio: 1/0.75;
  }
  .aspect-\[1\/1\.3\] {
    aspect-ratio: 1/1.3;
  }
  .aspect-\[1\/1\.4\] {
    aspect-ratio: 1/1.4;
  }
  .aspect-\[1\/1\] {
    aspect-ratio: 1/1;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .h-\[12px\] {
    height: 12px;
  }
  .h-\[33\.33\%\] {
    height: 33.33%;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[86px\] {
    height: 86px;
  }
  .h-\[110px\] {
    height: 110px;
  }
  .h-\[114px\] {
    height: 114px;
  }
  .h-\[180px\] {
    height: 180px;
  }
  .h-\[calc\(100\%-60px\)\] {
    height: calc(100% - 60px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[72px\] {
    max-height: 72px;
  }
  .max-h-\[110px\] {
    max-height: 110px;
  }
  .max-h-\[250px\] {
    max-height: 250px;
  }
  .w-\[12px\] {
    width: 12px;
  }
  .w-\[33\.33\%\] {
    width: 33.33%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[86px\] {
    width: 86px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[110px\] {
    width: 110px;
  }
  .w-\[114px\] {
    width: 114px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[992px\] {
    max-width: 992px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .min-w-0 {
    min-width: calc(var(--spacing) * 0);
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .-translate-x-1 {
    --tw-translate-x: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1 {
    --tw-translate-y: calc(var(--spacing) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .auto-cols-\[86px\] {
    grid-auto-columns: 86px;
  }
  .grid-flow-col {
    grid-auto-flow: column;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .content-center {
    align-content: center;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[6px\] {
    gap: 6px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-x-auto {
    overflow-x: auto;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .rounded-\[12px\] {
    border-radius: 12px;
  }
  .rounded-\[16px\] {
    border-radius: 16px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-\[80px\] {
    border-radius: 80px;
  }
  .rounded-\[100px\] {
    border-radius: 100px;
  }
  .rounded-t-\[12px\] {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
  .rounded-tl-\[10px\] {
    border-top-left-radius: 10px;
  }
  .rounded-r-\[8px\] {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }
  .rounded-b-\[12px\] {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .rounded-bl-\[10px\] {
    border-bottom-left-radius: 10px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[0\.8px\] {
    border-style: var(--tw-border-style);
    border-width: 0.8px;
  }
  .border-\[\#BFBFBF\] {
    border-color: #BFBFBF;
  }
  .border-\[var\(--bg-head-sear\)\] {
    border-color: var(--bg-head-sear);
  }
  .border-\[var\(--g1-border\)\] {
    border-color: var(--g1-border);
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#D9D9D9\] {
    background-color: #D9D9D9;
  }
  .bg-\[\#FFFCF5\] {
    background-color: #FFFCF5;
  }
  .bg-\[\#d9d9d9\] {
    background-color: #d9d9d9;
  }
  .bg-\[\#fff\] {
    background-color: #fff;
  }
  .bg-\[var\(--bg-footer\)\] {
    background-color: var(--bg-footer);
  }
  .bg-\[var\(--bg-head-cate\)\] {
    background-color: var(--bg-head-cate);
  }
  .bg-\[var\(--bg-head-home\)\] {
    background-color: var(--bg-head-home);
  }
  .bg-\[var\(--bg-head-sear\)\] {
    background-color: var(--bg-head-sear);
  }
  .bg-\[var\(--bg-page\)\] {
    background-color: var(--bg-page);
  }
  .bg-\[var\(--bg-play-btn\)\] {
    background-color: var(--bg-play-btn);
  }
  .bg-\[var\(--bg-play-playNow\)\] {
    background-color: var(--bg-play-playNow);
  }
  .bg-\[var\(--g1-border\)\] {
    background-color: var(--g1-border);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-\[1px\] {
    padding: 1px;
  }
  .p-\[6px\] {
    padding: 6px;
  }
  .p-\[12px\] {
    padding: 12px;
  }
  .px-\[0px\] {
    padding-inline: 0px;
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[6px\] {
    padding-inline: 6px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[30px\] {
    padding-inline: 30px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pr-\[12px\] {
    padding-right: 12px;
  }
  .pb-\[6px\] {
    padding-bottom: 6px;
  }
  .pb-\[12px\] {
    padding-bottom: 12px;
  }
  .pb-\[22px\] {
    padding-bottom: 22px;
  }
  .pb-\[48px\] {
    padding-bottom: 48px;
  }
  .pl-\[6px\] {
    padding-left: 6px;
  }
  .pl-\[12px\] {
    padding-left: 12px;
  }
  .text-center {
    text-align: center;
  }
  .\!text-\[16px\] {
    font-size: 16px !important;
  }
  .\!text-\[18px\] {
    font-size: 18px !important;
  }
  .\!text-\[22px\] {
    font-size: 22px !important;
  }
  .\!text-\[24px\] {
    font-size: 24px !important;
  }
  .\!text-\[25px\] {
    font-size: 25px !important;
  }
  .text-\[12px\] {
    font-size: 12px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .leading-\[16px\] {
    --tw-leading: 16px;
    line-height: 16px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[22px\] {
    --tw-leading: 22px;
    line-height: 22px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[25px\] {
    --tw-leading: 25px;
    line-height: 25px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .text-\[\#8e8e90\] {
    color: #8e8e90;
  }
  .text-\[\#333\] {
    color: #333;
  }
  .text-\[\#666\] {
    color: #666;
  }
  .text-\[\#999\] {
    color: #999;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[var\(--bg-head-cate\)\] {
    color: var(--bg-head-cate);
  }
  .text-\[var\(--btn-top\)\] {
    color: var(--btn-top);
  }
  .text-\[var\(--text-main\)\] {
    color: var(--text-main);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-\[0_1px_2px_0_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 1px 2px 0 var(--tw-shadow-color, rgba(0,0,0,0.15));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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 {
    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,);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .placeholder\:text-\[16px\] {
    &::placeholder {
      font-size: 16px;
    }
  }
  .placeholder\:leading-\[20px\] {
    &::placeholder {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .placeholder\:font-bold {
    &::placeholder {
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
    }
  }
  .placeholder\:text-\[\#666\] {
    &::placeholder {
      color: #666;
    }
  }
  .sm\:col-span-5 {
    @media (width >= 40rem) {
      grid-column: span 5 / span 5;
    }
  }
  .sm\:col-start-2 {
    @media (width >= 40rem) {
      grid-column-start: 2;
    }
  }
  .sm\:col-start-3 {
    @media (width >= 40rem) {
      grid-column-start: 3;
    }
  }
  .sm\:col-start-4 {
    @media (width >= 40rem) {
      grid-column-start: 4;
    }
  }
  .sm\:row-span-1 {
    @media (width >= 40rem) {
      grid-row: span 1 / span 1;
    }
  }
  .sm\:\!row-start-1 {
    @media (width >= 40rem) {
      grid-row-start: 1 !important;
    }
  }
  .sm\:row-start-1 {
    @media (width >= 40rem) {
      grid-row-start: 1;
    }
  }
  .sm\:row-start-3 {
    @media (width >= 40rem) {
      grid-row-start: 3;
    }
  }
  .sm\:row-start-5 {
    @media (width >= 40rem) {
      grid-row-start: 5;
    }
  }
  .sm\:row-start-6 {
    @media (width >= 40rem) {
      grid-row-start: 6;
    }
  }
  .sm\:mx-\[0px\] {
    @media (width >= 40rem) {
      margin-inline: 0px;
    }
  }
  .sm\:mb-\[0px\] {
    @media (width >= 40rem) {
      margin-bottom: 0px;
    }
  }
  .sm\:\[display\:-webkit-box\] {
    @media (width >= 40rem) {
      display: -webkit-box;
    }
  }
  .sm\:aspect-\[1\/1\] {
    @media (width >= 40rem) {
      aspect-ratio: 1/1;
    }
  }
  .sm\:h-\[16px\] {
    @media (width >= 40rem) {
      height: 16px;
    }
  }
  .sm\:h-\[180px\] {
    @media (width >= 40rem) {
      height: 180px;
    }
  }
  .sm\:h-auto {
    @media (width >= 40rem) {
      height: auto;
    }
  }
  .sm\:w-\[16px\] {
    @media (width >= 40rem) {
      width: 16px;
    }
  }
  .sm\:w-\[30\%\] {
    @media (width >= 40rem) {
      width: 30%;
    }
  }
  .sm\:w-\[70\%\] {
    @media (width >= 40rem) {
      width: 70%;
    }
  }
  .sm\:w-\[76px\] {
    @media (width >= 40rem) {
      width: 76px;
    }
  }
  .sm\:w-\[180px\] {
    @media (width >= 40rem) {
      width: 180px;
    }
  }
  .sm\:w-auto {
    @media (width >= 40rem) {
      width: auto;
    }
  }
  .sm\:w-full {
    @media (width >= 40rem) {
      width: 100%;
    }
  }
  .sm\:max-w-\[60\%\] {
    @media (width >= 40rem) {
      max-width: 60%;
    }
  }
  .sm\:grid-flow-row {
    @media (width >= 40rem) {
      grid-auto-flow: row;
    }
  }
  .sm\:grid-cols-5 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-6 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }
  .sm\:gap-\[0px\] {
    @media (width >= 40rem) {
      gap: 0px;
    }
  }
  .sm\:gap-\[12px\] {
    @media (width >= 40rem) {
      gap: 12px;
    }
  }
  .sm\:overflow-visible {
    @media (width >= 40rem) {
      overflow: visible;
    }
  }
  .sm\:rounded-b-\[0px\] {
    @media (width >= 40rem) {
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 0px;
    }
  }
  .sm\:p-\[6px\] {
    @media (width >= 40rem) {
      padding: 6px;
    }
  }
  .sm\:p-\[24px\] {
    @media (width >= 40rem) {
      padding: 24px;
    }
  }
  .sm\:px-\[18px\] {
    @media (width >= 40rem) {
      padding-inline: 18px;
    }
  }
  .sm\:px-\[24px\] {
    @media (width >= 40rem) {
      padding-inline: 24px;
    }
  }
  .sm\:\!text-\[18px\] {
    @media (width >= 40rem) {
      font-size: 18px !important;
    }
  }
  .sm\:\!text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px !important;
    }
  }
  .sm\:text-\[16px\] {
    @media (width >= 40rem) {
      font-size: 16px;
    }
  }
  .sm\:text-\[20px\] {
    @media (width >= 40rem) {
      font-size: 20px;
    }
  }
  .sm\:leading-\[20px\] {
    @media (width >= 40rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .sm\:leading-\[24px\] {
    @media (width >= 40rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:relative {
    @media (width >= 48rem) {
      position: relative;
    }
  }
  .md\:right-\[65px\] {
    @media (width >= 48rem) {
      right: 65px;
    }
  }
  .md\:bottom-\[180px\] {
    @media (width >= 48rem) {
      bottom: 180px;
    }
  }
  .md\:order-\[-1\] {
    @media (width >= 48rem) {
      order: -1;
    }
  }
  .md\:order-\[-2\] {
    @media (width >= 48rem) {
      order: -2;
    }
  }
  .md\:order-\[1\] {
    @media (width >= 48rem) {
      order: 1;
    }
  }
  .md\:col-span-4 {
    @media (width >= 48rem) {
      grid-column: span 4 / span 4;
    }
  }
  .md\:col-span-6 {
    @media (width >= 48rem) {
      grid-column: span 6 / span 6;
    }
  }
  .md\:col-span-8 {
    @media (width >= 48rem) {
      grid-column: span 8 / span 8;
    }
  }
  .md\:\!col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2 !important;
    }
  }
  .md\:col-start-2 {
    @media (width >= 48rem) {
      grid-column-start: 2;
    }
  }
  .md\:col-start-5 {
    @media (width >= 48rem) {
      grid-column-start: 5;
    }
  }
  .md\:col-start-7 {
    @media (width >= 48rem) {
      grid-column-start: 7;
    }
  }
  .md\:row-start-1 {
    @media (width >= 48rem) {
      grid-row-start: 1;
    }
  }
  .md\:row-start-3 {
    @media (width >= 48rem) {
      grid-row-start: 3;
    }
  }
  .md\:row-start-4 {
    @media (width >= 48rem) {
      grid-row-start: 4;
    }
  }
  .md\:mb-\[12px\] {
    @media (width >= 48rem) {
      margin-bottom: 12px;
    }
  }
  .md\:line-clamp-1 {
    @media (width >= 48rem) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:aspect-\[1\/0\.8\] {
    @media (width >= 48rem) {
      aspect-ratio: 1/0.8;
    }
  }
  .md\:h-\[44px\] {
    @media (width >= 48rem) {
      height: 44px;
    }
  }
  .md\:w-\[20\%\] {
    @media (width >= 48rem) {
      width: 20%;
    }
  }
  .md\:w-\[40\%\] {
    @media (width >= 48rem) {
      width: 40%;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:max-w-\[50\%\] {
    @media (width >= 48rem) {
      max-width: 50%;
    }
  }
  .md\:grid-cols-4 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-7 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(7, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-8 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:gap-\[8px\] {
    @media (width >= 48rem) {
      gap: 8px;
    }
  }
  .md\:gap-\[12px\] {
    @media (width >= 48rem) {
      gap: 12px;
    }
  }
  .md\:gap-\[24px\] {
    @media (width >= 48rem) {
      gap: 24px;
    }
  }
  .md\:overflow-visible {
    @media (width >= 48rem) {
      overflow: visible;
    }
  }
  .md\:border-2 {
    @media (width >= 48rem) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .md\:p-\[3px\] {
    @media (width >= 48rem) {
      padding: 3px;
    }
  }
  .md\:p-\[12px\] {
    @media (width >= 48rem) {
      padding: 12px;
    }
  }
  .md\:p-\[24px\] {
    @media (width >= 48rem) {
      padding: 24px;
    }
  }
  .md\:px-\[12px\] {
    @media (width >= 48rem) {
      padding-inline: 12px;
    }
  }
  .md\:px-\[20px\] {
    @media (width >= 48rem) {
      padding-inline: 20px;
    }
  }
  .md\:px-\[30px\] {
    @media (width >= 48rem) {
      padding-inline: 30px;
    }
  }
  .md\:py-\[16px\] {
    @media (width >= 48rem) {
      padding-block: 16px;
    }
  }
  .md\:py-\[24px\] {
    @media (width >= 48rem) {
      padding-block: 24px;
    }
  }
  .md\:pb-\[12px\] {
    @media (width >= 48rem) {
      padding-bottom: 12px;
    }
  }
  .md\:pb-\[24px\] {
    @media (width >= 48rem) {
      padding-bottom: 24px;
    }
  }
  .md\:pl-\[12px\] {
    @media (width >= 48rem) {
      padding-left: 12px;
    }
  }
  .md\:\!text-\[24px\] {
    @media (width >= 48rem) {
      font-size: 24px !important;
    }
  }
  .md\:\!text-\[30px\] {
    @media (width >= 48rem) {
      font-size: 30px !important;
    }
  }
  .md\:text-\[16px\] {
    @media (width >= 48rem) {
      font-size: 16px;
    }
  }
  .md\:text-\[20px\] {
    @media (width >= 48rem) {
      font-size: 20px;
    }
  }
  .md\:text-\[36px\] {
    @media (width >= 48rem) {
      font-size: 36px;
    }
  }
  .md\:leading-\[20px\] {
    @media (width >= 48rem) {
      --tw-leading: 20px;
      line-height: 20px;
    }
  }
  .md\:leading-\[24px\] {
    @media (width >= 48rem) {
      --tw-leading: 24px;
      line-height: 24px;
    }
  }
  .md\:leading-\[30px\] {
    @media (width >= 48rem) {
      --tw-leading: 30px;
      line-height: 30px;
    }
  }
  .md\:leading-\[44px\] {
    @media (width >= 48rem) {
      --tw-leading: 44px;
      line-height: 44px;
    }
  }
  .lg\:mb-\[8px\] {
    @media (width >= 64rem) {
      margin-bottom: 8px;
    }
  }
  .lg\:mb-\[24px\] {
    @media (width >= 64rem) {
      margin-bottom: 24px;
    }
  }
  .lg\:w-\[16\.66\%\] {
    @media (width >= 64rem) {
      width: 16.66%;
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 64rem) {
      width: 35%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:gap-\[24px\] {
    @media (width >= 64rem) {
      gap: 24px;
    }
  }
  .lg\:px-\[8px\] {
    @media (width >= 64rem) {
      padding-inline: 8px;
    }
  }
  .lg\:pt-\[8px\] {
    @media (width >= 64rem) {
      padding-top: 8px;
    }
  }
  .lg\:pl-\[24px\] {
    @media (width >= 64rem) {
      padding-left: 24px;
    }
  }
  .lg\:\!text-\[24px\] {
    @media (width >= 64rem) {
      font-size: 24px !important;
    }
  }
  .\[\&\.active\]\:bg-\[var\(--bg-head-cate\)\] {
    &.active {
      background-color: var(--bg-head-cate);
    }
  }
  .\[\&\.active\]\:text-white {
    &.active {
      color: var(--color-white);
    }
  }
}
.theme-purple {
  --bg-page: #F7F0FF;
  --bg-footer: #7856B2;
  --text-main: #7856B2;
  --btn-top: #FAB704;
  --g1-border: #7856B2;
  --bg-head-home: #DC87F1;
  --bg-head-cate: #7856B2;
  --bg-head-sear: #FAB704;
  --bg-play-btn: #FAB704;
  --bg-play-playNow: #FAB704;
}
.theme-red {
  --bg-page: #F8F9FA;
  --bg-footer: #E54B3C;
  --text-main: #E54B3C;
  --btn-top: #FAB704;
  --g1-border: #87C7F1;
  --bg-head-home: #87C7F1;
  --bg-head-cate: #E54B3C;
  --bg-head-sear: #FAB704;
  --bg-play-btn: #E54B3C;
  --bg-play-playNow: #E54B3C;
}
.theme-yellow {
  --bg-page: #EBF4FA;
  --bg-footer: #EBBC21;
  --text-main: #EBBC21;
  --btn-top: #E88130;
  --g1-border: #EBBC21;
  --bg-head-home: #C8974A;
  --bg-head-cate: #EBBC21;
  --bg-head-sear: #E88130;
  --bg-play-btn: #E88130;
  --bg-play-playNow: #E88130;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
    }
  }
}
