:root {
    --dx-primary-color: #f7d0bf;
    --dx-blue-color: #3d85c6;
    --dx-red-color: #ff5b82;
    --dx-yellow-color: #ffeb99;

    --dx-dialog-bg-color: #fff;
    --dx-placeholder-color: #777;

    --dx-base1-color: #2e2e2e;
    --dx-base2-color: #181818;
    --dx-base3-color: #2e2e2e;
    --dx-base4-color: #999;
    --dx-base5-color: #1e1e1e;
    --dx-base6-color: #242424;
    --dx-base7-color: #434c5e;

    --dx-root-bg-color: var(--dx-base5-color);
    --dx-root-font-color: #909090;
    --dx-border-color: var(--dx-primary-color);
    --dx-border-width: 1px;
    --dx-subtitle-color: #ccc;
    --dx-app-opacity: rgba(22, 22, 26, 0);


    --dx-form-control-bg-color: var(--dx-base6-color);

    --dx-pager-font-color: var(--dx-primary-color);
    --dx-header-height: 80px;
    --dx-mobile-header-height: 80px;
    --dx-header-index: 11;
    --dx-box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .8), 0 16px 24px 2px rgba(0, 0, 0, .8), 0 6px 30px 5px rgba(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;
}


.aspect-h-1 {
    --tw-aspect-h: 1;
}


.aspect-h-12 {
    --tw-aspect-h: 12;
}


.aspect-h-16 {
    --tw-aspect-h: 16;
}


.aspect-h-2 {
    --tw-aspect-h: 2;
}


.aspect-h-5 {
    --tw-aspect-h: 5;
}


.aspect-h-9 {
    --tw-aspect-h: 9;
}


.aspect-w-1 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 1;
}


.aspect-w-1 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.aspect-w-11 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 11;
}


.aspect-w-11 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


.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-5 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 5;
}


.aspect-w-5 > * {
    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;
}


.dx-btn-link.round {
    border-radius: 50px;
}


.pointer-events-auto {
    pointer-events: auto;
}


.fixed {
    position: fixed;
}


.absolute {
    position: absolute;
}


.relative {
    position: relative;
}


.sticky {
    position: sticky;
}


.\!left-1 {
    left: 4px !important;
}


.\!top-2\.5 {
    top: 10px !important;
}


.bottom-0 {
    bottom: 0px;
}


.left-0 {
    left: 0px;
}


.left-0\.5 {
    left: 2px;
}


.right-0 {
    right: 0px;
}


.right-0\.5 {
    right: 2px;
}


.top-0 {
    top: 0px;
}


.top-0\.5 {
    top: 2px;
}


.top-1\/2 {
    top: 50%;
}


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


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


.m-1\.5 {
    margin: 6px;
}


.mx-1 {
    margin-left: 4px;
    margin-right: 4px;
}


.mx-2 {
    margin-left: 8px;
    margin-right: 8px;
}


.mx-3 {
    margin-left: 12px;
    margin-right: 12px;
}


.my-0\.5 {
    margin-top: 2px;
    margin-bottom: 2px;
}


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


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


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


.mb-1\.5 {
    margin-bottom: 6px;
}


.mb-2 {
    margin-bottom: 8px;
}


.mb-3 {
    margin-bottom: 12px;
}


.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-5 {
    margin-right: 20px;
}


.mr-\[54px\] {
    margin-right: 54px;
}


.mr-auto {
    margin-right: auto;
}


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


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


.mt-2 {
    margin-top: 8px;
}


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


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


.mt-\[-12px\] {
    margin-top: -12px;
}


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


.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.block {
    display: block;
}


.inline {
    display: inline;
}


.flex {
    display: flex;
}


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


.grid {
    display: grid;
}


.hidden {
    display: none;
}


.h-3 {
    height: 12px;
}


.h-3\.5 {
    height: 14px;
}


.h-4 {
    height: 16px;
}


.h-4\.5 {
    height: 18px;
}


.h-5 {
    height: 20px;
}


.h-6 {
    height: 24px;
}


.h-7 {
    height: 28px;
}


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


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


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


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


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


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


.h-full {
    height: 100%;
}


.\!w-\[70px\] {
    width: 70px !important;
}


.w-1\/2 {
    width: 50%;
}


.w-3 {
    width: 12px;
}


.w-3\.5 {
    width: 14px;
}


.w-4 {
    width: 16px;
}


.w-5 {
    width: 20px;
}


.w-6 {
    width: 24px;
}


.w-7 {
    width: 28px;
}


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


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


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


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


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


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


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


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


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


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


.w-full {
    width: 100%;
}


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


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


.flex-shrink-0 {
    flex-shrink: 0;
}


.-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}


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


.cursor-pointer {
    cursor: pointer;
}


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


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


.grid-cols-3 {
    grid-template-columns: repeat(3, 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));
}


.flex-col {
    flex-direction: column;
}


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


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


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


.justify-end {
    justify-content: flex-end;
}


.justify-center {
    justify-content: center;
}


.justify-between {
    justify-content: space-between;
}


.gap-0\.5 {
    gap: 2px;
}


.gap-1 {
    gap: 4px;
}


.gap-1\.5 {
    gap: 6px;
}


.gap-2 {
    gap: 8px;
}


.gap-2\.5 {
    gap: 10px;
}


.gap-3 {
    gap: 12px;
}


.gap-x-3 {
    -moz-column-gap: 12px;
    column-gap: 12px;
}


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


.overflow-auto {
    overflow: auto;
}


.overflow-hidden {
    overflow: hidden;
}


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


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


.text-nowrap {
    text-wrap: nowrap;
}


.rounded {
    border-radius: 8px;
}


.rounded-\[6px\] {
    border-radius: 6px;
}


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


.rounded-large {
    border-radius: 50px;
}


.rounded-lg {
    border-radius: 16px;
}


.rounded-sm {
    border-radius: 4px;
}


.rounded-bl-none {
    border-bottom-left-radius: 0;
}


.rounded-tr-none {
    border-top-right-radius: 0;
}


.border {
    border-width: 1px;
}


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


.border-solid {
    border-style: solid;
}


.\!border-none {
    border-style: none !important;
}


.border-base2 {
    border-color: var(--dx-base2-color);
}


.border-base4 {
    border-color: var(--dx-base4-color);
}


.border-primary {
    border-color: var(--dx-primary-color);
}


.bg-\[\#3a3636\] {
    --tw-bg-opacity: 1;
    background-color: rgb(58 54 54 / var(--tw-bg-opacity));
}


.bg-base1 {
    background-color: var(--dx-base1-color);
}


.bg-base2 {
    background-color: var(--dx-base2-color);
}


.bg-base4 {
    background-color: var(--dx-base4-color);
}


.bg-base5 {
    background-color: var(--dx-base5-color);
}


.bg-base6 {
    background-color: var(--dx-base6-color);
}


.bg-base7 {
    background-color: var(--dx-base7-color);
}


.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}


.bg-primary {
    background-color: var(--dx-primary-color);
}


.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}


.object-fill {
    -o-object-fit: fill;
    object-fit: fill;
}


.p-1\.5 {
    padding: 6px;
}


.p-2\.5 {
    padding: 10px;
}


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


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


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


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


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


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


.py-5 {
    padding-top: 20px;
    padding-bottom: 20px;
}


.\!pb-2 {
    padding-bottom: 8px !important;
}


.\!pl-\[26px\] {
    padding-left: 26px !important;
}


.\!pr-\[70px\] {
    padding-right: 70px !important;
}


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


.pb-3 {
    padding-bottom: 12px;
}


.pb-4 {
    padding-bottom: 16px;
}


.pl-3 {
    padding-left: 12px;
}


.pl-5 {
    padding-left: 20px;
}


.pr-5 {
    padding-right: 20px;
}


.pt-2 {
    padding-top: 8px;
}


.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-normal {
    font-size: 15px;
}


.text-sm {
    font-size: 12px;
}


.text-xl {
    font-size: 16px;
}


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


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


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


.text-\[\#52b6ef\] {
    --tw-text-opacity: 1;
    color: rgb(82 182 239 / var(--tw-text-opacity));
}


.text-\[\#89cff0\] {
    --tw-text-opacity: 1;
    color: rgb(137 207 240 / var(--tw-text-opacity));
}


.text-\[\#ff7f50\] {
    --tw-text-opacity: 1;
    color: rgb(255 127 80 / var(--tw-text-opacity));
}


.text-\[\#ffc0cb\] {
    --tw-text-opacity: 1;
    color: rgb(255 192 203 / var(--tw-text-opacity));
}


.text-base2 {
    color: var(--dx-base2-color);
}


.text-base3 {
    color: var(--dx-base3-color);
}


.text-base4 {
    color: var(--dx-base4-color);
}


.text-base5 {
    color: var(--dx-base5-color);
}


.text-base6 {
    color: var(--dx-base6-color);
}


.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}


.text-dx-yellow {
    color: var(--dx-yellow-color);
}


.text-font1 {
    color: var(--dx-font1-color);
}


.text-mred {
    color: var(--dx-red-color);
}


.text-primary {
    color: var(--dx-primary-color);
}


.text-subtitle {
    color: var(--dx-subtitle-color);
}


.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.text-yellow-300 {
    --tw-text-opacity: 1;
    color: rgb(253 224 71 / var(--tw-text-opacity));
}


.underline {
    text-decoration-line: underline;
}


.opacity-50 {
    opacity: 0.5;
}


.opacity-60 {
    opacity: 0.6;
}


.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);
}


.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}


.duration-200 {
    transition-duration: 200ms;
}


.duration-300 {
    transition-duration: 300ms;
}


/* @import './tailwind.components.css'; */


/* @import './tab.css'; */


/* @import './button.css'; */


.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;
    background-color: var(--dx-root-bg-color);

}


#app-header {
    z-index: var(--dx-header-index);
    box-shadow: unset;
    position: relative;
    padding-top: var(--dx-header-height);
    z-index: 112;
}


@media (max-width: 768px) {

    :root {
        --dx-header-height: 120px;
    }
}


/* @import './swiper.css'; */


/* @import './icon.css'; */


:root {
    --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;
    left: -50%;
    top: -50%;
    right: -50%;
    bottom: -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)
}


.dx-hairline--surround:after {
    border-width: var(--dx-border-width)
}


/* @import './tabbar.css'; */


/* @import './popup.css'; */


/* @import './overlay.css'; */


@tailwind base;


.dx-backtop {
    /* display: none; */
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 80px;
    right: 20px;
    z-index: 99;

    color: #52b6ef;
    border: none;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
}


.dx-backtop .progress-circle {
    stroke: var(--dx-primary-color);
    fill: var(--dx-primary-color);
    stroke-width: 3px;
    stroke-linecap: round;
}


.dx-backtop .progress-bar {
    stroke: #52b6ef;
    stroke-width: 3px;
}


.dx-backtop .dx-backtop--trigger {
    width: 44px;
    height: 44px;
    transform: rotate(-90deg);
}


.dx-backtop:hover .dx-backtop--arrow {
    transform: translate(-50%, -50%) rotate(180deg);
}


.dx-back-home {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 140px;
    right: 20px;
    z-index: 99;
    border-radius: 50%;
}


.dx-back-home svg {
    transition: all 0.2s;
}


.dx-back-home:hover svg {
    transform: scale(1.6);
}


.dx-backtop--arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s;
}


.dx-backtop:hover {
    opacity: var(--dx-hover-opacity);
}


@media (max-width: 768px) {
    .dx-backtop--arrow {
        transform: translate(-50%, -50%) rotate(180deg) !important;
    }
}


/* @import './drawer.css'; */


/* @import './collapse.css'; */


*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}


::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}


/* ! tailwindcss v3.4.14 | 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]:where(:not([hidden="until-found"])) {
    display: none;
}


.dx-h-title {
    font-size: 16px;
}


@media (min-width: 768px) {


    .dx-h-title {
        font-size: 20px;
    }
}


.dx-title {
    font-size: 14px;
}


@media (min-width: 768px) {


    .dx-title {
        font-size: 16px;
    }
}


.dx-text {
    font-size: 12px;
}


@media (min-width: 768px) {


    .dx-text {
        font-size: 14px;
    }
}


.dx-container {
    margin-left: auto;
    margin-right: auto;
}


@media (min-width: 1024px) {


    .dx-container {
        width: 1024px;
    }
}


.dx-subtitle {
    opacity: 0.4;
}


@media (min-width: 768px) {


    .dx-modal .modal-dialog {
        width: 400px;
    }
}


.dx-ad-item {
    padding-top: 56%;
    position: relative;
}


.dx-textarea {
    display: flex;
    flex-direction: column;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--dx-border-color);
    padding: 12px;
}


.dx-textarea textarea {
    outline-width: 0px;
}


.dx-video-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}


@media (min-width: 768px) {


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


@media (min-width: 1024px) {


    .dx-video-list {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}


.dx-backtop--trigger {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: auto;
}


.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-blue-color);
    color: #fff;
    border-radius: 4px;
    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;
}


.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-pager .pager-label {
    color: var(--dx-primary-color);
}


html,
body {
    font-size: 14px;
    color: var(--dx-root-font-color);
    background-color: var(--dx-root-bg-color);
}


html {
    overflow-y: scroll;
}


html.overflow {
    overflow-y: hidden;
}


/* 仅影响某些浏览器 */


input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--dx-placeholder-color);
}


input::placeholder,
textarea::placeholder {
    color: var(--dx-placeholder-color);
}


/* Firefox */


input[type="number"] {
    -moz-appearance: textfield;
    /* Hide spinners in Firefox */
}


img {
    -webkit-touch-callout: none;
    /* 禁用长按时的默认弹出菜单（Webkit 浏览器） */
    -webkit-user-select: none;
    /* 禁用图片选中（Webkit 浏览器） */
    -moz-user-select: none;
    /* 禁用图片选中（Firefox 浏览器） */
    /* 禁用图片选中（Internet Explorer 浏览器） */
    user-select: none;
    /* 禁用图片选中（标准属性） */
    pointer-events: none;
    /* 禁用图片的点击事件（可能影响其他交互） */
}


:root {
    overflow-y: auto;
    overflow-x: hidden;
}


:root body {
    position: absolute;
}


body {
    width: 100vw;
    padding: 0 !important;
    font-size: 13px;
}


a {
    text-decoration: none !important;

    transition: color 0.2s;
}


.active a:hover, .is-active a:hover {
    opacity: 0.9;
}


img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


a.link:hover {
    color: var(--dx-primary-color);
}


a.underline:hover {

    text-decoration: underline !important;
}


a:focus {
    outline: none !important;
}


.is-active {
    color: var(--dx-primary-color);
}


.poster::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;

    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 300ms linear;
    background: url(/static/frontend/images/video-play.png) no-repeat center rgba(0, 0, 0, .15);
    transform: scale(1.5);
    transition: all ease-out .35s;

}


.poster:hover:after {
    opacity: 1;
    transform: scale(1);
}


.dx-aspect-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.dx-banner-item {
    /* padding-top: 12%; */
    position: relative;
    height: 80px;
}


.dx-banner-item img[data-src] {
    -o-object-fit: contain;
    object-fit: contain;
    background: #25252b;
}


* {
    font-family: Arial, Helvetica, sans-serif;
}


.link-list li:nth-child(1) {
    color: #df4134
}


.link-list li:nth-child(2) {
    color: #009999
}


.link-list li:nth-child(3) {
    color: #FFA244
}


.link-list li:nth-child(4) {
    color: #52b6ef
}


.tag-active {
    color: var(--dx-red-color);
    background-color: var(--dx-base1-color);
}


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


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


.hover\:border-mred:hover {
    border-color: var(--dx-red-color);
}


.hover\:bg-mred:hover {
    background-color: var(--dx-red-color);
}


.hover\:text-mred:hover {
    color: var(--dx-red-color);
}


.hover\:text-primary:hover {
    color: var(--dx-primary-color);
}


.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}


.hover\:underline:hover {
    text-decoration-line: underline;
}


.group:hover .group-hover\:hidden {
    display: none;
}


.group:hover .group-hover\:scale-125 {
    --tw-scale-x: 1.25;
    --tw-scale-y: 1.25;
    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));
}


.group:hover .group-hover\:text-mred {
    color: var(--dx-red-color);
}


@media (min-width: 768px) {


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


    .md\:my-1\.5 {
        margin-top: 6px;
        margin-bottom: 6px;
    }


    .md\:my-3 {
        margin-top: 12px;
        margin-bottom: 12px;
    }


    .md\:my-5 {
        margin-top: 20px;
        margin-bottom: 20px;
    }


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


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


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


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


    .md\:ml-auto {
        margin-left: auto;
    }


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


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


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


    .md\:block {
        display: block;
    }


    .md\:flex {
        display: flex;
    }


    .md\:h-4 {
        height: 16px;
    }


    .md\:h-8 {
        height: 32px;
    }


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


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


    .md\:\!w-\[60\%\] {
        width: 60% !important;
    }


    .md\:w-4 {
        width: 16px;
    }


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


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


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


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


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


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


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


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


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


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


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


    .md\:gap-4 {
        gap: 16px;
    }


    .md\:gap-3 {
        gap: 12px;
    }


    .md\:p-2 {
        padding: 8px;
    }


    .md\:p-4 {
        padding: 16px;
    }


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


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


    .md\:py-3 {
        padding-top: 12px;
        padding-bottom: 12px;
    }


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


    .md\:text-default {
        font-size: 14px;
    }


    .md\:text-xl {
        font-size: 16px;
    }
}


@media (min-width: 1024px) {


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


    .lg\:flex {
        display: flex;
    }
}