/**
 * Create by XIAOMU
 * Date: 2026/2/3
 * Name : app.main
 */
@import "app.font.css?v=1";
@import "iconfont.css";

* {
    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;
    -webkit-tap-highlight-color: transparent;
    font-size: 0.24rem;
}

:root {
    --color-primary: #296aea;
    --color-text: #444;
    --color-white: #fff;
    --color-bg: #f1f6fd;
    --color-text-light: #999;
    --color-text-dark: #333;
    --color-red: red;
    --color-green: #07c160;
    --color-yellow: #ffc33b;
    --border-radius: 7px;
    --border-radius-circle: 50%;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: var(--color-bg);
    font-size: 14px;
}

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

.clear {
    clear: both;
}

.mt-10 {
    margin-top: 10px;
}

.hide {
    display: none;
}

.header {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 10px;
    background: var(--color-white);
}

.header .head-title {
    font-size: 0.3rem;
    line-height: 0.69rem;
    color: var(--color-text-dark);
    font-family: Shirkhan Egme;
}

.header-user {
    width: 38px;
    height: 38px;
    text-align: center;
    border-radius: var(--border-radius-circle);
    overflow: hidden;
}

.header-user i {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 38px;
    font-size: 36px;
    color: var(--color-primary);
}

.header-nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    line-height: 0.69rem;
    padding: 10px;
    background: var(--color-white);
}

.header-nav a {
    font-size: 0.24rem;
    text-align: center;
}

.header-nav a.hover {
    color: var(--color-white);
    background: var(--color-primary);
    display: block;
    padding: 0 5px;
    border-radius: var(--border-radius);
}

.header .header-search {
    width: 38px;
    height: 38px;
    line-height: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header .header-search i {
    font-size: 18px;
    color: var(--color-text);
}

/** swiper **/
.slider {
    width: 100%;
    height: 200px;
    padding: .2rem;
    position: relative;
    overflow: hidden;
}

.slider .swiper-slide {
    width: 100%;
    height: auto;
    background: var(--color-white);
    box-shadow: 0 .05rem .2rem rgba(0, 0, 0, .2);
}

.slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 175px;
    border-radius: var(--border-radius);
    object-fit: cover;
}

.slider .swiper-pagination {
    width: 100%;
    bottom: .3rem
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: rgba(0, 0, 0, .5);
    width: .15rem;
    height: .15rem;
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: var(--color-white);
}

.slider .swiper-button-prev {
    left: .2rem;
    top: 0;
    width: .3rem;
    height: 100%;
    margin-top: 0;
    background: none;
}

.slider .swiper-button-prev:hover {
    background: none;
}

.slider .swiper-button-next {
    right: .2rem;
    top: 0;
    width: .3rem;
    height: 100%;
    margin-top: 0;
    background: none;
}

.slider .swiper-button-next:hover {
    background: none;
}

/** tabbar **/
.tabbar {
    margin: 10px;
    display: flex;
    gap: 10px;
    direction: rtl;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 20px;
}

.tabbar a {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabbar a img {
    width: 63px;
    height: 63px;
    margin-bottom: 0.2rem;
}

.tabbar a .tabbar-text {
    font-size: .28rem;
}

.main {
    margin: 10px;
    background: var(--color-white);
    border-radius: var(--border-radius);
    padding: 10px;
    overflow: hidden;
    width: calc(100% - 20px);
    margin-bottom: 0;
}

.mains {
    background: var(--color-white);
    margin: 10px 0;
    padding: 10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}


#title {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    height: 40px;
    line-height: 40px;
}

#title .right-title {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
}

#title .right-title::before {
    content: "";
    width: 6px;
    height: 20px;
    display: block;
    background: linear-gradient(45deg, black, #0000006b);
    margin-top: 10px;
    border-radius: 20px;
}

#title .right-title span {
    font-size: 0.32rem;
    margin-right: 10px;
}

#title .left-more {

}

#title .left-more a {
    display: flex;
}

#title .left-more i {
    color: var(--color-text-light);
}

#title .left-more span {
    font-size: 0.21rem;
    color: var(--color-text-light);
}

.mySwiperLeft {
    margin-top: 10px;
}

.mySwiperLeft .swiper-slide {
    position: relative;
}

.mySwiperLeft .swiper-slide img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.mySwiperLeft .swiper-slide .title {
    font-size: 0.24rem;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    text-align: center;
}

.mySwiperLeft .swiper-slide .is_vip {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    background: var(--color-red);
    color: #fff;
    padding: 3px 6px;
    border-radius: var(--border-radius) 0;
}

/****************/

.mySwiperLeft1 {
    margin-top: 10px;
}

.mySwiperLeft1 .swiper-slide {
    position: relative;
}

.mySwiperLeft1 .swiper-slide img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.mySwiperLeft1 .swiper-slide .title {
    font-size: 0.24rem;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 28px;
    text-align: center;
}

.mySwiperLeft1 .swiper-slide .is_vip {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.2rem;
    background: var(--color-red);
    color: #fff;
    padding: 3px 6px;
    border-radius: var(--border-radius) 0;
}

/** search **/
.search {
    color: #fff;
    margin: 10px;
    margin-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search input {
    color: #6d6d6d;
    background: #e6e6e6;
    width: 80%;
    height: 35px;
    line-height: 35px;
    border-radius: 25px;
    padding: 0 3%;
    direction: rtl;
}

.search .search_btn {
    float: right;
    height: 35px;
    line-height: 35px;
    color: #0369fc;
    width: 20%;
    text-align: center;
    font-size: 0.32rem;
}

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

.search-hot .search-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    gap: 10px;
    margin-top: 15px;
}

.search-hot .search-item a {
    font-size: 0.24rem;
    padding: 7px 10px;
    background: var(--color-white);
    border-radius: var(--border-radius);
    color: var(--color-text-light);
}

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

.search-new .search-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.search-new .search-item a {
    padding: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

.search-new .search-item a .num {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: var(--color-text-dark);
    border-radius: var(--border-radius-circle);
    color: var(--color-bg);
    font-family: 'iconfont';
    font-size: 0.2rem;
}

.search-new .search-item a:nth-child(1) .num {
    background: var(--color-red);
}

.search-new .search-item a:nth-child(2) .num {
    background: var(--color-green);
}

.search-new .search-item a:nth-child(3) .num {
    background: var(--color-yellow);
}

.search-new .search-item a .name {
    color: var(--color-text-light);
}

/** category **/
.category-nav {
    display: flex;
    flex-direction: column;
    padding: 10px;
    background: var(--color-white);
}

.category-nav .item-slider {
    width: 100%;
    height: 30px;
    display: flex;
    direction: rtl;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 10px;
}

.category-nav .item-slider {
    -ms-overflow-style: none; /* IE 和 Edge */
    scrollbar-width: none; /* Firefox */
}

.category-nav .item-slider::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.category-nav .item-slider a {
    padding: 5px 13px;
    margin-left: 0px;
    border-radius: 30px;
    color: #656464;
    font-size: 0.24rem;
}

.category-nav .item-slider .active {
    background: var(--color-primary);
    color: #fff;
}

.film-list {
    display: flex;
    flex-direction: row-reverse; /* 从右向左排列 */
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start; /* 改为顶部对齐 */
    gap: 10px; /* 添加间距 */
}

.film-list .item {
    flex: 0 0 calc(34% - 10px); /* 每行4个，25%宽度减去间距 */
    position: relative;
    display: block;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fff;
}

.film-list .item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
    border-radius: var(--border-radius);
}

.film-list .item .text {
    text-align: center;
    color: var(--color-text-light);
    font-size: 0.24rem;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制两行 */
    -webkit-box-orient: vertical;
    background: #fff;
    margin-top: 10px;
    height: 20px;
}

/** users */
.users {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 50% 25px;
    border-bottom-right-radius: 50% 25px;
    background: #303030;
}

.users .users-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url('../images/bg.png') no-repeat;
    filter: blur(6px);
    background-size: cover;
}

.users .users-head {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    flex-direction: column;
    gap: 10px;
}

.users .users-head .users-avatar {
    width: 77px;
    height: 77px;
    background: rgb(255 255 255 / 52%);
    border-radius: var(--border-radius-circle);
    border: 2px solid rgb(63 73 98 / 49%);
}

.users .users-head .users-avatar img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius-circle);
}

.users .users-head .users-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.users .users-head .users-info .users-name {
    font-size: 0.24rem;
}

.users .users-head .users-info .users-uid {
    font-size: 0.2rem;
}

.users .users-vip-card {
    display: flex;
    border-radius: 10px;
    background: linear-gradient(270deg, #0f2034 0%, #414b64 100%);
    position: relative;
    border: 2px solid #3f4962;
    width: 90%;
    margin: 0 auto;
    padding: 12px;
    flex-direction: row-reverse;
    align-items: center;
    height: 92px;
}

.users .users-vip-card .user-right-text {
    display: flex;
    width: 78%;
    height: 80%;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    direction: rtl;
}

.users .users-vip-card .users-left-btn {
    display: inline-flex;
    border-radius: 25px;
    color: #5f2e04;
    background: linear-gradient(270deg, #e8c299 0%, #ffe4c7 100%);
    animation: anim .4s linear infinite;
    position: absolute;
    left: 13px;
    padding: 10px 15px;
}

.users .users-vip-card .user-right-text p {
    margin: 0.08rem 0;
    color: #ffe4c7;
}

.users-navbar {
    margin: 20px 15px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.users-navbar .item {
    width: 30%;
    height: 80px;
    background: #ffffff;
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.users-navbar .item i {
    font-size: 24px;
    width: 30px;
    height: 30px;
    background: linear-gradient(148deg, #FF3366, /* 粉色 */ #E91E63 /* 蓝色 */);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}

.users-navbar .item:nth-child(1) i {
    background: linear-gradient(148deg, #2196F3, /* 粉色 */ #03A9F4 /* 蓝色 */);
}

.users-navbar .item:nth-child(2) i {
    background: linear-gradient(148deg, #FF5722, /* 粉色 */ #FF9800 /* 蓝色 */);
}

.users-navbar .item .text {
    font-size: 0.2rem;
}

.ranking-nav-group {
    display: flex;
    flex-direction: row-reverse;
    gap: 15px;
    height: 40px;
    line-height: 40px;
}

.ranking-nav-group div {
    border-bottom: 3px solid #fff;
    width: 50%;
    text-align: center;
    margin: 0 10%;
}

.ranking-nav-group .self {
    color: var(--color-primary);
    border-bottom-color: var(--color-primary);
}

.items-box-group {
    margin-top: 20px;
}

/** collection **/
.collection {
    display: flex;
    margin: 10px;
    flex-direction: column;
}

.collection .item {
    display: flex;
    flex-direction: row-reverse;
    background: var(--color-white);
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    padding: 10px;
    position: relative;
}

.collection .item .cover {
    width: 90px;
}

.collection .item .cover img {
    height: 100px;
    width: 120px;
}

.collection .item .info {
    width: calc(100% - 90px);
    text-align: right;
    padding: 10px;
}

.collection .item .info .title {
}

.collection .item .collection-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 130px);
    right: 120px;
}

.collection .item .collection-item img {
    width: 40px;
    border-radius: var(--border-radius-circle);
    height: 40px;
    margin-right: -10px;
    border: 2px solid #fff;
}

/** player **/
#player {
    height: 250px;
    background: #000;
}

.player-info {
    background: var(--color-white);
    padding: 20px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

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

.player-info .player-info-title i {
    font-size: 0.29rem;
}

.player-info .player-info-title span {
    font-size: 0.24rem;
    height: 17px;
}

.player-info .player-count {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}

.player-info .player-count .player-count-item {
    display: flex;
    flex-direction: row-reverse;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.player-info .player-count .player-count-item i {
    font-size: 0.23rem;
    color: var(--color-text-light);
}

.player-info .player-count .player-count-item span {
    color: var(--color-text-light);
}

.player-film-info {
    margin: 10px;
    background: var(--color-white);
    border-radius: var(--border-radius);
    padding: 10px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.player-film-info .covers {
    width: 100px;
    height: 120px;
    border-radius: var(--border-radius);
}

.player-film-info .film-info {
    display: flex;
    flex-direction: column;
}

.player-film-info .film-info p {
    height: 25px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.player-film-info .film-info p span {
    direction: rtl;
    color: var(--color-text-light);
}

.player-film-info .film-info p span.text {
    width: 80px;
}

.player-film-info .film-info p span.title {
    color: var(--color-text-dark);
}

.player-card-info {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 10px;
}

.player-card-info .item {
    background: var(--color-white);
    border-radius: var(--border-radius);
    padding: 10px;
}

.player-card-info .item i {
    text-align: center;
    font-size: 28px;
}

.player-card-info .item span {
    color: var(--color-text-light);
}

.player-card-info .item.like {
    display: flex;
    flex-direction: column;
    width: 80px;
    gap: 10px;
}

.player-card-info .item.like span {
    text-align: center;
}

.player-card-info .item.vip {
    width: calc(100% - 90px);
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
    text-align: right;
    position: relative;
}

.player-card-info .item.vip .items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}

.player-card-info .item.vip i {
    width: 45px;
    background: linear-gradient(148deg, #FF3366, /* 粉色 */ #FFC107 /* 蓝色 */);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}

.player-card-info .item.vip .items p {
    font-size: 0.26rem;
    color: var(--color-text-dark);
}

.player-ads {
    margin: 10px;
    border-radius: var(--border-radius);
    padding: 10px;
    background: var(--color-white);
}

.player-ads img {
    width: 100%;
}

.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: var(--color-text-light);
    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: rgb(241 246 253);
    border-radius: 10px;
    color: var(--color-primary);
    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: #d4e2ff;*/
/*    border-color: #296aea;*/
/*    transform: translateY(-2px);*/
/*    box-shadow: 0 4px 12px #d4e2ff;*/
/*}*/
/* 激活状态 */
.episodes_list_item .item.active {
    background: #d4e2ff;
    border-color: #296aea;
    box-shadow: 0 4px 15px #d4e2ff;
    position: relative;
    animation: pulse 2s infinite;
}

/* 脉冲动画 */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(41, 106, 234, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(41, 106, 234, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(41, 106, 234, 0);
    }
}

/** vip-modal **/
#vip-modal {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000038;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#vip-modal .vip-modal {
    border-radius: var(--border-radius);
    padding: 20px;
    width: calc(100% - 40px);
    position: relative;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}

#vip-modal .vip-modal .modal-head {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 15px;
}

#vip-modal .vip-modal .modal-head .modal-title {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#vip-modal .vip-modal .modal-head .modal-title .title-icon {
    font-size: 38px;
    background: linear-gradient(107deg, var(--color-primary), /* 粉色 */ #6399ff /* 蓝色 */);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}

#vip-modal .vip-modal .modal-head .modal-title p {
    font-size: 0.35rem;
}

#vip-modal .vip-modal .modal-head .modal-title span {
    color: var(--color-text-light);
}

#vip-modal .vip-modal .modal-list {
    display: flex;
    gap: 10px;
    padding: 10px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

#vip-modal .vip-modal .modal-list .item {
    border: 1px solid #eee;
    border-radius: var(--border-radius);
    padding: 10px;
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}

#vip-modal .vip-modal .modal-list .item.selected {
    border-color: var(--color-primary);
    background: #e5eeff;
    box-shadow: 8px 8px 20px 0 #e5eeff;
}

#vip-modal .vip-modal .modal-list .item .day {
    width: 100%;
    line-height: 25px;
}

#vip-modal .vip-modal .modal-list .item .item-title {
    line-height: 25px;
    color: var(--color-text-dark);
}

#vip-modal .vip-modal .modal-list .item .item-price {
    line-height: 25px;
    color: var(--color-primary);
}

#vip-modal .vip-modal .modal-list .item .item-btn {
    display: flex;
    flex-direction: row;
    background: linear-gradient(107deg, #296aea, /* 粉色 */ #0056ff /* 蓝色 */);
    color: var(--color-white);
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
    margin-top: 10px;
    gap: 5px;
    padding: 10px;
}

#vip-modal .vip-modal .modal-list .item .item-btn i {
    width: 25px;
    height: 25px;
    display: block;
    background: #fff;
    border-radius: var(--border-radius-circle);
    line-height: 25px;
    text-align: center;
    color: var(--color-primary);
}


#vip-modal .vip-modal .close {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    border-radius: var(--border-radius-circle);
    color: var(--color-text);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'iconfont';
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}

/** footer **/

.h75 {
    height: 75px;
}

.footer {
    width: 100%;
    height: 70px;
    backdrop-filter: saturate(50%) blur(8px);
    background: var(--color-white);
    position: fixed;
    bottom: 0;
    display: flex;
    direction: rtl;
    left: 0;
    right: 0;
    z-index: 9999 !important;
    border-top: 1px solid #eee;
    justify-content: space-around;
    padding-top: 0.1rem;
}

.footer a {
    text-decoration: none;
    color: var(--color-text-light);
    font-size: .24rem;
    width: 33.33333%;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.footer a i {
    width: 25px;
    height: 25px;
    font-size: 0.4rem;
}

.footer a.centers {
    margin-top: -20px;
    background: var(--color-white);
    border-top-left-radius: 20px 90px;
    border-top-right-radius: 20px 90px;
    border-top: 1px solid #eee;
}

.footer a.hover {
    color: var(--color-primary);
}

.footer a.hover i {
    background: linear-gradient(148deg, var(--color-primary), #84adff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text !important;
}


/** 短剧 **/
.tbg-danger {
    background: red !important;
}

.video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}

.video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-controls {
    position: absolute;
    bottom: 80px;
    right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.video-item {
    height: 100vh;
}

.control-btn {
    width: 48px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.control-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
}

.video-info {
    position: absolute;
    bottom: 80px;
    left: 15px;
    max-width: 70%;
    z-index: 10;
}

.video-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.video-author {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
    border: 2px solid #fff;
}

.author-name {
    font-size: 14px;
}

.video-desc {
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    z-index: 10;
}

.progress-current {
    height: 100%;
    background: #ff2c55;
    width: 0;
}

@keyframes heartBeat {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.loading-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    z-index: 15;
    display: none;
}

@keyframes spin {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.swipe-hint {
    position: absolute;
    bottom: 150px;
    width: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    z-index: 5;
    animation: fadeInOut 2s infinite;
}

@keyframes fadeInOut {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

/* 新增的剧集列表样式 */
.episode-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    z-index: 20;
    height: 60vh;
}

.episode-list.show {
    transform: translateY(0);
}

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

.episode-title {
    font-size: 16px;
    font-weight: bold;
}

.close-episodes {
    font-size: 24px;
    color: #fff;
    font-style: normal;
    font-family: 'iconfont';
}

.episode-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    height: 100%;
    overflow-y: auto;
    padding-bottom: 80px;
}

.episode-item {
    position: relative;
    height: 60px;
    border-radius: 4px;
    overflow: hidden;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
}

.episode-item.current {
    border: 2px solid #ff2c55;
}

.episode-number {
    font-size: 14px;
}

.episode-vip {
    position: absolute;
    top: 5px;
    right: 5px;
    background: linear-gradient(to right, #ff9500, #ff2c55);
    color: #fff;
    font-size: 10px;
    padding: 2px 5px;
    border-radius: 3px;
}



/*****viplist****/
#viplist {
    position: fixed;
    background: rgb(0 0 0 / 15%);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 999999;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#viplist .viplist {
    height: auto;
    background: #222;
    z-index: 99;
    padding: 20px;
    border-radius: 10px;
    margin: 20px;
}

#viplist .viplist .vip_li {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

#viplist .viplist .vip_li .l_i {
    width: 48%;
    margin-top: 15px;
    background: #333;
    overflow: hidden;
    border-radius: 8px;
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#viplist .viplist .vip_li .l_i h6 {
    font-size: 22px;
    font-weight: 100;
    text-align: center;
    padding: 7px 0;
    border-radius: 5px;
    color: #fff;
}

#viplist .viplist .vip_li .l_i p {
    font-size: 20px;
    padding-top: 20px;
    color: #ffffff;
    text-align: center;
}

#viplist .viplist .vip_li .l_i p font {
    font-size: 12px;
    padding-left: 3px;
}

#viplist .viplist .vip_li .l_i span {
    font-size: 14px;
    width: 13vw;
    text-align: center;
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fc3d49;
    position: absolute;
    left: 20px;
    top: 64px;
    display: none;
}

#viplist .viplist .vip_li .l_i strong {
    display: block;
    direction: rtl;
    font-size: 12px;
    text-align: center;
    background: #03A9F4;
    font-weight: 100;
    position: absolute;
    left: 5vw;
    top: 0;
    width: 13vw;
    height: 14vw;
    color: #fff;
    line-height: 14vw;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}

#viplist .viplist .vip_li .l_i.active {
    background: #F44336;
}


#viplist .closed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
}

.titles {
    height: 45px;
}

.titles .tits {
    position: relative;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 165px;
    margin: 0 auto;
    text-indent: 15px;
    color: var(--color-kizil);
}

.titles .tits span {
    position: relative;
    top: 15px;
}

.titles .tits span::after {
    content: "";
    width: 5px;
    height: 20px;
    background: var(--bg-kizil);
    display: block;
    position: absolute;
    border-radius: 5px;
    transform: rotate(16deg);
}

.titles .tits span::before {
    content: "";
    width: 5px;
    height: 15px;
    top: 4px;
    left: 10px;
    background: var(--bg-sos-kizil);
    display: block;
    position: absolute;
    border-radius: 5px;
    transform: rotate(16deg);
}


/** is model login **/

/* 自定义弹窗背景遮罩 */
.custom-alert-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999999;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 自定义弹窗主体 */
.custom-alert {
    background: #fff;
    border-radius: 12px;
    width: 320px;
    max-width: 90%;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    animation: fadeIn 0.3s ease;
    z-index: 9999;
    text-align: center;
}

/* 弹窗标题 */
.custom-alert h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* 弹窗内容 */
.custom-alert p {
    color: #666;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

/* 按钮容器 */
.custom-alert .btn-group {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 20px;
}

/* 按钮基础样式 */
.custom-alert button {
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    flex: 1;
}

/* 登录按钮 */
.custom-alert .btn-login {
    background: var(--color-primary);
    color: white;
}

.custom-alert .btn-login:hover {
    background: var(--color-primary);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgb(173 173 173 / 30%);
}

/* 取消按钮 */
.custom-alert .btn-cancel {
    background: #f1f1f1;
    color: #666;
}

.custom-alert .btn-cancel:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
}

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* 响应式调整 */
@media (max-width: 480px) {
    .custom-alert {
        width: 280px;
        padding: 20px;
    }

    .custom-alert .btn-group {
        flex-direction: column;
        gap: 10px;
    }
}
