html,
body {
    font-family: 'Outfit', sans-serif;
    margin: 0;
    background-color: #000;
    color: #fff;
}

body {
    background: url(../images/bg.jpg);
    background-size: 100%;
    background-position: center;
}

@font-face {
    font-family: 'Lobster';
    src: url('../fonts/Lobster-Regular.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
    font-style: normal;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 0;
    width: 100%;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

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


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

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

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

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

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

a {
    text-decoration: none;
}

a,
h1,
h2,
h3,
h4,
p {
    margin: 0%;
    padding: 0;
    color: #fff;
    font-style: normal;
}

.heading {
    color: #FFF;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-left: 12px;
}

header {
    max-width: 1300px;
    margin: auto;
    padding: 10px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo a {
    color: #99EE2D;
    font-family: 'Lobster';
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    margin-right: 60px;
}

header a {
    padding: 5px 20px;
}

header .home-icon {
    margin-right: auto;
}

header .iconfont {
    font-size: 20px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

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

.m1 a {
    display: block;
    padding: 48px 12px 12px;
    flex: 0 0 50%;
    width: 50%;
    position: relative;
}

.m1 a .item {
    border-radius: 12px;
    background: #1C2B33;
    padding: 24px;
    min-height: 300px;
}

.m1 a .item .cover {
    display: block;
    flex: 0 0 45%;
    width: calc(45% - 28px);
    height: calc(100% - 60px);
    border-radius: 12px;
    background: #D9D9D9;
    position: absolute;
    top: 24px;
    left: 36px;
    object-fit: cover;
}

.m1 a .item .text {
    width: 55%;
    flex: 0 0 55%;
    padding-left: 24px;
}

.m1 a .item .text h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    /* 120% */
}

.m1 a .item .text .star-info {
    padding: 12px 0;
}

.m1 a .item .text .star-info img {
    width: 16px;
    margin-right: 8px;
}

.m1 a .item .text .desc {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    /* 157.143% */
}

.m1 a .item .text .btn-play {
    margin-top: 24px;
    padding: 5px;
    background: #F5FFE6;
    color: #333;
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    clip-path: polygon(0 0, 87% 0, 100% 50%, 100% 100%, 0 100%);
}

.m1 a .item .text .btn-play i {
    font-size: 20px;
    margin-left: 12px;
}

.m1,
.m2 {
    padding-bottom: 36px;
}

.m3 {
    padding-bottom: 80px;
}

.m2 .heading,
.m3 .heading {
    margin-bottom: 12px;
}

.m2 a {
    display: block;
    flex: 0 0 20%;
    width: 20%;
    padding: 12px;
    position: relative;
}

.m2 a img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1.4;
    border-radius: 12px;
    background: #D9D9D9;
}

.m2 a .title {
    padding: 12px;
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: calc(100% - 24px);
    border-radius: 0 0 10px 10px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(6.229507923126221px);
}

.m2 a .title h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    /* 125% */
}

.m3 .flex {
    padding-left: 6px
}

.m3 a {
    display: block;
    flex: 0 0 12.28%;
    width: 12.28%;
    padding: 6px;
    position: relative;
}

.m3 a img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1.3;
    background: #D9D9D9;
    border-radius: 12px 12px 0 0;
}

.m3 a .title {
    padding: 8px 8px 24px;
    width: 100%;
    border-bottom: 4px solid #99EE2D;
    border-radius: 0 0 12px 12px;
}

.m3 a .title h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}


.back-to-top {
    border: none;
    position: fixed;
    bottom: 160px;
    right: 65px;
    z-index: 99;
    cursor: pointer;
    display: none;
    border-radius: 50%;
    background-color: transparent;
}

.back-to-top i {
    color: #99EE2D;
    font-size: 40px;
}

footer {
    max-width: 1200px;
    margin: auto;
}

.share {
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
}

.share a {
    padding: 5px;
    background-color: #99EE2D;
    border-radius: 50%;
    display: inline-flex;
    margin: 30px 15px;
}

.pt {
    flex: 0 0 50%;
    width: 50%;
    text-align: center;
}

.pt a {
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding: 20px 40px;
}

.footer-copy {
    flex: 0 0 100%;
    width: 100%;
    color: #CCC;
    text-align: center;
    font-family: 'Outfit';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 24px;
    /* 125% */
}


#copy-message {
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 60px;
    height: 28px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #333;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    border-radius: 20px;
}

.dt a {
    flex: 0 0 100%;
    width: 100%;
}

.dt a .item .cover {
    width: 210px;
}

.dt a .item .text {
    flex: 0 0 calc(100% - 234px);
    width: calc(100% - 234px);
    padding-left: 0;
}

.dt a .item .text .completed {
    margin: 12px 0;
    display: flex;
    gap: 6px;
    align-items: center;
}

.dt a .item .text .completed p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.dt a .item .text .btn-play {
    max-width: 300px;
}

.dt a .item .text .desc {
    color: #CCC;
    height: 88px;
    overflow-y: auto;
    padding-right: 10px;
}

.dt a .item .text .desc::-webkit-scrollbar {
    background-color: #333;
    width: 6px;
}

.dt a .item .text .desc::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #99EE2D;
}

.dt .episode-list {
    padding-top: 48px;
}

.dt .episode-list .heading {
    margin-bottom: 12px;
}

.dt .episode-list .flex {
    padding: 0 6px;
    justify-content: flex-start;
}

.dt .episode-list .heading span {
    color: #CCC;
    font-family: 'Outfit';
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    /* 140% */
}

.dt .episode-list a {
    flex: 0 0 calc(20% - 12px);
    width: calc(20% - 12px);
    margin: 6px;
    padding: 12px;
    border-radius: 8px;
    background: #10232C;
    text-align: center;
}

.dt .episode-list a.active,
.play-main .tvg .selector a.active {
    background: #F5FFE6;
    color: #76AE26;
    position: relative;
}

.dt .episode-list a.active::before,
.play-main .tvg .selector a.active::before {
    position: absolute;
    content: '';
    right: 12px;
    top: 6px;
    background: url(../images/Playing-0604.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
}

.play-main .tvg .selector a.active::before {
    right: 5px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-size: 10px;
}

.video-js .vjs-big-play-button {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    border-radius: 28px;
    left: calc(50% + 14px);
    top: 50%;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    font-size: 30px;
    top: -3px
}

.play-btn {
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer; */
}

#episode-1,
#final-episode{
    position: fixed;
    z-index: 999;
    bottom: 30%;
    width: 170px;
    left: 50%;
    transform: translate(-50%, 0);
    background: #fff;
    border: 1px solid #333;
    color: #333;
    font-size: 20px;
    text-align: center;
    line-height: 26px;
    border-radius: 20px;
    padding: 5px;
}

.play-btn .start {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    cursor: pointer;
}

/*
.dt .episode-list a:nth-child(8)::before,
.dt .episode-list a:nth-child(9)::before {
    position: absolute;
    content: '';
    right: 12px;
    top: 6px;
    background: url(../images/lock.svg);
    background-size: 12px;
    width: 12px;
    height: 12px;
}*/

.dt2 {
    margin-bottom: 80px;
}

.dt2 .heading {
    margin-bottom: 12px;
}

.dt2 .flex {
    padding: 0 6px;
      align-items: flex-start;
}

.dt2 a {
    display: block;
    flex: 0 0 16.666%;
    width: 16.666%;
    padding: 12px 6px;
}

.dt2 a img {
    display: block;
    width: 100%;
    aspect-ratio: 1/1.2;
    border-radius: 12px;
    background: #C4C4C4;
    margin-bottom: 8px;
  object-fit: cover;
}

.dt2 a h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.h5-desc {
    display: none;
}

.play-main .flex {
    height: 100vh;
    overflow: hidden;
}

.play-main .Player {
    width: 75%;
    height: 100%;
    position: relative;
    transition: width 0.3s ease;
}

.play-main .Player video {
    width: 100%;
    height: 100%;
    padding: 0 0px;
    object-fit: contain;
    position: relative;
}

.play-main .Player .return {
    position: absolute;
    top: 100px;
    left: 40px;
}


.play-main .Player .page {
    position: absolute;
    bottom: 100px;
    right: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.play-main .tvg {
    width: 25%;
    height: 100%;
    position: relative;
    background: #000;
    padding: 48px;
    overflow-y: auto;
    transition: width 0.3s ease;
}

.play-main .tvg .heading {
    margin-left: 0;
    margin-bottom: 12px;
}

.play-main .tvg .ep {
    color: #FFF;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 12px;
}

.play-main .tvg .desc p {
    color: #CCC;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-height: 250px;
    overflow: auto;
    padding-right: 12px;
}

.play-main .tvg .desc p::-webkit-scrollbar {
    background-color: #333;
    width: 6px;
}

.play-main .tvg .desc p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #99EE2D;
}

.play-main .tvg .likes {
    margin: 30px 0;
    display: flex;
    gap: 24px;
    align-items: flex-end;
}

.play-main .tvg .likes .like {
    align-items: center;
    display: flex;
      cursor: pointer;
}

.play-main .tvg .likes .star {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
}

.play-main .tvg .likes .like i {
    font-size: 20px;
  /*  color: #E83A57;*/
}

.play-main .tvg .likes .star i {
    font-size: 24px;
}

.play-main .tvg .likes p {
    color: #FFF;
    font-family: 'Outfit';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    display: inline-block;
    margin-left: 8px;
}

.play-main .tvg .selector .header p {
    color: #999;
    font-family: 'Outfit';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
}

.play-main .tvg .selector .header {
    display: flex;
    gap: 24px;
    cursor: pointer;
    margin-bottom: 8px;
}

.play-main .tvg .selector .header p.active {
    color: #99EE2D;
}

.play-main .tvg .selector #content-1,
.play-main .tvg .selector #content-2,
.play-main .tvg .selector #content-3,
.play-main .tvg .selector #content-4,
.play-main .tvg .selector #content-5,
.play-main .tvg .selector #content-6 {
    grid-template-columns: repeat(6, 1fr);
    gap: 8px;
}

.play-main .tvg .selector a {
    border-radius: 8px;
    background: #10232C;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: center;
    padding: 12px 0px;
    position: relative;
    display: block;
}

.play-main .tvg .share {
  /*  position: absolute;
    bottom: 48px;
    left: 48px;*/
    text-align: left;
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
  flex-wrap: wrap;
  margin-top: 27%;
}

.play-main .tvg .share a {
    margin: 0;
}

.play-main .tvg .share p {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 24px;
}

.play-main .tvg .share p i {
    margin-right: 8px;
}

.play-main .tvg .retract {
    position: absolute;
    top: 60%;
    left: 0;
    z-index: 10;
}

.play-main .tvg.collapsed {
    width: 0px;
    padding: 0;
     
    overflow: hidden;
}

.play-main .Player.expanded {
    width: 100%;
}

.play-main .tvg.collapsed .retract {
    position: fixed;
    top: 50%;
      left: calc(100% - 40px);
    transform: translate(0, -50%);
    padding: 20px;
}

/* 收起来后.tvg 里的所有直接子元素（>）中，除了 .retract 以外的，都 display: none; */
.play-main .tvg.collapsed> :not(.retract) {
    display: none;
}

.play-main .tvg .collect,
.play-main .tvg .info .cover {
    display: none;
}

.recore .flex {
    align-items: flex-start;
    min-height: calc(100vh - 226px);
}

.recore .header {
    width: 20%;
}

.recore .header div {
    border-radius: 8px;
    background: #10232C;
    padding: 12px 34px;
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 24px;
    text-align: center;
    cursor: pointer;
    justify-content: center;
}

.recore .header div p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    /* 125% */
}

.recore .header div.active {
    border-radius: 8px;
    background: #F5FFE6;
}

.recore .header div.active p,
.recore .header div.active i {
    color: #76AE26;
}

.recore #content {
    width: calc(80% - 12px);
    margin-left: 12px;
}

.recore #content #RecentVideo,
.recore #content #FavoriteVideo {
    grid-template-columns: repeat(6, 1fr);

}

.recore #content a {
    display: flex;
    padding: 0 12px 12px;
    grid-row: span 1;
    grid-column: span 1;
    flex-direction: column;
    gap: 8px;
}

.recore #content a img {
    border-radius: 12px;
    background: #C4C4C4;
    display: block;
    width: 100%;
    aspect-ratio: 1/1.2;
}

.recore #content a h2 {
    overflow: hidden;
    color: #FFF;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 0 6px;
    /* 125% */
}

.recore #content a div {
    padding: 0 6px;
}

.recore #content a span {
    overflow: hidden;
    color: #CCC;
    text-overflow: ellipsis;
    font-family: Outfit;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    /* 133.333% */
}



                .h5-info {
                    display: none;
                }

                @media (max-width:550px) {
                    .h5-info {
                        display: flex;
                        position: absolute;
                        bottom: 115px;
                        right: 15px;
                        text-align: center;
                        flex-direction: column;
                        gap: 6px;
                    }

                    .h5-info .star i {
                      /*  color: #FFD704;*/
                    }
                  
                   .h5-info .like,
                  .h5-info .star{
                    cursor: pointer;
                  }

                    .h5-info .like i {
                     /*   color: #E83A57;*/
                    }

                    .h5-info .list i,
                    .h5-info .share i {
                        color: #fff;
                    }

                    .h5-info p {
                        color: #FFF;
                        font-family: Outfit;
                        font-size: 14px;
                        font-style: normal;
                        font-weight: 500;
                        line-height: 18px;
                        padding-top: 2px;
                    }
                  .play-main .tvg .selector a{    padding: 10px 0px;}

                }
     

@media (max-width:1200px) {
    .play-main .tvg {
        padding: 25px;
    }

    .play-main .tvg .share {
        bottom: 25px;
        left: 25px;
    }

    .play-main .tvg .share p {
        width: 100%;
    }

    .play-main .tvg .share {
        flex-wrap: wrap;
    }

    .play-main .tvg .desc p {
        height: 200px;
    }
}

@media (max-width:992px) {
    .play-main .Player video {
        padding: 0 0px;
    }

    .play-main .Player {
        width: 65%;
    }

    .play-main .tvg {
        width: 35%;
    }

    .play-main .Player .return {
        left: 30px;
    }

    .play-main .Player .page {
        right: 30px;
    }

    .play-main .Player .return img,
    .play-main .Player .page img {
        width: 30px;
        height: 30px;
    }
}

@media (max-width:768px) {
    .m1 a {
        flex: 0 0 100%;
        width: 100%;
    }

    .m1 a .item .cover {
        width: calc(35% - 24px);
    }

    .m1 a .item .text {
        width: 65%;
        flex: 0 0 65%;
    }

    .m1 a .item .text .btn-play {
        clip-path: polygon(0 0, 90% 0, 100% 50%, 100% 100%, 0 100%);
    }

    .m2 a {
        padding: 6px;
        flex: 0 0 25%;
        width: 25%;
    }

    .m2 .flex {
        padding: 0 6px;
    }

    .m2 a .title {
        bottom: 6px;
        left: 6px;
        width: calc(100% - 12px);
    }

    .m3 a {
        flex: 0 0 25%;
        width: 25%;
    }

    .m3 a .title {
        padding: 8px 8px 12px;
    }

    .m1 a .item .text .desc {
        -webkit-line-clamp: 4;
    }

    .dt a .item .cover {
        width: 200px;
    }

    .dt a .item .text {
        flex: 0 0 calc(100% - 224px);
        width: calc(100% - 224px);
    }

    .dt {
        margin-top: -30px;
    }

    .dt .episode-list a {
        flex: 0 0 calc(25% - 12px);
        width: calc(25% - 12px);
    }

    .dt2 a {
        flex: 0 0 20%;
        width: 20%;
    }

    .share,
    .pt {
        flex: 0 0 100%;
        width: 100%;
    }

    .share a {
        padding: 4px;
        margin: 6px 10px;
    }

    .pt a {
        display: inline-block;
        padding: 6px 20px;
        margin: 6px 0px;
        font-size: 12px;
        line-height: 16px;
    }

    .footer-copy {
        font-size: 12px;
        line-height: 16px;
    }

    .play-main .Player {
        width: 60%;
    }

    .play-main .tvg {
        width: 40%;
    }

    .play-main .Player video {
        padding: 0 0px;
    }

    .play-main .Player .return {
        left: 20px;
    }

    .play-main .Player .page {
        right: 20px;
    }

    .recore .header {
        width: 100%;
        display: flex;
        justify-content: space-evenly;
    }

    .recore #content {
        width: calc(100% - 36px);
        margin-left: 18px;
        margin-right: 18px;
    }

    .recore .header div {
        width: max-content;
    }

    .recore #content #RecentVideo,
    .recore #content #FavoriteVideo {
        grid-template-columns: repeat(5, 1fr);
    }

    .recore #content a {
        padding: 6px;
    }

    .recore .flex {
        min-height: calc(100vh - 212px);
        align-content: flex-start;
    }

}

@media (max-width:550px) {
    .m1 a {
        padding: 12px 12px 12px;
    }

    .m1 a .item .text h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .m1 a .item {
        padding: 12px;
      min-height: 200px;
    }

    .m1 a .item .cover {
        left: 24px;
        top: 0px;
        height: calc(100% - 24px);
        width: calc(40% - 12px);
    }

    .m1 a .item .text {
        width: 55%;
        flex: 0 0 55%;
        padding-left: 0;
    }

    .m1 a .item .text .star-info img {
        width: 12px;
        margin-right: 6px;
    }

    .m1 a .item .text .star-info {
        padding: 4px 0;
    }

    .m1 a .item .text .desc {
        font-size: 12px;
        line-height: 16px;
        /* 133.333% */
    }

    .m1 a .item .text .btn-play {
        margin-top: 12px;
        font-size: 14px;
        line-height: 18px;
    }

    .m1 a .item .text .btn-play i {
        font-size: 14px;
        margin-left: 8px;
    }

    .heading {
        font-size: 16px;
        line-height: 20px;
    }

    header .logo a {
        font-size: 24px;
        line-height: 1;
        margin-right: 0px;
    }

    header a {
        padding: 5px 12px;
    }

    header {
        padding: 10px 10px 20px;
    }

    header .iconfont {
        font-size: 18px;
    }

    .m1 .heading {
        margin-bottom: 12px;
        margin-left: 24px;
    }

    .m1 {
        padding-bottom: 12px;
    }

    .m2 {
        padding-bottom: 24px;
    }

    .m2 .heading,
    .m3 .heading {
        margin-bottom: 6px;
    }

    .m2 a,
    .m3 a {
        flex: 0 0 33.33%;
        width: 33.33%;
        padding: 4px;
    }

    .m2 .flex,
    .m3 .flex {
        padding: 0 8px;
    }

    .m2 a .title {
        padding: 4px;
        bottom: 4px;
        left: 4px;
        width: calc(100% - 8px);
    }

    .m2 a .title h2,
    .m3 a .title h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .m3 a img {
        aspect-ratio: 1 / 1.1;
    }

    .m3 a .title {
        padding: 4px 6px 8px;
    }

    .back-to-top i {
        font-size: 30px;
    }

    .dt {
        margin-top: 0;
    }

    .dt a .item .text .desc {
        display: none;
    }

    .m1 a .item .text h2 {
        margin-top: 12px;
    }

    .dt a .item .text .btn-play {
        margin-bottom: 48px;
    }

    .dt a .item .text .completed {
        font-size: 12px;
        line-height: 16px;
    }

    .h5-desc {
        display: block;
        padding: 12px;
    }

    .h5-desc .heading {
        margin-left: 0;
    }

    .h5-desc p {
        color: #FFF;
        font-family: 'Outfit';
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        /* 128.571% */
        height: 112px;
        overflow-y: auto;
    }

    .h5-desc p::-webkit-scrollbar {
        background-color: #333;
        width: 6px;
    }

    .h5-desc p::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background: #99EE2D;
    }

    .dt .episode-list {
        padding-top: 12px;
    }

    .dt .episode-list .heading {
        margin-left: 12px;
    }

    .dt .episode-list .heading span {
        font-size: 14px;
        line-height: 20px;
    }

    .dt .episode-list a {
        flex: 0 0 calc(33.33% - 8px);
        width: calc(33.33% - 8px);
        margin: 4px;
        padding: 8px 12px;
    }

    .dt .episode-list .flex {
        padding: 0 8px;
    }

    .dt2 a {
        flex: 0 0 33.33%;
        width: 33.33%;
        position: relative;
        padding: 12px 4px;
    }

    .dt2 a h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .dt2 .flex {
        padding: 0 8px;
    }

    .dt2 a::before {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 4px;
        width: calc(100% - 8px);
        height: 100%;
        border-radius: 12px;
        border-bottom: 2px solid #99EE2D;
    }

    .dt2 .heading {
        margin-bottom: 0;
    }

    .play-main .Player {
        width: 100%;
    }

    .play-main .Player video {
        padding: 0;
    }

    .play-main .Player .page,
    .play-main .tvg .desc p,
    .play-main .tvg .likes {
        display: none;
    }

    .play-main .Player .return {
        top: 20px;
    }
  .play-main .tvg.none{
     display:none
  }
    .play-main .tvg {
       position: fixed;
        width: 100%;
        height: 45%;
        bottom: 0;
        border-radius: 25px 25px 0 0;
        background: url(../images/bg.jpg);
        background-size: contain;
        padding: 25px 35px;
         
    }
  
 
  

    .play-main .tvg .retract img {
        width: 16px;
              width: 30px;
        padding: 15px 10px 15px 0;
    }

    .play-main .tvg .selector .header p,
    .play-main .tvg .ep {
        font-size: 12px;
    }

    .play-main .tvg .info {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
        margin-bottom: 12px;
    }

    .play-main .tvg .info .cover {
        grid-row: 1/3;
        grid-column: 1/2;
        display: block;
        border-radius: 12px;
        background: #D9D9D9;
        width: 100%;
    }

    .play-main .tvg .heading {
        grid-row: 1/2;
        grid-column: 2/4;
        margin-bottom: 0;
    }

    .play-main .tvg .ep {
        grid-row: 2/3;
        grid-column: 2/4;
        margin-top: -12px;
        margin-bottom: 18px;
    }

    .play-main .tvg .collect {
        display: block;
        text-align: center;
        color: #FFF;
        font-family: Outfit;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        margin-top: 20px;
        cursor: pointer;
    }

    .play-main .tvg .share {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 12px;
    }
  

    .recore .flex {
        min-height: calc(100vh - 178px);
    }

    .recore #content #RecentVideo,
    .recore #content #FavoriteVideo {
        grid-template-columns: repeat(3, 1fr);
    }

    .recore .header div {
        padding: 8px 30px;
    }

    .recore .header div p {
        font-size: 14px;
        line-height: 18px;
    }

    .recore #content a {
        padding: 4px;
        gap: 4px;
    }

    .recore #content {
        width: calc(100% - 16px);
        margin-left: 8px;
        margin-right: 8px;
    }

    .recore #content a h2 {
        font-size: 14px;
        line-height: 18px;
    }
}