@keyframes preview {
    0% {
        width: 0%
    }

    to {
        width: 100%
    }
}

:root {
    --dx-primary-color: #e013a9;
    --dx-red-color: #e44545;
    --dx-font1-color: #c5c5c5;
    --dx-font2-color: #c6c6c6;
    --dx-base1-color: #1c1c1c;
    --dx-base2-color: #0f0f0f;
    --dx-base3-color: #181818;
    --dx-base4-color: #141414;
    --dx-base5-color: #181818;
    --dx-base6-color: #303030;
    --dx-base7-color: #202020;
    --dx-base8-color: #151515;
    --dx-base9-color: #0c0c0c;
    --dx-base10-color: #212121;
    --dx-base11-color: #232323;
    --dx-base12-color: #2d2e48;
    --dx-border-color: #333333;
    --dx-main-bg-color: #000;
    --dx-subtitle-color: #ccc;
    --dx-app-opacity: rgba(22, 22, 26, 0);
    --dx-scrollbar-thumb-color: #787878;
    --dx-scrollbar-thumb-hover-color: #999;
    --swiper-pagination-color: var(--dx-primary-color);
    --dx-header-index: 11;
    --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,
.flex-col-center {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

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

.translate-50 {
    transform: translate(-50%, -50%)
}

.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-2 {
    --tw-aspect-h: 2
}

.aspect-h-4 {
    --tw-aspect-h: 4
}

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

.aspect-h-6 {
    --tw-aspect-h: 6
}

.aspect-h-7 {
    --tw-aspect-h: 7
}

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

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

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

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

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

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

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

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

.\!static {
    position: static !important
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: sticky
}

.-top-2 {
    top: -8px
}

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

.bottom-0 {
    bottom: 0
}

.bottom-\[90px\] {
    bottom: 90px
}

.left-0 {
    left: 0
}

.left-1\/2 {
    left: 50%
}

.left-3 {
    left: 12px
}

.right-0 {
    right: 0
}

.right-1 {
    right: 4px
}

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

.top-0 {
    top: 0
}

.top-1 {
    top: 4px
}

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

.top-2 {
    top: 8px
}

.top-3 {
    top: 12px
}

.top-7 {
    top: 28px
}

.top-\[34px\] {
    top: 34px
}

.top-\[50px\] {
    top: 50px
}

.top-\[58px\] {
    top: 58px
}

.top-\[60px\] {
    top: 60px
}

.z-10 {
    z-index: 10
}

.z-50 {
    z-index: 50
}

.z-\[200\] {
    z-index: 200
}

.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-5 {
    grid-column: span 5/span 5
}

.col-start-2 {
    grid-column-start: 2
}

.m-auto {
    margin: auto
}

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

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

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

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

.mx-2\.5 {
    margin-left: 10px;
    margin-right: 10px
}

.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: 10px;
    margin-bottom: 10px;
}

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

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px
}

.\!mr-4 {
    margin-right: 16px !important
}

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

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

.mb-\[10px\] {
    margin-bottom: 10px
}

.mb-\[25px\] {
    margin-bottom: 25px
}

.mb-\[45px\] {
    margin-bottom: 45px
}

.mb-\[7px\] {
    margin-bottom: 7px
}

.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-4 {
    margin-left: 16px
}

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

.ml-auto {
    margin-left: auto
}

.mr-0\.5 {
    margin-right: 2px
}

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

.mr-2 {
    margin-right: 8px
}

.mr-2\.5 {
    margin-right: 10px
}

.mr-3 {
    margin-right: 12px
}

.mr-3\.5 {
    margin-right: 14px
}

.mr-4 {
    margin-right: 16px
}

.mr-5 {
    margin-right: 20px
}

.-ml-5 {
    margin-left: -20px
}

.mr-6 {
    margin-right: 24px
}

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

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

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

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

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

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

.mt-1\.5 {
    margin-top: 6px
}

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

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

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

.mt-3\.5 {
    margin-top: 14px
}

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

.mt-5 {
    margin-top: 20px
}

.mt-6 {
    margin-top: 24px
}

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

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

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

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

.mt-auto {
    margin-top: auto
}

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

.line-clamp-2,
.line-clamp-3 {
    -webkit-line-clamp: 2
}

.line-clamp-3 {
    -webkit-line-clamp: 3
}

.block,
.dx-tab-content.dx-tab-content--active,
.dx-tab-content.is-active {
    display: block
}

.inline {
    display: inline
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.hidden {
    display: none
}

.aspect-1 {
    aspect-ratio: 1
}

.\!h-8 {
    height: 32px !important
}

.\!h-\[42px\] {
    height: 42px !important
}

.h-10 {
    height: 40px
}

.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-8 {
    height: 32px
}

.h-\[115px\] {
    height: 115px
}

.h-\[160px\] {
    height: 160px
}

.h-\[18px\] {
    height: 18px
}

.h-\[200px\] {
    height: 200px
}

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

.h-\[256px\] {
    height: 256px
}

.h-\[25px\] {
    height: 25px
}

.h-\[30px\] {
    height: 30px
}

.h-\[32px\] {
    height: 32px
}

.h-\[35px\] {
    height: 35px
}

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

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

.h-\[44px\] {
    height: 44px
}

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

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

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

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

.h-\[87px\] {
    height: 87px
}

.h-\[90px\] {
    height: 90px
}

.h-full {
    height: 100%
}

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

.w-0\.5 {
    width: 2px
}

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

.w-10 {
    width: 40px
}

.w-3 {
    width: 12px
}

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

.w-4 {
    width: 16px
}

.w-4\.5 {
    width: 18px
}

.w-5 {
    width: 20px
}

.w-6 {
    width: 24px
}

.w-7 {
    width: 28px
}

.w-8 {
    width: 32px
}

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

.w-\[104px\] {
    width: 104px
}

.w-\[105px\] {
    width: 105px
}

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

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

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

.w-\[18px\] {
    width: 18px
}

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

.w-\[204px\] {
    width: 204px
}

.w-\[20px\] {
    width: 20px
}

.w-\[225px\] {
    width: 225px
}

.w-\[25px\] {
    width: 25px
}

.w-\[30px\] {
    width: 30px
}

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

.w-\[328px\] {
    width: 328px
}

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

.w-\[40px\] {
    width: 40px
}

.w-\[44px\] {
    width: 44px
}

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

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

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

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

.w-\[64px\] {
    width: 64px
}

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

.w-\[88px\] {
    width: 88px
}

.w-\[90px\] {
    width: 90px
}

.w-\[94px\] {
    width: 94px
}

.w-auto {
    width: auto
}

.w-full {
    width: 100%
}

.min-w-0 {
    min-width: 0
}

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

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

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

.max-w-\[50vw\] {
    max-width: 50vw
}

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

.max-w-full {
    max-width: 100%
}

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

.flex-\[3\] {
    flex: 3
}

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

.shrink {
    flex-shrink: 1
}

.shrink-0 {
    flex-shrink: 0
}

.transform {
    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
}

.items-baseline {
    align-items: baseline
}

.justify-start {
    justify-content: flex-start
}

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

.justify-center {
    justify-content: center
}

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

.gap-1 {
    gap: 4px
}

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

.gap-2 {
    gap: 8px
}

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

.gap-3 {
    gap: 12px
}

.gap-3\.5 {
    gap: 14px
}

.gap-4 {
    gap: 16px
}

.gap-5 {
    gap: 20px
}

.gap-\[19px\] {
    gap: 19px
}

.gap-12 {
    gap: 3rem;
}

.gap-x-2 {
    -moz-column-gap: 8px;
    column-gap: 8px
}

.gap-x-4 {
    -moz-column-gap: 16px;
    column-gap: 16px
}

.gap-x-5 {
    -moz-column-gap: 20px;
    column-gap: 20px
}

.gap-x-7 {
    -moz-column-gap: 28px;
    column-gap: 28px
}

.gap-x-\[106px\] {
    -moz-column-gap: 106px;
    column-gap: 106px
}

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

.gap-y-2 {
    row-gap: 8px
}

.gap-y-3 {
    row-gap: 12px
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden,
body.search-history-open {
    overflow: hidden
}

.overflow-y-auto {
    overflow-y: auto
}

.overflow-x-hidden {
    overflow-x: hidden
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis
}

.truncate,
.whitespace-nowrap {
    white-space: nowrap
}

.whitespace-pre-wrap {
    white-space: pre-wrap
}

.text-nowrap {
    text-wrap: nowrap
}

.break-words {
    overflow-wrap: break-word
}

.break-all {
    word-break: break-all
}

.rounded {
    border-radius: 8px
}

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

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

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

.rounded-md {
    border-radius: 12px
}

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

.rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px
}

.rounded-l-large {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px
}

.rounded-l-sm {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.rounded-r-large {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px
}

.rounded-r-sm {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

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

.\!border-0 {
    border-width: 0 !important
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

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

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.border-r-0 {
    border-right-width: 0
}

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

.border-solid {
    border-style: solid
}

.border-none {
    border-style: none
}

.border-\[\#404040\] {
    --tw-border-opacity: 1;
    border-color: rgb(64 64 64/var(--tw-border-opacity))
}

.border-base3 {
    border-color: var(--dx-base3-color)
}

.border-base6 {
    border-color: var(--dx-base6-color)
}

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

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

.bg-\[\#212121\] {
    --tw-bg-opacity: 1;
    background-color: rgb(33 33 33/var(--tw-bg-opacity))
}

.bg-\[\#2b2b2b\] {
    background-color: rgb(43 43 43 / var(--tw-bg-opacity));
}

.bg-\[\#222222\],
.bg-\[\#272727\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34/var(--tw-bg-opacity))
}

.bg-\[\#272727\] {
    background-color: rgb(39 39 39/var(--tw-bg-opacity))
}

.bg-\[\#2b2a2a\],
.bg-\[\#404040\] {
    --tw-bg-opacity: 1;
    background-color: rgb(43 42 42/var(--tw-bg-opacity))
}

.bg-\[\#404040\] {
    background-color: rgb(64 64 64/var(--tw-bg-opacity))
}

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

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

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

.bg-base12 {
    background-color: var(--dx-base12-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-base6 {
    background-color: var(--dx-base6-color)
}

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

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

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

.bg-base10 {
    background-color: #212121
}

.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-transparent {
    background-color: transparent
}

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

.bg-\[linear-gradient\(106deg\2c _\#d63b77_0\%\2c _\#c316e5_93\%\)\] {
    background-image: linear-gradient(106deg, #d63b77 0, #c316e5 93%)
}

.bg-cover {
    background-size: cover
}

.\!p-0 {
    padding: 0 !important
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 4px
}

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

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

.p-3 {
    padding: 12px
}

.p-3\.5 {
    padding: 14px
}

.p-4 {
    padding: 16px
}

.p-5 {
    padding: 20px
}

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

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

.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-10 {
    padding-left: 40px;
    padding-right: 40px
}

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

.px-6 {
    padding-left: 24px;
    padding-right: 24px
}

.px-9 {
    padding-left: 36px;
    padding-right: 36px
}

.px-\[15px\] {
    padding-left: 15px;
    padding-right: 15px
}

.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-4 {
    padding-top: 16px;
    padding-bottom: 16px
}

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

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px
}

.\!pb-3 {
    padding-bottom: 12px !important
}

.\!pt-2 {
    padding-top: 8px !important
}

.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-3 {
    padding-left: 12px
}

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

.pl-6 {
    padding-left: 24px
}

.pr-2 {
    padding-right: 8px
}

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

.pr-6 {
    padding-right: 24px
}

.pt-1\.5 {
    padding-top: 6px
}

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

.pt-3 {
    padding-top: 12px
}

.pt-3\.5 {
    padding-top: 14px
}

.pt-5 {
    padding-top: 20px
}

.pt-6 {
    padding-top: 24px
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-\[\#d8d8d8\] {
    color: rgb(216 216 216 / var(--tw-text-opacity));
}

.font-ping-fang-sc {
    font-family: PingFang SC, Helvetica Neue, Microsoft YaHei, sans-serif
}

.\!text-xl {
    font-size: 16px !important
}

.text-2xl {
    font-size: 18px
}

.text-3xl {
    font-size: 20px
}

.text-4xl {
    font-size: 22px
}

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

.text-default {
    font-size: 14px
}

.text-mini {
    font-size: 10px
}

.text-normal {
    font-size: 13px
}

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

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

.\!font-normal {
    font-weight: 400 !important
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.leading-\[1\.35\] {
    line-height: 1.35
}

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

.leading-\[30px\] {
    line-height: 30px
}

.leading-relaxed {
    line-height: 1.625
}

.leading-snug {
    line-height: 1.375
}

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

.text-\[\#101010\],
.text-\[\#6190c9\] {
    --tw-text-opacity: 1;
    color: rgb(16 16 16/var(--tw-text-opacity))
}

.text-\[\#6190c9\] {
    color: rgb(97 144 201/var(--tw-text-opacity))
}

.text-\[\#6a6a6a\],
.text-\[\#707375\] {
    --tw-text-opacity: 1;
    color: rgb(106 106 106/var(--tw-text-opacity))
}

.text-\[\#707375\] {
    color: rgb(112 115 117/var(--tw-text-opacity))
}

.text-\[\#838383\],
.text-\[\#848484\] {
    --tw-text-opacity: 1;
    color: rgb(131 131 131/var(--tw-text-opacity))
}

.text-\[\#848484\] {
    color: rgb(132 132 132/var(--tw-text-opacity))
}

.text-\[\#858585\],
.text-\[\#D8D8D8\] {
    --tw-text-opacity: 1;
    color: rgb(133 133 133/var(--tw-text-opacity))
}

.text-\[\#D8D8D8\] {
    color: rgb(216 216 216/var(--tw-text-opacity))
}

.text-\[\#a7a7a7\],
.text-\[\#c5c5c5\] {
    --tw-text-opacity: 1;
    color: rgb(167 167 167/var(--tw-text-opacity))
}

.text-\[\#c5c5c5\] {
    color: rgb(197 197 197/var(--tw-text-opacity))
}

.text-\[\#c92427\],
.text-\[\#e0e0e0\] {
    --tw-text-opacity: 1;
    color: rgb(201 36 39/var(--tw-text-opacity))
}

.text-\[\#e0e0e0\] {
    color: rgb(224 224 224/var(--tw-text-opacity))
}

.text-\[\#edeeef\],
.text-\[\#eee\] {
    --tw-text-opacity: 1;
    color: rgb(237 238 239/var(--tw-text-opacity))
}

.text-\[\#eee\] {
    color: rgb(238 238 238/var(--tw-text-opacity))
}

.text-\[\#f5c400\],
.text-\[\#fff\] {
    --tw-text-opacity: 1;
    color: rgb(245 196 0/var(--tw-text-opacity))
}

.text-\[\#fff\] {
    color: rgb(255 255 255/var(--tw-text-opacity))
}

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

.text-font2 {
    color: var(--dx-font2-color)
}

#app-header .active,
.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))
}

.opacity-10 {
    opacity: .1
}

.opacity-40 {
    opacity: .4
}

.opacity-50 {
    opacity: .5
}

.opacity-60 {
    opacity: .6
}

.opacity-80 {
    opacity: .8
}

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

.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-transform {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms
}

.transition-transform {
    transition-property: transform
}

.duration-100 {
    transition-duration: 100ms
}

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

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

:root {
    --dx-tab-line-item-padding: 4px 0;
    --dx-tab-line-height: 3px;
    --dx-tab-line-width-percent: 20px;
    --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-tab-content {
    display: none
}

.dx-line-tab-item {
    margin-right: 16px;
    white-space: nowrap;
    position: relative;
    padding: var(--dx-tab-line-item-padding);
    cursor: pointer
}

.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);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
} */

/* .dx-line-tab-item.is-active {
    color: var(--dx-primary-color);
    padding: 3px 5px;
    border-radius: 4px;
    background-color: #272727;
    line-height: 20px;
} */

/* .dx-line-tab-item.is-active::after {
    border-radius: 16px;
    background-color: var(--dx-primary-color)
} */

.dx-button-tab-item {
    padding: 4px 8px;
    border-radius: 50px
}

#app-nav .app-nav-item:last-child,
.dx-button-tab-item:last-child {
    margin-right: 0
}

.dx-button-tab-item.is-active {
    background-color: var(--dx-base11-color);
    color: var(--dx-primary-color)
}

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

    .dx-line-tab-item.is-active {
        color: var(--dx-primary-color);
        padding: 3px 5px;
        border-radius: 4px;
        background-color: #272727;
        line-height: 20px;
    }
}

.video-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.video-item>a:nth-child(2) {
    box-sizing: border-box;
    display: block;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal
}

.video-item .title,
.video-item img {
    -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
}

:root {
    --dx-header-height: 116px
}

.app-header {
    height: 60px;
    z-index: 1
}

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

#app-header li {
    list-style: none;
    white-space: nowrap
}

#app-header .input-control {
    display: flex;
    align-items: center
}

#app-header .header {
    z-index: 7
}

#app-nav {
    position: fixed;
    z-index: 6;
    background-color: var(--dx-base4-color);
    top: 60px;
    left: 0;
    right: 0;
    color: #b1b1b1;
}

#app-nav .app-nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    padding: 16px 0;
    margin-right: 26px
}

#app-nav .app-nav-item:hover {
    color: var(--dx-primary-color)
}

.video-nav-dropdown {
    position: relative
}

.video-nav-dropdown:hover .arrow-icon {
    transform: rotate(180deg)
}

.video-nav-dropdown:hover .video-sub-menu {
    display: block
}

.arrow-icon {
    width: 24px;
    transition: transform .3s ease
}

.h5-submenu {
    background: var(--dx-base9-color)
}

.video-sub-menu {
    display: none;
    position: absolute;
    top: calc(100% + 2px);
    left: 0;
    background-color: #222;
    border-radius: 8px;
    padding: 20px;
    z-index: 1000;
    flex-wrap: wrap;
    gap: 15px;
    width: calc(100px*7 + 17px*6 + 32px)
}

.video-sub-menu::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 20px;
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #222
}

.video-nav-dropdown:hover .video-sub-menu,
.video-sub-menu:hover {
    display: flex
}

.video-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 40px;
    background-color: #444;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
    flex-shrink: 0
}

.video-sub-item:hover {
    background-color: var(--dx-primary-color);
    transform: translateY(-2px)
}

@media (max-width: 768px) {
    :root {
        --dx-header-height: 45px
    }

    .app-header {
        height: 45px
    }

    /* H5 视频菜单箭头默认向下，展开后向上 */
    .video-menu-item .video-menu-arrow {
        transition: transform 0.3s ease;
        transform: rotate(0deg);
    }

    .video-menu-item:not(.collapsed) .video-menu-arrow {
        transform: rotate(180deg);
    }

    .md\:self-stretch {
        align-self: stretch;
    }
}

.search-history {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 120;
    display: none;
    pointer-events: none
}

.search-history.is-open {
    display: block;
    pointer-events: auto
}

.search-history__mask {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .72)
}

.search-history__wrap {
    position: relative;
    width: min(100%, 660px);
    margin: 0 auto;
    padding: 20px 24px 32px
}

.search-history__box {
    background: #1b1b1b;
    color: #fff;
    border-radius: 16px;
    padding: 26px 24px 30px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, .45);
    border: 1px solid rgba(255, 255, 255, .04)
}

.search-history__section+.search-history__hot {
    margin-top: 34px
}

.search-history__searchbar {
    display: none;
    align-items: center;
    width: 100%;
    min-height: 56px;
    background: #2e2e2e;
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 16px;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .03)
}

.search-history__searchinput {
    flex: 1;
    height: 56px;
    border: 0;
    outline: 0;
    background: 0 0;
    padding: 0 18px;
    color: #f4f4f4;
    font-size: 16px
}

.search-history__searchinput::-moz-placeholder {
    color: #7d7d7d
}

.search-history__searchinput::placeholder {
    color: #7d7d7d
}

.search-history__searchbtn {
    width: 64px;
    min-width: 64px;
    height: 56px;
    border: 0;
    background: linear-gradient(180deg, #ff38cb 0, #d410a7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    transition: filter .2s ease
}

.search-history__searchbtn:hover {
    filter: brightness(1.05)
}

.search-history__searchbtn img {
    width: 24px;
    height: 24px
}

.search-history__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px
}

.search-history__section-title {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding-left: 12px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    color: #fff
}

.search-history__section-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    border-radius: 999px;
    background: #ff18b8
}

.search-history__clear {
    border: 0;
    background: 0 0;
    color: #c5c5c5;
    font-size: 20px;
    line-height: 1;
    padding: 0;
    cursor: pointer
}

.search-history__clear:hover {
    color: #b8b8b8
}

.search-history__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 14px
}

.search-history__tags li {
    list-style: none
}

.search-history__empty {
    display: none;
    color: #c5c5c5;
    font-size: 14px;
    margin: 32px auto 0;
    text-align: center
}

.search-history__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 74px;
    background: #333333;
    color: #c5c5c5;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .02)
}

.search-history__hot {
    background: 0 0
}

.search-history__hot-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 20px
}

.search-history__hot-emoji {
    font-size: 22px;
    line-height: 1
}

.search-history__hot-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    max-height: 430px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 4px;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.search-history__hot-list::-webkit-scrollbar {
    display: none
}

.search-history__hot-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #d0d0d0;
    font-size: 17px;
    line-height: 1.35
}

.search-history__rank-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    text-align: center;
}

.search-history__rank-other {
    width: 24px;
    text-align: center;
    color: #f8bb40;
    font-size: 18px;
    font-weight: 700;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums
}

.search-history__hot-content {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    min-width: 0
}

.search-history__hot-text--item {
    color: #d3d3d3;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.search-history__hot-badge {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: block
}

@media (min-width: 769px) {
    :root {
        --search-history-desktop-width: 478px
    }

    #app-header .search-box {
        width: min(var(--search-history-desktop-width), 100%);
        max-width: var(--search-history-desktop-width);
        justify-self: center;
        margin-left: 0;
        margin-right: 0;
        flex: none
    }

    .search-history {
        top: 54px
    }

    .search-history__mask {
        background: 0 0
    }

    .search-history__wrap {
        width: min(var(--search-history-desktop-width), calc(100vw - 24px));
        padding: 0
    }

    .search-history__box {
        min-height: 438px;
        padding: 13px 12px 17px;
        background: #2b2b2b;
        border: 0;
        border-radius: 6px;
        box-shadow: none
    }

    .search-history__section+.search-history__hot {
        margin-top: 32px
    }

    .search-history__header {
        gap: 12px;
        margin-bottom: 0;
        min-height: 20px
    }

    .search-history__section-title {
        min-height: 20px;
        padding-left: 10px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 500
    }

    .search-history__section-title::before {
        width: 4px;
        height: 16px;
        border-radius: 0;
        background: #e013a9
    }

    .search-history__clear {
        font-size: 12px;
        line-height: 17px
    }

    .search-history__section:has(.search-history__tags[style*='display: none']) .search-history__clear {
        display: none
    }

    .search-history__tags {
        gap: 8px;
        margin-top: 16px
    }

    .search-history__tag {
        min-width: 0;
        padding: 8px 12px;
        font-size: 12px;
        border-radius: 4px
    }

    .search-history__empty {
        font-size: 12px;
        line-height: 17px;
        margin-top: 31px
    }

    .search-history__hot-title {
        gap: 2px;
        margin-bottom: 17px
    }

    .search-history__hot-emoji {
        font-size: 14px;
        line-height: 1
    }

    .search-history__hot-list {
        gap: 13px;
        max-height: none;
        padding-right: 0
    }

    .search-history__hot-item {
        gap: 11px;
        font-size: 12px;
        line-height: 16px
    }

    .search-history__rank-icon {
        width: 26px;
        height: 17px
    }

    .search-history__rank-other {
        width: 26px;
        font-size: 12px;
        line-height: 14px;
        font-style: italic;
        color: #f8bb40
    }

    .search-history__hot-content {
        position: relative;
        min-width: 0;
        padding-right: 18px;
        gap: 0
    }

    .search-history__hot-text--item {
        font-size: 12px;
        line-height: 16px;
        color: #c5c5c5
    }

    .search-history__hot-badge {
        position: absolute;
        top: 50%;
        right: 0;
        width: 18px;
        height: 18px;
        transform: translateY(-50%)
    }
}

@media (max-width: 768px) {
    .search-history {
        top: 45px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch
    }

    .search-history__mask {
        background: #080808
    }

    .search-history__wrap {
        width: calc(100% - 20px);
        max-height: calc(100dvh - 92px);
        margin: 23px auto 24px;
        padding: 0;
        overflow-y: auto
    }

    .search-history__box {
        padding: 18px 14px 20px;
        border-radius: 12px;
        box-shadow: none
    }

    .search-history__searchbar {
        display: flex;
        min-height: 35px;
        border-radius: 10px;
        margin-bottom: 5px
    }

    .search-history__searchinput {
        height: 35px;
        padding: 0 14px;
        font-size: 15px
    }

    .search-history__searchbtn {
        width: 45px;
        min-width: 45px;
        height: 35px
    }

    .search-history__section+.search-history__hot {
        margin-top: 44px
    }

    .search-history__section-title {
        min-height: 18px;
        padding-left: 10px;
        font-size: 14px
    }

    .search-history__section-title::before {
        width: 3px;
        height: 14px
    }

    .search-history__clear {
        font-size: 12px
    }

    .search-history__tag {
        min-width: 58px;
        padding: 11px 19px;
        font-size: 12px
    }

    .search-history__rank-icon {
        width: 30px;
        height: 20px
    }

    .search-history__rank-other {
        width: 30px;
        font-size: 15px;
        font-style: italic
    }

    .search-history__hot-item {
        gap: 10px;
        font-size: 13px
    }

    .search-history__hot-title {
        margin-bottom: 16px
    }

    .search-history__hot-emoji {
        font-size: 16px
    }

    .search-history__hot-list {
        gap: 16px;
        max-height: none;
        padding-right: 0
    }

    .search-history__hot-badge {
        width: 23px;
        height: 23px
    }
}

: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;
    left: -50%;
    top: -50%;
    right: -50%;
    bottom: -50%;
    transform: scale(.5)
}

.dx-hairline,
.dx-hairline--bottom,
.dx-hairline--left,
.dx-hairline--right,
.dx-hairline--surround,
.dx-hairline--top,
.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)
}

.dx-overlay,
.dx-popup {
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.dx-popup {
    position: absolute;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: var(--dx-base2-color)
}

.dx-overlay {
    position: fixed;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
    pointer-events: auto;
    z-index: var(--dx-overlay-index);
    backface-visibility: hidden
}

@tailwind base;

.dx-backtop {
    display: none;
    position: fixed;
    width: 36px;
    height: 36px;
    bottom: 140px;
    right: 80px;
    z-index: 99;
    background-color: var(--dx-primary-color);
    color: #fff;
    border: 0;
    border-radius: 50%;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

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

@media (max-width: 768px) {
    .dx-backtop {
        width: 40px;
        height: 40px;
        padding: 8px;
        right: 10px
    }
}

:root {
    --dx-drawer-width: 300px
}

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

.dx-drawer.dx-drawer--open {
    transform: translateX(0)
}

*,
::after,
::before {
    --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:
}

*,
::after,
::before {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: #e5e7eb
}

::after,
::before {
    --tw-content: ''
}

:host,
html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    line-height: inherit
}

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;
    text-decoration: none !important
}

b {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-feature-settings: normal;
    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: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: baseline
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset,
menu,
ol,
ul {
    margin: 0;
    padding: 0
}

dialog,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%
}

video {
    height: auto
}

[hidden]:where(:not([hidden="until-found"])) {
    display: none
}

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

@media (min-width: 768px) {
    .dx-title {
        font-size: 16px
    }

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

    .dx-line-tab-item.is-active {
        color: var(--dx-primary-color);
        font-weight: 500;
    }

    .dx-line-tab-item.is-active::after {
        border-radius: 16px;
        background-color: var(--dx-primary-color);
    }

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

@media (min-width:1024px) {
    .dx-title {
        font-size: 18px
    }
}

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

@media (min-width: 768px) {
    .dx-big-title {
        font-size: 24px
    }
}

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

@media (min-width: 768px) {
    .dx-text {
        font-size: 14px
    }
}

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

@media (min-width: 1280px) {
    .dx-container {
        width: 1080px;
        padding-left: 0;
        padding-right: 0
    }
}

.dx-subtitle {
    opacity: .4
}

@media (min-width: 768px) {
    .dx-modal .modal-dialog {
        width: 400px
    }

    .dx-modal .modal-dialog.modal-lg {
        width: 520px
    }
}

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

.dx-opacity-bg {
    background-color: rgba(0, 0, 0, .5)
}

.dx-recommend-icons {
    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-base8-color);
    padding: 12px
}

@media (min-width: 768px) {
    .dx-recommend-icons {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        row-gap: 16px;
        border-width: 0;
        background-color: inherit;
        padding: 0
    }
}

.dx-recommend-small-icons {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
    border-radius: 8px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--dx-border-color);
    background-color: var(--dx-base8-color);
    padding: 12px
}

@media (min-width: 768px) {
    .dx-recommend-small-icons {
        grid-template-columns: repeat(10, minmax(0, 1fr));
        gap: 12px;
        border-width: 0;
        background-color: inherit;
        padding: 0
    }
}

.dx-icon-text,
body,
html {
    font-size: 14px
}

.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-primary-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: 0
}

@media (min-width: 768px) {

    .dx-pager .pager-item-left .pager-item,
    .dx-pager .pager-item-right .pager-item {
        width: 100px
    }
}

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

body,
html {
    color: #fff
}

html {
    overflow-y: scroll
}

strong {
    font-weight: 400
}

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

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

input[type=number] {
    -moz-appearance: textfield
}

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;
    background-color: var(--dx-main-bg-color);
    padding: 0 !important
}

.active a:hover,
.is-active a:hover {
    opacity: .9
}

.is-active,
a.link:hover {
    color: var(--dx-primary-color)
}

a.underline:hover {
    text-decoration: underline !important
}

a:focus {
    outline: 0 !important
}

.video-items .video-preview {
    position: absolute
}

.dx-bg-linear {
    background: linear-gradient(180deg, rgba(22, 22, 26, 0), #16161a 100%)
}

.dx-video-linear {
    background: linear-gradient(180deg, transparent, rgba(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 {
    height: 60px;
    width: auto;
    position: relative
}

.dx-banner-item img[data-src] {
    -o-object-fit: contain;
    object-fit: contain;
    background: var(--dx-base10-color)
}

.dx-banner-item img {
    -o-object-fit: initial;
    object-fit: initial
}

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

.app-content {
    min-height: calc(100vh - (var(--dx-header-height) + 224px))
}

.bg-poster,
.bg-poster[data-src] {
    background-color: var(--dx-base10-color);
    background-image: url(/static/web/images/poster_loading.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .2s
}

.bg-poster {
    background-size: cover;
    background-position: right
}

.bg-poster:not([data-src]):hover {
    background-position: right 10% top
}

.bg-poster.post-item-poster {
    background-position: center
}

.bg-poster.post-item-poster:not([data-src]):hover {
    background-position: center;
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 22px 43px rgba(0, 0, 0, .15)
}

.bg-poster.post-ad-poster {
    background-size: 100% 100% !important
}

.theme-item:hover .theme-overlay {
    background: rgba(80, 100, 110, .3)
}

.theme-overlay {
    position: absolute;
    background: rgba(12, 12, 12, .33);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all .3s;
    z-index: 1
}

@media (max-width: 768px) {
    .modal-dialog {
        margin: 0 16px
    }
}

.modal-dialog .modal-footer {
    border-top-color: var(--dx-border-color)
}

.modal-dialog .modal-header {
    border-bottom: 1px solid var(--dx-border-color)
}

@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px
    }

    ::-webkit-scrollbar-button {
        width: 0;
        height: 0
    }

    ::-webkit-scrollbar-button:end:increment,
    ::-webkit-scrollbar-button:start:decrement {
        display: block
    }

    ::-webkit-scrollbar-button:vertical:end:decrement,
    ::-webkit-scrollbar-button:vertical:start:increment {
        display: none
    }

    ::-webkit-scrollbar-thumb:horizontal,
    ::-webkit-scrollbar-thumb:vertical,
    ::-webkit-scrollbar-track:horizontal,
    ::-webkit-scrollbar-track:vertical {
        border-color: transparent;
        border-style: solid
    }

    ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box
    }

    ::-webkit-scrollbar-thumb {
        min-height: 28px;
        background-color: var(--dx-scrollbar-thumb-color);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 5px
    }

    ::-webkit-scrollbar-thumb:active,
    ::-webkit-scrollbar-thumb:hover {
        background-color: var(--dx-scrollbar-thumb-hover-color)
    }

    ::-webkit-scrollbar-thumb:horizontal,
    ::-webkit-scrollbar-thumb:vertical,
    ::-webkit-scrollbar-track:horizontal,
    ::-webkit-scrollbar-track:vertical {
        border-width: 0
    }

    ::-webkit-scrollbar-track:hover {
        background-color: rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1)
    }

    ::-webkit-scrollbar-track:active {
        background-color: rgba(0, 0, 0, .05);
        -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .14), inset -1px -1px 0 rgba(0, 0, 0, .07)
    }
}

.post-card-mask {
    background: rgba(0, 0, 0, .3)
}

.post-item {
    width: 100%
}

.post-item .post-item-title {
    font-size: 16px
}

.post-item .post-item-desc {
    font-size: 14px
}

.post-item.post-item--big .post-item-title {
    font-size: 25px;
    line-height: 28px
}

.post-item.post-item--big .post-item-desc {
    font-size: 16px
}

@media (max-width: 768px) {
    .post-item.post-item--big .post-item-title {
        font-size: 16px;
        line-height: 20px
    }

    .post-item.post-item--big .post-item-desc {
        font-size: 14px
    }
}

.border-link {
    position: relative
}

.border-link::after {
    content: '';
    position: absolute;
    left: 100%;
    width: 0;
    bottom: 0;
    border-bottom: 1px solid var(--dx-primary-color);
    transition: width .3s, left .3s
}

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

.border-link:hover::after {
    left: 0;
    width: 100%;
    transition: width .3s
}

.dx-pwa {
    box-shadow: rgba(0, 0, 0, .56) 0 -3px 18px 4px
}

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

.dx-textarea textarea {
    outline-width: 0 !important;
    padding: 0;
    box-shadow: none !important;
    border: 0 !important
}

.modal-dialog .modal-footer {
    border-top: 0
}

#tip_modal.tip-modal .tip-modal__dialog {
    max-width: 600px;
    width: min(600px, calc(100% - 24px));
    margin: 12px auto
}

#tip_modal.tip-modal .tip-modal__content {
    background-color: #2b2b2b;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, .08);
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .45)
}

#tip_modal.tip-modal .tip-modal__header {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background-color: #2b2b2b
}

#tip_modal.tip-modal .tip-modal__title {
    font-size: 20px;
    font-weight: 400;
    color: #c5c5c5;
    line-height: 1.45
}

#tip_modal.tip-modal .tip-modal__close {
    opacity: .9;
    color: #c5c5c5
}

#tip_modal.tip-modal .tip-modal__body {
    background-color: #2b2b2b;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#tip_modal.tip-modal #tip_content.tip-modal__inner {
    padding: 16px;
    background-color: #2b2b2b
}

#tip_modal.tip-modal .tip-modal__row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px 8px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.55;
    color: #c5c5c5
}

#tip_modal.tip-modal .tip-modal__row--wrap {
    align-items: flex-start
}

#tip_modal.tip-modal .tip-modal__label {
    color: #c5c5c5;
    flex-shrink: 0
}

#tip_modal.tip-modal .tip-modal__link {
    color: #f0b233;
    text-decoration: none;
    word-break: break-all
}

#tip_modal.tip-modal .tip-modal__link:hover {
    text-decoration: underline;
    color: #f5c44a
}

#tip_modal.tip-modal .tip-modal__hint {
    color: #c5c5c5;
    font-size: 13px;
    line-height: 1.45;
    flex: 1 1 100%;
    margin-top: 2px
}

#tip_modal.tip-modal .tip-modal__notice {
    margin: 12px 0;
    font-size: 13px;
    line-height: 1.55;
    color: #c5c5c5
}

#tip_modal.tip-modal .tip-modal__tags {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin-top: 6px
}

#tip_modal.tip-modal .tip-modal__tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 6px;
    min-height: 36px;
    min-width: 0;
    background: #fff;
    color: #111;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    line-height: 1.2;
    transition: opacity .2s
}

#tip_modal.tip-modal .tip-modal__tag:hover {
    opacity: .9
}

#tip_modal.tip-modal .tip-modal__footer {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px 20px;
    background-color: #2b2b2b;
    border-top: 0
}

#tip_modal.tip-modal .tip-modal__save {
    align-self: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 44px;
    color: #d81e8a;
    font-size: 16px
}

#tip_modal.tip-modal .tip-modal__save svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #d81e8a
}

#tip_modal.tip-modal .tip-modal__save:hover {
    opacity: .88
}

#tip_modal.tip-modal .tip-modal__btn-close {
    align-self: flex-end;
    border-radius: 8px;
    min-width: 104px;
    min-height: 44px;
    font-size: 17px;
    font-weight: 500
}

@media (min-width: 768px) {
    #tip_modal.tip-modal .tip-modal__title {
        font-size: 24px
    }

    #tip_modal.tip-modal .tip-modal__row {
        font-size: 16px
    }

    #tip_modal.tip-modal .tip-modal__body {
        max-height: none;
        overflow: visible
    }

    #tip_modal.tip-modal .tip-modal__row--wrap .tip-modal__hint {
        flex: 0 1 auto;
        margin-top: 0;
        margin-left: 0
    }

    #tip_modal.tip-modal .tip-modal__footer {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 16px;
        padding: 16px 20px 24px
    }

    #tip_modal.tip-modal .tip-modal__save {
        align-self: flex-start;
        flex: 0 1 auto
    }

    #tip_modal.tip-modal .tip-modal__btn-close {
        align-self: flex-start;
        flex: 0 0 auto
    }
}

button {
    background-color: unset
}

#tip_modal.tip-modal .tip-modal__btn-close.btn-primary {
    background-color: #d81e8a;
    border-color: #d81e8a;
    color: #fff
}

#tip_modal.tip-modal .tip-modal__btn-close.btn-primary:hover {
    filter: brightness(1.06)
}

@media (min-width: 768px) {
    .md\:hide {
        display: none
    }

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

    .md\:aspect-h-5 {
        --tw-aspect-h: 5
    }
}

@media (min-width: 1024px) {
    .lg\:aspect-h-4 {
        --tw-aspect-h: 4
    }
}

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

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

.hover\:bg-base12:hover {
    background-color: var(--dx-base12-color)
}

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

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

.hover\:opacity-70:hover {
    opacity: .7
}

.hover\:opacity-80:hover {
    opacity: .8
}

.hover\:opacity-90:hover {
    opacity: .9
}

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

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

@media (min-width: 640px) {
    .sm\:h-4 {
        height: 16px
    }

    .sm\:h-5 {
        height: 20px
    }

    .sm\:w-4 {
        width: 16px
    }

    .sm\:w-5 {
        width: 20px
    }

    .sm\:text-2xl {
        font-size: 18px
    }

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

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

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

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

    .md\:bottom-\[90px\] {
        bottom: 90px
    }

    .md\:right-\[80px\] {
        right: 80px
    }

    .md\:top-\[110px\] {
        top: 110px
    }

    .md\:top-\[112px\] {
        top: 112px
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:col-span-1 {
        grid-column: span 1/span 1
    }

    .md\:col-span-2 {
        grid-column: span 2/span 2
    }

    .md\:col-span-4 {
        grid-column: span 4/span 4
    }

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

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

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

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

    .md\:\!mb-5 {
        margin-bottom: 20px !important
    }

    .md\:\!mr-10 {
        margin-right: 40px !important
    }

    .md\:\!mr-\[100px\] {
        margin-right: 100px !important
    }

    .md\:\!mr-\[33px\] {
        margin-right: 33px !important
    }

    .md\:-mr-6 {
        margin-right: -24px
    }

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

    .md\:mb-10 {
        margin-bottom: 40px
    }

    .md\:mb-2\.5 {
        margin-bottom: 10px
    }

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

    .md\:mb-5 {
        margin-bottom: 20px
    }

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

    .md\:mb-\[50px\] {
        margin-bottom: 50px
    }

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

    .md\:mr-4 {
        margin-right: 16px
    }

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

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

    .md\:mt-2\.5 {
        margin-top: 10px
    }

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

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

    .md\:mt-6 {
        margin-top: 24px
    }

    .md\:mt-7 {
        margin-top: 28px
    }

    .md\:mt-8 {
        margin-top: 32px
    }

    .md\:line-clamp-1,
    .md\:line-clamp-2 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1
    }

    .md\:line-clamp-2 {
        -webkit-line-clamp: 2
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:grid {
        display: grid
    }

    .md\:hidden {
        display: none
    }

    .md\:\!h-\[50px\] {
        height: 50px !important
    }

    .md\:\!h-\[60px\] {
        height: 60px !important
    }

    .md\:h-5 {
        height: 20px
    }

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

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

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

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

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

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

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

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

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

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

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

    .md\:h-full {
        height: 100%
    }

    .md\:\!w-\[500px\] {
        width: 500px !important
    }

    .md\:w-5 {
        width: 20px
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:w-full {
        width: 100%
    }

    .md\:flex-auto {
        flex: 1 1 auto
    }

    .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-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr))
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-start {
        justify-content: flex-start
    }

    .md\:gap-0 {
        gap: 0
    }

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

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

    .md\:border-0 {
        border-width: 0
    }

    .md\:bg-inherit {
        background-color: inherit
    }

    .md\:p-0 {
        padding: 0
    }

    .md\:p-1 {
        padding: 4px
    }

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

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

    .md\:p-8 {
        padding: 32px
    }

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

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

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

    .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\:py-5 {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .md\:pb-3 {
        padding-bottom: 12px
    }

    .md\:pb-9 {
        padding-bottom: 36px
    }

    .md\:pb-\[37px\] {
        padding-bottom: 37px
    }

    .md\:pb-\[82px\] {
        padding-bottom: 82px
    }

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

    .md\:pt-10 {
        padding-top: 40px
    }

    .md\:pt-2 {
        padding-top: 8px
    }

    .md\:pt-3 {
        padding-top: 12px
    }

    .md\:pt-5 {
        padding-top: 20px
    }

    .md\:pt-\[50px\] {
        padding-top: 50px
    }

    .md\:\!text-2xl {
        font-size: 18px !important
    }

    .md\:text-2xl {
        font-size: 18px
    }

    .md\:text-3xl {
        font-size: 20px
    }

    .md\:text-5xl {
        font-size: 24px
    }

    .md\:text-\[28px\] {
        font-size: 28px
    }

    .md\:text-\[30px\] {
        font-size: 30px
    }

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

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

    .md\:leading-\[40px\] {
        line-height: 40px
    }

    .web\:relative {
        position: relative
    }

    .web\:top-0 {
        top: 0
    }

    .web\:my-2 {
        margin-top: 8px;
        margin-bottom: 8px
    }

    .web\:mb-1 {
        margin-bottom: 4px
    }

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

    .web\:mb-4 {
        margin-bottom: 16px
    }

    .web\:ml-0 {
        margin-left: 0
    }

    .md\:ml-4 {
        margin-left: 16px
    }

    .web\:mr-10 {
        margin-right: 40px
    }

    .web\:mr-4 {
        margin-right: 16px
    }

    .web\:mt-0 {
        margin-top: 0
    }

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

    .web\:mt-6 {
        margin-top: 24px
    }

    .web\:block {
        display: block
    }

    .web\:inline {
        display: inline
    }

    .web\:flex {
        display: flex
    }

    .web\:hidden {
        display: none
    }

    .web\:h-6 {
        height: 24px
    }

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

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

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

    .web\:min-h-\[52px\] {
        min-height: 52px
    }

    .web\:w-6 {
        width: 24px
    }

    .web\:w-\[280px\] {
        width: 260px;
    }

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

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

    .web\:w-full {
        width: 100%
    }

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

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

    .web\:flex-nowrap {
        flex-wrap: nowrap
    }

    .web\:justify-between {
        justify-content: space-between
    }

    .web\:gap-\[33px\] {
        gap: 33px
    }

    .web\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }

    .web\:gap-y-0 {
        row-gap: 0
    }

    .web\:bg-\[\#1c1c1c\] {
        --tw-bg-opacity: 1;
        background-color: rgb(28 28 28/var(--tw-bg-opacity))
    }

    .web\:p-2 {
        padding: 8px
    }

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

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

    .web\:px-5 {
        padding-left: 20px;
        padding-right: 20px
    }

    .web\:py-2 {
        padding-top: 8px;
        padding-bottom: 8px
    }

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

    .web\:py-4 {
        padding-top: 16px;
        padding-bottom: 16px
    }

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

    .web\:pb-3 {
        padding-bottom: 12px
    }

    .web\:pt-2 {
        padding-top: 8px
    }

    .web\:text-2xl {
        font-size: 18px
    }

    .web\:text-3xl {
        font-size: 20px
    }

    .web\:text-5xl {
        font-size: 24px
    }

    .web\:text-6xl {
        font-size: 30px
    }

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

    .web\:text-sm {
        font-size: 12px
    }

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

    .web\:leading-normal {
        line-height: 1.5
    }

    .web\:leading-snug {
        line-height: 1.375
    }

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

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

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

@media (min-width: 1024px) {
    .lg\:ml-2\.5 {
        margin-left: 10px
    }

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

    .lg\:h-10 {
        height: 40px
    }

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

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

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

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

    .lg\:w-10 {
        width: 40px
    }

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

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

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

    .lg\:ml-2\.5 {
        margin-left: 10px
    }

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

    .lg\:h-10 {
        height: 40px
    }

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

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

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

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

    .lg\:w-10 {
        width: 40px
    }

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

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

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

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

@media (min-width: 1280px) {
    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }

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

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

@media (min-width: 768px) {
    .md\:gap-\[14px\] {
        gap: 14px;
    }
}

@media (min-width: 768px) {
    .md\:h-\[161px\] {
        height: 161px;
    }
}

@media (min-width: 768px) {
    .md\:\!pb-0 {
        padding-bottom: 0 !important;
    }
}

@media (min-width: 768px) {
    .md\:\!pt-5 {
        padding-top: 20px !important;
    }
}

@media (min-width: 768px) {
    .md\:\!leading-\[26px\] {
        line-height: 26px !important;
    }
}

@media (min-width: 768px) {
    .md\:max-w-\[290px\] {
        max-width: 290px;
    }
}

@media (min-width: 768px) {
    .md\:\!mb-2 {
        margin-bottom: 8px !important;
    }
}

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

@media (min-width: 768px) {
    .md\:max-w-\[280px\] {
        max-width: 280px;
    }
}

@media (min-width: 768px) {
    .md\:\!text-default {
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .md\:h-\[60px\] {
        height: 60px;
    }
}

@media (min-width: 768px) {
    .md\:gap-y-11 {
        row-gap: 2.75rem;
    }
}

@media (min-width: 768px) {
    .md\:mb-\[41px\] {
        margin-bottom: 41px;
    }
}

.gap-y-7 {
    row-gap: 28px;
}

@media (min-width: 768px) {
    .md\:mt-\[41px\] {
        margin-top: 41px;
    }
}

/* AV page: film themes and hot tags */
.bg-\[url\(\'\/images\/theme-bg\.png\'\)\] {
    background-image: url(/static/web/images/theme-bg.png)
}

.bg-cover {
    background-size: cover
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.leading-none {
    line-height: 1
}

.-mt-6 {
    margin-top: -24px
}

@media (min-width:768px) {
    .md\:-mt-\[10px\] {
        margin-top: -10px
    }

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

    .md\:gap-x-2 {
        -moz-column-gap: 8px;
        column-gap: 8px
    }

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

    .md\:gap-y-2 {
        row-gap: 8px
    }

    .md\:gap-y-3 {
        row-gap: 12px
    }

    .md\:min-h-\[52px\] {
        min-height: 52px
    }

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

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

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

    .md\:mr-2\.5 {
        margin-right: 10px
    }

    .md\:rounded-none {
        border-radius: 0
    }

    .md\:rounded-\[3px\] {
        border-radius: 3px
    }

    .md\:rounded-\[4px\] {
        border-radius: 4px
    }

    .md\:rounded-full {
        border-radius: 9999px
    }

    .md\:border-transparent {
        border-color: transparent
    }

    .md\:bg-\[\#262626\] {
        --tw-bg-opacity: 1;
        background-color: rgb(38 38 38 / var(--tw-bg-opacity))
    }

    .md\:bg-\[\#3f3f3f\] {
        --tw-bg-opacity: 1;
        background-color: rgb(63 63 63 / var(--tw-bg-opacity))
    }

    .md\:bg-none {
        background-image: none
    }

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

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

    .md\:py-\[6px\] {
        padding-top: 6px;
        padding-bottom: 6px
    }

    .md\:pr-4 {
        padding-right: 16px
    }

    .md\:text-sm {
        font-size: 12px
    }

    .md\:text-\[12px\] {
        font-size: 12px
    }

    .md\:font-semibold {
        font-weight: 600
    }

    .md\:leading-5 {
        line-height: 20px
    }

    .md\:leading-none {
        line-height: 1
    }

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

    .md\:text-\[\#8a8a8a\] {
        --tw-text-opacity: 1;
        color: rgb(138 138 138 / var(--tw-text-opacity))
    }

    .md\:text-\[\#c5c5c5\] {
        --tw-text-opacity: 1;
        color: rgb(197 197 197 / var(--tw-text-opacity))
    }

    .md\:text-\[\#d4d4d4\] {
        --tw-text-opacity: 1;
        color: rgb(212 212 212 / var(--tw-text-opacity))
    }

    .md\:tracking-\[0\.01em\] {
        letter-spacing: .01em
    }

    .md\:hover\:border-\[\#e013a9\]:hover {
        --tw-border-opacity: 1;
        border-color: rgb(224 19 169 / var(--tw-border-opacity))
    }

    .md\:hover\:bg-\[\#515151\]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(81 81 81 / var(--tw-bg-opacity))
    }

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

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

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

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

.backup-main+#app-footer {
    margin-top: 0;
    background: linear-gradient(180deg, #161616 0%, #0d0d0d 100%);
}

/* .backup-page {
    background-color: #050505;
    background-image: url('/static/web/images/pc_background.png');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
} */

/* .backup-page__overlay {
    background: linear-gradient(180deg, rgba(13, 13, 13, 0.86) 0%, rgba(5, 5, 5, 0.98) 100%);
} */

.backup-page__glow {
    background-image: radial-gradient(circle at top, rgba(255, 0, 200, 0.1), transparent 26%),
        radial-gradient(circle at bottom, rgba(255, 255, 255, 0.04), transparent 32%);
    opacity: 0.8;
}

.backup-page__container {
    max-width: 1081px;
    padding-top: 16px;
    padding-bottom: 40px;
}

.backup-page__title-bar {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 2px 2px 0 0;
    background: linear-gradient(90deg, rgba(20, 20, 20, 0.95) 0%, rgba(27, 27, 27, 0.92) 100%);
    padding: 16px;
    font-size: 18px;
    letter-spacing: 0.03em;
}

.backup-page__hero-badge,
.backup-page__badge {
    border-radius: 4px;
    background: linear-gradient(135deg, #26d2ff 0%, #7c3dff 45%, #b014ff 100%);
}

.backup-page__hero-badge {
    padding: 8px 6px;
    font-size: 16px;
    line-height: 1;
}

.backup-page__badge {
    padding: 4px 6px;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
}

.backup-page__card {
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-top: 0;
    border-radius: 0 0 2px 2px;
    background: linear-gradient(90deg, rgba(40, 40, 40, 0.96) 0%, rgba(31, 31, 31, 0.94) 100%);
    padding: 20px 16px 24px;
    box-shadow: 0 28px 65px rgba(0, 0, 0, 0.28);
}

.backup-page__section {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding-bottom: 20px;
}

.backup-page__section--last {
    border-bottom: 0;
    padding-bottom: 0;
}

.backup-page__heading {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
}

.backup-page__heading--tight {
    line-height: 1;
}

.backup-page__link {
    word-break: break-all;
    color: #ff19c8;
    font-size: 13px;
    line-height: 1.4;
}

.backup-page__muted {
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.55);
}

.backup-page__muted--wide {
    max-width: 620px;
}

.backup-page__accent {
    color: #ff19c8;
}

.backup-page__email {
    font-size: 20px;
    line-height: 1;
}

.backup-page__share {
    width: 100%;
    max-width: 340px;
    height: 44px;
    border-radius: 4px;
    background: linear-gradient(90deg, #e34b85 0%, #b812e8 100%);
    box-shadow: 0 14px 26px rgba(227, 75, 133, 0.24);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #fff;
    transition: filter 0.15s ease;
}

.backup-page__share:hover {
    filter: brightness(1.05);
}

@media (min-width: 768px) {
    .backup-page__container {
        padding-top: 32px;
        padding-right: 0;
        padding-bottom: 64px;
        padding-left: 0;
    }

    .backup-page__title-bar {
        padding: 20px 24px;
        font-size: 22px;
    }

    .backup-page__card {
        padding: 24px 24px 28px;
    }

    .backup-page__section {
        padding-bottom: 24px;
    }

    .backup-page__heading {
        font-size: 17px;
    }

    .backup-page__link {
        font-size: 15px;
    }

    .backup-page__muted {
        font-size: 14px;
    }

    .backup-page__email {
        font-size: 22px;
    }

    .backup-page__share {
        max-width: 300px;
        height: 40px;
    }
}

.space-y-5>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20px*calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20px*var(--tw-space-y-reverse))
}

/* backup.pug missing tailwind utilities */
.pointer-events-none {
    pointer-events: none
}

.inset-0 {
    inset: 0
}

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

.text-\[\#f8bb40\] {
    --tw-text-opacity: 1;
    color: rgb(248 187 64 / var(--tw-text-opacity))
}

.text-white\/45 {
    color: rgb(255 255 255 / .45)
}

.text-white\/80 {
    color: rgb(255 255 255 / .8)
}

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

@media (min-width: 768px) {
    .md\:items-start {
        align-items: flex-start
    }

    .md\:text-left {
        text-align: left
    }

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

    .md\:text-inherit {
        color: inherit
    }
}

@media (min-width: 768px) {
    .md\:col-start-2 {
        grid-column-start: 2;
    }
}