html, body {
    --bs-link-hover-color: #04AA6D;
    --ytd-rich-grid-items-per-row: 2;
    --ytd-rich-grid-posts-per-row: 2;
    --ytd-rich-grid-slim-items-per-row: 4;
    --ytd-rich-grid-game-cards-per-row: 4;
    --bs-link-color: #ffffff;
    background: #1a1c1f;
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    color: #fff;
    font-weight: 700;
}

p {
    color: #fff;
    font-size: 14px;
}

a {
    text-decoration: none;
}

img[data-src]:not(.loaded) {
    filter: blur(5px) brightness(1);
}

img[data-src].error {
    filter: none;
}

* {
    margin: 0;
    padding: 0
}

*, :after, :before {
    box-sizing: border-box
}

body, html {
    height: 100%
}

html {
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.6;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent
}

input, button, textarea, select {
    outline: none;
    resize: none;
    border: none;
    -webkit-appearance: none;
    appearance: none;
    color: inherit;
    font: inherit
}

body, input, textarea, select, button {
    -webkit-touch-callout: none;
    -webkit-font-smoothing: antialiased;
    font-family: -apple-system-font, BlinkMacSystemFont, helvetica neue, pingfang sc, hiragino sans gb, microsoft yahei ui, microsoft yahei, Arial, sans-serif
}

img {
    border: none
}

em {
    font-style: normal
}

button {
    cursor: pointer;
    background: 0 0
}

button, video {
    border: none;
    outline: none
}

ol, ul, li, dl, dd, dt {
    list-style: none
}

img {
    -webkit-transition: filter 375ms ease-in .2s, -webkit-transform .6s;
    -moz-transition: filter 375ms ease-in .2s, -moz-transform .6s;
    -o-transition: filter 375ms ease-in .2s, -o-transform .6s;
    -ms-transition: filter 375ms ease-in .2s, -ms-transform .6s;
    transition: filter 375ms ease-in .2s, transform .6s;
}
img.no-transition {
    transition: none !important;
}

.text-truncate-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media (min-width: 560px) {
    .header .header-box {
        border-radius: 0;
        box-shadow: 0 1px 0 rgba(0, 0, 0, .05);
    }
    .navbar-item.active {
        margin: 0 -16px 0 0;
        padding-left: 16px;
        background: linear-gradient(to right, #16161a 0%, #1A1C1F 90%, #1A1C1F 90%);
    }
    .navbar-item.active span{
        background: linear-gradient(90deg, #25FEB3, #D3FC46);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
}
@media (min-width: 900px) {
    .header .header-box {
        margin: 0 40px;
    }
}
.header-box {
    position: relative;
    z-index: 9;
    display: flex;
    align-items: center;
    height: 64px;
}

.header {
    background: #1a1c1f;
}
@media (min-width: 560px) {
    .header {
        z-index: 11;
        -webkit-backdrop-filter: saturate(180%) blur(10px);
    }
}
@media (min-width: 1025px) {
    .header {
        margin: 0 0 0 200px;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: calc(100% - 200px);
}
.search-box{
    flex: 1;
}
.logo {
    padding-bottom: 28px;
}
.logo a {
    height: 30px;
}
.logo img {
    display: block;
    height: 150%;
    width: 80%;
    margin: auto;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 200px;
    padding: 28px 15px 0;
    height: 100vh;
    background: #16161a;
    border-right: 1px solid #25252b;
}

.navbar-items {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    flex-direction: column;
    padding: 0;
}

.navbar-item {
    font-size: 16px;
    height: 40px;
    padding: 0 16px;
    line-height: 39px;
    display: flex;
    align-items: center;
    position: relative;
}

.navbar-item a {
    display: inline-block;
    width: 100%;
    height: calc(100% - 2px);
}

.page-content {
    margin-left: 200px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 74px;
}

.search-btn {
    height: 100%;
    padding: 0 15px
}

.search-btn i {
    font-size: 16px;
    vertical-align: -2px
}

.list-grid-row {
    --list-grid-width: calc(100% / 9);
    --list-grid-img-pb: 145%;
    width: 100%;
    margin-top: 20px;
    max-width: calc(var(--ytd-rich-grid-items-per-row) * (var(--ytd-rich-grid-item-max-width) + var(--ytd-rich-grid-item-margin)));
    display: flex;
    flex-wrap: wrap;
}

.list {
    position: relative;
    margin-left: calc(var(--ytd-rich-grid-item-margin) / 2);
    margin-right: calc(var(--ytd-rich-grid-item-margin) / 2);
    width: calc(var(--list-grid-width));
    padding: 10px;
}

.list .img-grid {
    transition: filter 0.2s;
    filter: brightness(0.8);
    max-width: 100%;
    padding-bottom: var(--list-grid-img-pb);
    box-sizing: border-box;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.list img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    object-fit: cover;
}

.list:hover img {
    transform: scale(1.05);
    transition-duration: 300ms;
}

.list:hover .img-grid {
    filter: brightness(1);
}

.list h4 {
    font-size: 15px;
    margin-top: 14px;
    margin-bottom: 0px;
    display: inline-block;
}

.list h4 b {
    color: var(--bs-link-hover-color)
}

.list span {
    font-size: 14px;
    color: #666;
    margin-top: 7px;
    font-weight: 400;
}

.list .tag {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .4) 100%);
    padding: 6px 8px;
    font-family: Roboto, Arial, sans-serif;
    text-align: right;
    width: 100%;
}

.list-grid-row.detail {
    --list-grid-width: 200px;
    --list-grid-img-pb: 70%;
}

.home-tabs {
    margin-bottom: 6px;
    text-align: center;
}

.home-tabs {
    margin-bottom: 6px;
    text-align: center;
}

.home-tabs .item {
    padding: 0 20px;
    color: #f1f1f1;
    font-size: 18px;
    display: inline-block;
    text-decoration: auto;
    position: relative;
    opacity: 0.7;
    padding-bottom: 10px;
}

.home-tabs .item:after {
    content: "";
    width: 25px;
    height: 4px;
    border-radius: 4px;
    background: #25FEB3;
    background: -webkit-gradient(linear, left top, right top, from(#25FEB3), to(#D3FC46));
    background: -webkit-linear-gradient(left, #25FEB3, #D3FC46);
    background: -o-linear-gradient(left, #25FEB3 0, #D3FC46 100%);
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12.5px;
}

.home-tabs .item.current {
    opacity: 1;
}

.home-tabs .item.current:after {
    display: block;
}

.home-navigation {
    margin-bottom: 6px;
}

.home-navigation .item {
    border: 1px solid hsla(0, 0%, 100%, .1);
    margin: 6px 12px;
    margin-left: 0;
    border-radius: 30px;
    padding: 0 12px;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF1A;
    font-size: 14px;
    display: inline-block;
    text-decoration: auto;
}

.home-navigation .item.current {
    border: 0 solid transparent;
    color: #222222;
    background: -webkit-gradient(linear, left top, right top, from(#25FEB3), to(#D3FC46));
    background: -webkit-linear-gradient(left, #25FEB3, #D3FC46);
    background: -o-linear-gradient(left, #25FEB3 0, #D3FC46 100%);
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
}

.title {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px;
}

.btn {
    border: 1px solid hsla(0, 0%, 100%, .1);
    background: #FFFFFF1A;
    border-radius: 40px;
}

.searchbar {
    background: #27292a;
    position: relative;
    z-index: 9;
    display: flex;
    padding: 10px 0;
    border-radius: 50px;
    max-width: 500px;
    width: 100%;
    margin: auto;
    overflow: hidden;
}

.search-input {
    height: 100%;
    width: 100%;
    padding: 0 24px;
    flex: 1;
    display: flex;
    font-size: 14px;
    background: #27292a;
    border: 0;
    color: #ffffff;
}

.page-item {
    color: #e1e3e5;
}

:focus-visible {
    outline: inherit;
}

.pagination {
    flex-wrap: wrap;
    padding: 15px 0;
    margin-bottom: 0;
    margin-top: 20px;
}

.page-link,
.page-link:hover {
    border: 0;
    display: inline-block;
    font-size: 14px;
    border-radius: 8px;
    background: #1f2122;
    min-width: 34px;
    position: relative;
    margin: 5px;
    box-shadow: inherit;
}

.active > .page-link,
.page-link.active {
    color: #222222;
    background: -webkit-gradient(linear, left top, right top, from(#25FEB3), to(#D3FC46));
    background: -webkit-linear-gradient(left, #25FEB3, #D3FC46);
    background: -o-linear-gradient(left, #25FEB3 0, #D3FC46 100%);
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
}

.mySwiper {
    --swiper-pagination-color: #51fea1;
    --swiper-navigation-size: 2rem;
    --swiper-pagination-bullet-inactive-color: #efefef;
    margin-bottom: 3rem;
    width: 100%;
}

.mySwiper img {
    border-radius: 23px;
    width: 100%;
    max-height: 300px;
    object-fit: cover;
}

.mySwiper .swiper-slide {
    position: relative;
}

.mySwiper .title {
    background: -webkit-gradient(linear, left top, right top, from(#25FEB3), to(#D3FC46));
    background: -webkit-linear-gradient(left, #25FEB3, #D3FC46);
    background: -o-linear-gradient(left, #25FEB3 0, #D3FC46 100%);
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
    color: #222222;
    position: absolute;
    top: 0;
    margin: 0;
    border-radius: 4px 0 0 0;
    padding: 5px 10px;
    right: 0;
    min-width: 120px;
    text-align: center;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--swiper-pagination-color)
}

.play_model {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 90%);
    top: 0;
    left: 0;
    z-index: 1024;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.play_model ul {
    background-color: #27292a;
    border-radius: 10px;
    padding: 20px 30px;
    max-height: 70vh;
    overflow: auto;
}

.play_model ul > li {
    display: inline-block;
    margin: 4px 8px;
    margin-left: 0;
    width: 80px;
}

.play_model ul > li a {
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 30px;
    padding: 0 8px;
    color: #FFFFFF;
    height: 32px;
    line-height: 32px;
    background: #FFFFFF1A;

    text-decoration: auto;
    text-align: center;
    width: 100%;
    display: block;
    font-size: 13px;
}

.play_model ul > li.one {
    width: 100%;
    max-width: 200px;
}

.play_model ul > li.one a {
    width: 100%;
    display: block;
    text-align: center;
    height: auto;
    padding: 10px;
    font-size: 14px;
}

.video-list-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    border-radius: 0 0 0 4px;
    display: inline-block;
    padding: 1px 8px;
    background-color: rgb(228, 182, 89);
    color: #222222;
    white-space: nowrap;
    text-align: center;
    outline: 0;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, right top, from(#25FEB3), to(#D3FC46));
    background: -webkit-linear-gradient(left, #25FEB3, #D3FC46);
    background: -o-linear-gradient(left, #25FEB3 0, #D3FC46 100%);
    background: linear-gradient(90deg, #25FEB3, #D3FC46);
}

.footer-content {
    padding: 20px 40px;
}

.foot-copyright {
    text-align: center;
}

.foot-copyright a {
    margin-left: 20px;
    font-size: 13px;
    position: relative;
}

.foot-copyright a:first-child::before {
    content: '';
}

.foot-copyright a::before {
    content: '/';
    position: absolute;
    left: -13px;
    color: #c2c6d0;
    bottom: -5%;
    font-size: 12px;
    font-weight: 400;
}

.foot-copyright p {
    font-size: 12px;
    margin-top: 3px;
    color: #757575;
}

@media (max-width: 992px) {
    .list-grid-row {
        --list-grid-width: calc(100% / 5)
    }
}

@media (max-width: 768px) {
    body .page-content {
        margin-top: 150px;
        margin-bottom: 30px;
        padding: 6px;
        background-color: transparent;
    }

    .header .justify-content-center {
        justify-content: flex-end !important;
    }

    .home-tabs .item {
        padding: 5px 5px 10px 5px;
    }

    .home-navigation .item {
        margin: 6px 6px;
        margin-left: 0
    }

    .list-grid-row {
        --list-grid-width: calc(100% / 4)
    }

    .list {
        padding: 5px
    }

    .list span {
        font-size: 12px
    }

    .list h4 {
        font-size: 14px;
    }

    .list-grid-row.detail {
        --list-grid-width: 200px;
        --list-grid-img-pb: 70%;
    }

    .list-grid-row.detail .list {
        width: 50%;
    }

    .module-item-pic img {
        width: 50%;
    }

    .page-link, .page-link:hover {
        background: #27292a;
    }

    .play_model ul > li {
        width: calc(25% - 9px);
    }
}

@media (max-width: 567px) {
    .list-grid-row {
        --list-grid-width: calc(100% / 3)
    }

    .mySwiper img {
        border-radius: 10px;
        height: 8rem;
        object-fit: cover;
    }
}

element.style {
}

.module-item-cover {
    transition: filter 0.2s;
    filter: brightness(0.8);
}

.module-info {
}

.module-item-pic {
    padding-bottom: 145%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px
}

.module-item-pic img {
    position: absolute;
    width: calc(100%);
    height: 100%;
    object-fit: cover;
}

.module-info-tag {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.module-info-tag-link {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    background: #FFFFFF1A;
    padding: 5px 12px;
    font-size: 14px;
    color: #f1f1f1;
    border-radius: 32px;
    margin-right: 6px;
    margin-bottom: 6px
}

.module-info-tag-link a {
    display: block;
    white-space: nowrap;
    position: relative;
}

.module-info-tag-link a.current {
    color: var(--bs-link-hover-color)
}

.module-info-tag-link a:first-child::before {
    content: '';
    margin: 0;
}

.module-info-tag-link a::before {
    content: '/';
    color: #c2c6d0;
    font-size: 12px;
    font-weight: 400;
    margin: 0 3px 0 8px;
}

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