/**
 * 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: #f5f5f5;
}

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;
    margin: 10px;
    border-radius: 8px;
}

/** player **/
#player {
    background: var(--color-black);
    height: 250px;
    margin: 10px;
    overflow: hidden;
    border-radius: 8px;
}

#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-hidden {
    display: none;
}

#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;
    margin: 10px;
    border-radius: 8px;
}

.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_episode_info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 8px;
    direction: rtl;
}

.film_episode_info span {
    background: #f3f4f4;
    color: #555;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 12px;
}

.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;
    background: #fff;
    padding-bottom: 15px;
    border-radius: 8px;
}

.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(252 223 223 / 20%);
    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;
}

.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.nav-no-shrink {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

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

.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;
}

/** home **/
.home-page {
    background: #f6f6f6;
    padding-bottom: 94px;
}

.home-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 14px 0 22px;
}

.home-search {
    background: #fff;
    margin: 0 14px 16px;
    padding: 10px 14px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 12px;
    cursor: pointer;
    min-height: 58px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
}

.home-search-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    background: #f5f5f5;
    color: #9b9b9b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-search-icon i {
    color: #9b9b9b;
    font-size: 18px;
}

.home-search-text {
    flex: 1;
    min-width: 0;
    direction: rtl;
    text-align: right;
}

.home-search-text span {
    display: block;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.home-search-text small {
    display: block;
    color: #9a9a9a;
    font-size: 12px;
    line-height: 18px;
}

.home-search-scan {
    border-right: 1px solid #eee;
    padding-right: 12px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 5px;
    color: #777;
    flex-shrink: 0;
}

.home-search-scan i,
.home-search-scan span {
    color: #777;
    font-size: 13px;
}

.home-hero-gap {
    height: 86px;
    margin: 0 14px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.42));
    opacity: .72;
}

.home-actions {
    margin: 0 14px 18px;
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.home-action {
    background: #fff;
    border-radius: 14px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .035);
    width: 50%;
}

.home-action-icon {
    width: 34px;
    height: 34px;
    border-radius: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.home-action-icon i {
    color: #fff;
    font-size: 15px;
}

.icon-latest {
    background: linear-gradient(135deg, #8b63f2, #ad8bff);
}

.icon-rank {
    background: linear-gradient(135deg, #ff6a1a, #ffad44);
}

.icon-hot {
    background: linear-gradient(135deg, #00bfc1, #0ee3d4);
}

.icon-more {
    background: linear-gradient(135deg, #ffab43, #ffd45e);
}

.home-action-text {
    display: flex;
    flex-direction: column;
    direction: rtl;
    text-align: right;
}

.home-action-text span {
    color: #222;
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.home-action.active {
    outline: 2px solid rgba(250, 59, 59, .16);
}

.home-list {
    margin: 0 14px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px 12px;
}

.home-movie {
    display: block;
    width: 100%;
    margin: 0;
    border-radius: 14px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .035);
}

.home-card-cover {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 4;
    background: #ececec url('/static/admin/images/tab/1.jpg') center / cover no-repeat;
    overflow: hidden;
}

.home-movie:nth-child(3n + 2) .home-card-cover {
    aspect-ratio: 3 / 4;
}

.home-movie:nth-child(4n + 3) .home-card-cover {
    aspect-ratio: 3 / 4;
}

.home-card-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.home-heat {
    position: absolute;
    left: 10px;
    bottom: 9px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.65);
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 4px;
}

.home-heat i {
    color: #fff;
    font-size: 12px;
}

.home-card-body {
    padding: 10px 10px 12px;
    direction: rtl;
}

.home-card-title {
    color: #202020;
    font-size: 15px;
    line-height: 23px;
    font-weight: 700;
    text-align: right;
}

.home-card-desc {
    color: #737373;
    font-size: 12px;
    line-height: 19px;
    margin-top: 4px;
    max-height: 38px;
    overflow: hidden;
    text-align: justify;
}

.home-card-tags {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 6px;
    margin-top: 9px;
}

.home-card-tags span {
    background: #f7f7f7;
    color: #9a9a9a;
    border-radius: 7px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
}

.home-load-state {
    margin: 4px 14px 12px;
    height: 42px;
    line-height: 42px;
    border-radius: 14px;
    text-align: center;
    background: #fff;
    color: #999;
    direction: rtl;
    font-size: 13px;
}

.search-page {
    direction: rtl;
}

.search-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 12px 0 22px;
}

.search-top {
    position: sticky;
    top: 0;
    z-index: 20;
    background: rgba(246, 246, 246, .94);
    backdrop-filter: blur(8px);
    padding: 8px 14px 10px;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
}

.search-back {
    width: 42px;
    min-height: 42px;
    padding: 0;
    border-radius: 14px;
    background: #fff;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .035);
}

.search-back i {
    color: #777;
    font-size: 22px;
    line-height: 22px;
}

.search-form {
    flex: 1;
    min-height: 46px;
    border-radius: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 8px;
    padding: 0 10px;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .035);
    direction: rtl;
}

.search-submit,
.search-clear {
    width: 32px;
    min-height: 32px;
    padding: 0;
    border-radius: 11px;
    background: #f5f5f5;
    color: #9a9a9a;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.search-submit {
    order: 1;
}

.search-form input {
    order: 2;
}

.search-clear {
    order: 3;
    background: #fff3f1;
    color: #fa4b35;
}

.search-submit i,
.search-clear i {
    color: inherit;
    font-size: 15px;
    line-height: 15px;
}

.search-form input {
    flex: 1;
    min-width: 0;
    height: 44px;
    border: 0;
    outline: none;
    background: transparent;
    color: #222;
    font-size: 15px;
    line-height: 22px;
    text-align: right;
    direction: rtl;
}

.search-form input::placeholder {
    color: #aaa;
}

.search-form input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    appearance: none;
}

.search-summary {
    margin: 2px 14px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search-summary span {
    min-height: 32px;
    border-radius: 16px;
    padding: 5px 12px;
    background: #fff;
    color: #333;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
    box-shadow: 0 7px 16px rgba(0, 0, 0, .035);
}

.search-idle {
    margin: 0 14px 16px;
}

.search-idle-hidden {
    display: none;
}

.search-idle-hero {
    min-height: 96px;
    border-radius: 20px;
    padding: 16px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 13px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .04);
}

.search-idle-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: var(--bg-lin-kizil);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 12px 24px rgba(250, 59, 59, .2);
}

.search-idle-icon i {
    color: #fff;
    font-size: 23px;
    line-height: 23px;
}

.search-idle-hero strong {
    display: block;
    color: #222;
    font-size: 17px;
    line-height: 28px;
    font-weight: 900;
    text-align: right;
}

.search-idle-hero span {
    display: block;
    color: #888;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
    text-align: right;
}

.search-quick-card {
    margin-top: 12px;
    border-radius: 18px;
    padding: 13px 12px;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 0, 0, .035);
}

.search-history-card {
    display: none;
}

.search-history-card.show {
    display: block;
}

.search-quick-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 11px;
}

.search-quick-title span {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 800;
}

.search-quick-title i {
    color: #fa4b35;
    font-size: 15px;
    line-height: 15px;
}

.search-quick-title button {
    min-height: 28px;
    border-radius: 14px;
    padding: 4px 10px;
    background: #f5f5f5;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.search-chip-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 8px;
}

.search-chip {
    max-width: 100%;
    min-height: 32px;
    border-radius: 16px;
    padding: 6px 12px;
    background: #f7f7f7;
    color: #555;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: right;
}

.history-chip {
    background: #fff4f1;
    color: #fa4b35;
}

.search-result-list {
    min-height: 220px;
}

.search-page .search-result-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 0 14px;
}

.search-page .search-result-list .home-movie {
    display: flex;
    align-items: stretch;
    flex-direction: row-reverse;
    min-height: 138px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .045);
}

.search-page .search-result-list .home-card-cover {
    width: 104px;
    min-height: 138px;
    aspect-ratio: auto;
    flex-shrink: 0;
    border-radius: 0;
}

.search-page .search-result-list .home-movie:nth-child(3n + 2) .home-card-cover,
.search-page .search-result-list .home-movie:nth-child(4n + 3) .home-card-cover {
    aspect-ratio: auto;
}

.search-page .search-result-list .home-card-body {
    flex: 1;
    min-width: 0;
    padding: 12px 12px 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-page .search-result-list .home-card-title {
    font-size: 16px;
    line-height: 25px;
    font-weight: 900;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-page .search-result-list .home-card-desc {
    margin-top: 6px;
    line-height: 20px;
    max-height: 40px;
}

.search-page .search-result-list .home-card-tags {
    margin-top: 10px;
}

.search-page .search-result-list .home-card-tags span {
    min-height: 25px;
    border-radius: 13px;
    padding: 4px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.search-page .search-result-list .home-heat {
    left: 7px;
    bottom: 7px;
    max-width: calc(100% - 14px);
    border-radius: 12px;
    padding: 3px 7px;
    background: rgba(0, 0, 0, .38);
    font-size: 11px;
    line-height: 16px;
    text-shadow: none;
    backdrop-filter: blur(4px);
}

.search-empty {
    margin: 18px 14px;
    min-height: 130px;
    border-radius: 18px;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 9px;
    color: #999;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .035);
}

.search-empty.show {
    display: flex;
}

.search-empty i {
    color: #c6c6c6;
    font-size: 26px;
    line-height: 26px;
}

.search-empty span {
    color: #999;
    font-size: 13px;
    line-height: 22px;
}

.home-bottom-nav {
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 10px;
    width: min(612px, calc(100% - 28px));
    height: 66px;
    padding: 6px;
    border-radius: 24px;
    background: rgba(255,255,255,.94);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    z-index: 99;
    box-shadow: 0 14px 34px rgba(20, 20, 20, .14);
    backdrop-filter: blur(14px);
    border: 1px solid rgba(255,255,255,.7);
    transform: translateX(-50%);
}

.home-bottom-nav.home-tabbar-two {
    grid-template-columns: repeat(2, 1fr);
    direction: rtl;
}

.home-bottom-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    color: #9a9a9a;
    border-radius: 19px;
    transition: background .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.home-bottom-nav i {
    color: inherit;
    font-size: 18px;
    line-height: 18px;
    width: 26px;
    height: 24px;
    border-radius: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .18s ease, color .18s ease;
}

.home-bottom-nav span {
    color: inherit;
    font-size: 12px;
    line-height: 16px;
}

.home-bottom-nav a.active,
.home-bottom-nav a.active i,
.home-bottom-nav a.active span {
    color: #fff;
    font-weight: 700;
}

.home-bottom-nav a.active {
    background: var(--bg-lin-kizil);
    box-shadow: 0 10px 22px rgba(250, 59, 59, .25);
    transform: translateY(-2px);
}

.home-bottom-nav a.active i {
    background: rgba(255, 255, 255, .18);
}

/** mine **/
.mine-page {
    padding-bottom: 76px;
}

.mine-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 14px;
}

.mine-hero {
    background: #fff;
    border-radius: 22px;
    padding: 16px;
    color: #222;
    overflow: hidden;
    position: relative;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.mine-hero::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 100px;
    background: linear-gradient(135deg, rgba(250,59,59,.13), rgba(255,151,2,.12));
    pointer-events: none;
}

.mine-hero::after {
    content: "";
    position: absolute;
    right: -42px;
    top: -46px;
    width: 126px;
    height: 126px;
    border-radius: 50%;
    background: rgba(250,59,59,.08);
}

.mine-user {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 11px;
}

.mine-avatar {
    width: 54px;
    height: 54px;
    border-radius: 17px;
    overflow: hidden;
    background: var(--bg-lin-kizil);
    box-shadow: 0 10px 24px rgba(250, 59, 59, .2);
    flex-shrink: 0;
    padding: 2px;
}

.mine-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    background: #fff;
}

.mine-user-info {
    flex: 1;
    min-width: 0;
    direction: rtl;
    text-align: right;
}

.mine-name {
    color: #222;
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mine-sub {
    color: #888;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
}

.mine-status-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    border-radius: 12px;
    padding: 2px 10px;
    margin-bottom: 5px;
    background: #fff4f1;
    color: #fa4b35;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
}

.mine-login {
    min-height: 38px;
    border-radius: 18px;
    padding: 6px 17px;
    background: var(--bg-lin-kizil);
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 10px 20px rgba(250,59,59,.2);
}

.mine-vip-card {
    position: relative;
    z-index: 1;
    margin-top: 12px;
    border-radius: 16px;
    padding: 11px 12px;
    background: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    direction: rtl;
    backdrop-filter: blur(8px);
}

.mine-vip-title {
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 7px;
}

.mine-vip-title i {
    color: #fa4b35;
    font-size: 15px;
}

.mine-vip-title span {
    color: #222;
    font-weight: 700;
    line-height: 24px;
}

.mine-vip-desc {
    color: #898989;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
}

.mine-vip-btn {
    min-height: 32px;
    line-height: 20px;
    border-radius: 15px;
    padding: 6px 14px;
    background: #fff;
    color: #fa4b35;
    font-size: 12px;
    font-weight: 700;
    box-shadow: 0 6px 14px rgba(0,0,0,.05);
}

.mine-stats {
    margin-top: 14px;
    background: #fff;
    border-radius: 18px;
    padding: 14px 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    box-shadow: 0 8px 20px rgba(0,0,0,.035);
}

.mine-stats a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

.mine-stats strong {
    color: #222;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
}

.mine-stats span {
    color: #8b8b8b;
    font-size: 12px;
    line-height: 22px;
}

.mine-section {
    margin-top: 14px;
    background: #fff;
    border-radius: 18px;
    padding: 6px 0;
    box-shadow: 0 8px 20px rgba(0,0,0,.035);
}

.mine-row {
    height: 58px;
    padding: 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-bottom: 1px solid #f2f2f2;
}

.mine-row:last-child {
    border-bottom: 0;
}

.mine-row span {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    color: #222;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
}

.mine-row > i {
    color: #c8c8c8;
    font-size: 18px;
}

.mine-row span i {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.row-kok {
    background: linear-gradient(135deg, #2d9cff, #56c1ff);
}

.row-serik {
    background: linear-gradient(135deg, #ff9f2d, #ffd45b);
}

.row-kizil {
    background: linear-gradient(135deg, #ff4f61, #ff8c7c);
}

.row-yeshil {
    background: linear-gradient(135deg, #09b985, #19d8c0);
}

.mine-film-section {
    margin-top: 14px;
    background: #fff;
    border-radius: 18px;
    padding: 14px;
    box-shadow: 0 8px 20px rgba(0,0,0,.035);
}

.mine-film-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-bottom: 12px;
}

.mine-film-title span {
    color: #222;
    font-size: 15px;
    line-height: 22px;
    font-weight: 800;
}

.mine-film-title a {
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

.mine-film-list {
    display: grid;
    gap: 10px;
}

.mine-film-card {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 10px;
    min-width: 0;
    padding: 8px;
    border-radius: 14px;
    background: #f8f8f8;
}

.mine-film-card img {
    width: 56px;
    height: 74px;
    border-radius: 10px;
    object-fit: cover;
    flex-shrink: 0;
}

.mine-film-card div {
    flex: 1;
    min-width: 0;
    direction: rtl;
    text-align: right;
}

.mine-film-card strong {
    display: block;
    color: #222;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mine-film-card span {
    display: block;
    color: #8c8c8c;
    font-size: 12px;
    line-height: 18px;
    margin-top: 4px;
}

.mine-empty {
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #aaa;
    font-size: 13px;
    background: #f8f8f8;
    border-radius: 14px;
    direction: rtl;
}

.mine-list-wrap {
    max-width: 640px;
    margin: 0 auto;
    padding: 14px;
}

.mine-list-header {
    height: 54px;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 0 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,.035);
}

.mine-list-header button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f4f4f4;
    color: #777;
}

.mine-list-header button i {
    color: #777;
    font-size: 18px;
}

.mine-list-header div {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 8px;
    color: #222;
    font-size: 16px;
    font-weight: 800;
}

.mine-list-header div i,
.mine-list-header div span {
    color: #222;
    font-size: 16px;
    font-weight: 800;
}

.mine-list-login {
    margin-top: 14px;
    border-radius: 22px;
    padding: 26px 18px 18px;
    background: #fff;
    text-align: center;
    direction: rtl;
    box-shadow: 0 14px 34px rgba(0,0,0,.06);
}

.mine-list-login .alert-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    margin: 0 auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-lin-kizil);
}

.mine-list-login .alert-icon i {
    color: #fff;
    font-size: 32px;
}

.mine-list-login strong {
    display: block;
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
}

.mine-list-login p {
    margin: 6px 0 16px;
    color: #777;
    font-size: 13px;
    line-height: 22px;
    white-space: normal;
}

.mine-list-login button {
    width: 100%;
    height: 46px;
    border-radius: 14px;
    background: var(--bg-lin-kizil);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.mine-list-body {
    display: grid;
    gap: 12px;
    margin-top: 14px;
}

.mine-list-card {
    display: flex;
    flex-direction: row-reverse;
    gap: 12px;
    padding: 10px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0,0,0,.035);
}

.mine-list-cover {
    width: 78px;
    height: 104px;
    border-radius: 14px;
    overflow: hidden;
    background: #f4f4f4;
    flex-shrink: 0;
}

.mine-list-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mine-list-info {
    flex: 1;
    min-width: 0;
    direction: rtl;
    text-align: right;
    padding: 2px 0;
}

.mine-list-info strong {
    display: block;
    color: #222;
    font-size: 15px;
    line-height: 23px;
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mine-list-info p {
    margin-top: 5px;
    color: #777;
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    white-space: normal;
}

.mine-list-info div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 6px;
    margin-top: 9px;
}

.mine-list-info span {
    min-height: 25px;
    padding: 3px 8px;
    border-radius: 13px;
    background: #f7f7f7;
    color: #888;
    font-size: 12px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 4px;
}

.mine-list-info span i {
    color: #999;
    font-size: 12px;
}

.mine-list-empty {
    margin-top: 14px;
    background: #fff;
}

@media (max-width: 380px) {
    .home-actions {
        gap: 7px;
    }

    .home-action {
        height: 58px;
        gap: 5px;
    }

    .home-action-icon {
        width: 30px;
        height: 30px;
    }

    .home-action-text span {
        font-size: 12px;
    }

    .home-list {
        gap: 12px 10px;
    }
}

.vip-modal {
    position: fixed;
    inset: 0;
    padding: 22px;
    background: rgba(18, 18, 18, .52);
    backdrop-filter: blur(10px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
}

.vip-content {
    position: relative;
    background: #fff;
    width: min(400px, 100%);
    max-height: calc(100vh - 44px);
    overflow-y: auto;
    border-radius: 24px;
    padding: 22px 18px 18px;
    text-align: center;
    color: #333;
    direction: rtl;
    box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
    animation: vipPop .22s ease-out;
}

.vip-content::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 155px;
    background: linear-gradient(135deg, rgba(250,59,59,.14), rgba(255,151,2,.16));
    pointer-events: none;
}

.vip-close-btn {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    width: 32px;
    min-height: 32px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.86);
    color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.vip-close-btn i {
    color: #888;
    font-size: 14px;
    line-height: 14px;
}

.vip-head {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    text-align: center;
}

.vip-icon {
    width: 62px;
    height: 62px;
    border-radius: 20px;
    background: var(--bg-lin-kizil);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(250, 59, 59, .24);
    flex-shrink: 0;
}

.vip-icon i {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
}

.vip-title {
    color: #222;
    font-size: 19px;
    line-height: 30px;
    font-weight: 800;
}

.vip-desc {
    color: #777;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
}

.vip-benefits {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 18px 0 16px;
}

.vip-benefits span {
    min-height: 30px;
    padding: 4px 10px;
    border-radius: 15px;
    background: #f7f7f7;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 5px;
    font-size: 12px;
    line-height: 20px;
}

.vip-benefits i {
    color: #16b989;
    font-size: 12px;
    line-height: 12px;
}

.vip-plans {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.vip-plan {
    position: relative;
    background: #f8f8f8;
    padding: 14px 12px;
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
    border: 1px solid transparent;
    transition: all .18s ease;
}

.plan-info {
    text-align: right;
    min-width: 0;
    flex: 1;
}

.plan-name {
    color: #222;
    font-size: 15px;
    line-height: 25px;
    font-weight: 800;
}

.plan-desc {
    color: #888;
    font-size: 12px;
    line-height: 22px;
    margin-top: 2px;
    direction: rtl;
}

.plan-side {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    gap: 9px;
    flex-shrink: 0;
}

.plan-price {
    color: #fa3b3b;
    font-size: 17px;
    line-height: 26px;
    font-weight: 900;
}

.plan-btn {
    background: var(--bg-lin-kizil);
    color: #fff;
    border: none;
    min-height: 34px;
    padding: 6px 14px;
    border-radius: 17px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
}

.vip-plan.selected {
    background: var(--bg-lin-kizil);
    border-color: rgba(250, 59, 59, .2);
    box-shadow: 0 12px 24px rgba(250, 59, 59, .2);
}

.vip-plan.selected .plan-name,
.vip-plan.selected .plan-desc {
    color: #fff;
}

.vip-plan.selected .plan-price {
    color: #fff;
}

.vip-plan.selected .plan-btn {
    background: #fff;
    color: #ff2c55;
}

@keyframes vipPop {
    from {
        opacity: 0;
        transform: translateY(16px) scale(.97);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@media (max-width: 360px) {
    .vip-plan {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
    }

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