@import url('./font.css?m=1');
@import url('../font/iconfont.css?m=24');

: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);
}

html {
    color: var(--color-kara);
    background: var(--bg-white);
    font-family: 'UKIJ Tor';
}

* {
    line-height: 1.5;
    box-sizing: border-box;
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    padding: 0;
    margin: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: none
}

a {
    text-decoration: none;
    color: var(--color-kara);
    outline: 0
}

em, var {
    font-style: normal
}

address, caption, cite, code, dfn, em, optgroup, th, var {
    font-style: inherit;
    font-weight: inherit
}

del, ins {
    text-decoration: none
}

li {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 400
}

q:after, q:before {
    content: ''
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

legend {
    color: var(--color-kara);
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

button, input, select, textarea {
    font-size: 100%;
    outline: 0
}

body {
    -webkit-user-select: none;
    -webkit-text-size-adjust: none
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch
}

::-webkit-scrollbar {
    width: 0;
    height: 0
}

::-webkit-scrollbar-thumb {
    border-radius: 1.3vw;
    -webkit-box-shadow: inset 0 0 .8vw var(--bg-kara3);
    box-shadow: inset 0 0 .8vw var(--bg-kara3);
    background-color: #95b6ef
}

img {
    -webkit-touch-callout: none;
    vertical-align: middle;
    object-fit: cover;
}

button, input[type=button], input[type=date], input[type=reset], input[type=submit], input[type=text], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-tap-highlight-color: transparent !important
}

a, input[type=password], input[type=text], select, textarea {
    -webkit-tap-highlight-color: transparent !important
}

input::-webkit-input-placeholder {
    color: var(--color-kul);
}

.hide {
    display: none !important
}

.show {
    display: block
}

.f-lex {
    display: flex;
}

.al-center {
    align-items: center
}

.fl-wrap {
    flex-wrap: wrap
}

.j-s-b {
    justify-content: space-between
}

.j-s-c {
    justify-content: center
}

.j-s-a {
    justify-content: space-around
}

.fr {
    float: right
}

.fl {
    float: left
}

.mt-60 {
    margin-top: -60px
}

.mt15 {
    margin-top: 15px !important
}

.psrrr {
    position: relative
}

.claer {
    clear: both;
}

.vw4 {
    margin: 4vw !important
}

.bgmain {
    margin: 20px;
    border-radius: 10px;
}

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

#header .logo {
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin: 17px 0;
    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;
    margin: 20px 0;
    text-align: center;
    color: var(--color-kizil);
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#header .dengpao {
    display: flex;
    width: 30px;
    height: 30px;
    background: #e3e3e3;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-weight: bold;
}

.dark-mode .dengpao {
    background: var(--bg-lin-kizil) !important;
    color: var(--color-white) !important;
}

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

#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);
}

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

.header .title {
    position: absolute;
    left: 60px;
    right: 60px;
    width: calc(100% - 120px);
    margin-bottom: 0;
    font-size: 19px;
}

.head_navs {
    display: flex;
    direction: rtl;
    margin: 10px;
    margin-top: 65px;
}

.head_navs a {
    width: 20%;
    text-align: center;
}

.head_navs a.cur {
    color: var(--color-white);
    background: var(--bg-kok);
    border-radius: 5px;
}

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

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

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

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

.menus li {
    -webkit-flex-shrink: 0;
    direction: rtl;
}

.menus {
    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;
    padding-right: 7px;
    padding-bottom: 5px;
}

.menus li {
    padding: 5px 0px;
    width: 83px;
    text-align: right;
}

.menus li:nth-child(1) {
    width: auto;
    margin-left: 10px
}

.menus .on a {
    color: var(--color-white);
    background: var(--bg-lin-deng2-kizil);
    padding: 3px 6px;
    border-radius: 5px;
}

.menus li a {
    display: inline-block;
    font-size: 14px;
    color: var(--color-kol);
}

.home_history {
    margin: 15px 10px;
    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);
}

.albvm {
    margin: 0 5px;
}

.albvm img {
    width: 100%;
    height: 180px;
    border-radius: 8px;
}

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

.albvm h6 {
    width: 100%;
    height: 18px;
    border-radius: 8px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: var(--color-kol);
}
.episodes_fix{
    position: absolute;
    bottom: 60px;
    z-index: 9;
    background: rgb(0 0 0 / 46%);
    left: 0;
    right: 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 3px 0;
}
.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%;
}

.load {
    width: 100%;
    margin: 0 auto;
    margin-top: 15px;
    background: var(--bg-lin-kizil);
    text-align: center;
    border-radius: 5px;
    height: 45px;
    font-size: 14px;
    color: var(--color-white);
    line-height: 45px;
}

.load i {
    color: var(--color-white);
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: 3px;
    padding-right: 5px;
}

.main {
    margin: 20px;
    overflow: hidden;
}

.title {
    display: block;
    height: 45px;
    line-height: 45px;
    width: 100%;
    margin-bottom: 10px;
}

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

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

.menu {
    background: #fc3d49;
    margin: 15px 10px;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    direction: rtl;
    display: flex;
    flex-wrap: wrap;
}

.menu a {
    float: right;
    width: 33%;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

#good_tiyatir {
    float: right;
    width: 100%;
    position: relative;
    height: 140px;
}

#good_tiyatir img {
    border-radius: 10px;
}

#good_left {
    width: 52%;
}

#good_left .li {
    width: 100%;
    height: 85px;
}

#good_left .li img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#good_left .li:nth-child(1) {
    margin-bottom: 10px;
}

/** 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: 16px;
    line-height: 30px;
}

#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;
    border-radius: 10px;
    top: -10px;
    position: relative;
    background: var(--bg-white);
    z-index: 2;
    flex-direction: column;
    padding: 20px;
    flex-wrap: wrap;
    margin: 20px;
    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;
}

.member_historys {
    background: #ffffff;
    position: relative;
    z-index: 9;
    border-radius: 10px;
    padding-top: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 20px;
}

.histor_mem {
    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;
    margin: 0 10px;
    padding-bottom: 10px;
}

.histor_mem .his_li {
    margin-left: 10px;
}

.histor_mem .his_li img {
    width: 110px;
    height: 140px;
    border-radius: 5px;
}

.histor_mem .his_li p {
    font-size: 12px;
    height: 29px;
    line-height: 40px;
}

/******player*****/
.play_info {
    direction: rtl;
    margin: 20px;
    position: relative;
}

.play_info img {
    width: 90px;
    border-radius: 5px;
    height: 115px;
}

.play_info .pinfo {
    width: 70%;
    margin-right: 3%;
}

.play_info .pinfo h3 {
    color: #484848;
    height: 40px;
    line-height: 40px;
}

.play_info .pinfo h6 {
    color: red;
    font-size: 12px;
    color: #f5f5f5;
    height: 35px;
    line-height: 35px;
}

.play_info .pinfo h6 a {
    background: linear-gradient(to top, #ff6f6f, #fa3b3b);
    padding: 5px 14px;
    border-radius: 5px;
    position: relative;
    color: #fff;
}

.play_info .pinfo h6 i {
    margin: 0 3px;
    font-size: 14px;
}

.play_info .pinfo h6 a:nth-child(2)::after {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    top: 8px;
    left: -7px;
    z-index: 1;
}

.play_info .pinfo h6 a:nth-child(2)::before {
    content: '';
    position: absolute;
    background: #ffffff;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    top: 8px;
    right: -6px;
}

.play_info .pinfo h6 a.a2:nth-child(2)::after {
    display: none
}

.pl_left {
    width: calc(100% - 40px);
    display: flex;
    flex-direction: row;
    margin: 20px;
    justify-content: space-between;
}

.pl_left .col {
    margin-top: 10px;
    text-align: center;
    width: 33%;
}

.pl_left .col.active {
    background: #03A9F4;
    border-radius: 5px;
}

.pl_left .col i {
    font-size: 24px;
    color: #565656;
}

.pl_left .col p {
    width: 100%;
    font-size: 12px;
}

.qisim {
    display: flex;
    direction: rtl;
}

.qisim a {
    width: 18%;
    text-align: center;
    height: 12vw;
    line-height: 12vw;
    margin: 1%;
    border-radius: 5px;
    background: #f1f1f1;
    color: #000;
}

.qisim a.cur {
    background: linear-gradient(to top, #ff6f6f, #fa3b3b);
    color: #fff;
}

.qisim a span {
    color: #000000;
    transform: rotate(-271deg);
    display: block;
    font-size: 30px;
}

.qisimtit {
    font-size: 12px;
    direction: rtl;
    padding-bottom: 10px;
}

.qisimtit p {
    height: 40px;
    line-height: 40px;
    color: #fa3b3b;
}

.qisimtit p::after {
    content: "";
    width: 4px;
    height: 17px;
    background: linear-gradient(to top, #ff6f6f, #fa3b3b);
    display: block;
    float: right;
    margin-left: 7px;
    border-radius: 7px;
    direction: rtl;
    margin-top: 10px;
}

.qisimtit p font {
    font-size: 16px;
}

.pl_vip {
    height: 250px;
    background-size: 100% 100%;
    width: 100%;
}

.pl_vip .vip_conts {
    height: 250px;
    backdrop-filter: blur(7px);
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    display: inline-block;
}

.pl_vip .vip_conts h6 {
    width: 94%;
    text-align: center;
    font-size: 14px;
    background: rgb(255 255 255 / 30%);
    margin: 3%;
    border-radius: 5px;
    padding: 10px 0;
    margin-top: 70px;
    display: inline-block;
    color: #ffffff;
    backdrop-filter: blur(2px);
}

.pl_vip .pay_money {
    display: flex;
    margin: 3%;
}

.pl_vip .pay_money a {
    width: 50%;
    height: 60px;
    line-height: 60px;
    direction: rtl;
    text-align: center;
    background: var(--bg-lin-top-kizil);
    border-radius: 5px;
    color: #fff;
}

.pl_vip .pay_money a:nth-child(1) {
    background: var(--bg-lin-kok);
    margin-right: 3%;
}

.pl_vip .pay_money a span font {
    font-size: 12px;
    padding-left: 5px;
}

.pl_vip .pay_money a span {
    background: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    color: #03A9F4;
    margin-right: 5px;
}

/*** search ***/
#search {
    margin: 20px;
    display: flex;
    overflow: hidden;
    margin-top: 0;
    padding-top: 10px;
    justify-content: center;
}


#search .searchs {
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}

#search .searchs input {
    width: 100%;
    background: #ffffff;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    color: #525252;
    font-size: 14px;
    border: 1px solid #eee;
}

#search .searchs button {
    background: linear-gradient(145deg, #fa3b3b, #ff6f6f);
    position: absolute;
    color: #fff;
    border: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
}

/*****viplist****/

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

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

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

.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;
    text-align: right;
    overflow: hidden;
}

.search_list .s_list .s_content h6 {
    font-size: 12px;
    font-weight: 100;
    text-align: right;
    color: #777;
}

.search_list .s_list .s_content i {
    color: #fa3b3b;
    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: #bdbdbd;
}

.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: #5d6683;
    margin-top: 25px;
    font-family: 'iconfont';
    font-size: 12px;
    position: relative;
    background: #e4e4e4;
}

.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: #fa3b3b;
    color: #fff;
}

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

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

/**** history ****/
.his_nav {
    display: flex;
    margin: 4vw;
    border-radius: 25px;
    overflow: hidden;
    background: #fff;
    width: 92vw;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    border: 1px solid #eee;
}

.his_nav a {
    width: 31vw;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

.his_nav a.active {
    background: #03A9F4;
    color: #fff
}

/***** agent **/
/* å¤´éƒ¨æ ·å¼ */

.agent_headers {
    background: #fa3b3b;
    padding: 20px;
    padding-bottom: 80px;
    background: linear-gradient(145deg, #fa3b3b, #ff6f6f);
}

.agent_headers .header_nav {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

.agent_headers .header_nav a {
    height: 30px;
    width: 30px;
    background: hsl(0deg 0% 100% / 42%);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent_headers .header_nav a i {
    color: #ffffff;
    font-size: 18px;
}

.agent_headers .titles {
    text-align: center;
    height: auto;
    padding-bottom: 40px;
}

.agent_headers .titles p {
    display: block;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(to top, #fdd1d4, #fff8f7 10%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 24px;
    font-weight: bold;
}

.agent_headers .titles span {
    font-size: 14px;
    color: #fad0ca;
    display: block;
}

.agent_headers .header_user {
    display: flex;
    align-items: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: center;
    flex-direction: column;
}

.agent_headers .header_user .avatar {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #eee;
    overflow: hidden;
    margin-left: 15px;
    border: 4px solid #ffffff;
    overflow: hidden;
}

.agent_headers .header_user .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#agnet_header .header_user .nickname {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.agent_headers .header_user .nickname .nick {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    margin-top: 10px;
    color: #fff;
    text-align: center;
}

.agent_headers .header_user .nickname .uid {
    font-size: 12px;
    color: #fad0ca;
    margin: 5px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agent_headers .header_user .nickname .uid font {
    font-size: 16px;
    color: #fff;
    padding: 0 5px;
}

#agnet_header {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: -50px;
}

/* ä»£ç†ä¿¡æ¯æ ·å¼ */
#agnet_header .agent_info {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    direction: rtl;
}

#agnet_header .agent_info .item {
    text-align: center;
    flex: 1;
}

#agnet_header .agent_info .price {
    font-size: 18px;
    font-weight: bold;
    color: #fa3b3b;
}

#agnet_header .agent_info .price font {
    font-size: 14px;
}

#agnet_header .agent_info .text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}

/* æŒ‰é’®æ ·å¼ */
.agent_btn {
    text-align: center;
}

.agent_btn span {
    display: inline-block;
    padding: 10px 30px;
    background: linear-gradient(145deg, #fa3b3b, #ff6f6f);
    color: white;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

/* å¡ç‰‡é“¾æŽ¥æ ·å¼ */
.card_link {
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    direction: rtl;
}

.card_link .link_title, .agent_users .link_title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2c3e50;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 12px;
    padding-right: 10px;
}

.card_link .item {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.card_link .item label {
    display: block;
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    width: 100px;
}

.card_link .item input {
    width: calc(100% - 100px);
    padding: 10px 15px 10px 100px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 14px;
}

.card_link .item .copy {
    position: absolute;
    left: 10px;
    top: 8px;
    background: linear-gradient(145deg, #fa3b3b, #ff6f6f);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.card_link .item .copy:hover {
    background-color: #2980b9;
}

/* åŸºç¡€æ ·å¼ - RTLæ”¯æŒ */
.agent_users {
    direction: rtl;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
    margin: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.agent_users .agent_user_ul {
    display: flex;
    justify-content: space-between;
}

/* å•ä¸ªç”¨æˆ·é¡¹ */
.agent_users .item {
    position: relative; /* ä¸ºç»å¯¹å®šä½çš„numæä¾›å‚è€ƒ */
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 7px;
}


/* å¤´åƒæ ·å¼ */
.agent_users .item .avatar {
    position: relative; /* ä¸ºnumå®šä½æä¾›å‚è€ƒ */
    width: 100px;
    height: 113px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 8px;
    border: 2px solid #f0f0f0;
    transition: border-color 0.3s ease;
}


.agent_users .item .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* æŽ’åå¾½ç« é€šç”¨æ ·å¼ */
.agent_users .item .num {
    position: absolute;
    width: 24px;
    height: 24px;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 1;
    right: -4px;
    top: -5px;
}

.agent_users .item:nth-child(1) .num {
    background-color: #ff4d4f;
}

.agent_users .item:nth-child(2) .num {
    background-color: #faad14;
}

.agent_users .item:nth-child(3) .num {
    background-color: #52c41a;
}

.agent_users .item .name {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.footer_text {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #999;
    font-size: 14px;
    padding: 20px 0;
}

.footer_text .text {
    margin-top: 15px;
}

/*** poster **/
.posters {
    position: fixed;
    background: rgb(0 0 0 / 20%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9999999999;
    display: none;
    justify-content: center;
    align-items: center;
}

.posters .items {
    background: #fff;
    margin: 20px;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.posters .items .cover_poster {width: 100%;height: calc(100% - 127px);display: block;overflow: hidden;}

.posters .items .cover_poster img {width: 100%;border-radius: 7px;height: 100%;}

.posters .items .contents {
    font-size: 12px;
    color: var(--color-kul);
    text-align: center;
    margin-top: 20px;
}

.posters .items .closed {
    width: 30px;
    height: 30px;
    background: var(--bg-lin-deng2-kizil);
    color: var(--bg-white);
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'iconfont';
}



/***end ****/
.footer {
    position: fixed;
    width: 100vw;
    height: 15vw;
    background-color: var(--bg-white);
    bottom: 0;
    left: 0;
    z-index: 999;
    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
}

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

.dark-mode {
    background: var(--bg-black);
}

.dark-mode #header .head_nav a {
    color: var(--color-white);
}

.dark-mode .nav a p {
    color: var(--color-white);
}

.dark-mode .title .tit span {
    color: var(--color-white);
}

.dark-mode .title .tit::before {
    background: var(--bg-white);
}

.dark-mode .new4mov p {
    color: var(--color-white);
}

.dark-mode .new4mov h6 {
    color: var(--color-kol);
}

.dark-mode .footer {
    background: var(--color-kara);
}

.dark-mode .footer a {
    color: var(--color-white);
}

.dark-mode .titles .tits {
    color: var(--color-white);
}

.dark-mode .titles .tits span::before {
    background: var(--bg-white);
}

.dark-mode .titles .tits span::after {
    background: var(--bg-white);
}

.dark-mode .play_info .pinfo h6 a:nth-child(2)::before {
    background: var(--bg-black);
}

.dark-mode .play_info .pinfo h6 a:nth-child(2)::after {
    background: var(--bg-black);
}

.dark-mode .pl_left .col i {
    color: var(--color-white);
}

.dark-mode .pl_left .col p {
    color: var(--color-white);
}

.dark-mode .menus li a {
    color: var(--color-white);
}

.dark-mode .header a {
    color: var(--color-white);
}

.dark-mode .header .title {
    color: var(--color-white);
}

.dark-mode .member_menu {
    background: var(--color-kol);
}

.dark-mode .member_menu a p {
    color: var(--color-white);
}

.dark-mode .member_historys {
    background: var(--color-kol);
}

.dark-mode .histor_mem .his_li p {
    color: var(--color-white);
}

.dark-mode .albvm p {
    color: var(--color-white);
}

.dark-mode .home_history {
    background: var(--bg-black);
    box-shadow: 0 2px 10px rgb(255 255 255 / 10%);
}

.dark-mode .home_history .left_content {
    color: var(--color-white);
}