:root {
    --dx-primary-color: #ff5656;
    --dx-red-color: #fc0b00;
    --dx-dialog-bg-color: #fff;
    --dx-placeholder-color: #777;

    --dx-base1-color: #f0f0f0;
    --dx-base2-color: #333;
    --dx-base3-color: #a7a7a7;
    --dx-base4-color: #e8e8e8;
    --dx-base5-color: #6e6e6e;
    --dx-base6-color: #878787;
    --dx-base7-color: #f6f6f6;


    --dx-base8-color: #151515;
    --dx-base9-color: #0c0c0c;
    --dx-base10-color: #212121;

    --dx-base11-color: #232323;
    --dx-border-color: #ededed;
    --dx-border-width: 1px;
    --dx-main-bg-color: #000;
    --dx-subtitle-color: #ccc;
    --dx-app-opacity: rgba(22, 22, 26, 0);


    --swiper-pagination-color: var(--dx-primary-color);
    --dx-header-height: 120px;
    --dx-header-index: 11;
    --dx-overlay-index: 1000;
    --dx-drawer-index: 1001;
    --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;

}

.scrollbar-none {
    scrollbar-width: none;

}


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

}


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

}


.\!static {
    position: static !important;

}


.fixed {
    position: fixed;

}


.absolute {
    position: absolute;

}


.relative {
    position: relative;

}


.\!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;

}

.right-5 {
    right: 20px;
}


.top-0 {
    top: 0px;

}


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

}


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

}


.m-2 {
    margin: 8px;

}


.m-auto {
    margin: auto;

}


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

}


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

}


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

}


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

}


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

}


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

}

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

.ml-0 {
    margin-left: 0;
}

.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-auto {
    margin-left: auto;

}

.mr-\[50\%\] {
    margin-left: 50%;
}


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

}


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

}


.mr-1\.5 {
    margin-right: 6px;

}


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

}


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

}


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

}


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

}


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

}


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

}


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

}


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

}


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

}


.block {
    display: block;

}


.inline {
    display: inline;

}


.flex {
    display: flex;

}


.inline-flex {
    display: inline-flex;

}


.table {
    display: table;

}


.grid {
    display: grid;

}


.hidden {
    display: none;

}


.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-\[23px\] {
    height: 23px;

}


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

}


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

}


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

}


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

}


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

}


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

}


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

}


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

}


.h-full {
    height: 100%;

}


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

}


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

}


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

}

.w-1\/3 {
    width: 33.333333%;

}

.w-1\/4 {
    width: 25%;
}

.w-3\/4 {
    width: 75%;
}

.w-10 {
    width: 40px;

}


.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-8 {
    width: 32px;

}


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

}


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

}


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

}


.w-\[128px\] {
    width: 128px;

}


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

}


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

}


.w-\[240px\] {
    width: 240px;

}


.w-\[320px\] {
    width: 320px;

}


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

}


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

}


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

}


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

}


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

}


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

}


.w-\[75px\] {
    width: 75px;

}


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

}


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

}


.w-full {
    width: 100%;

}


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

}


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

}


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

}


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

}


.max-w-\[80vw\] {
    max-width: 80vw;

}


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

}


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

}


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

}

.grid-cols-8 {
    grid-template-columns: repeat(8, 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-start {
    justify-content: flex-start;
}


.justify-center {
    justify-content: center;

}


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

}


.gap-2 {
    gap: 8px;

}


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

}


.gap-3 {
    gap: 12px;

}


.gap-4 {
    gap: 16px;

}


.gap-x-1 {
    -moz-column-gap: 4px;
    column-gap: 4px;

}


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

}


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

}


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

}


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

}


.divide-x> :not([hidden])~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));

}


.overflow-auto {
    overflow: auto;

}


.overflow-hidden {
    overflow: hidden;

}


.overflow-y-auto {
    overflow-y: auto;

}


.overflow-x-hidden {
    overflow-x: 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-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-r-large {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

}


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

}


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

}


.border {
    border-width: 1px;

}


.border-r-0 {
    border-right-width: 0px;

}


.border-solid {
    border-style: solid;

}


.border-none {
    border-style: none;

}


.border-base1 {
    border-color: var(--dx-base1-color);

}


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

}


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

}


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

}


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

}

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

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


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

}


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

}


.p-3 {
    padding: 12px;

}


.p-5 {
    padding: 20px;

}


.\!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;

}


.py-8 {
    padding-top: 32px;
    padding-bottom: 32px;

}


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

}


.\!pl-7 {
    padding-left: 28px !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-5 {
    padding-left: 20px;

}

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


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

}


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

}


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

}


.text-left {
    text-align: left;

}


.text-center {
    text-align: center;

}


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

}


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

}


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

}


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

}


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

}


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

}


.font-bold {
    font-weight: 700;

}


.font-medium {
    font-weight: 500;

}


.font-semibold {
    font-weight: 600;

}


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

}


.text-base3 {
    color: var(--dx-base3-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-border {
    color: var(--dx-border-color);

}


.text-font1 {
    color: var(--dx-font1-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));

}


.underline {
    text-decoration-line: underline;

}


.opacity-50 {
    opacity: 0.5;

}


.opacity-60 {
    opacity: 0.6;

}


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

}


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

}


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


@tailwind base;


:root {
    --dx-tab-line-item-padding: 4px 0;
    --dx-tab-line-height: 3px;
    --dx-tab-line-width-percent: 60%;
    --dx-button-tab-item-padding-pc: 4px 8px;
    --dx-button-tab-item-padding-mobile: 6px 8px;
    --dx-button-tab-item-bg-color: #1f1f1f;
    --dx-button-tab-item-color: #b1b1b1;
}


.dx-tab-content {
    display: none;
}


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


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


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


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

    background-color: var(--dx-primary-color);
}


.dx-button-tab-item {
    margin-right: 16px;
    white-space: nowrap;
    margin-bottom: 12px;
    position: relative;
    padding: var(--dx-button-tab-item-padding-pc);
    color: var(--dx-button-tab-item-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
}


.dx-button-tab-item:last-child {
    margin-right: 0;
}


.dx-button-tab-item.btn-primary {
    background-color: #010101;

    color: #fff;
}

@media (min-width: 640px) {
    .sm\:ml-4 {
        margin-left: 16px;
    }

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

    .sm\:flex-row {
        flex-direction: row;
    }
}


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

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

        display: none;
    }

    .dx-button-tab-item {
        margin-right: 8px;
        margin-bottom: 8px;
        padding: var(--dx-button-tab-item-padding-mobile);
    }
}


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


.btn-collect .not-like {
    display: block;
}


.btn-collect .like {
    display: none;
}


.btn-collect.text-primary .not-like {
    display: none;
}


.btn-collect.text-primary .like {
    display: block;
}


.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: 60px;
    z-index: 1;
}


.app-header.is-open-mobile-search .btn-login,
.app-header.is-open-mobile-search .mobile-like,
.app-header.is-open-mobile-search .btn-menu-collapse,
.app-header.is-open-mobile-search .app-logo-container {
    display: none;
}


.btn-open-menu .open,
.btn-menu-collapse .open {
    display: inline;
}


.btn-open-menu .close,
.btn-menu-collapse .close {
    display: none;
}


.btn-open-menu.is-open .open,
.btn-menu-collapse.is-open .open {
    display: none;
}


.btn-open-menu.is-open .close,
.btn-menu-collapse.is-open .close {
    display: inline;
}


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


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


@media (max-width: 768px) {
    #app-header .header {

        background: linear-gradient(to top, #e2e5ea, #F7F8FA);
    }
}


#app-header.is-simple {
    --dx-header-height: 60px;
}


#app-nav {
    position: relative;
    z-index: 6;
}


#app-nav .icon-caret-down {
    transition: all 0.2s;
}


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


#app-nav .app-nav-item:last-child {
    margin-right: 0;
}


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

}


#app-nav li {
    position: relative;
}


#app-nav .submenu {
    background-color: #fff;
    position: absolute;
    top: 56px;

    left: 50%;
    transform-origin: top center;
    transform: translateX(-50%) rotateX(-90deg);
    border: 1px solid var(--dx-border-color);
    transition: all 0.2s;
    opacity: 0;
    text-align: center;
}


#app-nav .submenu-item {
    cursor: pointer;
    padding: 8px 12px;
    border-bottom: 1px solid var(--dx-border-color);
    font-weight: bold;
}


#app-nav .submenu-item:last-child {
    border-bottom: 0;
}


#app-nav .is-open .submenu {
    transform: translateX(-50%) rotateX(0);
    opacity: 1;

}


@media (max-width: 768px) {

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


.mobile-search {

    transition: all 0.3s;
    will-change: width;
}


.mobile-search.is-open-mobile-search {
    /* transform: translateY(calc(var(--dx-header-height))); */
    display: flex;
}


.dx-menu-container {
    height: 70px;
    transform: translateY(-20px);
    transition: all 0.3s;
    will-change: transform;
    background: linear-gradient(to top, #e2e5ea, #F7F8FA);
}


.dx-menu-container.is-open {
    transform: translateY(calc(var(--dx-header-height)));
}


.swiper .swiper-pagination-bullet {
    transition: all 0.2s;
}


.swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
    border: none;
    width: 9pt;
    height: 3pt;
    border-radius: 6px;
    margin: 0 1.5%;
    opacity: .5;
}


.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: var(--dx-primary-color);
    border: none;
    width: 18pt;
    height: 3pt;
    border-radius: 6px;
    margin: 0 1.5%;
    opacity: 1;
}


/* @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)
}


.app-tabbar {
    padding-bottom: 70px;
    width: 100%;
    z-index: 105;
    position: relative;
}


.app-tabbar .tabbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}


.app-tabbar .tabbar-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.dx-popup {
    position: fixed;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1000;
    height: 100%;
    transform: translateX(100%);
    transition: all 0.2s;
}


.dx-popup .dx-popup-content {
    background-color: #fff;
    height: 100%;
}


.dx-popup.is-open {
    transform: translateX(0);
}


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


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


}


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


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


:root {
    --dx-drawer-width: 100vw;
}


.dx-drawer {
    width: var(--dx-drawer-width);
    max-width: 430px;
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    transform: translateX(-100%);
    transition: all .3s cubic-bezier(0, 0, .2, 1);
    will-change: transform;
    z-index: var(--dx-drawer-index);

    background: linear-gradient(to top, #e2e5ea, #F7F8FA);
}


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


.dx-collapse .icon-caret-down {
    transition: all 0.2s;
    transform: rotateZ(-180deg);
}


.dx-collapse.collapsed .icon-caret-down {
    transform: rotateZ(0);
}


/* ! tailwindcss v3.4.6 | MIT License | https://tailwindcss.com */


/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/


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


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


/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/


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


/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/


body {
    margin: 0;
    /* 1 */
    line-height: inherit;
    /* 2 */
}


/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/


hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
}


/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/


abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}


/*
Remove the default font size and weight for headings.
*/


h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}


/*
Reset links to optimize for opt-in styling instead of opt-out.
*/


a {
    color: inherit;
    text-decoration: inherit;
}


/*
Add the correct font weight in Edge and Safari.
*/


b,
strong {
    font-weight: bolder;
}


/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/


code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}


/*
Add the correct font size in all browsers.
*/


small {
    font-size: 80%;
}


/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}


sub {
    bottom: -0.25em;
}


sup {
    top: -0.5em;
}


/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/


table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
}


/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/


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


/*
Remove the inheritance of text transform in Edge and Firefox.
*/


button,
select {
    text-transform: none;
}


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/


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


/*
Use the modern Firefox focus style for all focusable elements.
*/


:-moz-focusring {
    outline: auto;
}


/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/


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


/*
Add the correct vertical alignment in Chrome and Firefox.
*/


progress {
    vertical-align: baseline;
}


/*
Correct the cursor style of increment and decrement buttons in Safari.
*/


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


/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/


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


/*
Remove the inner padding in Chrome and Safari on macOS.
*/


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


/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/


::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/*
Add the correct display in Chrome and Safari.
*/


summary {
    display: list-item;
}


/*
Removes the default spacing and border for appropriate elements.
*/


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


fieldset {
    margin: 0;
    padding: 0;
}


legend {
    padding: 0;
}


ol,
ul,
menu {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*
Reset default styling for dialogs.
*/


dialog {
    padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/


textarea {
    resize: vertical;
}


/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/


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


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


/*
Set the default cursor for buttons.
*/


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


/*
Make sure disabled buttons don't get the pointer cursor.
*/


:disabled {
    cursor: default;
}


/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/


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


/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/


img,
video {
    max-width: 100%;
    height: auto;
}


/* Make elements with the HTML hidden attribute stay hidden by default */


[hidden] {
    display: none;
}


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

}


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

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

    }
}


.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: 1024px) {


    .dx-container {
        width: 1012px;

    }

}


@media (min-width: 1280px) {


    .dx-container {
        padding-left: 0px;
        padding-right: 0px;

    }

}


.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-novel-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

}


@media (min-width: 768px) {


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

    }

}


@media (min-width: 1024px) {


    .dx-novel-list {
        grid-template-columns: repeat(6, minmax(0, 1fr));

    }

}


.dx-fix-margin {
    margin-left: -12px;
    margin-right: -12px;

}


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

    color: #fff;
    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: #fff;
    stroke-width: 3px;
}


.dx-backtop .dx-backtop--trigger {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    transform: rotate(-90deg);
}


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


.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;
    }
    .modal-dialog {
        margin:0 16px
    }
}


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


*,
::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: ;

}


html,
body {
    font-size: 14px;
    color: var(--dx-base2-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;
}


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


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


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


a.underline:hover {

    text-decoration: underline !important;
}


a:focus {
    outline: none !important;
}


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


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


.dx-bg-linear {
    background: linear-gradient(to right, #73726d, #333);
}


.dx-video-linear {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}


.dx-safe-area-bottom {
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
}


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


.dx-banner-item {
    padding-top: 12%;
    position: relative;
}


.dx-banner-item img[data-src] {
    -o-object-fit: contain;
    object-fit: contain;
    background: rgb(37, 36, 43);
}


* {
    font-family: "PingFang SC";
}


.swiper .swiper-button-prev {
    margin-left: 3%;
    width: 36px;
    background: url(/static/frontend/images/banner_icon_arrow_prev.svg);
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}


.swiper .swiper-button-prev:after {
    content: '';
}


.swiper .swiper-button-next {
    margin-right: 3%;
    width: 36px;
    background: url(/static/frontend/images/banner_icon_arrow_next.svg);
    background-size: 36px 36px;
    background-position: center;
    background-repeat: no-repeat;
}


.swiper .swiper-button-next:after {
    content: '';
}


.user-box {
    background-image: url(/static/frontend/images/member/user_bg.webp);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 178px;
    width: 100%;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}


.btn-password-type {
    cursor: pointer;

}


.btn-password-type.is-open .open {
    display: block;
}


.btn-password-type.is-open .close {
    display: none;
}


.btn-password-type .open {
    display: none;
}


.btn-password-type .close {
    display: block;
}


.dx-filter-item {
    position: relative;
    display: flex;
    margin-bottom: 12px;
    padding-bottom: 12px;
    align-items: center;
}


.dx-filter-item::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);
    border-bottom-width: var(--dx-border-width)
}


.dx-filter-item:last-child {

    padding-bottom: 0;
}


.dx-filter-item:last-child::after {

    border-bottom-width: 0;
}


.dx-filter-expand {
    position: relative;
    align-items: center;
    display: none;
}


.dx-filter-expand .dx-btn-filter {
    margin: 0 12px;
    flex-shrink: 0;
    white-space: nowrap;
}


.dx-filter-expand::after {
    content: '';
    display: block;
    height: 1px;
    background-color: var(--dx-border-color);
    width: calc(50vw - 80px);
}


.dx-filter-expand::before {
    content: '';
    display: block;
    height: 1px;
    background-color: var(--dx-border-color);
    width: calc(50vw - 80px);
}


.dx-filter .dx-filter-content {
    display: none;
}


.dx-filter.is-expand .dx-filter-content {
    display: block;
}


.dx-filter.is-expand .dx-filter-expand {

    display: flex;
}


@media (min-width: 768px) {


    .md\:hide {
        display: none;

    }

}


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

}


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

}


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

}


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

}


@media (min-width: 768px) {


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

    }


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

    }


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

    }


    .md\:mb-1 {
        margin-bottom: 4px;

    }


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

    }


    .md\:mt-2 {
        margin-top: 8px;

    }


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

    }


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

    }


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

    }


    .md\:block {
        display: block;

    }


    .md\:\!flex {
        display: flex !important;

    }


    .md\:flex {
        display: flex;

    }


    .md\:grid {
        display: grid;

    }


    .md\:\!hidden {
        display: none !important;

    }


    .md\:hidden {
        display: none;

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }

    .md\:w-1\/4 {
        width: 25%;
    }


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

    }


    .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\:items-center {
        align-items: center;

    }


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

    }


    .md\:gap-0 {
        gap: 0px;

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }


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

    }

}


@media (min-width: 1024px) {


    .lg\:block {
        display: block;

    }


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

    }


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

    .lg\:w-1\/6 {
        width: 16.666667%;
    }


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

    }


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

    }

}


@media (min-width: 1280px) {


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

    }


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

    }


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

    }

}


.novel-card .dx-title {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.novel-card .dx-title span {
    margin-right: 0.5rem;
    line-height: 24px;
    padding-top: 2px;
    padding-bottom: 2px;
    vertical-align: text-top;
}

.dx-filter-content .dx-filter-item ul li.active {
    padding: 0.3rem 1rem;
    background: #000;
    text-align: center;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
}

.dx-filter-content .dx-filter-item ul li {
    display: flex;
    align-items: center;
    margin: 0.5rem;
    color: #666666;
    font-size: 14px;

    a {
        cursor: pointer;
    }
}

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

.menu-list ul li {
    border-bottom: #e8e8e8 solid 1px;
    color: #909193;

    &:last-child {
        margin-bottom: -13px;
        border-bottom: none;
    }
}

.menu-list .roll-item {
    border-bottom: #e8e8e8 solid 1px;
}

.menu-list li.expand-li-btn {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.menu-list .roll-item .expand-li-btn {
    border-bottom: none;
    margin-bottom: -10px;
}

.transform-reverse {
    transform: rotate(180deg);
}

.menu-list li.expand-li-btn {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.margin-vertical-auto {
    margin: auto 0;
}

.dx-middle-popup,
.dx-shield-tag-box {
    display: block;
    width: 84%;
    max-width: 520px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(250%, -50%);
    background: #fff;
    z-index: 9999;
    border-radius: 6px;
    color: #878787;
    font-size: 13px;
    box-shadow: 1px 2px 18px #999;
    padding: 1.25rem;

    .dx-tag-list {
        text-align: justify;
        line-height: 1.5rem;

        span {
            display: inline-block;
            margin-right: 1rem;
            cursor: pointer;
            font-size: 13px;
            vertical-align: middle;
            line-height: 2;
        }

        span.selected {
            color: #ff5555;
        }
    }

    .multi-title {
        color: #000;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.2rem;
    }

    .sub-title {
        border-bottom: dotted #e5e5e5 1px;
        cursor: pointer;
        line-height: 40px;
    }

    .line-height-40 {
        line-height: 40px;
    }
}

.dx-middle-popup.is-open,
.dx-shield-tag-box.is-open {
    transform: translate(-50%, -50%);
}

.margin-vertical-auto {
    margin: auto 0;
}

.dx-filter-content .dx-filter-item>a {
    white-space: nowrap;
    height: fit-content;
}

.underline b {
    color: #ff5555;
    font-weight: 700;
}

.app-logo {
    max-width: 100%;
    max-height: 100%;
    height: 100% !important;
    object-fit: contain;
}

.ad-box img {
    width: 100%;
    height: auto;
    max-height: 90px;
    min-height: 30px;
    background: #f9f9f9;
    object-fit: contain;
}

.hide {
    display: none !important;
}

div#ad-swiper .swiper-slide img {
    object-fit: cover;
    height: auto;
}

.overflow-hidden-3r {
    display: -webkit-box;
    word-break: break-all;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.highlight {
    color: #ff5555 !important;
}

aside nav ul li {
    font-size: 14px;
    white-space: nowrap;
    line-height: 2rem;
    margin-right: 0.8rem;
}

.bottom-nav {
    background-color: #ededed;
    z-index: 50;
}

.bottom-nav nav {
    justify-content: space-around;
}

.bottom-nav a span.active {
    color: #ff8400;
    font-weight: 700;
}

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

.play-music .player {
    display: none
}

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

.tran-container {
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.whitespace-pre-line {
    white-space: pre-line;
}

.\!underline {
    text-decoration-line: underline !important;
}

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

.url-box {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding: 8px 14px;
    line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

.bannerAds {
    margin-top: 12px;
    margin-bottom: 12px;
}

.bannerAds img {
    width: 100%;
	margin-top: 5px;
    margin-bottom: 5px;
    display: inline;
    background-color: #f0f0f0;
	border-radius: 8px;
}