@charset "utf-8";

* {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    margin: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-family: serif;
}

html,
body {
    width: 100%;
    margin: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    overflow-x: hidden;
    color: rgb(51, 51, 51);
}

a {
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
}

.ad-container {
    margin: 16px auto;
}

.ad-container[data-ad-index="0"] {
    margin-top: 0;
}

.gptslot {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    min-height: 250px;
    max-width: 300px;
    margin: 0 auto;
}

.ad-label {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: start;
       -moz-box-align: start;
            align-items: start;
    position: relative;
    padding: 5px 0px 2px 0px;
    font-size: 14px;
    color: rgb(73, 73, 73);
}

.fav {
    width: 160px;
    height: 100%;
    margin-right: auto;
}

.fav .rootbg {
    display: inline-block;
    width: 160px;
    height: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.bgi {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../images/loading.e29b847.gif);
}

.section-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-top: 2px solid #000;
    gap: 5px;
}

.section-descrip {
    margin: 0 10px;
    font-weight: 600;
    height: 36px;
    overflow-y: auto;
}

.section-header h2 {
    font-size: 22px;
    font-weight: 800;
    color: #000;
    letter-spacing: 0.5px;
    height: 40px;
    overflow-y: auto;
    line-height: 40px;
}

.button-box {
    min-width: 88px;
}

header {
    position: relative;
    width: 100%;
    color: #fff;
}

.header-box {
    width: 98%;
    margin: 0 auto;
    /* padding: 0 20px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.header-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    border-radius: 0 0 0 30px;
    padding: 0px 10px;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.header-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
    border-radius: 0 0 30px 0;
    z-index: 900;
}

.header-menu {
    margin: 0;
    color: #333;
    font-weight: 800;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}

.header-menu .item:nth-child(-n+3) .icon-name {
    position: relative;
    white-space: nowrap;
}

.header-menu .item:nth-child(-n+3) .icon-name::after,
.search-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.search-box {
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    background-color: #eaeaea;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    margin: 0;
    position: relative;
}

.search-btn-box {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    height: 100%;
    padding: 0 10px;
    background-color: transparent;
}

.search-btn {
    width: 30px;
    aspect-ratio: 1;
    background-image: url(../../images/search.f5926f9.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    background-color: transparent;
}

.myInput {
    color: #000;
    height: 30px;
    outline: 0;
    font-size: 1rem;
    border: 0;
    display: inline-block;
    margin: 0 1em;
    text-decoration: none;
    width: 80%;
    background-color: transparent;
}

.aside-menu {
    display: none;
    width: 40px;
    height: 40px;
    background-image: url(../../images/menu.37ced67.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.945);
    z-index: 998;
    display: none;
}

body.no-scroll {
    overflow: hidden;
    position: fixed;
    width: 100%;
}

.sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100vh;
    background: #fff;
    -webkit-transition: left 0.3s ease;
    transition: left 0.3s ease;
    z-index: 999;
    overflow: scroll;
}

.sidebar-container {
    padding: 20px;
}

.sidebar-container .fav {
    height: 60px;
}

.close-btn-box {
    position: absolute;
    top: 5px;
    right: 35px;
}

.sidebar-container .list-canvas {
    width: 95%;
    margin: 10px auto;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
}

.list-canvas .menu-tag,
.list-canvas .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    height: 45px;
    margin: 10px;
    background-color: rgba(0, 0, 0, 0.514);
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 6px 0px;
}

.list-canvas .menu-tag p,
.list-canvas .item .icon-name {
    padding-left: 20px;
}

.tab-container {
    background-color: #eaeaea;
    position: relative;
    margin-top: 10px;
}

.tab-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.tab-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    margin-bottom: 10px;
}

.tab-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
    padding: 8px;
    font-weight: 600;
    color: #707070;
    cursor: pointer;
    background-color: #cbcbcb;
}

.tab-title.active {
    color: #525f7f;
    background-color: #eaeaea;
}

.tab-content {
    position: relative;
}

.tab-list {
    display: none;
    padding: 10px;
}

.tab-list .video-card:last-child {
    border: none;
}

.tab-list.active {
    display: block;
}

.tab-list .video-card--type1 .video-card__title,
.tab-list .video-card--type1 .video-card__duration {
    display: none;
}

.video-list-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.video-list-wrapper .video-list {
    min-width: 100%;
    width: 100%;
    gap: 16px;
    padding: 0 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

.switch-btn {
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    z-index: 10;
    background-color: transparent;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.prev-btn {
    left: 0px;
    background-image: url(../../images/left.de29196.png);
}

.next-btn {
    right: 0px;
    background-image: url(../../images/right.f4a5804.png);
}

.bottom {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 10px 0;
    margin-top: 60px;
}

.bottom .fav {
    height: 60px;
    margin: 0 auto;
}

.bottom-container {
    width: 98%;
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 10px;
}

.footer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    width: 100%;
}

.section-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    padding: 20px;
    background-color: #c0c0c0;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.text-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 60px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.text-column {
    padding-top: 8px;
    border-top: 2px solid #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
}

.text-column p {
    font-weight: bold;
    font-size: 14px;
}

.footer-bottom {
    width: 100%;
    padding: 0 10px;
}

.footer-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
    gap: 15px;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 20px;
}

.footer-links a,
.copyright {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}

.main {
    width: 98%;
    min-height: -webkit-calc(100vh - 70px);
    min-height: calc(100vh - 70px);
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 10px;
}

.video-container-box {
    margin: 10px 0;
}

.box-shadow {
    padding: 10px;
    box-shadow: 0 2px 10px rgba(99, 84, 84, 0.4);
    border-radius: 15px;
    margin: 10px 0 30px;
}

.video-card {
    position: relative;
    overflow: hidden;
}

.video-card__icon-box {
    position: relative;
    width: 100%;
}

.video-card__thumbnail {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
}

.video-card__duration {
    font-size: 12px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #52659a;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
}

.video-card__info {
    padding: 5px;
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
}

.video-card__title {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-auto-rows: auto;
    max-height: 30px;
}

.video-card__meta {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    gap: 12px;
    padding: 0;
    font-size: 10px;
}

.video-card__category {
    font-size: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    color: #5a5454;
}

.video-card--type1 {
    aspect-ratio: 1;
}

.video-card--type1 .video-card__title {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #55659b;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    color: #e1e5ec;
    padding: 2px;
    font-weight: 400;
}

.video-card--type1 .video-card__thumbnail {
    aspect-ratio: 1;
}

.video-card--type2 .video-card__category {
    display: none;
}

.video-card--type2 .video-card__thumbnail {
    aspect-ratio: 1.5;
}

.video-card--type3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
}

.video-card--type3 .video-card__icon-box {
    aspect-ratio: 1.5;
    max-width: 30%;
    min-height: 84px;
}

.video-card--type4 {
    border-bottom: 1px solid #b5b5b5;
}

.video-card--type4 .video-card__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
            align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
    height: auto;
    max-height: 40px;
    margin: 5px 0;
}

.video-card--type4 .video-card__title span {
    font-size: 18px;
    font-weight: bold;
    color: #888;

}

@media screen and (max-width:900px) {
    body {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        max-width: 100vw;
    }

    .main,
    .bottom-container,
    .header-box {
        width: 100%;
        padding: 0;
    }

    .header-banner,
    .header-menu {
        display: none;
    }

    .aside-menu {
        display: block;
    }

    .title {
        font-size: 16px;
    }

    .more-btn p {
        font-size: 12px;
    }

    .title-text {
        font-size: 18px;
    }

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

@media screen and (max-width:480px) {
    .header-box {
        height: 40px;
    }

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

    .aside,
    .search-box {
        width: 90%;
    }

    .bottom .fav {
        height: 60px;
    }

    .sidebar {
        width: 90%;
    }

    .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .footer-links {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
                justify-content: center;
    }

    .bottom {
        font-size: 0.9rem;
    }

    .bottom .footer-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        margin: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
                align-items: center;
    }

    .video-container-box {
        margin: 0;
    }

    .video-card,
    .video-card .video-card__thumbnail {
        aspect-ratio: auto;
        height: 100%;
    }

    .video-card--type1 .video-card__icon-box {
        height: 130px;
        aspect-ratio: auto;
    }

    .video-card--type2 .video-card__icon-box {
        height: 90px;
    }

    .header-right {
        padding: 0;
    }

    .text-columns {
        width: 95%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        gap: 10px;
    }
}
.video-container-box .section-header {
    margin: 0 10px;
}

.video-list-container {
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
            flex: 1;
}

.list-and-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    gap: 0 20px;
}

.list-and-tab .video-list {
    grid-template-columns: repeat(6, 1fr);
}

.list-and-tab .tab-container {
    width: 20%;
}

.list-of-half {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border-radius: 15px;
    margin-top: 10px;
    padding: 0 10px;
}

.list-header .list-cover {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.video-list-box {
    width: 100%;
}

.video-placeholder {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}

.video-list-box1,
.video-list-box1_1 {
    grid-template-columns: repeat(8, 1fr);
}

.video-list-box2,
.video-list-box2_1 {
    grid-template-columns: repeat(8, 1fr);
}

.video-list-box3 {
    grid-template-columns: repeat(6, 1fr);
}

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

.video-list-box5,
.video-list-box6 {
    grid-template-columns: repeat(1, 1fr);
}

.content-container {
    padding: 10px 20px;
    margin: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.video-section {
    width: 32%;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
}

@media screen and (max-width:900px) {

    .video-list-box {
        width: 100%;
    }

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

    .content-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
    }

    .video-section {
        width: 100%;
    }

    .list-and-tab .video-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .list-and-tab .tab-container {
        width: 40%;
    }

    .video-list-box3_1 {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:480px) {
    .video-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .list-and-tab .tab-container {
        display: none;
    }

    .video-list-box3_1,
    .video-list-box5,
    .video-list-box6 {
        grid-template-columns: repeat(1, 1fr);
    }

    .list-of-half {
        grid-template-columns: repeat(1, 1fr);
    }

    .video-list-box1 .video-card:nth-child(n+13),
    .video-list-box1_1 .video-card:nth-child(n+13),
    .video-list-box2 .video-card:nth-child(n+13),
    .video-list-box2_1 .video-card:nth-child(n+13) {
        display: none;
    }
}
