/**
    --black: #535353;
    --black--color: linear-gradient(360deg, #535353 0%, #242424 100%);
    --main-color: #4f5879;
    --bg-green: linear-gradient(360deg, #487c66 0%, #3b5c4e 100%);
*/

:root {
    --bg-black: linear-gradient(-131deg, #52867a 10%, #171f22 100%);
    --bg-black-c: linear-gradient(180deg, #535353 0%, #242424 100%);
    --font-black-color: #000;
    --main-color: #487c66;
    --font-color: #fff;
    --font-link: #ffdb89;
    --main-color-link: #559178;
    --bg-login: #487c66;
    --bg-mi: #FEF6F2;


    --bg-green-left: linear-gradient(-300deg, #487c66 0%, #3b5c4e 100%);
    --white-color: #fff;
    --line-color: #cecbcb;
    --line-bottom-color: rgb(25 30 50 / 0.6);
    --background-color: #fff;
    --bgcolor: linear-gradient(180deg, #535353 0%, #242424 100%);
}

:root {
    --font-yellow-color: #D4EAB3;
    --line-yellow-color: #D3CD8E;
    --line-bt-color: #C1C5A1;
    --bg-green: linear-gradient(180deg, #167963 10%, #8DC299 100%);
    --bg-green-color: linear-gradient(248deg, #11D899 15%, #0CB288 100%);
}

:root {
    --bg-yellow: linear-gradient(132deg, #feea79 15%, #f3bf76 100%);
    --bg-jb-grey: linear-gradient(to bottom, rgba(128, 128, 128, 0), rgb(160 162 160));
    --font-green-color: #0CB288;
    --font-yellow: #fbd67b;
    --bg-grey: #ebebeb;
    --font-black-color: #2e2d2d;
    --font-grey: #a1a0a0;
    --font-green: #497c66;
}

body {
    font-size: 8pt;
}

h1 {
    font-size: 12pt
}

h2 {
    font-size: 12pt
}

p {
    font-size: 10pt
}

td {
    font-size: 9pt
}

table.torrents td.rowfollow {
    font-size: 8pt
}

table.torrentname td.embedded {
    font-size: 9pt
}

td.comment {
    font-size: 9pt
}

td.title {
    font-size: 14pt
}

td.navigation {
    font-size: 10pt
}

.sublink {
    font-size: 8pt
}

a.biglink {
    font-size: 10pt
}

.important {
    font-size: 9pt
}

.bdinput input {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 10pt;
    color: #424242;
    outline: none;
    border: 0px;
    background: none;
    padding-left: 15px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    flex: 1 1 0%;
}

input .ipt-text {
    background: #4f5879;
}

.select-country {
    background: none;
    color: #000;
    border: 0;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    line-height: center;
    outline: none;
}

input.checkbox {
    height: 12px;
    margin: 0px;
    padding: 0px;
    text-align: left;

}

select {
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9pt;
    width: 100px;
    height: 24px;
    border-radius: 5px;
    text-align: center;
    background: none;
    border: 1px solid var(--font-black-color);
    color: var(--font-black-color);
}

select:focus {
    outline: none;
}

select.med {
    font-size: 9pt;
}

textarea {
    overflow: auto;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 9pt;
}



input:focus {
    outline: none;
}

.small {
    font-size: 9pt;
}

font.small {
    padding-top: 9pt;
}

.medium {
    font-size: 9pt;
    margin: 5px 0;
}

.big {
    font-size: 10.5pt
}

ul.menu {
    font-size: 13px;
}

.logo {
    font-size: 25pt
}

.slogan {
    font-size: 9pt
}

.login_td_text {
    background: var(--bg-green-left);
    display: inline-block;
    /* 为了使高度和宽度生效，将其显示模式设置为内联块级元素 */
    border-radius: 12px 0px 0px 12px;
    height: 40px;
    width: 95px;
    text-align: right;
    line-height: 40px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 5px;
}

.main_td_text {
    font-family: "黑体";
    font-size: 13px;
}

.td-text1 {}

.bdinput {
    border-radius: 0 12px 12px 0;
    border: 1px solid var(--bg-green-color);
    width: calc(100% - 10px);
    height: 40px;
    box-sizing: border-box;
    margin-top: 5px;
    margin-bottom: 5px;
}

.bdinput-top {}

.select-language {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #4f5879;
    background: none;
    outline: none;
}

.select-language-box {
    width: 80px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #4f5879;
    background: none;
    outline: none;
}

.table-p {
    margin-bottom: 20px;
}

.fix-menu.hidden {
    transform: translateY(-100%);
}

.fix-menu {
    height: 60px !important;
    width: 100%;
    min-width: 1200px;
    margin: 0;
    padding: 0;
    position: sticky;
    /*backdrop-filter: blur(10px) brightness(90%);*/
    /*background: rgba(0, 0, 0, 0.3);*/
    /*background-image: var(--bg-green-left);*/
    background-image: var(--bg-green);
    border-bottom: 2px solid #C1C5A1;
    box-shadow: 1px 2px 10px #848080;
    top: 0;
    left: 0;
    z-index: 500;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
}

/*.fix-menu::before {*/
/*    content: '';*/
/*width: 200px;*/
/*    height: 100px;*/
/*    background: radial-gradient(ellipse at center, */
/*        rgba(255, 255, 255, 1) 0%, */
/*        rgba(255, 215, 0, 0.9) 30%,*/
/*        rgba(255, 215, 0, 0.7) 50%,*/
/*        rgba(255, 215, 0, 0.4) 70%,*/
/*        rgba(255, 215, 0, 0) 100%*/
/*    );*/
/*    border-radius: 50%;*/
/*    box-shadow: */
/*        0 0 20px 10px rgba(255, 215, 0, 0.3),*/
/*        0 0 40px 20px rgba(255, 215, 0, 0.2),*/
/*        0 0 60px 30px rgba(255, 215, 0, 0.1);*/
/*    animation: pulse 3s infinite ease-in-out;*/
/*}*/


.fix-inside {
    height: 60px !important;
    width: 80%;
    min-width: 1200px;
    transition: transform 0.3s ease;


    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-around;

}

.nav_ul {
    width: 100%;

    display: flex;
    flex-wrap: nowrap;
}

/* .nav_ico {
    width: 100px;
    height: 70px;
    background: #fdfdfd;
    flex-basis: 80px;
    margin-left: 150px;
    cursor: pointer;
} */


.logo {
    color: #ffa531;
    font-family: tahoma, arial, helvetica, sans-serif;
}

.menu li.logo_img {
    flex-shrink: 1;
    text-align: right;
    padding-left: auto;
    padding-right: 3%;

}

.logo_img img {
    max-height: 50px;
    margin-top: 5px;
    cursor: pointer;
}

#nav .menu li.logo_img a:hover {
    border-bottom: none;
}

/* ul.menu {
	list-style-image: none;
	list-style-type: none;
	white-space: nowrap;
	align-items: center;

} */
#nav ul.menu {
    min-width: 0;
    width: 100%;
    display: flex;
    list-style-image: none;
    list-style-type: none;
    text-align: center;
    padding: 0;
    flex-wrap: nowrap;
    justify-content: start;
    flex: 1 1 auto;

}



#nav ul.menu>li {
    flex: 0 1 90px;
    min-width: 60px;
    margin: 0;
    padding: 0;

    line-height: 60px;
    text-align: center;
    transition: flex 0.3s ease;
    list-style-type: none;
    white-space: nowrap;

}

#nav ul.menu>li {
    position: relative;
    float: left;
}


@media (max-width: 1280px) {

    /* 根据实际需求调整断点值     transition: flex 0.3s;*/
    ul.menu>li {
        flex: 1 1 auto;
        /* 允许伸缩，宽度由内容决定 */
        min-width: 50px;
        /* 最小宽度防止过度挤压 */
    }
}

#nav ul.menu>li>a {
    height: 100%;
    width: 100%;
    color: var(--font-color);
    font-size: 15px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    box-sizing: border-box;
    flex-wrap: nowrap;

}



#nav .menu>li>a:link {
    color: var(--font-color);
}



#nav .menu>li>a:visited {
    color: var(--font-color);
    border-bottom: none;
}

#nav .menu>li>a:hover {
    color: var(--font-link);

    border-bottom: 2px solid var(--font-link);
    text-decoration: none;
}



/* 主菜单选中状态 */
#nav .menu>li.selected>a {
    color: var(--font-link);
    border-bottom: 2px solid var(--font-link);
}

#nav .menu>li.selected>a:hover {
    text-decoration: none;
    color: var(--font-link);
}

#nav .embedded .menu li a {
    color: var(--font-black-color);
}

#nav .embedded .menu li.selected a:visited {
    color: var(--font-link);
}

#nav .down-select {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 1000;
    /* 提升层级防止遮挡 */
    transform: translateX(-50%);
    background: var(--main-color);
    list-style-type: none;
    width: 120px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    padding: 0;
    margin: 0;
    display: none;
}

#nav .down-select>li {
    height: 40px;
    padding: 0;
    margin: 0;

}

#nav .between-li {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

#nav .between-li img {
    width: 25px;
    height: 25px;
}

#nav .down-select>li>a {
    display: block;
    font-size: 16px;
    color: var(--font-color);
    font-family: "微软雅黑";
    line-height: 40px;
    width: 100%;

}

#nav .down-select>li>a:hover {
    border-bottom: 2px solid var(--font-link);
    color: var(--font-link);
}

#nav .down-select>li.selected>a {
    border-bottom: var(--main-color);
}

#nav .menu>li:hover .down-select {
    display: block;

}



.triangleLi {
    width: 12px;
    margin: 0;
    padding: 0;
    transform: translateX(6px) translateY(1px);
    transition: transform 0.2s ease;
}


.search {
    width: 750px !important;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
}


#mainmenu>li:hover>a>.triangleLi {
    transform: translateX(6px) translateY(-1px) rotate(180deg);
}

.relative {}

.top_search_select {
    width: 50px;
    border: none;
    font-size: 13px;
    color: var(--line-color);
    background: none;
    box-sizing: border-box;
    text-align: center;
    outline: none;
    cursor: pointer;
}

.top_search_select option {
    background: var(--main-color);
}


.top-search {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    height: 35px;
    border-radius: 20px;
    border: 2px solid var(--line-yellow-color);
    box-shadow: 0px 0px 2px #AF9363, inset 0px 0px 3px #AF9363;
    background-color: #fff;

}


.top-search svg {
    width: 25px;
    padding: 0 10px;
}

input.top-search-input {
    height: 30px;
    box-sizing: border-box;
    background: none !important;
    border: none !important;
    outline: none;
    width: 100%;
    color: var(--font-black-color);
}

input.top-search-input::placeholder {
    color: var(--line-color);
}

.top-search-btn {
    background: var(--bg-green-color);
    width: 80px;
    color: var(--font-yellow-color);
    text-align: center;
    border: none;
    height: 100%;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    box-sizing: border-box;
}


.user-touxiang {
    box-sizing: border-box;
    margin: 5px 10px;
    border-radius: 50%;
    /* overflow: hidden; */
    justify-content: center;
    background: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    border: 1px solid #fff;
}

.avatar-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.user-avatar {
    max-width: 100%;
    min-height: 100%;
    border-radius: 50%;
    /* 圆形头像 */
    object-fit: cover;
    /* 保持比例 */
    position: relative;
    z-index: 1;
    /* 确保头像在底层 */
}

.user-touxiang-small {
    width: 50px;
    height: 50px;
}

/* 大尺寸 */
.user-touxiang-large {
    width: 100px;
    height: 100px;
    margin: 20px 20px;
    position: relative;
    border: 4px solid var(--white-color);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .user-touxiang {
        width: 50px !important;
        height: 50px !important;
    }
}



.decorationAvatarFrame_avatarEditor {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    /* 确保头像框在上层 */
    pointer-events: none;
    /* 防止遮挡点击事件 */
    border-radius: 50%;
    /* 圆形头像框 */
    object-fit: contain;
    /* 确保图片完整显示 */
    transform: scale(1.6, 1.6);
}



.absolute-info {
    position: absolute;
    width: 320px;
    background-image: url('/pic/jimeng.png');
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    box-shadow: 0 1px 1px #666;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    padding: 20px;
    top: 62px;
    right: 5%;
    box-sizing: border-box;
}

.absolute-info::before {}

.absolute-info.active {
    opacity: 1;
    visibility: visible;
}

.panel-content {
    border-bottom: 1px solid var(--line-color);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.user-id {
    margin: 0;
    padding: 0 0 3px 0;
    font-family: '思源黑体 ExtraBold', sans-serif;
    /* 需优先加载该字体[1](@ref) */
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.1em;
    display: grid;
    text-align: center;

}


.user-Uid {
    font-size: 15px;
    margin: 0;
    padding: 0 0 10px 0;
}

.user-info {
    border-bottom: 1px solid var(--line-color);
}

.menu-base-info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 10px 0;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 1px solid var(--line-color);
}

.menu-base-info-items {
    display: flex;
    font-family: "微软雅黑";
    font-size: 13px;
    flex-basis: 50%;
    padding: 5px 0;
    height: 50%;
    flex-direction: row;
    justify-content: start;
    align-items: stretch;
}



.menu-base-info-bottom {
    display: flex;
    flex-direction: column;
}

.justify {
    height: 30px;
    padding: 3px 0;
}

.text-base {
    display: flex;
    text-align: center;
    align-items: center;
    font-size: 15px;
}





.out_login {
    display: flex;
    width: 100%;
    height: 30px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    box-sizing: border-box;
    font-size: 15px;
}




.avatar_touch_box {
    background-color: #838282;
}


.email-svg a {
    width: 25px !important;
    display: inline-block;
    color: inherit;
}


.email-svg a:hover path {
    fill: var(--font-link) !important;

}

.email-svg a:active path {
    fill: var(--font-link) !important;
    transform: scale(0.95);

}

.email-svg {
    box-sizing: border-box;
    margin: 0px 6px;
    text-align: center;
    background: none;
    position: relative;
}

.email-svg path {
    fill: var(--font-color);
}


.red-radio {
    display: none;
    position: absolute;

    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: red;
    top: -6px;
    right: -8px;
    text-align: center;
    align-items: center;
    justify-content: center;
    color: white;
}

.red-radio-left img {

    position: absolute;
    width: 16px;
    border-radius: 50%;
    top: 2px;
    left: 5px;
    color: white;
    pointer-events: none;
}

.red-radio.show {
    display: flex;
    justify-content: center;
    align-items: center;
}

.red-radio.hide {
    display: none;
}




ul.usermenu {
    display: flex;
    font-family: "微软雅黑", SimHei;
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    align-items: center;
    border-bottom: 2px solid #a8a7a7;
    height: 40px;
    /* 让子元素沿交叉轴拉伸 */
    margin-bottom: 15pt;
}

ul.usermenu li {
    display: inline;
}

ul.usermenu li a {
    color: #838282;
    border: none;
    text-decoration: none;
    line-height: 40px;
    /* 垂直居中文本 */
    text-align: center;
    display: block;

}

ul.usermenu li a:link {
    color: var(--main-color);
}

ul.usermenu li a:visited {
    color: #838282;
}

ul.usermenu li a:hover {
    color: var(--main-color);
    text-decoration: none;
    border-bottom: 2px solid var(--main-color);
}

ul.usermenu li.selected a {
    color: var(--main-color);
    border-bottom: 2px solid var(--main-color);
}

ul.usermenu li.selected a:hover {
    text-decoration: none;
}

.inside-search-input input {
    background: none !important;
    outline: none !important;

}

.movielist {
    border-radius: 15px;
}

div#kdescr {
    line-height: 1.5em;
}

fieldset {
    line-height: 2em;
}
.main_rowfollw fieldset{
  line-height: normal;
}

/*.top-lbt-container {*/
/*    width: 100%;*/
/*    height: 75vh;*/
/*    position: relative;*/
/*    top: -60px;*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*    box-sizing: border-box;*/
/*}*/

/*.top-lbt-container .lbt-slide .lbt-item {*/
/*    width: 100px;*/
/*    height: 160px;*/
/*    position: absolute;*/
/*    top: 70%;*/
/*    border-radius: 10px;*/
/*    box-shadow: 0 20px 20px #505050;*/
/*    background-position: 50% 50%;*/
/*    background-size: cover;*/
/*    display: inline-block;*/
/*    transition: 0.5s;*/
/*}*/



/*.lbt-slide .lbt-item:nth-child(1),*/
/*.lbt-slide .lbt-item:nth-child(2) {*/
/*    top: 0;*/
/*    left: 0;*/
/*    transform: translate(0, 0);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

/*.lbt-slide .lbt-item:nth-child(3) {*/
/*    left: 50%;*/
/*}*/

/*.lbt-slide .lbt-item:nth-child(4) {*/
/*    left: calc(50% + 120px);*/
/*}*/

/*.lbt-slide .lbt-item:nth-child(5) {*/
/*    left: calc(50% + 240px);*/
/*}*/

/*.lbt-slide .lbt-item:nth-child(n + 6) {*/
/*    left: calc(50% + 360px);*/
/*}*/

/*.lbt-item .lbt-content {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 100px;*/
/*    width: 20%;*/
/*    text-align: center;*/
/*    color: var(--font-color);*/
/*    transform: translate(0, -50%);*/
/*    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;*/
/*    display: none;*/
/*}*/

/*.lbt-slide .lbt-item:nth-child(2) .lbt-content {*/
/*    display: block;*/
/*}*/

/*.lbt-content .lbt-name {*/
/*    font-size: 40px;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*    opacity: 0;*/
/*    animation: lbt 1s ease-in-out 1 forwards;*/

/*}*/

/*.lbt-content .lbt-text {*/
/*    margin-top: 10px;*/
/*    margin-bottom: 20px;*/
/*    opacity: 0;*/
/*    font-size: 14px;*/
/*    animation: lbt 1s ease-in-out 0.3s 1 forwards;*/

/*}*/

/*.lbt-content button {*/
/*    padding: 10px 20px;*/
/*    border: none;*/
/*    font-size: 25px;*/
/*    border-radius: 20px;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    color: var(--font-color);*/
/*    cursor: pointer;*/
/*    opacity: 0;*/

/*    animation: lbt 1s ease-in-out 0.6s 1 forwards;*/
/*}*/

/*@keyframes lbt {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: translate(0, 100px);*/
/*        filter: blur(33px);*/
/*    }*/

/*    to {*/
/*        opacity: 1;*/
/*        transform: translate(0);*/
/*        filter: blur(0);*/
/*    }*/
/*}*/

/*.lbt-button {*/
/*    width: 100%;*/
/*    text-align: center;*/
/*    position: absolute;*/
/*    top: 50%;*/


/*}*/
/*.lbt-link{*/
/*    color: var(--font-color);*/
/*}*/
/*.lbt-link:visited{*/
/*    color: var(--font-color);*/
/*}*/
/*.lbt-link:hover{*/
/*    color: var(--font-link);*/
/*}*/
/*.lbt-button button {*/
/*    height: 100px;*/
/*    width: 40px;*/
/*    border-radius: 15px;*/
/*    color: var(--font-color);*/
/*    border: none;*/
/*    cursor: pointer;*/
/*    background: none;*/
/*    font-size: 40px;*/
/*    position: absolute;*/
/*}*/

/*.lbt-button button:hover {*/
/*    color: #505050;*/
/*}*/

/*.lbt-button .navprev {*/
/*    left: 10px;*/
/*}*/

/*.lbt-button .navnext {*/
/*    right: 10px;*/
/*}*/

/*.movies_content {*/
/*    width: 80%;*/
/*    min-width: 1200px;*/
/*    height: 120px;*/
/*    background-color: none;*/
/*}*/
/*.top-carousel-container {*/

/*    width: 100%;*/
/*    height: 75vh;*/
/*    position: relative;*/
/*    top: -60px;*/
/*    display: flex;*/
/*    overflow: hidden;*/
/*    box-sizing: border-box;*/
/*}*/






/*.top-carousel-container {*/
/*            width: 100%;*/
/*            min-width: 1200px;*/
/*            position: relative;*/
/*            overflow: hidden;*/
/*        }*/

/*轮播图列表 */
/*       .carousel-list {*/
/*            display: flex;*/
/*            width: 100%;*/
/*            min-width: 1200px;*/
/*            transition: transform 0.5s ease;*/

/*        }*/

/*单个轮播图项 */
/*       .carousel-item {*/
/*            width: 100%;*/
/*            flex-shrink: 0;*/
/*            position: relative;*/

/*        }*/

/*轮播图图片 */
/*       .carousel-img img {*/
/*            width: 100%;*/
/*            height: 80vh;*/
/*            object-fit: cover;*/
/*        }*/

/*轮播图内容区域 */
/*       .carousel-content {*/
/*            position: absolute;*/
/*            display: grid;*/
/*            left: 8%;*/
/*            bottom: 20%;*/
/*            width: 20%;*/
/*            color: white;*/
/*            padding: 10px;*/
/*transition: opacity 0.5s ease;*/
/*            opacity: 1;*/

/*        }*/
/*当前激活的轮播图内容显示 */
/*       .carousel-item.active .carousel-content {*/
/*            opacity: 1;*/

/*        }*/

/*轮播图名称 */
/*       .carousel-name {*/
/*            font-size: 16px;*/
/*            margin-bottom: 10px;*/

/*        }*/

/*轮播图描述 */
/*       .carousel-text {*/
/*            font-size: 16px;*/
/*            margin-bottom: 30px;*/

/*        }*/

/*轮播图箭头 */
/*       .carousel-arrow {*/
/*            position: absolute;*/
/*            top: 50%;*/
/*            transform: translateY(-50%);*/
/*            width: 40px;*/
/*            height: 80px;*/
/*            border-radius: 15px;*/
/*            background-color: rgba(0, 0, 0, 0.5);*/
/*            color: white;*/
/*            display: flex;*/
/*            justify-content: center;*/
/*            align-items: center;*/
/*            font-size: 20px;*/
/*            cursor: pointer;*/
/*        }*/
/*        .carousel-arrow:hover{*/
/*            background-color: rgba(255, 255, 255, 0.2);*/
/*        }*/

/*       .carousel-arrow-left {*/
/*            left: 20px;*/
/*        }*/

/*       .carousel-arrow-right {*/
/*            right: 20px;*/
/*        }*/

/*指示器 */
/*       .indicator {*/
/*            position: absolute;*/
/*            bottom: 10%;*/
/*            left: 70%;*/
/*            transform: translateX(-50%);*/
/*            display: flex;*/
/*        }*/

/*         .indicator img {*/
/*            width: 100%;*/
/*            height: 100%;*/
/*            border-radius: 10px;*/
/*            background-size: cover;*/
/*            filter: brightness(0.5);*/
/*            transition: filter 0.3s ease;*/
/*        }*/

/*       .indicator a.active img {*/
/*            filter: brightness(1);*/
/*        }*/

/*       .indicator a:hover img {*/
/*            filter: brightness(1);*/
/*        }  */

/*       .indicator a {*/
/*            width: 100px;*/
/*            height: 160px;*/
/*            color: #a3a2a2 !important;*/
/*            text-align: center;*/
/*            margin-right: 20px;*/
/*            background-position: 50% 50%;*/
/*            display: inline-block;*/
/*            cursor: pointer;*/
/*        }*/

/*       .indicator a.active {*/
/*            color: white !important;*/
/*        }*/
/*        .a-tittle{*/
/*            margin-top:12px;*/
/*        }*/
/*        .lbt-link{*/
/*            display: flex;*/
/*            text-align: center;*/
/*            justify-content: center;*/
/*            align-items: center;*/
/*             width: 184px;*/
/*             height: 60px;*/
/*    border: none;*/
/*    font-size: 25px;*/
/*    border-radius: 20px;*/
/*    background: rgba(255, 255, 255, .15);*/
/*    color: var(--font-color) !important;*/
/*    cursor: pointer;*/

/*        }*/


/*.arrow-left,.arrow-right{*/
/*    height: 100%;*/
/*    width: 100%;*/
/*    background: none;*/
/*    color: var(--font-color);*/
/*    border: none;*/
/*    font-size: 30px;*/
/*    cursor: pointer;*/
/*}*/

/*.shades{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top:0;*/
/*    pointer-events: none;*/

/*}*/
/*.shades .shades-left{*/
/*    width: 40%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to left,transparent,#16161a);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top:0;*/

/*}*/
/*.shades .shades-right{*/
/*    width: 20%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to right,transparent,#16161a);*/
/*    position: absolute;*/
/*    right: 0;*/
/*    top:0;*/

/*}*/
/*.shades .shades-bottom{*/
/*    width: 100%;*/
/*    height: 220px;*/
/*    background: linear-gradient(to bottom,transparent,#16161a);*/
/*    position: absolute;*/
/*    right: 0;*/
/*    bottom:0;*/
/*}*/
/*.shades .shades-top{*/
/*    width: 100%;*/
/*    height: 90px;*/
/*    background: linear-gradient(to top,transparent,#16161a);*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top:-60px;*/
/*}*/







.top-carousel-container {
    width: 100%;
    min-width: 1200px;
    min-height: 680px;
    position: relative;
    overflow: hidden;
    /*top: -60px;*/
}

.carousel-list {
    display: flex;
    width: 100%;
    min-width: 1200px;
    transition: transform 0.5s ease;

}

.carousel-item {
    width: 100%;
    flex-shrink: 0;
    position: relative;
}

.carousel-img img {
    width: 100%;
    height: 68vh;
    min-height: 680px;
    object-fit: cover;

}

@media (min-width:768px) {
    .carousel-img img {
        width: 100%;
        height: 350px;
        object-fit: cover;
    }

    .carousel-contents {
        position: absolute;
        left: 9%;
        bottom: 50%;
        width: 30%;
        transform: translateY(50%);
    }

    .carousel-content {
        display: none;
        color: white;
        padding: 10px;
        transition: opacity 0.5s ease;
        opacity: 1;
    }

    .carousel-content.active {
        display: block;
    }

    .carousel-name {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .carousel-text {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .carousel-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 40px;
        height: 80px;
        border-radius: 15px;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 20px;
        cursor: pointer;
    }

    .carousel-arrow:hover {
        background-color: rgba(255, 255, 255, 0.2);
    }

    .carousel-arrow-left {
        left: 20px;
    }

    .carousel-arrow-right {
        right: 20px;
    }
}

.indicator {
    position: absolute;
    bottom: 10%;
    left: 70%;
    transform: translateX(-50%);
    display: flex;
}

.indicator img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-size: cover;
    filter: brightness(0.5);
    transition: filter 0.3s ease;

}

.indicator a.active img {
    filter: brightness(1);
}

.indicator a:hover img {
    filter: brightness(1);
}

.indicator a {
    width: 5.5vw;
    min-width: 100px;
    min-height: 160px;
    aspect-ratio: 5 / 8;
    color: #a3a2a2 !important;
    text-align: center;
    margin-right: 20px;
    background-position: 50% 50%;
    display: inline-block;
    cursor: pointer;
}

.indicator a.active {
    color: white !important;
}

.a-tittle {
    margin-top: 12px;
    font-size: clamp(12px, 0.6vw, 26px);
}

.lbt-link {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: clamp(184px, 8vw, 220px);
    height: clamp(60px, 3vw, 80px);
    border: none;
    font-size: 25px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.15);
    color: var(--font-color) !important;
    cursor: pointer;
}
.uname-medal{
    display:inline-flex;
    flex-wrap: wrap;
}
.arrow-left,
.arrow-right {
    height: 100%;
    width: 100%;
    background: none;
    color: var(--font-color);
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.shades {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.shades-left {
    width: 40%;
    height: 100%;
    background: linear-gradient(to left, transparent, #16161a);
    position: absolute;
    left: 0;
    top: 0;
}

.shades-right {
    width: 20%;
    height: 100%;
    background: linear-gradient(to right, transparent, #16161a);
    position: absolute;
    right: 0;
    top: 0;
}

.shades-bottom {
    width: 100%;
    height: 220px;
    background: linear-gradient(to bottom, transparent, #16161a);
    position: absolute;
    right: 0;
    bottom: 0;
}

.shades-top {
    width: 100%;
    height: 90px;
    background: linear-gradient(to top, transparent, #16161a);
    position: absolute;
    left: 0;
    top: -60px;
}

.radius-\[3px\] {
    border-radius: 3px;
}

.Container_content {

    width: fit-content;
}



.bg-\[main_tittle\] {
    background: var(--main-color);
}

.bg-\[fff\] {
    background-color: #fff;
}

.bg-\[Gold\] {
    background-color: rgb(155 155 155);
}

.bg-\[191E32\]\/\[0\.6\] {
    background-color: var(--line-bottom-color);
}

.bg-\[green\] {
    background-color: #c1f3e4;
}

.bg-\[bggreen\] {
    background: var(--main-color);
}

.bg-\[vargreen\] {
    background: var(--bg-green-color);
}

.bg-\[mi\] {
    background: var(--bg-mi);
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1 1 0%;
}

.font-bold {
    font-weight: 700;
}

.font-\[500\] {
    font-weight: 500;
}

.h-\[2px\] {
    height: 2px;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[60\%\] {
    height: 60%;
}

.h-\[50\%\] {
    height: 50%;
}

.rounded-md {
    border-radius: 0.375rem;
}

.m-auto {
    margin: auto;
}

.text-\[fff\] {
    color: var(--font-color);
}

.text-\[9pt\] {
    font-size: 9pt;
}

.text-\[10pt\] {
    font-size: 10pt;
}

.text-\[16px\] {
    font-size: 16px;
}

.text-start {
    text-align: start;
}

.text-center {
    text-align: center;
}

.torrent-title {
    display: flex;
    width: 63%;
}

.justify-center {
    justify-content: center;
}

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

.items-center {
    align-items: center;
}

.text-align-center {
    text-align: center !important;
}

.inline-flex {
    display: inline-flex;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.opacity-\[0\.7\] {
    opacity: 0.7;
}

.margin-\[0\] {
    margin: 0;
}

.mr-\[10px\] {
    margin-right: 10px;
}

.mr-\[5px\] {
    margin-right: 5px;
}

.mxy-\[5px\] {
    margin-top: 5px;
    margin-bottom: 5px;
}

.ml-\[5px\] {
    margin-left: 5px;
}

.mb-\[5px\] {
    margin-bottom: 5px;
}

.gap-x-\[15px\] {
    column-gap: 15px;
}

.gap-x-\[8px\] {
    column-gap: 8px;
}

.gap-x-\[5px\] {
    column-gap: 5px;
}

.text-\[fff\] a {
    color: var(--font-color);
}

.text-\[000\] {
    color: var(--font-black-color);
}

.text-ellipsis {
    text-overflow: ellipsis;
}

.overflow-hidden {
    overflow: hidden;
}

.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.flex-wrap {
    flex-wrap: wrap;
}

.pr-5 {
    padding-right: 1.25rem;
}

.pxy {
    padding: 0.2rem 0.5rem;
}

.pr-\[10px\] {
    padding-right: 10px;
}

.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px;
}

.w-full {
    width: 100%;
}

.w-\[20\%\] {
    width: 20%;
}

.w-\[1px\] {
    width: 1px;
}

.w-\[calc\(100\%-15px\)\] {
    width: calc(100% - 15px);
}

.w-\[calc\(100\%-40px\)\] {
    width: calc(100% - 40px);
}

.w-\[100px\] {
    width: 100px;
}

.w-\[95\%\] {
    width: 95%;
}

.w-\[100\%\] {
    width: 100%;
}

.w-\[max\(100\%\2c 900px\)\] {
    width: max(100%, 900px) !important;
}

.hover\:text-\[fff\]:hover {
    color: var(--font-color);

}

.position-r {
    position: relative;
}

.position-a {
    position: absolute;
}

.hover\:bg-\[\#F29D38\]:hover {}

.hover\:bg-\[bggreen\]:hover {
    background: var(--bg-green-color);
    color: #fff;
}

.a\:tittle-\[fff\] a {
    color: var(--font-color);
}

.table-menu {
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 20px;
}

.table-menu li {
    margin: 0 10px;
    padding: 0 0 10px 0;
}

.table-menu a {
    color: var(--font-black-color);
    padding: 10px 0;
}

.table-menu a:hover {
    color: var(--font-green-color);
    border-bottom: 2px solid var(--font-green-color);
}

.table-menu li.selected a {
    color: var(--font-green-color);
    border-bottom: 2px solid var(--font-green-color);

}