@import url('../font/ukij.css');
@import url('../font/iconfont.css');
@import url('./alert.css');

:root {
    /* 浅色模式默认变量 */
    --color-kara: #171717;
    --color-kul: #666;
    --color-kizil: #fa3b3b;
    --color-transparent: transparent;
    --color-white: #fff;
    --color-black: #000000;
    --color-kol: #313131;
    /* 深色模式变量 - 默认不启用 */
    --bg-white: #fff;
    --bg-kara3: rgba(0, 0, 0, .3);
    --bg-kok: #0b61ea;
    --bg-black: #000000;
    --bg-kizil: #fa3b3b;
    --bg-sos-kizil: #ff6f6f;

    /* 深色模式变量 - 启用 */
    --bg-lin-kizil: linear-gradient(228deg, #fa3b3b, #ff6f6f);
    --bg-lin-top-kizil: linear-gradient(to top, #fa3b3b, #ff6f6f);
    --bg-lin-kok: linear-gradient(to top, #005efe, #76a9ff);
    --bg-lin-serik: linear-gradient(to top, #ff6f6f, #ff9702);
    --bg-lin-deng2-kizil: linear-gradient(228deg, #fa3b3b, #ff6f6f);
    --bg-lin-deng4-kok: linear-gradient(-45deg, #579cff, #03A9F4);
    --bg-lin-html-bg: linear-gradient(90deg, #ffeded, #edfcff);
}

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

body {
    width: 100%;
    overflow-x: hidden;
    background: var(--bg-lin-html-bg);
}

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

a {
    text-decoration: none;
    outline: 0
}
p{
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: rtl;
}
.flex {
    display: flex;
}

.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-20 {
    margin: 20px;
}

.padding-20 {
    padding: 20px;
}

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

#header {
    margin: 10px 20px;
    direction: rtl;
    align-items: center;
    justify-content: space-between;
}

#header .logo {
    width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 35px;
    background: var(--bg-lin-kizil);
    background-clip: text;
    -webkit-background-clip: text;
    color: var(--color-transparent);
}

#header .search {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: var(--color-kizil);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .head_nav {
    height: 38px;
    border-radius: 8px;
    display: flex;
    overflow: hidden;
    backdrop-filter: blur(1px);
    padding: 5px;
    width: calc(100% - 70px);
}

#header .head_nav a {
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    margin: 0;
}

#header .head_nav a.cur {
    background: var(--bg-lin-kizil);
    border-radius: 5px;
    color: var(--color-white);
}

#Banner {
    width: calc(100% - 40px);
    height: 190px;
    overflow: hidden;
    display: block;
    margin: 20px;
    border-radius: 10px;
}

.header {
    display: flex;
    position: relative;
    height: 60px;
    line-height: 60px;
    align-items: center;
    text-align: center;
    justify-content: space-between;
}

.header a {
    width: 40px;
    height: 40px;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header a i {
    font-size: 18px;
}

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

.banners .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: 3px 3px 4px 0 var(--bg-black);
}


.nav {
    margin: 20px;
    display: flex;
    border-radius: 8px;
    direction: rtl;
    padding-bottom: 0;
    justify-content: space-between;
}

.nav a {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    width: 33%;
}

.nav a i {
    font-size: 36px;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-lin-top-kizil);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    color: transparent !important;
}

.nav a p {
    color: #333;
    font-size: 14px;
    padding-top: 10px;
}

.nav a:nth-child(1) i {
    color: var(--color-kizil);
}

.nav a:nth-child(2) i {
    background: var(--bg-lin-kok);
}

.nav a:nth-child(3) i {
    background: var(--bg-lin-serik);
}

.nav a:nth-child(4) {
    margin-left: 0
}


.home_history {
    padding: 10px;
    background: var(--bg-white);
    border-radius: 5px;
    display: flex;
    direction: rtl;
    position: relative;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.home_history img {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    border: 3px solid hsl(0deg 0% 74% / 46%);
}

.home_history .left_content {
    color: var(--color-black);
    margin-right: 10px;
    width: 55%;
}

.home_history .left_content h4 {
    font-size: 16px;
    padding-top: 5px;
}

.home_history .left_content h5 {
    font-size: 12px;
    margin-top: 8px;
}

.home_history .mores {
    height: 30px;
    line-height: 30px;
    background: var(--bg-kizil);
    padding: 0 10px;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 10px;
    font-size: 12px;
    position: absolute;
    left: 10px;
    color: var(--color-white);
}

.main {
    overflow: hidden;
}

.title {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    font-size: 20px;
}

.title .tit {
    float: right;
    direction: rtl;
    height: 45px;
    margin-left: 10px;
}

.title .tit i {
    color: var(--color-kizil);
    width: 21px;
    font-size: 22px;
    line-height: 45px;
    text-align: center;
    height: 45px;
    float: right;
    margin: 0 8px;
}

.title .tit span {
    color: var(--color-kizil);
    line-height: 45px;
    font-size: 14px;
    font-weight: 100;
}

.title .tit::before {
    content: "";
    width: 5px;
    background: var(--bg-lin-kizil);
    float: right;
    height: 25px;
    margin-left: 9px;
    margin-top: 8px;
    border-radius: 20px;
}

.title .more {
    float: left;
    color: #a4a4a4;
    font-size: 30px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title .more i {
    font-size: 20px;
    float: left;
    line-height: 45px;
    margin-left: 10px;
}

.new4mov {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    direction: rtl;
}

.new4mov .mov_cov {
    width: 48.5%;
    margin-bottom: 3.3%;
    position: relative;
}

.new4mov .mov_cov img {
    width: 100%;
    height: 250px;
    border-radius: 8px;
}

.new4mov p {
    width: 100%;
    height: 30px;
    border-radius: 8px;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    overflow: hidden;
}

.new4mov h6 {
    width: 100%;
    height: 18px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: var(--color-kol);
}

.new4mov .mov_cov:nth-child(2n+1) {
    margin-left: 3%;
}

.new4mov .mov_cov1 {
    width: 31%;
    margin-bottom: 3.3% !important;
    position: relative;
}

.new4mov .mov_cov1 img {
    width: 100%;
    height: 180px;
    border-radius: 4px;
}

.new4mov .mov_cov1:nth-child(3n+2) {
    margin: 0 3.3%;
}

.recommend .item {
    width: 101px;
}

.recommend .item img {
    width: 101px;
    height: 150px;
    max-width: 110px;
    border-radius: 8px;
}

.recommend .item p {

    height: 40px;

    line-height: 40px;

    display: block;

    overflow: hidden;

    text-align: right;

    font-size: 12px;
}

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


/** member **/
#member_head {
    height: 215px;
    width: calc(100% - 40px);
    display: inline-block;
    position: relative;
    margin: 20px;
    background: linear-gradient(228deg, #fa3b3b, #ff6f6f);
    border-radius: 10px;
    overflow: hidden;
}

#member_head .member_hd {
    text-align: center;
    display: flow-root;
    position: relative;
    z-index: 1;
    padding: 20px;
}

#member_head .member_hd .avatar_nickname {
    overflow: hidden;
    display: flex;
    flex-direction: row-reverse;
}

#member_head .member_hd .avatar_nickname img {
    width: 80px;
    border-radius: 50%;
    border: 4px solid rgb(255 255 255);
    height: 80px;
}

#member_head .member_info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    margin-right: 20px;
}

#member_head .member_info p {
    color: #fff;
    font-size: 12px;
    display: block;
}

#member_head .member_info p.nickname {
    font-size: 14px;
    line-height: 30px;
}

#member_head .member_info p.vip_times {
    font-size: 14px;
    line-height: 30px;
}

#member_head .member_left {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 28px;
    background: var(--bg-white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

#member_head .member_left i {

    color: var(--color-kizil);

    height: 22px;

    font-weight: bold;
}

#member_head .member_navbar {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin-top: 30px;
}

#member_head .member_navbar a {
    width: 33%;
}

#member_head .member_navbar a p {
    font-size: 12px;
    color: #fff;
    line-height: 25px;
}

#member_head .member_navbar a p.num {
    font-size: 18px;
    font-family: 'Arial', 'PingFang SC', 'Microsoft YaHei', sans-serif;
    height: 30px;
    line-height: 30px;
}


.member_menu {
    overflow: hidden;
    display: flex;
    top: -10px;
    position: relative;
    background: var(--bg-white);
    z-index: 2;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding-bottom: 13px;
}

.member_menu a {
    display: flex;
    flex-flow: column;
    align-items: center;
    font-size: 12px;
    width: 100%;
    flex-direction: row-reverse;
    height: 40px;
    line-height: 40px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 7px;
}

.member_menu a i.start {
    width: 30px;
    text-align: center;
    height: 30px;
    font-size: 16px !important;
    background: linear-gradient(228deg, #FF9800, #FFC107);
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ç¬¬äºŒå - å³ä¸Šè§’ */
.member_menu a:nth-child(2) i.start {
    background: linear-gradient(228deg, #fa3b3b, #ff6f6f); /* æ©™è‰²è¡¨ç¤ºç¬¬äºŒå */
}

/* ç¬¬ä¸‰å - å·¦ä¸Šè§’ */
.member_menu a:nth-child(3) i.start {
    background: linear-gradient(228deg, #4CAF50, #8BC34A); /* ç»¿è‰²è¡¨ç¤ºç¬¬ä¸‰å */
}

.member_menu a i.prev {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #c4c4c4;
}

.member_menu a span {
    width: 80%;
    line-height: 55px;
}

.member_menu a p {
    font-size: 14px;
    width: calc(100% - 85px);
    text-align: right;
}

.history_list {
    margin-top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/** search **/

.searchs .items {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.searchs .items input {
    background: #eee;
    width: calc(100% - 80px);
    height: 40px;
    border-radius: 8px;
    padding-right: 40px;
    text-align: right;
    font-size: 12px;
}

.searchs .items .icons {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
}

.searchs .items button {
    background: none;
    width: 60px;
}

.search_list {

    display: flex;

    flex-direction: column;
}

.search_list .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    direction: rtl;
}

.search_list .item .num {
    width: 40px;
    text-align: center;
    font-size: 20px;
}

.search_list .item .item_info {
    width: calc(100% - 40px);
    display: flex;
    align-items: center;
}

.search_list .item .item_info img {
    width: 60px;
    height: 80px;
    border-radius: 8px;
}

.search_list .item .item_info .info {
    width: calc(100% - 70px);
    margin-right: 10px;
}

.search_list .item .item_info .info h3 {
    font-weight: 100;
    color: var(--bg-black);
}

.search_list .item .item_info .info p {
    color: var(--bg-kara3);
    font-size: 12px;
}

/** list ***/
.list_nav {
    display: flex;
    flex-direction: row-reverse;
}

.list_nav a {
    background: #adadad24;
    padding: 3px 5px;
    margin-left: 10px;
    border-radius: 3px;
    color: var(--color-kol);
}

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

.list_item .item {
    width: 48%;
    background: var(--bg-white);
    margin-bottom: 4%;
    border-radius: 10px;
    overflow: hidden;
}

.list_item .item img {
    width: 100%;
    height: 243px;
}

.list_item .item .info {
    padding: 10px;
    text-align: right;
}

.list_item .item .info h3 {
    padding: 5px 0;
}

.list_item .item .info p {
    color: var(--bg-kara3);
    font-size: 12px;
}

/***end ****/
.footer {
    position: fixed;
    width: 100vw;
    height: 15vw;
    background-color: var(--bg-white);
    bottom: 0;
    left: 0;
    z-index: 29;
    direction: rtl;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.footer a {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 33%;
}

.footer a i {
    width: 5.3vw;
    height: 5.3vw;
    font-size: 5.3vw;
}

.footer a p {
    font-size: 3.2vw;
    margin-top: 2.6vw;
    margin-bottom: 0.6vw;
}

.footer a.active i::before, .footer a.active p {
    background: var(--bg-lin-top-kizil);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-weight: bold;
}

.isLogins{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #fff0;
    z-index: 99999999;
}