/**
 * Create by XIAOMU
 * Date: 2025/9/13
 * Name : ${NAME}
 */
@import "../../admin/css/font.css?v=1222";

:root {
    /* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚ÂµÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â */
    --color-kara: #171717;
    --color-kul: #666;
    --color-kizil: #fa3b3b;
    --color-transparent: transparent;
    --color-white: #fff;
    --color-black: #000000;
    /* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â - ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â»Ãƒâ€¹Ã…â€œÃƒÆ’Ã‚Â¨Ãƒâ€šÃ‚Â®Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ */
    --bg-white: #fff;
    --bg-kara3: rgba(0, 0, 0, .3);
    --bg-kok: #0b61ea;
    --bg-black: #000000;
    --bg-kizil: #FF9800;
    --bg-sos-kizil: #ff6f6f;

    /* ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â·Ãƒâ€šÃ‚Â±ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â¦Ãƒâ€šÃ‚Â¨Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚Â¼Ãƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€¹Ã…â€œÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¡Ãƒâ€šÃ‚Â - ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â¯ÃƒÆ’Ã‚Â§ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒâ€šÃ‚Â¨ */
    --bg-lin-kizil: linear-gradient(228deg, #fa3b3b, #ff6f6f);
    --bg-lin-top-kizil: linear-gradient(to top, #fa3b3b, #ff6f6f);
    --bg-lin-kok: linear-gradient(to top, #005efe, #76a9ff);
    --bg-lin-serik: linear-gradient(to top, #ff6f6f, #ff9702);
    --bg-lin-deng2-kizil: linear-gradient(228deg, #fa3b3b, #ff6f6f);
    --bg-lin-deng4-kok: linear-gradient(-45deg, #579cff, #03A9F4);
    --bg-lin-html-bg: #000;
}

* {
    margin: 0;
    padding: 0;
    color: aliceblue;
    border: 0;
    list-style: none;
    text-decoration: none;
    font-weight: normal;
    box-sizing: border-box;
    font-style: normal;
    outline: none;
    font-family: 'UKIJ Tor';
    -webkit-tap-highlight-color: transparent;
    outline: none;
    text-decoration: none;
    font-size: 14px;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #0D1F2D;
}

img {
    vertical-align: middle;
    max-width: 100%;
    object-fit: cover;
}

a {
    text-decoration: none;
    outline: 0
}

p {
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}

.flex {
    display: flex;
    justify-content: space-between;
}

.flex-direction {
    flex-direction: row-reverse;
}

.align-items {
    align-items: center;
}

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

.fl-en {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.fl-ar {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.fl-ars {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center
}

.fr {
    float: right
}

.fl {
    float: left
}

.claer {
    clear: both;
}

.margin-10 {
    margin: 10px;
}

.margin-20 {
    margin: 20px;
}

.padding-10 {
    padding: 10px;
}

.padding-20 {
    padding: 20px;
}

.border-radius-10 {
    border-radius: 10px;
}

/** header **/
#header {
background: linear-gradient(360deg, black, transparent);
    height: 60px;
    width: 100%;
 font-size: 16px;
    position: relative;
    z-index: 9;
    text-align: center;
    line-height: 60px;
    color: #fff;
}

/** player **/
#player {
    background: var(--color-black);
    height: 250px;
    padding-top: 10px;
    margin-top: -5px;
}

#player .is_vip {
    background: linear-gradient(180deg, #0D6E6E, #4a9d9c);
    margin: 20px;
    border-radius: 10px;
    padding: 20px;
    backdrop-filter: blur(7px);
    margin-top: 40px;
}

#player .is_vip .is_content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    flex-direction: row-reverse;
    margin-bottom: 20px;
    border-radius: 10px;
}

#player .is_vip .is_content i {
    margin-right: 5px;
    font-size: 16px;
}

#player .is_vip .is_content span {
    margin-right: 5px;
}

#player .is_vip .is_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

#player .is_vip .is_btn a {
    background: #0D1F2D;
    padding: 5px 10px;
    color: var(--color-white);
    border-radius: 5px;
    width: 48%;
    text-align: center;
}

#player .is_vip .is_btn a.mai {
    background: #afffff;
    color: #0D1F2D;
}


.film_content {
    background: var(--color-kol);
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.film_content .film_title {
    height: 45px;
    line-height: 25px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    border-left: 1px solid #222;
    width: 100%;
background: linear-gradient(180deg, black, transparent);
}

.film_content .film_title i {
    width: 35px;
    height: 35px;
    line-height: 25px;
    text-align: center;
    color:#0fafad;
    margin-top: 20px;
}

.film_content .film_title span {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}

.film_item .item {
    display: flex;
    flex-direction: row-reverse;
    width: 100%;
    text-align: center;
    align-items: center;
}

.film_item .item i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #FF9800;
}

.film_item .item .item-text {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #dcdcdc;
}

.film_navbar {
    width: calc(100% - 20px);
    margin: 0 auto;
        margin-block: 5px;
}

.film_navbar .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.film_navbar .item i {
    width: 100%;
    height: 30px;
    
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #4a9d9c;
}

.film_navbar .item .item-text {
    display: inline-block;
    color: #0D6E6E;;
}

.vip_item {
    border: 1px solid #333;
    background: rgb(0 0 0 / 28%);
    backdrop-filter: blur(6px);
    border-radius: 6px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.vip_item .vip-text {
    margin-top: 35px;
    text-align: center;
    margin-bottom: 10px;
    color: #fff;
}

.vip_item .item {
    font-size: 12px;
    background: #333;
    padding: 7px 14px;
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    color: #FF9800;
}

.vip_item .item i {
    font-size: 16px;
}

.vip_item .vip-btn {
    background: var(--bg-lin-serik);
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    color: var(--color-white);
    cursor: pointer;
    transition: all .3s;
    font-size: 12px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.btn_recommend {
    background: linear-gradient(360deg, #0D6E6E, transparent);
    color: #0D1F2D;
    margin: 20px 10px;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    border: 2px solid #16baaa;
    gap: 10px;
}

#recommendsShow {
    overflow: hidden;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 69999;
    background: hsl(0deg 0% 0% / 21%);
    display: flex;
    flex-direction: column-reverse;
    height: 0;
    transition: all 0.3s ease;
}

#recommendsShow.show {
    height: 100%;
    transition: all 0.3s ease;
}

.recommendList {
    background: var(--color-white);
    margin: 10px;
    margin-top: 20px;
    border-radius: 8px;
}

.recommendList .title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
    margin: 0 10px;
    display: flex;
    align-items: center;
    color: #444;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.recommendList .title div {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.recommendList .title i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fb3f3f;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
}

.recommendList .title span {
    font-size: 14px;
    color: #444;
    margin-right: 5px;
}

.recommendList .list {
    display: flex;
    align-items: center;
    margin: 0 10px;
    flex-direction: column;
    height: 302px;
    overflow-y: scroll;
}

.recommendList .list .item {
    width: 100%;
    display: flex;
    direction: rtl;
    margin: 10px 0;
    border-bottom: 1px solid #eee;
    height: 35px;
}

.recommendList .list .item .num {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #fb4140;
    border-radius: 5px;
    font-family: 'FontAwesome';
}

.recommendList .list .item .titles {
    flex: 1;
    font-size: 16px;
    color: #444;
    margin-right: 5px;
    text-align: right;
}

.recommendList .list .item .view {
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background: #03A9F4;
    border-radius: 3px;
}

.wechats {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.wechat-content {
    background: #fff;
    margin: 20px;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    width: calc(100% - 40px);
}

.wechat-content .titls {
    font-size: 16px;
    padding: 15px 0;
    color: red;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
}

.wechat-content .wechat-title {
    color: #4CAF50;
    padding: 25px 0;
}

.wechat-content .wechat-title i {
    font-size: 20px;
}

.wechat-content .wechat-title span {
    font-size: 19px;
}

.wechat-content .wechat-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.wechat-content .wechat-body i {
    width: 100px;
    height: 100px;
    background: #F44336;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
}

.wechat-content .wechat-body span {
    padding-top: 20px;
    color: red;
}

/** clist **/
.search {
background: #354656;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
    color: #fff;
}

.search input {
    height: 30px;
    text-align: right;
    outline: none;
    width: calc(100% - 40px);
    background: #354656;
}

.search button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #111;
    background: #4a9d9c;
    outline: none
}


.nav {
    display: flex;
    background: linear-gradient(45deg, black, transparent);
    gap: 10px;
    font-size: 12px;
    overflow-y: auto;
    height: 46px;
}
.nav1 {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    font-size: 12px;
    overflow-y: auto;
    height: 46px;
    color: aliceblue;
}

.nav::-webkit-scrollbar {
    display: none;
}

.nav a {
    padding: 0 10px;
    position: relative;
    font-size: 14px;
    color: #fff;
}

.nav a.active {
    position: relative;
    color: #afffff;
    font-size: 16px;
    
}

.nav a.active::before {
    content: "";
    position: absolute;
    width: 27px;
    height: 4px;
    background: var(--bg-kizil);
    bottom: -3px;
    left: 0;
    right: 0;
    border-radius: 14px;
    margin: 0 auto;
}

.nav1 a {
width: 50%;
    text-align: center;
    background: linear-gradient(45deg, #0D6E6E, transparent);
    border-radius: 5px;
    color: aliceblue;
}

.nav1 a.active {
    border-color: var(--bg-kizil);
}

.clist {
    display: flex;
    margin: 10px;
    flex-direction: column;
}

.clist .item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
        background: linear-gradient(180deg, #354656, transparent);
    overflow: hidden;
    padding: 10px;
    align-items: center;
    height: 60px;
}

.clist .item .hot {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    background: #1d2e3d;
    border-radius: 50%;
    color: #111;
}

.clist .item .titls {
    text-align: right;
    width: calc(100% - 92px);
    font-size: 15px;
    color: #fff;
}

.clist .item .sbt {
    color: #fff;
 background: #4a9d9c;
    padding: 0 8px;
    font-size: 13px;
    border-radius: 5px;
    height: 30px;
    display: flex;
    align-items: center;
}

.clist .item .view {
    color: #777;
    font-size: 12px;
    width: 70px;
}

.clist .item .hot.rang-1 {
    background: #005461;
    color: #fff;
}

.clist .item .hot.rang-2 {
    background: #005461;
    color: #fff;
}

.clist .item .hot.rang-3 {
    background: #005461;
    color: #fff;
}

.clist .item .hot.rang-4 {
    background: #005461;
    color: #fff;
}

.clist .items {
    border-radius: 8px;
background: #1d2e3d;
    margin-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}

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

.clist.clist-image .items {
    margin-top: 0;
    padding-bottom: 8px;
}

.clist.clist-image .cover {
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #354656;
}

.clist.clist-image .cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.clist.clist-image .item {
    height: auto;
    min-height: 46px;
    padding: 8px;
    gap: 6px;
}

.clist.clist-image .item .hot {
    display: none;
}

.clist.clist-image .item .titls {
    width: 100%;
    line-height: 1.35;
    max-height: 40px;
    overflow: hidden;
}

.clist.clist-image .item .sbt {
    flex: 0 0 auto;
}

.clist.clist-image .content {
    display: none;
}

.clist.clist-image .item-bottom {
    margin: 6px 8px 0;
}

.clist .content {
    padding: 10px;
    text-align: justify;
    direction: rtl;
    max-height: 177px;
    overflow: hidden;
    color: #dedede;
    font-size: 13px;
    padding-top: 0;
}

.clist .item-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    margin-bottom: 0;
}

.clist .item-bottom .itemm {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #e0e0e0;
}

.clist .item-bottom .itemm span {
    font-size: 12px;
}

.color-white {
    color: #fff !important;
}



.episodes_list {
    width: calc(100% - 20px);
background: linear-gradient(180deg, #354656, transparent);
    border-radius: 6px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin: 10px;
}

.episodes_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-direction: row-reverse;
}

.episodes_title .title {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row-reverse;
}

.episodes_title .title:first-child i {
    color: #4a9d9c;
    font-size: 22px;
}

.episodes_title .title:first-child span {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.episodes_title .title:last-child {
    color: #aaa;
    font-size: 14px;
    opacity: 0.8;
}

.episodes_list_item {
    overflow-y: auto;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    padding: 10px 0;
}

/* 滚动条样式 */
.episodes_list_item::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.episodes_list_item::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 2px;
}

.episodes_list_item::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 10px;
}

.episodes_list_item::-webkit-scrollbar-thumb:hover {
    background: #ffb850;
}

/* 剧集项目样式 */
.episodes_list_item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

/* 悬停效果 */
.episodes_list_item .item:hover {
    background: rgba(255, 184, 80, 0.2);
    border-color: rgba(255, 184, 80, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 184, 80, 0.3);
}
/* 激活状态 */
.episodes_list_item .item.active {
background: linear-gradient(135deg, #4a9d9c, #4a9d9c);
    border-color: #f7f6f57d;
    box-shadow: 0 4px 15px rgba(255, 71, 87, 0.4);
    position: relative;
    animation: pulse 2s infinite;
}

/* 脉冲动画 */
@keyframes pulse {
    0% {
           box-shadow: 0 0 0 0 #4a9d9c;
    }
    70% {
        box-shadow: 0 0 0 10px rgba(255, 71, 87, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
    }
}
