/**
 * 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;
    --color-kol: #313131;
    /* ÃƒÂ¦Ã‚Â·Ã‚Â±ÃƒÂ¨Ã¢â‚¬Â°Ã‚Â²ÃƒÂ¦Ã‚Â¨Ã‚Â¡ÃƒÂ¥Ã‚Â¼Ã‚ÂÃƒÂ¥Ã‚ÂÃ‹Å“ÃƒÂ©Ã¢â‚¬Â¡Ã‚Â - ÃƒÂ©Ã‚Â»Ã‹Å“ÃƒÂ¨Ã‚Â®Ã‚Â¤ÃƒÂ¤Ã‚Â¸Ã‚ÂÃƒÂ¥Ã‚ÂÃ‚Â¯ÃƒÂ§Ã¢â‚¬ÂÃ‚Â¨ */
    --bg-white: #fff;
    --bg-kara3: rgba(0, 0, 0, .3);
    --bg-kok: #0b61ea;
    --bg-black: #000000;
    --bg-kizil: #fa3b3b;
    --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: linear-gradient(90deg, #ffeded, #edfcff);
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    text-decoration: none;
    color: inherit;
    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: var(--bg-lin-html-bg);
}

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: var(--color-white);
    height: 60px;
    width: 100%;
    box-shadow: 0 1px 2px rgb(255 255 255);
    position: relative;
    z-index: 9;
    text-align: center;
    line-height: 60px;
}

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

#player .is_vip {
    background: linear-gradient(90deg, rgb(255 237 237 / 50%), rgb(237 252 255 / 50%));
    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: var(--bg-kizil);
    padding: 5px 10px;
    color: var(--color-white);
    border-radius: 5px;
    width: 48%;
    text-align: center;
}

#player .is_vip .is_btn a.mai {
    background: #fff;
    color: var(--bg-kizil);
}


.film_content {
    background: var(--color-white);
    padding: 11px;
}

.film_content .film_title {
    height: 45px;
    line-height: 35px;
    text-align: right;
    display: flex;
    flex-direction: row-reverse;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.film_content .film_title i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #999;
}

.film_content .film_title span {
    font-size: 14px;
    color: #444;
}

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

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

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

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

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

.film_navbar .item i {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.film_navbar .item .item-text {
    display: inline-block;
}

.vip_item {
    border: 1px solid #fcdfdf;
    background: rgb(238 252 255 / 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;
}

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

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

.vip_item .vip-btn {
    background: var(--bg-lin-kizil);
    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: #fff;
    color: var(--color-kizil);
    margin: 20px 10px;
    border-radius: 8px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    border: 1px solid #ffd9d9;
    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;
}

.episode {
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 10px;
    border: 1px solid #fcdfdf;
    background: rgb(238 252 255 / 28%);
    border-radius: 6px;
}

.episode .title {
    height: 50px;
    line-height: 50px;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
    background: #fcdfdf;
    border-radius: 6px;
    padding-right: 10px;
    color: #f54241;
    margin-bottom: 10px;
}

.episode .title i {
}

.episode .title span {
}
.scroll-container{
    width: 100%;
    overflow-x: auto;
    direction: rtl;
}
.episode .episode_list {
    display: flex;
    gap: 10px;
    width: max-content;
    padding: 10px 0;
}

.episode .episode_list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fcdfdf;
    font-weight: lighter;
    font-family: auto;
    border-radius: 6px;
    background: #fff;
}

.episode .episode_list a.active {background: #f54b4a;color: #fff;font-weight: bold;border: 1px solid #f54b4a;}

.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: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

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

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


.nav {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    font-size: 12px;
    overflow-y: auto;
    height: 46px;
}

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

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

.nav a.active {
    position: relative;
    color: var(--bg-kizil);
    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;
    border: 2px solid #8d8d8d;
}

.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: #fff;
    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: #eee;
    border-radius: 50%;
    color: #111;
}

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

.clist .item .sbt {
    color: #fff;
    background: var(--bg-kizil);
    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: var(--bg-lin-top-kizil);
    color: #fff;
}

.clist .item .hot.rang-2 {
    background: var(--bg-lin-serik);
    color: #fff;
}

.clist .item .hot.rang-3 {
    background: var(--bg-lin-kok);
    color: #fff;
}

.clist .item .hot.rang-4 {
    background: var(--bg-lin-deng4-kok);
    color: #fff;
}

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

.clist .content {
    padding: 10px;
    text-align: justify;
    direction: rtl;
    max-height: 177px;
    overflow: hidden;
    color: #211212;
    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: #999;
}

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

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