/* @import './module/normalize.css'; */
:root {
  --dx-primary-color: #f09636;
  --dx-red-color: #e44545;
  --dx-font1-color: #c6c6c6;
  --dx-font2-color: #8a8b8c;
  --dx-font3-color: #c6c6c6;
  --dx-base1-color: #191919;
  --dx-base2-color: #252525;
  --dx-base3-color: #212121;
  --dx-base4-color: #0e0e0e;
  --dx-base5-color: #151515;
  --dx-base6-color: #333;

  --dx-border-color: #353742;
  --dx-border-width: 1px;
  --dx-main-bg-color: #000;
  --dx-subtitle-color: #ccc;
  --dx-app-opacity: rgba(22, 22, 26, 0);
  --dx-header-height: 60px;
  --dx-header-index: 101;
  --dx-overlay-index: 2000;
  --dx-drawer-index: 2001;
  --dx-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.8), 0 16px 24px 2px rgba(0, 0, 0, 0.8),
    0 6px 30px 5px rgba(0, 0, 0, 0.8);
}
@tailwind base;
.flex-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.flex-col-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hide {
  display: none;
}
.scrollbar-none {
  scrollbar-width: none;
}
.dx-shadow {
  box-shadow: var(--dx-box-shadow);
}
.aspect-h-12 {
  --tw-aspect-h: 12;
}
.aspect-h-5 {
  --tw-aspect-h: 5;
}
.aspect-h-6 {
  --tw-aspect-h: 6;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-6 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 6;
}
.aspect-w-6 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pointer-events-auto {
  pointer-events: auto;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-1\.5 {
  top: 6px;
}
.top-\[34px\] {
  top: 34px;
}
.top-\[50px\] {
  top: 50px;
}
.right-1 {
  right: 4px;
}
.z-10 {
  z-index: 10;
}
.z-50 {
  z-index: 50;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-2 {
  grid-column-start: 2;
}
.mx-2 {
  margin-left: 8px;
  margin-right: 8px;
}
.mx-3 {
  margin-left: 12px;
  margin-right: 12px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 4px;
  margin-bottom: 4px;
}
.my-1\.5 {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-2 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.my-3 {
  margin-top: 12px;
  margin-bottom: 12px;
}
.mb-1 {
  margin-bottom: 4px;
}
.mb-1\.5 {
  margin-bottom: 6px;
}
.mb-2 {
  margin-bottom: 8px;
}
.mb-2\.5 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 12px;
}
.mb-4 {
  margin-bottom: 16px;
}
.mb-5 {
  margin-bottom: 20px;
}
.mb-6 {
  margin-bottom: 24px;
}
.ml-0\.5 {
  margin-left: 2px;
}
.ml-1 {
  margin-left: 4px;
}
.ml-1\.5 {
  margin-left: 6px;
}
.ml-2 {
  margin-left: 8px;
}
.ml-3 {
  margin-left: 12px;
}
.ml-auto {
  margin-left: auto;
}
.mr-0\.5 {
  margin-right: 2px;
}
.mr-1 {
  margin-right: 4px;
}
.mr-1\.5 {
  margin-right: 6px;
}
.mr-2 {
  margin-right: 8px;
}
.mr-2\.5 {
  margin-right: 10px;
}
.mr-3 {
  margin-right: 12px;
}
.mr-4 {
  margin-right: 16px;
}
.mr-5 {
  margin-right: 20px;
}
.mr-\[54px\] {
  margin-right: 54px;
}
.mt-1 {
  margin-top: 4px;
}
.mt-2 {
  margin-top: 8px;
}
.mt-3 {
  margin-top: 12px;
}
.mt-5 {
  margin-top: 20px;
}
.mt-\[-12px\] {
  margin-top: -12px;
}
.mt-\[116px\] {
  margin-top: 116px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-3 {
  height: 12px;
}
.h-3\.5 {
  height: 14px;
}
.h-4 {
  height: 16px;
}
.h-5 {
  height: 20px;
}
.h-6 {
  height: 24px;
}
.h-7 {
  height: 28px;
}
.h-8 {
  height: 32px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[56px\] {
  height: 56px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[90px\] {
  height: 90px;
}
.h-full {
  height: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-3 {
  width: 12px;
}
.w-4 {
  width: 16px;
}
.w-5 {
  width: 20px;
}
.w-6 {
  width: 24px;
}
.w-7 {
  width: 28px;
}
.w-8 {
  width: 32px;
}
.w-\[102px\] {
  width: 102px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[114px\] {
  width: 114px;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[56px\] {
  width: 56px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[90px\] {
  width: 90px;
}
.w-full {
  width: 100%;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[165px\] {
  min-width: 165px;
}
.max-w-\[50vw\] {
  max-width: 50vw;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[3\] {
  flex: 3;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-2 {
  gap: 8px;
}
.gap-3 {
  gap: 12px;
}
.gap-4 {
  gap: 16px;
}
.gap-8 {
  gap: 32px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.rounded {
  border-radius: 8px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-large {
  border-radius: 50px;
}
.rounded-sm {
  border-radius: 4px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-base1 {
  border-color: var(--dx-base1-color);
}
.border-base3 {
  border-color: var(--dx-base3-color);
}
.border-base6 {
  border-color: var(--dx-base6-color);
}
.\!bg-\[\#0f0f0f\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(15 15 15 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#232323\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 35 35 / var(--tw-bg-opacity));
}
.bg-base1 {
  background-color: var(--dx-base1-color);
}
.bg-base2 {
  background-color: var(--dx-base2-color);
}
.bg-base3 {
  background-color: var(--dx-base3-color);
}
.bg-base4 {
  background-color: var(--dx-base4-color);
}
.bg-base5 {
  background-color: var(--dx-base5-color);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.\!p-0 {
  padding: 0px !important;
}
.p-1\.5 {
  padding: 6px;
}
.p-2\.5 {
  padding: 10px;
}
.p-3 {
  padding: 12px;
}
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}
.px-2\.5 {
  padding-left: 10px;
  padding-right: 10px;
}
.px-3 {
  padding-left: 12px;
  padding-right: 12px;
}
.px-4 {
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[48px\] {
  padding-left: 48px;
  padding-right: 48px;
}
.py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-1 {
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-1\.5 {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-2 {
  padding-top: 8px;
  padding-bottom: 8px;
}
.py-2\.5 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-3\.5 {
  padding-top: 14px;
  padding-bottom: 14px;
}
.pb-2 {
  padding-bottom: 8px;
}
.pb-3 {
  padding-bottom: 12px;
}
.pb-4 {
  padding-bottom: 16px;
}
.pb-5 {
  padding-bottom: 20px;
}
.pb-6 {
  padding-bottom: 24px;
}
.pl-2 {
  padding-left: 8px;
}
.pl-5 {
  padding-left: 20px;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pr-3 {
  padding-right: 12px;
}
.pr-5 {
  padding-right: 20px;
}
.pt-2 {
  padding-top: 8px;
}
.pt-3\.5 {
  padding-top: 14px;
}
.pt-4 {
  padding-top: 16px;
}
.text-center {
  text-align: center;
}
.text-2xl {
  font-size: 18px;
}
.text-4xl {
  font-size: 22px;
}
.text-default {
  font-size: 14px;
}
.text-mini {
  font-size: 10px;
}
.text-sm {
  font-size: 12px;
}
.text-xl {
  font-size: 16px;
}
.text-3xl {
  font-size: 20px;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.text-\[\#101010\] {
  --tw-text-opacity: 1;
  color: rgb(16 16 16 / var(--tw-text-opacity));
}
.text-dx-red {
  color: var(--dx-red-color);
}
.text-font1 {
  color: var(--dx-font1-color);
}
.text-primary {
  color: var(--dx-primary-color);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-subtitle {
  color: var(--dx-subtitle-color);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.\!underline {
  text-decoration-line: underline !important;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
/* @import './tailwind.components.css'; */
@tailwind base;
:root {
    --dx-tab-line-item-padding: 4px 0;
    --dx-tab-line-height: 3px;
    --dx-tab-line-width-percent: 60%;
    --dx-button-tab-item-padding-pc: 4px 8px;
    --dx-button-tab-item-padding-mobile: 6px 8px;
    --dx-button-tab-item-bg-color: #1f1f1f;
    --dx-button-tab-item-color: #b1b1b1;
    --dx-line-tab-item-color: #969696;
}
.dx-line-tab-item {
    margin-right: 16px;
    white-space: nowrap;
    position: relative;
    padding: var(--dx-tab-line-item-padding);
    font-weight: 600;
    color: var(--dx-line-tab-item-color);

}
.dx-line-tab-item:last-child {
        margin-right: 0;
    }
.dx-line-tab-item::after {
        content: '';
        display: block !important;
        position: absolute;
        width: var(--dx-tab-line-width-percent);
        height: var(--dx-tab-line-height);
        left: 0;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }
.dx-line-tab-item.is-active {
        color: var(--dx-primary-color);
    }
.dx-line-tab-item.is-active::after {

            background-color: var(--dx-primary-color);
        }
.dx-button-tab-item {
    margin-right: 16px;
    white-space: nowrap;
    margin-bottom: 12px;
    position: relative;
    padding: var(--dx-button-tab-item-padding-pc);
    border-radius: 4px;
    color: var(--dx-button-tab-item-color);
    background-color: var(--dx-button-tab-item-bg-color);
}
.dx-button-tab-item:last-child {
        margin-right: 0;
    }
.dx-button-tab-item.is-active {
        background-color: var(--dx-primary-color);

        color: #fff;
    }
@media (max-width: 768px) {
    .dx-line-tab-item {
        margin-right: 12px;
    }

        .dx-line-tab-item::after {

            display: none;
        }

    .dx-button-tab-item {
        margin-right: 8px;
        margin-bottom: 8px;
        padding: var(--dx-button-tab-item-padding-mobile);
    }
}
.btn-round {
    border-radius: 50px;
}
.video-item {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

}
.video-item .title,
    .video-item img {
        transition: all 0.2s;
        -webkit-touch-callout: none;
    }
.video-item .tag {
        max-width: 58px;
        color: #fff;
        padding: 0 4px;
        line-height: 20px;
        font-size: 10px;
        border-radius: 0 50px 50px 0;
    }
.video-item .poster::before {
            width: 0;
            height: 3px;
            background-color: var(--dx-primary-color);
            content: '';
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 1;
        }
.video-item .poster.preloading::before {

                animation: preview 2s forwards;
            }
@keyframes preview {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.app-header {
  height: var(--dx-header-height);
  z-index: 1;
}
#app-header {
  z-index: var(--dx-header-index);
  box-shadow: unset;
  position: relative;
  padding-top: var(--dx-header-height);
}
#app-header li {
    list-style: none;
    white-space: nowrap;
  }
#app-header .active {
    color: var(--dx-primary-color);
  }
/* 
    .is-scroll {
        background-color: rgba(0, 0, 0, .83);
    } */
#app-header .input-control {
    display: flex;
    align-items: center;
  }
#app-nav {
  position: relative;
  z-index: 100;
}
#app-nav .icon-caret-down {
    transition: all 0.2s;
  }
#app-nav .app-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    height: 40px;
  }
#app-nav .app-nav-item:hover {
      color: var(--dx-primary-color);
      background-color: var(--dx-base1-color);
      border-top: 1px solid var(--dx-base2-color);
      border-left: 1px solid var(--dx-base2-color);
      border-right: 1px solid var(--dx-base2-color);
    }
#app-nav .app-nav-item:hover .icon-caret-down {
        color: var(--dx-primary-color);
        transform: rotateZ(-180deg);
      }
#app-nav .dx-dropdown-menu {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    top: 38px;
    background: #000;
    font-size: 16px;
    padding-top: 12px;
  }
#app-nav .is-enter .dx-dropdown-menu {
      display: grid;
    }
.hot-search {
  position: absolute;
  display: none;
  font-size: 16px;
  left: 50%;
  transform: translateX(-50%);
  top: var(--dx-header-height);
}
.hot-search .search-popover {
    position: relative;
    display: block;
    max-width: 100%;
  }
.hot-search .popover-content {
    max-height: 360px;
  }
.hot-search .popover-content::-webkit-scrollbar-thumb {
      background: var(--dx-primary-color);
      /* 滑块颜色 */
      border-radius: 8px;
      /* 滑块圆角 */
    }
@media (max-width: 768px) {
  .hot-search {
    left: 0;
    transform: translate(0);
  }

  :root {
    --dx-header-height: 50px;
  }
}
.dx-modal .modal-dialog {
    width: 360px !important;
  }
.mobile-search {
  height: var(--dx-header-height);
  transform: translateY(0);
  transition: all 0.3s;
  will-change: transform;
}
.mobile-search.is-open {
    transform: translateY(calc(var(--dx-header-height)));
  }
.swiper-img {
    width: 100%;
    height: 100%;
}
.app-swiper .swiper-link {
        display: block;
        width: 100%;
        height: 100%;
    }
.app-swiper .txt-info {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120px;
        filter: drop-shadow(2px 2px 4px rgba(22, 22, 26, 1));
        -webkit-text-stroke: 1px #fff;
        z-index: 1;
    }
.app-swiper .txt-info .name {
            font-size: 24px;
        }
.app-swiper .txt-info .gate {
            background-color: rgba(0, 0, 0, .5);
            display: inline-block;
            margin-bottom: 5px;
            padding: 0 4px;
            border-radius: 2px;
            text-shadow: none;
            font-size: 12px;
            line-height: 18px;
            opacity: .8;
        }
.app-swiper .txt-info .info {
            max-width: 60%;

        }
.app-swiper::after,
    .app-swiper::before {
        height: 100%;
        width: 160px;
        display: block;
        content: '';
        position: absolute;
        top: 0;
        z-index: 2;
    }
.app-swiper::after {
        right: 0;
        background: linear-gradient(90deg, rgba(22, 22, 26, 0), rgba(22, 22, 26, 1));
    }
.app-swiper::before {
        left: 0;
        background: linear-gradient(90deg, rgba(22, 22, 26, 1), rgba(22, 22, 26, 0));
    }
.app-swiper .swiper-slide::before,
    .app-swiper .swiper-slide::after {
        position: absolute;
        width: 100%;
        height: 120px;
        display: block;
        content: '';
    }
.app-swiper .swiper-slide::before {
        background: linear-gradient(0deg, rgba(22, 22, 26, 0), #16161a 100%);
        top: 0;
        z-index: 1;
    }
.app-swiper .swiper-slide::after {
        background: linear-gradient(180deg, rgba(22, 22, 26, 0), #16161a 100%);
        bottom: 0;

    }
.app-swiper .swiper-pagination {
        position: absolute;
        top: 50% !important;
        right: 0;
        left: initial !important;
        width: 260px !important;
        height: 430px !important;
        transform: translateY(-50%);
        color: #fff;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(22, 22, 26, 0)), color-stop(15%, rgba(22, 22, 26, .5)), color-stop(35%, rgba(22, 22, 26, .8)), color-stop(65%, rgba(22, 22, 26, .8)), color-stop(85%, rgba(22, 22, 26, .5)), to(rgba(22, 22, 26, 0)));
        z-index: 10;
        text-align: left;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
.app-swiper .swiper-pagination-bullet {
        flex-shrink: 0;
        width: 100%;
        height: auto;
        position: relative;
        margin: 0 !important;
        transition-property: transform;
        background-color: initial;
        opacity: 1 !important;
    }
.app-swiper .sub_title {
        font-size: 12px;
        display: none;
    }
.app-swiper .nav_index {
        /*序号*/
        display: inline-block;
        margin-right: 8px;
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: 12px;
        text-align: center;
        vertical-align: middle;
        font-weight: 700;
        background: hsla(0, 0%, 100%, .15);
    }
.app-swiper .nav_index_1 {
        background: #fd537f
    }
.app-swiper .nav_index_2 {
        background: #f2a20c
    }
.app-swiper .nav_index_3 {
        background: #148aff
    }
.app-swiper .swiper-pagination-bullet-active .focus_swiper_nav_slide {
            padding-top: 8px;
            padding-bottom: 8px;
            display: flex;
            align-items: center;
            background-color: rgba(36, 165, 255, .3)
        }
.app-swiper .swiper-pagination-bullet-active .nav_title {
            font-size: 18px;
            margin-bottom: 6px;
        }
.app-swiper .swiper-pagination-bullet-active .sub_title {
            display: block;
        }
@media (max-width: 1024px) {
        .app-swiper .swiper-pagination {
            display: none !important;
        }

        .app-swiper::after,
        .app-swiper::before {

            display: none;
        }


    }
@media (max-width: 768px) {

        .app-swiper .swiper-slide::before,
        .app-swiper .swiper-slide::after {
            display: none;
        }

        .app-swiper .txt-info {
            left: 16px;
            bottom: 16px;
        }

            .app-swiper .txt-info .name {
                font-size: 16px;
            }
    }
.focus_swiper_nav_slide {
    width: 100%;
    padding: 0 20px;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}
/* ! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.dx-title {
  font-size: 16px;
}
@media (min-width: 768px) {
  .dx-title {
    font-size: 18px;
  }
}
.dx-text {
  font-size: 12px;
}
@media (min-width: 768px) {
  .dx-text {
    font-size: 14px;
  }
}
.dx-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .dx-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 1280px) {
  .dx-container {
    width: 1280px;
  }
}
.dx-recommend-icons {
  margin-left: 12px;
  margin-right: 12px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--dx-border-color);
  background-color: var(--dx-base3-color);
  padding: 12px;
}
@media (min-width: 768px) {
  .dx-recommend-icons {
    margin-left: 0px;
    margin-right: 0px;
    display: flex;
    gap: 0px;
    border-width: 0px;
    background-color: inherit;
    padding: 0px;
  }
}
.dx-recommend-icons--small {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  border-radius: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--dx-border-color);
  background-color: var(--dx-base3-color);
  padding: 12px;
}
@media (min-width: 768px) {
  .dx-recommend-icons--small {
    grid-template-columns: repeat(15, minmax(0, 1fr));
    gap: 12px;
    border-width: 0px;
    background-color: inherit;
    padding: 0px;
  }
}
.dx-icon-text {
  font-size: 10px;
}
@media (min-width: 768px) {
  .dx-icon-text {
    font-size: 12px;
  }
}
@media (min-width: 1280px) {
  .dx-icon-text {
    font-size: 14px;
  }
}
.dx-icon-ad-title {
  margin-top: 4px;
  white-space: nowrap;
  font-size: 10px;
  color: var(--dx-subtitle-color);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.group:hover .dx-icon-ad-title {
  color: var(--dx-primary-color);
}
.dx-pager {
  gap: 4px;
  white-space: nowrap;
  font-size: 12px;
}
@media (min-width: 768px) {
  .dx-pager {
    gap: 8px;
    font-size: 14px;
  }
}
.dx-pager .pager-item-left,
        .dx-pager .pager-item-right {
            background-color: var(--dx-primary-color);
            color: #fff;
            border-radius: 4px;
            position: static;
            transform: translate(0);
            align-items: center;

        }
.dx-pager .pager-item-left .pager-item, .dx-pager .pager-item-right .pager-item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 54px;
  flex: 1 1 0%;
  padding: 0px;
}
@media (min-width: 768px) {
  .dx-pager .pager-item-left .pager-item, .dx-pager .pager-item-right .pager-item {
    width: 100px;
  }
}
/* .pager-label {
            @apply md:text-default text-mini
        } */
.dx-pager .pager-goto {
            width: initial !important;
        }
.dx-pager .pager-goto .form-control {
            background-color: var(--dx-primary-color);
            color: #fff;
            height: 36px;
            margin-right: 8px;
            width: 54px;
            flex-shrink: 0;
            text-align: center}
@media (min-width: 768px) {
  .dx-pager .pager-goto .form-control {
    margin-right: 28px;
    width: 100px;
  }
}
.dx-pager .pager-goto-btn {
            background-color: #262626;
            color: #fff;
            height: 36px;
            width: 54px;
            flex-shrink: 0;
            border-style: none}
@media (min-width: 768px) {
  .dx-pager .pager-goto-btn {
    width: 100px;
  }
}
.dx-pager .disabled {
            cursor: not-allowed;
        }
.dx-backtop--trigger {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: auto;
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
:root {
    --dx-border-color: #353742;
    --dx-border-width: 1px;
}
[class*=dx-hairline]:after {
    box-sizing: border-box;
    content: " ";
    pointer-events: none;
    border: 0 solid var(--dx-border-color);
    position: absolute;
    inset: -50%;
    transform: scale(.5)
}
.dx-hairline,
.dx-hairline--top,
.dx-hairline--left,
.dx-hairline--right,
.dx-hairline--bottom,
.dx-hairline--surround,
.dx-hairline--top-bottom {
    position: relative
}
.dx-hairline--top:after {
    border-top-width: var(--dx-border-width)
}
.dx-hairline--left:after {
    border-left-width: var(--dx-border-width)
}
.dx-hairline--right:after {
    border-right-width: var(--dx-border-width)
}
.dx-hairline--bottom:after {
    border-bottom-width: var(--dx-border-width)
}
.app-tabbar {
    padding-bottom: 70px;
    width: 100%;
    z-index: 105;
    position: relative;
}
.app-tabbar .tabbar {
        position: fixed;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
.app-tabbar .tabbar-item {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
.dx-popup {
    display: none;
    position: absolute;
    padding: 12px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: var(--dx-base2-color);
}
.dx-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    pointer-events: auto;
    z-index: var(--dx-overlay-index);
    display: none;
    backface-visibility: hidden;
}
.dx-backtop {
    display: none;
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 100px;
    right: 20px;
    z-index: 99;
    background-color: var(--dx-primary-color);
    color: #fff;
    border: none;
    border-radius: 50%;
    padding: 12px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);


}
.dx-backtop:hover {
    opacity: var(--dx-hover-opacity);
}
@media (max-width: 768px) {
    .dx-backtop {
        width: 40px;
        height: 40px;
        padding: 8px;
    }
}
:root {
    --dx-drawer-width: 280px;
}
.dx-drawer {
    width: calc(100% - 56px);
    max-width: var(--dx-drawer-width);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    transform: translateX(calc(-1 * var(--dx-drawer-width) - 20px));
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    will-change: transform;
    z-index: var(--dx-drawer-index);
    background-color: var(--dx-base3-color);
}
.dx-drawer.dx-drawer--open {
    transform: translateX(0px)
}
.dx-collapse .icon-caret-down {
        transition: all 0.2s;
        transform: rotateZ(-180deg);
    }
.dx-collapse.collapsed .icon-caret-down {
            transform: rotateZ(0);
        }
html,
body {
  font-size: 14px;
  color: #fff;
}
html {
  overflow-y: scroll;
}
img {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}
:root {
  overflow-y: auto;
  overflow-x: hidden;
}
:root body {
  position: absolute;
}
body {
  width: 100vw;
  /* overflow: hidden; */
  background-color: var(--dx-main-bg-color);
  padding: 0 !important;
}
a {
  text-decoration: none !important;
}
.active a:hover, .is-active a:hover {
    opacity: 0.9;
  }
img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
a.link:hover {
    color: var(--dx-primary-color);
  }
a.underline:hover {
      text-decoration: underline !important;
    }
a:focus {
  outline: none !important;
}
.video-items .video-preview {
  position: absolute;
}
.is-active {
  color: var(--dx-primary-color);
}
.dx-bg-linear {
  background: linear-gradient(180deg, rgba(22, 22, 26, 0), #16161a 100%);
}
.dx-video-linear {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.dx-safe-area-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.dx-aspect-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.dx-banner-item img {
    -o-object-fit: initial;
    object-fit: initial;
}
.dx-banner-item {
  padding-top: 12%;
  position: relative;
}
.dx-banner-item img[data-src] {
    -o-object-fit: contain;
       object-fit: contain;
    background: rgb(37, 36, 43);
  }
.dx-arrow {
  width: 0;
  height: 0;
  font-size: 0;
  border-bottom: 0 none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}
/* 仅影响某些浏览器 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
  /* Hide spinners in Firefox */
}
.profile .dx-tab-item {
    position: relative;
    flex: 1;
  }
.profile .dx-tab-item::after {
    display: block;
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
.profile .tab-li {
    position: relative;
  }
.profile .tab-li::after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
  }
.profile .tab-li:first-child .dx-tab-item::before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    width: 1px;
    top: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
  }
.profile .tab-li.is-active::after {
    background-color: var(--dx-primary-color);
  }
@media (min-width: 768px) {
  .md\:hide {
    display: none;
  }
}
.last\:mr-0:last-child {
  margin-right: 0px;
}
.hover\:bg-base2:hover {
  background-color: var(--dx-base2-color);
}
.hover\:text-primary:hover {
  color: var(--dx-primary-color);
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-80:hover {
  opacity: 0.8;
}
.hover\:opacity-90:hover {
  opacity: 0.9;
}
@media (min-width: 640px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 768px) {
  .md\:relative {
    position: relative;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-\[60px\] {
    top: 60px;
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mx-4 {
    margin-left: 16px;
    margin-right: 16px;
  }
  .md\:my-3 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .md\:mb-2\.5 {
    margin-bottom: 10px;
  }
  .md\:mb-3 {
    margin-bottom: 12px;
  }
  .md\:mb-5 {
    margin-bottom: 20px;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-4 {
    margin-left: 16px;
  }
  .md\:ml-5 {
    margin-left: 20px;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mr-3 {
    margin-right: 12px;
  }
  .md\:mr-5 {
    margin-right: 20px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-1 {
    margin-top: 4px;
  }
  .md\:mt-3 {
    margin-top: 12px;
  }
  .md\:block {
    display: block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-10 {
    height: 40px;
  }
  .md\:h-12 {
    height: 3rem;
  }
  .md\:h-5 {
    height: 20px;
  }
  .md\:h-\[40px\] {
    height: 40px;
  }
  .md\:w-10 {
    width: 40px;
  }
  .md\:w-12 {
    width: 3rem;
  }
  .md\:w-5 {
    width: 20px;
  }
  .md\:w-\[150px\] {
    width: 150px;
  }
  .md\:w-\[214px\] {
    width: 214px;
  }
  .md\:w-\[320px\] {
    width: 320px;
  }
  .md\:w-\[40px\] {
    width: 40px;
  }
  .md\:w-\[670px\] {
    width: 670px;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-4 {
    gap: 16px;
  }
  .md\:p-4 {
    padding: 16px;
  }
  .md\:p-5 {
    padding: 20px;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-4 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .md\:py-2 {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .md\:py-3 {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .md\:pb-9 {
    padding-bottom: 36px;
  }
  .md\:pb-\[14px\] {
    padding-bottom: 14px;
  }
  .md\:pt-3 {
    padding-top: 12px;
  }
  .md\:pt-\[30px\] {
    padding-top: 30px;
  }
  .md\:text-2xl {
    font-size: 18px;
  }
  .md\:text-4xl {
    font-size: 22px;
  }
  .md\:text-5xl {
    font-size: 24px;
  }
  .md\:text-default {
    font-size: 14px;
  }
  .md\:text-xl {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .lg\:mr-5 {
    margin-right: 20px;
  }
  .lg\:h-\[50px\] {
    height: 50px;
  }
  .lg\:w-\[50px\] {
    width: 50px;
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:h-\[56px\] {
    height: 56px;
  }
  .xl\:w-\[1280px\] {
    width: 1280px;
  }
  .xl\:w-\[56px\] {
    width: 56px;
  }
}

 /* 广告容器样式 */
.cate {
    width: 100%;
    background: #000000;
    margin-bottom: 10px;
    border-radius: 2px;
    overflow: hidden;
    padding: 10px 0;
}

/* 广告标题样式 */
.cate_name {
    height: 40px;
    width: 100%;
    background: #ff8800;
    overflow: hidden;
    padding: 0 10px;
}

.cate_name p {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    margin: 0; /* 清除默认边距 */
}

/* 广告列表样式 */
.cate_ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 列表项样式 */
.cate_ul li {
    flex: 1 0 12.5%;
    text-align: center;
    padding: 5px;
    height: 50px;
    line-height: 40px;
    border: 1px solid #0f0f0f;
    border-width: 0 1px 1px;
    font-size: 13px;
    transition: color 0.5s, background-color 0.5s;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
}

.cate_ul li:hover {
    color: #fff;
    background: #ff8800;
}

/* b 标签样式 */
.cate_ul li b {
    width: 16px;
    height: 16px;
    font-weight: 400;
    background: #2cbafc;
    color: #fff;
    padding: 1px 3px;
    margin-left: 4px;
    font-size: 12px;
    border-radius: 2px;
}

/* 响应式布局调整 */
@media screen and (max-width: 960px) {
    .cate_ul li {
        flex: 1 0 25%; /* 每行显示 4 个广告 */
        height: 40px;
        line-height: 35px;
    }
}

@media screen and (max-width: 800px) {
    .cate_ul li {
        height: 35px;
    }
}

/* 针对移动端触摸目标最小尺寸调整（宽度小于640px） */
@media screen and (max-width: 640px) {
    .cate_ul li {
        flex: 1 0 25%; /* 每行显示 4 个广告 */
        min-width: 24px; /* 设置最小宽度 */
        min-height: 24px; /* 设置最小高度 */
        height: auto; /* 允许内容决定高度 */
        line-height: 24px; /* 确保内容垂直居中 */
    }
}
.bannerAds{
	margin-top: 12px;
    margin-bottom: 12px;
}
.bannerAds img {
    width: 100%;
    /*height: 70px;*/
    margin-bottom: 2px;
    display: inline;
    background-color: #f0f0f0;
}