@import url("/static/admins/fonts/fonts.css");
@import url("iconfont.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'UKIJ Tor';
    font-size: 16px;
}

body {
    background: #f7fcff;
    color: #333;
}

.mt20 {
    margin-top: 20px !important;
}

.radius10 {
    border-radius: 10px;
}

.card {
    overflow: hidden;
}

.bg-white {
    background: #fff;
}

.mr20 {
    margin: 20px;
}

.pd10 {
    padding: 10px;
}

a {
    text-decoration: none;
    color: #333;
}

.top_bg_lin {
    background: linear-gradient(#bbefff, #f7fcff);
    height: 250px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: -1;
}

.home-search {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.home-search .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-search .icon i {
    color: #000;
}

.home-search .searchs {
    background: #fff;
    border-radius: 25px;
    width: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #7a7a7a;
}

.slider {
    width: calc(100% - 40px);
    height: auto;
    margin: 20px;
    position: relative;
    height: 177px;
    overflow: hidden;
}

.slider .swiper-slide {
    width: 100%; /* 6.4rem Ã¢â€ â€™ 102.4px */
    height: auto;
    background: #fff;
    box-shadow: 0 0.8px 3.2px rgba(0, 0, 0, .2); /* .05rem Ã¢â€ â€™ 0.8px, .2rem Ã¢â€ â€™ 3.2px */
    border-radius: 10px;
}

.slider .swiper-slide img {
    display: block;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.slider .swiper-pagination {
    width: 100%;
    bottom: 4.8px; /* .3rem Ã¢â€ â€™ 4.8px */
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    background-color: rgba(0, 0, 0, .5);
    width: 16.4px; /* .15rem Ã¢â€ â€™ 2.4px */
    height: 16.4px; /* .15rem Ã¢â€ â€™ 2.4px */
}

.slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
    background-color: #fff;
}

.slider .swiper-button-prev {
    left: 3.2px; /* .2rem Ã¢â€ â€™ 3.2px */
    top: 0;
    width: 4.8px; /* .3rem Ã¢â€ â€™ 4.8px */
    height: 100%;
    margin-top: 0;
    background: none;
}

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

.slider .swiper-button-next {
    right: 3.2px; /* .2rem Ã¢â€ â€™ 3.2px */
    top: 0;
    width: 4.8px; /* .3rem Ã¢â€ â€™ 4.8px */
    height: 100%;
    margin-top: 0;
    background: none;
}

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

.menu {
    margin: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    overflow: hidden;
}

.menu a {
    width: 31%;
    background: #c0f0ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    border-radius: 10px;
    padding: 13px;
    border: 1px solid #8de5ff;
}

.menu a i {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 35px;
    color: #03A9F4;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu a span {
    height: 30px;
    line-height: 35px;
    color: #03A9F4;
    display: block;
    width: 100%;
    text-align: center;
}

.banners .swiper-wrapper {
    height: 250px;
}

.banners .swiper-slide {
    width: 41%;
    height: 200px;
}

.banners .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.banners .swiper-slide .text {
    height: 35px;
    display: block;
    line-height: 35px;
    width: 100%;
    text-align: center;
}

.home_item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.home_item .item {
    width: calc(33% - 20px);
    margin: 10px;
    position: relative;
}

.home_item .item img {
    width: 100%;
    height: 130px;
    border-radius: 10px;
}

.home_item .item .text {
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 35px;
    font-size: 14px;
    overflow: hidden;
}

.home_item .item .episode {
    font-size: 11px;
    text-align: center;
    width: 100%;
    height: 25px;
    line-height: 30px;
    direction: rtl;
}

.home_item .item span {
    position: absolute;
    top: 0;
    right: 0;
    background: #11c6ff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
}

.categody_header {
    height: 60px;
    line-height: 45px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.categody_header .cate-search {
    width: 40px;
    height: 40px;
    background: #eefaff;
    border: 1px solid #d3eefb;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
}

.categody_header .title {
    font-size: 20px;
}

.cate-menu {
    display: flex;
    padding: 0 20px;
    flex-direction: row-reverse;
    margin-top: 20px;
}

.cate-menu a {
    font-size: 16px;
    padding: 0px 10px;
    height: 30px;
    margin-left: 10px;
    line-height: 25px;
}

.cate-menu a.active {
    color: #fff;
    background: #8134fc;
    border-radius: 7px;
    font-weight: 100;
}

.card-item-cate {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    margin-top: 20px;
    flex-direction: row-reverse;
}

.card-item-cate .item {
    position: relative;
    width: calc(50% - 10px);
    margin-bottom: 20px;
}

/** Ã§Â¬Â¬2 - 4 8 margen-left Ã¯Â¼Å¡0; */
.card-item-cate .item:nth-child(2n) {
    margin-right: 20px;
}

.card-item-cate .item img {
    width: 100%;
    height: 120px;
    border-radius: 10px;
}

.card-item-cate .item .text {
    width: 100%;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap; /* 必须配合text-overflow */
    text-overflow: ellipsis;
    direction: rtl;
}

.card-item-cate .item .episode {
    text-align: center;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    color: #999;
    direction: rtl;
}

.card-item-cate .item span {
    position: absolute;
    top: 0;
    right: 0;
    background: #11c6ff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
}

.detail-head {
    background: #8169fb;
    padding-bottom: 58px;
}

/* Detail Info Section */
.detail-head .detail-info {
    margin: 0 20px;
    overflow: hidden;
}

.detail-head .detail-info .avatar {
    width: 110px;
    height: 130px;
    border-radius: 10px;
    overflow: hidden;
    float: right;
}

.detail-head .detail-info .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-head .detail-info .info-text {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    width: calc(100% - 130px);
    overflow: hidden;
    display: block;
}

.detail-head .detail-info .info-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    height: 30px;
    line-height: 37px;
    text-align: right;
    margin-bottom: 15px;
    overflow: hidden;
}

.detail-head .detail-info .cates {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
    width: 100%;
    flex-direction: row-reverse;
}

.detail-head .detail-info .cates p {
    display: flex;
    flex-direction: column;
    width: 33%;
    text-align: center;
}

.detail-head .detail-info .cates span {
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #ffffff;
}

.detail-head .detail-info .info-text h4 {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    display: block;
    text-align: right;
    color: #fff;
}

.detail-head .lists {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 20px;
    padding: 0 20px;
}

.detail-head .lists .item {
    background-color: #f8f8f8;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.lists .item:hover {
    background-color: #e0e0e0;
}

/* Detail List Section */
.detail-list {
    background-color: #fff;
    margin-top: -35px;
    padding: 20px;
    border-top-left-radius: 30px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border-top-right-radius: 30px;
}


.detail-list .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-list .list .item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    flex-direction: row-reverse;
}

.detail-list .list .active {
    background: #d6d6d6;
}

.detail-list .list .item:hover {
    background-color: #f0f0f0;
    transform: translateX(-5px); /* Move right in RTL */
}

.detail-list .list .item span {
    color: #888;
    font-size: 14px;
    margin-left: 15px; /* Space on the left in RTL */
    min-width: 30px;
}

.detail-list .list .item .text {
    flex: 1;
    font-size: 15px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
}

.detail-list .vip-list {
    display: flex;
    gap: 8px;
    margin-right: 15px; /* Space on the right in RTL */
    flex-direction: row-reverse;
}

.vip-list .item {
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 15px;
    background-color: #f0f0f0;
    color: #666;
}

.detail-list .vip-list .money {
    background-color: #fff4e6;
    color: #ff9500;
}

.detail-list .vip-list .vip {
    background-color: #e6f7ff;
    color: #1890ff;
}

#content {
    height: calc(100vh - 170px); /* Ã¤Â¿ÂÃ¦Å’ÂÃ¥Å½Å¸Ã¦Å“â€°Ã©Â«ËœÃ¥ÂºÂ¦Ã¨Â®Â¡Ã§Â®â€” */
    background: #fff;
    border-radius: 10px;
    margin: 20px;
    margin-bottom: 0;
    padding: 20px;
    position: fixed; /* Ã¥â€ºÂºÃ¥Â®Å¡Ã¥Â®Å¡Ã¤Â½ÂÃ¥ÂÂ¯Ã¨Æ’Â½Ã©Å“â‚¬Ã¨Â¦ÂÃ¨Â°Æ’Ã¦â€¢Â´ */
    color: #464646;
    overflow-y: auto; /* Ã¦â€Â¹Ã¤Â¸Âº auto Ã¦Ë†â€“ scroll Ã¥ÂÂ¯Ã§â€Â¨Ã¥Å¾â€šÃ§â€ºÂ´Ã¦Â»Å¡Ã¥Å Â¨ */
    overflow-x: hidden; /* Ã§Â¦ÂÃ§â€Â¨Ã¦Â°Â´Ã¥Â¹Â³Ã¦Â»Å¡Ã¥Å Â¨ */
    line-height: 200%;
    text-align: justify;
    border-bottom: none;
    direction: rtl;
    width: calc(100% - 40px);
}

#content p {
    line-height: 2pc;
    font-size: 15px;
    text-align: justify;
    color: #424242;
    direction: rtl
}

#content img {
    width: auto;
    margin: 0 auto 10px;
    display: block;
    max-width: 100%
}

/* Chrome/Safari/Opera */
#content::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.content-bottom {
    height: 60px;
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.content-bottom .items {
    width: calc(50% - 50px);
    background: #fff;
    line-height: 60px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.content-bottom .items .icon {
    float: left;
}

.content-bottom .icons {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #c0f0ff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 20px;
}

.content-bottom .icons .icon i {
    font-size: 25px;
}

.content-bottom .items .icon i {
    font-size: 35px;
}

.content-bottom .items .text {
}

.titles {
    margin-top: 10px;
    display: flex;
    direction: rtl;
    justify-content: space-between;
    margin-bottom: 10px;
}

.titles .text {
    display: flex;
    flex-direction: row;
}

.titles .text i {
    border: 5px solid #e1fbff;
    background: #9cecfe;
    width: 25px;
    height: 25px;
    display: block;
    border-radius: 50%;
}

.titles .text span {
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}

.titles .more {
    font-size: 12px;
    line-height: 25px;
    background: #f6fdff;
    padding: 0 10px;
    border-radius: 10px;
    color: #8134fc;
    display: flex;
    align-items: center;
    justify-content: center;
}


.scroll-item {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    direction: rtl;
}

/* Chrome/Safari/Opera */
.scroll-item::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.scroll-item .item {
    margin-left: 15px;
    position: relative;
    width: 120px;
    padding-bottom: 15px;
}

.scroll-item .item img {
    width: 130px;
    height: 100px;
    border-radius: 10px;
}

.scroll-item .item .text {
    display: flex;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    font-size: 14px;
}

.scroll-item .item span {
    position: absolute;
    top: 0;
    background: hsl(0deg 0% 100% / 68%);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 5px;
    font-size: 12px;
    color: #ff7d04;
}

.search_list {
    padding-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.search_list .s_list {
    display: flex;
    margin: 10px;
    background: #ffffff;
    direction: rtl;
    border-radius: 5px;
    padding: 10px;
    margin-top: 0;
    position: relative;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.search_list .s_list img {
    height: 80px;
    width: 61px;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 20px;
}

.search_list .s_list .s_content {
    width: 60%
}

.search_list .s_list .s_content h4 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    color: #151212;
}

.search_list .s_list .s_content h6 {
    font-size: 12px;
    font-weight: 100;
}

.search_list .s_list .s_content i {
    color: #fc3d49;
    float: right;
    direction: rtl;
}

.search_list .s_list .s_content i span {
    float: right;
    font-size: 12px;
    line-height: 25px;
    height: 20px;
}

.search_list .s_list .star {
    position: absolute;
    left: 24px;
    top: 40px;
    color: #dfa90b;
}

.search_list .s_list .nums {
    width: 25px;
    height: 33px;
    text-align: center;
    line-height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #ffffff;
    margin-top: 25px;
    font-family: 'iconfont';
    font-size: 12px;
    position: relative;
}

.search_list .s_list .nums::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
    border-bottom: 10px solid #ffffff;
    position: absolute;
    z-index: 1;
    top: 11px;
    left: -1px;
}

.search_list .s_list .nums.as0 {
    background-color: #e21e4e;
    color: #fff;
}

.search_list .s_list .nums.as1 {
    background-color: #fd7400;
    color: #fff;
}

.search_list .s_list .nums.as2 {
    background-color: #ffc300;
    color: #fff;
}

/** member **/
#member_header {
    background: linear-gradient(#bbefff, #fff);
    padding: 0 20px;
}

#member_header .title {
    height: 45px;
    line-height: 45px;
    text-align: center;
}

#member_header .userinfo {
    direction: rtl;
    display: flex;
    justify-content: flex-start;
}

#member_header .userinfo .avatar {
    width: 87px;
    height: 87px;
    border-radius: 50%;
    border: 5px solid #fff;
}

#member_header .userinfo .avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#member_header .userinfo .info {
    margin-right: 10px;
    width: calc(100% - 77px - 10px - 10px);
}

#member_header .userinfo .info .name {
    margin-top: 20px;
    margin-bottom: 13px;
    direction: rtl;
}

#member_header .userinfo .info .uid_vip {
    display: flex;
}

#member_header .userinfo .info .uid_vip .uid {
    margin-left: 10px;
    font-family: 'iconfont';
}


.member_header_vip_card {
    color: #ff7d04;
    background: #fddfc4;
    padding: 15px;
    overflow: hidden;
}

.member_header_vip_card i {
    float: left;
    font-size: 25px;
}

.member_header_vip_card span {
    float: right;
    margin-right: 10px;
    height: 25px;
    line-height: 26px;
    font-size: 12px;
}

.member_header_vip_card .vip_clas {
    float: right;
}

#member_nav {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background: #ffffff;
    margin: 20px;

}

#member_nav a {
    display: flex;
    width: 33%;
    flex-direction: column;
    text-align: center;
}

#member_nav a .text {
    height: 30px;
    line-height: 30px;
}

#member_nav a .count {
    height: 30px;
    line-height: 40px;
    font-family: 'iconfont';
}


/* CSS Ã¤Â»Â£Ã§Â ÂÃ¥Å“Â¨Ã¤Â¸â€¹Ã¦â€“Â¹ */
:root {
    --primary-color: #1e88e5;
    --secondary-color: #f5f5f5;
    --text-color: #333;
    --light-text: #999;
    --border-color: #e0e0e0;
}


.search-container {
    max-width: 100%;
    padding: 15px;
}

.search-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.search-back {
    font-size: 24px;
    color: var(--text-color);
    margin-right: 15px;
    text-decoration: none;
}

.search-box {
    flex: 1;
    position: relative;
}

.search-input {
    width: 100%;
    padding: 12px 15px 12px 45px;
    border: 1px solid #ccc;
    border-radius: 25px;
    font-size: 16px;
    outline: none;
    background-color: #fff;
    transition: all 0.3s ease;
    text-align: right;
    font-size: 14px;
}

.search-input:focus {
    border-color: var(--primary-color);
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(30, 136, 229, 0.2);
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--light-text);
}

.search-submit {
    margin-left: 15px;
    color: var(--primary-color);
    font-size: 16px;
    text-decoration: none;
}


.section-title a {
    font-size: 14px;
    font-weight: normal;
    color: var(--light-text);
    text-decoration: none;
}


.history-item a {
    color: var(--text-color);
    text-decoration: none;
    flex: 1;
}

.result-item h3 {
    font-size: 16px;
    margin-bottom: 5px;
    color: var(--primary-color);
}

.result-item p {
    font-size: 14px;
    color: var(--light-text);
}

.viplist {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 6;
    background: rgb(0 0 0 / 40%);
    display: flex;
    flex-direction: column-reverse;
    display: none;
}

.viplist .vipsall {
    background: #fff;
    border-top-left-radius: 20px;
    padding: 20px;
    border-top-right-radius: 20px;
}

.viplist .vipsall .vip_head {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.viplist .vipsall .vip_head .title {
    height: 50px;
    line-height: 50px;
    margin-top: 30px;
    font-size: 18px;
}

.viplist .vipsall .vip_head .close {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -27px;
    background: #dfdfdf;
    border-radius: 7px;
    color: #000000;
}

.viplist .vipsall .vip_head .userinfo {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: -83px;
    left: 0;
    right: 0;
}

.viplist .vipsall .vip_head .userinfo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.viplist .vip_item {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
}

.viplist .vip_item .item {
    width: calc(50% - 10px);
    border: 1px solid #bbefff;
    border-radius: 8px;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 20px;
    background: linear-gradient(180deg, #e8faff, transparent);
    direction: rtl;
    overflow: hidden;
}

.viplist .vip_item .item:nth-child(2n) {
    margin-left: 0;
}

.viplist .vip_item .item .title {
    margin-top: 20px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #00c3ff;
}

.viplist .vip_item .item .price {
    margin: 20px 0;
    font-size: 18px;
    color: #FF9800;
}

.viplist .vip_item .item .old_price {
    color: #999;
    height: 30px;
    line-height: 30px;
    text-decoration: line-through;
    font-size: 12px;
}

.viplist .vip_item .item .day {
    height: 30px;
    background: #bbefff;
    color: #05c4ff;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
}

.viplist .contents {
    padding-top: 30px;
    padding-bottom: 20px;
    text-align: center;
    direction: rtl;
    line-height: 25px;
    color: #999;
}

.viplist .vip_item .active {
    background: #bbefff;
}

.viplist .vip_item .active .day {
    background: #00c4ff;
    color: #ffffff;
}

.viplist .vip_item .active .title {
    color: #00c3ff;
}

.viplist .vip_item .active .price {
}

.viplist .vip_item .active .old_price {
}

.logins_fixed {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgb(255 255 255 / 0%);
    z-index: 99999999999;
}

.vip_content {
    padding: 20px;
    border-radius: 8px;
    background-image: linear-gradient(0deg, #fff, #f3f5f8);
    border: 2px solid #dcf7ff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    box-sizing: border-box;
    flex: 1;
}

.vip_content .title {
    font-size: 18px;
    text-align: center;
    direction: rtl;
    color: #4b5b76;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.vip_content .btns {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.vip_content .btns .vip {
    width: 50%;
    background: #00c3ff;
    color: #fff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.vip_content .btns .money {
    width: 45%;
    background: linear-gradient(0deg, #fff, #f3f5f8);
    color: #00c3ff;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border: 2px solid #bbefff;
}

.likes {
    position: absolute;
    top: 100px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffff;
    border-radius: 8px;
}

.likes i {
    font-size: 20px;
}

#episodes {
    position: fixed;
    bottom: 75px;
    left: 0;
    right: 0;
    display: none;
    z-index: 9;
}

.episode_bg {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 78px;
    top: 0;
    background: rgb(0 0 0 / 31%);
    z-index: 7;
    display: none;
}

/** footer */
#footer {
    background: #fff;
    width: 100%;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    direction: rtl;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 0px 20px 0px #ddd;
}

#footer a {
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

#footer a i {
    width: 30px;
    height: 30px;
    font-size: 28px;
}

#footer a span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

#footer a.active {
    color: #8134fc;
    font-weight: bold;
}


.preloader {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-top: 2px solid #333;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.recommend .item {
    width: 130px !important;
    position: relative;
    margin-left: 15px;
}

.recommend .item span {
    position: absolute;
    top: 0;
    right: 0;
    background: #11c6ff;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 10px;
    font-size: 12px;
    color: #fff;
}

.recommend .item img {
    width: 130px;
    height: 100px;
    max-width: 130px;
    border-radius: 8px;
}

.recommend .item p {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    direction: rtl;
}

.filter-row {
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    flex-direction: row-reverse;
}

