* {
    margin: 0;
    padding: 0;
}

body {
    color: #282828;
    background: #f7f8f9;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: black;
}

.content {
    display: flex;
}

.sidebar {
    width: 180px;
    height: 100vh;
    padding: 20px 15px;
    background-color: #fff;
    border-right: 1px solid #e9ecef;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}


.logo img {
    width: 142px;
    margin-bottom: 10px;
}

.navbar-hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    background: #f7f8f9;
}

.navbar-item.active {
    margin: 0 -16px 0 0;
    padding-left: 16px;
    background: linear-gradient(to right, #fff 0%, #f44336 90%, #f7f8f9 90%);
}

.navbar-item {
    padding: 0 16px;
    line-height: 39px;
    display: flex;
    align-items: center;
}

.navbar-item>a>span:nth-of-type(1) {
    margin-right: 15px;
    display: flex;
}

.navbar-items .active a {
    background: linear-gradient(to right, #fff 0%, #f7f8f9 90%);
}

.navbar-item a {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-item.active,
.links {
    position: relative;

}

.navbar-item.active a {
    color: #e50914;
    font-weight: 700;
}

.navbar-items .active::before {
    background: #fff;
    border-radius: 0 0 20px 0;
    border-width: 0 1px 1px 0;
    z-index: 1;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: -19px;
    right: 0;
    border: 1px solid #e9ecef;
    border-left: 0;
    border-top: 0;
    z-index: 1;
}

.navbar-items .active::after {

    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: -19px;
    right: 0;

    background: #f7f8f9;
    border-left: 0;
    border-top: 0;
}

.navbar-item.active .links::before {
    border-width: 1px 1px 0 0;
    background: #fff;
    border-radius: 0 20px 0 0;
    z-index: 1;
    bottom: -20px;
    right: -16px;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #e9ecef;
    border-left: 0;
    border-bottom: 0
}

.navbar-item.active .links::after {
    background: #f7f8f9;
    bottom: -20px;
    right: -16px;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    /* border: 1px solid #e9ecef; */
}

.main {
    margin-left: 270px;
    margin-right: 45px;
    flex: 1;
}

.header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 24px 0;
    height: 64px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);

}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1100px;
    margin: 0 auto; */
    padding: 10px 0 0 0;

}

.search-area {
    min-width: 580px;
    display: flex;
    align-items: center;
    background: #e6e9ed;
    border-radius: 8px;
    height: 40px;
    position: relative;
}

.search-area:hover {
    background: #fff;
}

@keyframes glow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.search-area::before {
    background-size: 200% 200%;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin-top: 8px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 4000;
}

/* 输入框聚焦时显示下拉 */
.search-input:focus~.search-dropdown {
    opacity: 1;
    visibility: visible;
}

/* 下拉内容区域 */
.search-suggestions {
    padding: 12px;
}

/* 热门搜索标题 */
.hot-search-title {
    font-weight: bold;
    color: #666;
    padding: 8px 12px;
    border-bottom: 1px solid #eee;
}

/* 搜索项样式 */
.search-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
}

/* 热门搜索标签容器 */
.hot-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    padding: 8px 12px;
}

/* 单个标签样式 */
.hot-tag {
    display: inline-flex;
    align-items: center;
    background: #eb887d;
    color: white;
    padding: 4px 12px 4px 8px;
    border-radius: 16px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

/* 火焰图标 */
.hot-tag::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="currentColor" xmlns="http://www.w3.org/2000/svg"><path d="M12 23C7.58172 23 4 19.4183 4 15C4 12.3312 5.33528 9.77899 7.5 8.5C7.5 11.5 9 13 10.5 13C10.5 10 13 8 14.5 8C15.4528 8 16.3633 8.36228 17.064 9.064C17.3623 9.36228 17.5 9.5 18 10C18.5 11 18.5 12.5 18.5 13.5C20.7091 14.6586 22 16.7678 22 19C22 21.7614 19.7614 24 17 24H12Z"/></svg>');
}

.hot-tag::before {
    animation: flame 1.2s ease-in-out infinite;
}

@keyframes flame {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1) rotate(-5deg);
    }
}



/* 悬停效果 */
.hot-tag:hover {
    background: #ff5347;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(255, 42, 20, 0.3);
}

.search-item:hover {
    background: #f8f8f8;
}

/* 轮播图样式 */
.carousel-container {
    position: relative;
    width: 100%;

    height: 380px;
    margin: 32px 0 25px 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    background: #fff;
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s cubic-bezier(.77, 0, .18, 1);
    will-change: transform;
    cursor: grab;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    user-select: none;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    pointer-events: none;
}

.carousel-caption {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.32);
    padding: 18px 32px;
    border-radius: 12px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}

.carousel-slide:not(.active) .carousel-caption {
    opacity: 0;
    transform: translateY(40px);
}

.banner img {
    width: 100%;
    border-radius: 9px;
}

.module-heading {
    margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-title {
    font-size: 28px;
}

.module-tab-week {
    background: #e9ecef;
    border-radius: 8px;
    padding: 3px;
    overflow: auto;
}

.module-tab-item {
    cursor: pointer;
    position: relative;
}

.module-tab-item {
    color: #616161;
    text-align: center;
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
}

.module-tab-item.active {
    border-radius: 6px;
    background: #fff;
    font-weight: 700;
    color: #e50914;
}

.module-content {
    display: flex;
    flex-wrap: wrap;

}

.weekly-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;
}

.module-item-cover {
    transition: box-shadow .15s ease;
    position: relative;
    height: 0;
    padding-top: 140%;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
}

.module-item-new {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 0 5px 0 5px;
    padding: 0 5px;
    background: #e50914;
    z-index: 1;
    font-size: 12px;
}

.module-item-cover img {
    width: 100%;
    border-radius: 7px;
    height: 190px;
    width: 100%;
    border-radius: 0 5px 0 5px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.module-poster-item-info {
    margin-top: 12px;
}

.module-poster-item-title {
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.links-list {
    border-top: 2px solid #f1f3f5;
    position: relative;
    padding: 25px 0;
    margin-top: 20px;
    word-break: break-word;
    font-size: 0;
}

.links-list .module-heading {
    display: inline-block;
    background: #f7f8f9;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: -13px;
    margin: 0;
}

.links-list h3 {
    font-size: 20px;
}

.footer-content {
    background: #e9ecef;
    margin: 0 -40px;
    padding: 20px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.foot-logo {
    height: 28px;
}

.foot-logo img {
    display: block;
    height: 100%;
}

.foot-copyright {
    flex: 1;
    text-align: right;
}

.foot-copyright a {
    margin-left: 20px;
    font-size: 13px;
    position: relative;
}

.foot-copyright p {
    font-size: 12px;
    margin-top: 3px;
    color: #757575;
}

.pcbdmap {
    border: 3px solid #000;
    border-radius: 10px;
    padding: 24px 0;
    margin: 32px 0 24px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    letter-spacing: 1px;
}

.module-heading-tab {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    margin: 0 0 48px 0;
    font-size: 30px;
    padding-bottom: 20px;
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #e9ecef;
    height: 64px;
}

.tab-active {
    color: #222;
    font-weight: bold;
    position: relative;
}

.tab-active::after {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #e50914;
    border-radius: 3px;
    position: absolute;
    left: 0%;
    bottom: -22px;
}

.tab-inactive {
    color: #b0b0b0;
    font-weight: bold;
}

.tab-divider {
    color: #d3d7de;
    font-size: 32px;
    font-weight: normal;

    user-select: none;
}

.m-module-title {
    position: relative;
}

.module-title-en,
.module-ranking-tab-info {
    font-family: impact, system-ui, helvetica neue, sans-serif;
    font-weight: 900;
    transition: color .3s ease;
    opacity: .12;
    background: -webkit-linear-gradient(90deg, transparent, #e50914);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 38px;
    z-index: -1;
}

.module-item-top {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    border-radius: 8px;
    z-index: 1;
    color: #fff;
    font-size: 30px;
    width: 40px;
    height: 50px;
    text-indent: 9px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    font-weight: 700;
    font-family: impact, system-ui, helvetica neue, sans-serif;
}

.module-item-top::after {
    content: '';
    position: absolute;

    left: -100%;
    top: -44%;
    z-index: -1;
    background: #9e9e9e;
    height: 150%;
    width: 150%;
    border-radius: 16px;
    transform: rotateZ(45deg);
}

.top1::after {
    background: #e50914 !important;
}

.top2::after {
    background: #f73;
}

.top3::after {
    background: #ffa82e;
}

.navbar-item>a>span:nth-of-type(3) {

    display: flex;
}

.navbar-item>a>span:nth-of-type(3) svg {
    display: none;
}

.navbar-item>a>span:nth-of-type(3) svg {
    display: none;
    transition: all 0.3s ease;
}

.navbar-item>a:hover>span:nth-of-type(3) svg {
    display: block;
}

.navbar-item>a>span:nth-of-type(2) {
    width: 90px;
}

.weekly-schedule-item:hover .module-poster-item-title {
    color: red;

}

.weekly-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}

:root {
    --mobile-breakpoint: 768px;
    --tablet-breakpoint: 1024px;
}

@media (max-width: var(--mobile-breakpoint)) {
    html {
        font-size: 14px;
    }

    body {
        overflow-x: hidden;
    }
}

* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: black;
}

.content {
    display: flex;
}

.sidebar {
    width: 180px;
    height: 100vh;
    padding: 20px 15px;
    background-color: #fff;
    border-right: 1px solid #e9ecef;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    transition: transform 0.3s ease;
}

@media (max-width: 1024px) {
    .sidebar {
        width: 160px;
        transform: translateX(-100%);
    }

    .sidebar.active {
        transform: translateX(0);
    }

    .main {
        margin-left: 0;
    }
}

.menu-toggle {
    display: none;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 999;
    background: #fff;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1024px) {
    .menu-toggle {
        display: block;
    }

    .navbar-item>a>span:nth-of-type(2) {
        display: none;
    }
}


.logo img {
    width: 190px;
    margin-bottom: 10px;
}

.navbar-hr {
    margin: 10px 0;
    padding: 0;
    height: 1px;
    background: #f7f8f9;
}

.navbar-item.active {
    margin: 0 -16px 0 0;
    padding-left: 16px;
    background: linear-gradient(to right, #fff 0%, #f44336 90%, #f7f8f9 90%);
}

.navbar-item {
    padding: 0 16px;
    line-height: 39px;
    display: flex;
    align-items: center;
}

.navbar-item>a>span:nth-of-type(1) {
    margin-right: 15px;
    display: flex;
}

.navbar-item>a>span:nth-of-type(2) {
    width: 90px;
}

.navbar-item>a>span:nth-of-type(3) {

    display: flex;
}

.navbar-item>a>span:nth-of-type(3) svg {
    display: none;
}

.navbar-items .active a {
    background: linear-gradient(to right, #fff 0%, #f7f8f9 90%);
}

.navbar-item a {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-item.active,
.links {
    position: relative;

}

.navbar-item.active a {
    color: #e50914;
    font-weight: 700;
}

.navbar-items .active::before {
    background: #fff;
    border-radius: 0 0 20px 0;
    border-width: 0 1px 1px 0;
    z-index: 1;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: -19px;
    right: 0;
    border: 1px solid #e9ecef;
    border-left: 0;
    border-top: 0;
    z-index: 1;
}

.navbar-items .active::after {

    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    top: -19px;
    right: 0;

    background: #f7f8f9;
    border-left: 0;
    border-top: 0;
}

.navbar-item.active .links::before {
    border-width: 1px 1px 0 0;
    background: #fff;
    border-radius: 0 20px 0 0;
    z-index: 1;
    bottom: -20px;
    right: -16px;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    border: 1px solid #e9ecef;
    border-left: 0;
    border-bottom: 0
}

.navbar-item.active .links::after {
    background: #f7f8f9;
    bottom: -20px;
    right: -16px;
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    /* border: 1px solid #e9ecef; */
}

.main {
    margin-left: 250px;
    margin-right: 30px;
    flex: 1;
}

.header {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 24px 0;
    height: 64px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .05);

}

.header-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    /* max-width: 1100px;
    margin: 0 auto; */
    padding: 10px 0 0 0;

}

.header-actions {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-left: 32px;
    margin-right: 27px;
}

.search-area {
    min-width: 580px;
    display: flex;
    align-items: center;
    background: #e6e9ed;
    border-radius: 8px;
    height: 40px;
    position: relative;
}

@media (max-width: 768px) {
    .search-area {
        min-width: auto;
        width: 100%;
        margin-right: 15px;
    }

    .search-input {
        font-size: 14px !important;
    }
}

.search-input {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16px !important;
    color: #444;
    padding: 0 0 0 10px;
    flex: 1;
    height: 100%;
}

/* 轮播图样式 */
.carousel-container {
    position: relative;
    width: 100%;

    height: 500px;
    margin: 32px 0 25px 0;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
    background: #fff;
}

@media (min-width: 768px) {
    .carousel-container {
        height: 400px;
    }
}

@media (min-width: 1024px) {
    .carousel-container {
        height: 500px;
    }
}

.carousel-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s cubic-bezier(.77, 0, .18, 1);
    will-change: transform;
    cursor: grab;
}

.carousel-slide {
    min-width: 100%;
    height: 100%;
    position: relative;
    user-select: none;
}

.carousel-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    pointer-events: none;
}

.carousel-caption {
    position: absolute;
    right: 40px;
    top: 146px;
    color: #fff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);

    padding: 18px 32px;
    border-radius: 12px;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.5s, transform 0.5s;
    pointer-events: none;
}

.carousel-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .1);
}

.banner img {
    width: 100%;
    border-radius: 9px;
}

.module-heading {
    margin-top: 10px;
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-title {
    font-size: 28px;
}

.module-tab-week {
    background: #e9ecef;
    border-radius: 8px;
    padding: 3px;
    overflow: auto;
}

.module-tab-item {
    cursor: pointer;
    position: relative;
}

.module-tab-item {
    color: #616161;
    text-align: center;
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
}

.module-tab-item.active {
    border-radius: 6px;
    background: #fff;
    font-weight: 700;
    color: #e50914;
}

.module-content {
    display: flex;
    flex-wrap: wrap;

}

.weekly-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;

}

.weekly-schedule-item:hover .module-poster-item-title {
    color: red;

}

.weekly-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}


.Jap-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;

}

.Jap-schedule-item:hover .module-poster-item-title {
    color: red;

}

.Jap-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}

.pop-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;

}

.pop-schedule-item:hover .module-poster-item-title {
    color: red;

}

.pop-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}

.America-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;

}

.America-schedule-item:hover .module-poster-item-title {
    color: red;

}

.America-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}

.TS-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;

}

.TS-schedule-item:hover .module-poster-item-title {
    color: red;

}

.TS-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}

.RJ-schedule-item {
    width: calc(16.666667% - 18px);
    margin-right: 18px;
    margin-bottom: 23px;

}

.RJ-schedule-item:hover .module-poster-item-title {
    color: red;

}

.RJ-schedule-item:hover .module-item-cover {
    box-shadow: 0 20px 15px -10px rgba(0, 0, 0, .2), 0 50px 35px -40px rgba(0, 0, 0, .4), 0 50px 35px -40px rgba(243, 2, 2, .2);

}

.weekly-schedule-item,
.Jap-schedule-item,
.pop-schedule-item,
.America-schedule-item,
.TS-schedule-item,
.RJ-schedule-item {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 1280px) {
    .weekly-schedule-item {
        width: calc(20% - 18px);
    }
}

@media (max-width: 1024px) {
    .weekly-schedule-item {
        width: calc(25% - 18px);
    }
}

@media (max-width: 768px) {
    .weekly-schedule-item {
        width: calc(33.333% - 12px);
        margin-right: 12px;
    }
}

@media (max-width: 480px) {
    .weekly-schedule-item {
        width: calc(50% - 8px);
        margin-right: 8px;
    }
}

.weekly-schedule-item {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform-origin: center top;
}

.module-item-cover {
    transition: box-shadow .15s ease;
    position: relative;
    height: 0;
    padding-top: 140%;
    background-position: 50% 50%;
    background-size: cover;
    overflow: hidden;
    border-radius: 8px;
}

.module-item-new {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    border-radius: 0 5px 0 5px;
    padding: 0 5px;
    background: #e50914;
    z-index: 1;
    font-size: 12px;
}

.module-tab-item {
    transition: transform 0.1s ease;
}

.module-tab-item:active {
    transform: scale(0.95);
}

@media (hover: hover) {
    .weekly-schedule-item:hover {
        transform: translateY(-4px);
        z-index: 2;
    }

    .Jap-schedule-item:hover {
        transform: translateY(-4px);
        z-index: 2;
    }

    .pop-schedule-item:hover {
        transform: translateY(-4px);
        z-index: 2;
    }

    .America-schedule-item:hover {
        transform: translateY(-4px);
        z-index: 2;
    }

    .TS-schedule-item:hover {
        transform: translateY(-4px);
        z-index: 2;
    }

    .RJ-schedule-item:hover {
        transform: translateY(-4px);
        z-index: 2;
    }

    .module-tab-item:hover {
        background: rgba(0, 0, 0, 0.05);
    }
}

.module-item-cover img {
    width: 100%;
    border-radius: 0 5px 0 5px;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.module-poster-item-info {
    margin-top: 12px;
}

.module-poster-item-title {
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.links-list {
    border-top: 2px solid #f1f3f5;
    position: relative;
    padding: 25px 0;
    margin-top: 20px;
    word-break: break-word;
    font-size: 0;
}

.links-list .module-heading {
    display: inline-block;
    background: #f7f8f9;
    padding-right: 15px;
    position: absolute;
    left: 0;
    top: -13px;
    margin: 0;
}

.links-list h3 {
    font-size: 20px;
}

.footer-content {
    background: #e9ecef;
    margin: 0 -40px;
    padding: 20px 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
}

.foot-logo {
    height: 28px;
}

.foot-logo img {
    display: block;
    height: 100%;
}

.foot-copyright {
    flex: 1;
    text-align: right;
}

.foot-copyright a {
    margin-left: 20px;
    font-size: 13px;
    position: relative;
}

.foot-copyright p {
    font-size: 12px;
    margin-top: 3px;
    color: #757575;
}

.pcbdmap {
    border: 3px solid #000;
    border-radius: 10px;
    padding: 24px 0;
    margin: 32px 0 24px 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #fff;
    letter-spacing: 1px;
}

.m-module-title {
    position: relative;
}

.module-title-en,
.module-ranking-tab-info {
    font-family: impact, system-ui, helvetica neue, sans-serif;
    font-weight: 900;
    transition: color .3s ease;
    opacity: .12;
    background: -webkit-linear-gradient(90deg, transparent, #e50914);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 38px;
    z-index: -1;
}

.navbar-item>a>span:nth-of-type(3) svg {
    display: none;
    transition: all 0.3s ease;
}

.navbar-item>a:hover>span:nth-of-type(3) svg {
    display: block;
}

.login-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.login-box {
    background: white;
    padding: 40px;
    border-radius: 12px;
    width: 400px;
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    font-size: 24px;
    color: #666;
}

.login-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}

.login-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

.login-options {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.social-login {
    text-align: center;
    margin-top: 30px;
}

.login-hint {
    color: #666;
    font-size: 14px;
    margin-bottom: 5px;
    position: relative;
}

.login-hint::before,
.login-hint::after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #ddd;
    vertical-align: middle;
    margin: 0 10px;
}

.qq-login-btn {
    background: #12B7F5;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.qq-login-btn img {
    width: 24px;
    margin-right: 10px;
}

@keyframes modalIn {
    0% {
        transform: translateY(20px) scale(0.95);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.wechat-login-btn {
    display: in1line-block;
    font-size: px;
    transition: color 0.3s;
    text-decoration: none;
}


.wechat-login-btn {
    background: #44d769;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.wechat-login-btn img {
    width: 24px;
    margin-right: 10px;
}

@keyframes modalIn {
    0% {
        transform: translateY(20px) scale(0.95);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.weibo-login-btn {
    display: in1line-block;
    font-size: px;
    transition: color 0.3s;
    text-decoration: none;
}


.weibo-login-btn {
    display: in1line-block;
    font-size: px;
    transition: color 0.3s;
    text-decoration: none;
}


.weibo-login-btn {
    background: #d13a2f;
    color: white;
    padding: 12px 30px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.weibo-login-btn img {
    width: 24px;
    margin-right: 10px;
}

@keyframes modalIn {
    0% {
        transform: translateY(20px) scale(0.95);
        opacity: 0;
    }

    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.weibo-login-btn {
    display: in1line-block;
    font-size: px;
    transition: color 0.3s;
    text-decoration: none;
}

.login-modal.show {
    display: flex;
    animation: modalIn 0.4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 动态背景特效 */
.login-box::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg,
            #5e5c5c 0%,
            #464444 50%,
            #2c2a2a 100%);
    z-index: -1;
    border-radius: 14px;
    animation: gradientFlow 4s ease infinite;
    background-size: 200% 200%;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


.input-group {
    position: relative;
    margin-bottom: 2px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}

.input-group label {
    position: absolute;
    left: 10px;
    top: 35%;
    transform: translateY(-50%);
    color: #999;
    pointer-events: none;
    transition: all 0.3s ease;
}

.input-group input:focus,
.input-group input:not(:placeholder-shown) {
    border-color: #5e5c5c;
    box-shadow: 0 0 8px rgba(240, 230, 229, 0.2);
}

.input-group input:focus~label,
.input-group input:not(:placeholder-shown)~label {
    top: -10px;
    left: 10px;
    font-size: 12px;
    color: #cf3c3c;
    background: white;
    padding: 0 5px;
}

/* 按钮悬浮特效 */
.main-btn {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 700;
    padding: 0 30px;
    margin-left: 22px;
}

.main-btn {
    transition: box-shadow .2s ease;
    background: #e50914;
    color: #fff;
    background: linear-gradient(to right, #ff711f 0%, #e50914 100%);
    box-shadow: 0 10px 12px -4px rgba(229, 9, 20, .25);
}

.main-btn {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
}

.main-btn {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 700;
    padding: 0px 150px;
}

.main-btn svg {
    width: 19px;
    height: 19px;
    margin-right: 10px;
    transition: transform 0.3s ease;
}


.main-btn span {
    position: center;
    z-index: 1;
}

.main-btn:hover {
    background: linear-gradient(135deg, #ff5347 0%, #ff2a14 100%);
    box-shadow: 0 8px 24px rgba(255, 42, 20, 0.3);
    transform: translateY(-2px);

    &::before {
        animation: shine 1.2s ease;
    }
}

.main-btn:hover svg {
    transform: scale(1.15) rotate(15deg);
}

.main-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
}

@keyframes shine {
    100% {
        left: 200%;
    }
}

.main-btn:active {
    transform: translateY(1px);
    box-shadow: 0 4px 12px rgba(255, 42, 20, 0.2);
}


.loading::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-top-color: transparent;
    border-radius: 50%;
    animation: loading 0.8s linear infinite;
    margin-left: 8px;
}


/* 注册界面样式 */
.register-modal .login-box {
    width: 420px;
}

.verify-code-group {
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
}

.verify-code-input {
    flex: 1;
}

.verify-code-img {
    width: 120px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    user-select: none;
}

.success-message {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #4CAF50;
    color: white;
    padding: 15px 30px;
    border-radius: 25px;
    box-shadow: 0 4px 12px rgba(76, 175, 80, 0.3);
    display: none;
    animation: slideDown 0.4s ease;
    z-index: 10000;
    transition: opacity 0.3s ease;
}

@keyframes slideDown {
    from {
        top: -50px;
    }

    to {
        top: 20px;
    }
}


.module-heading-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding: 10px 0;
    border-bottom: 2px solid #eee;
}

.filter-group {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
}

.filter-label {
    font-weight: bold;
    min-width: 40px;
    color: #333;
}

.filter-option {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 15px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    transition: all 0.2s;
    border: 1px solid #eee;
}

.filter-option.active {
    background: #e74c3c;
    color: white;
    border-color: #e74c3c;
}

.filter-option:hover:not(.active) {
    background: #eee;
    color: #333;
}

.pop-schedule-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.pagination-item {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    min-width: 36px;
    text-align: center;
}

.pagination-item.active {
    background: #db542b;
    color: white;
    border-color: #701913;
}

.pagination-item.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background: #f5f5f5;
}

/* 头像默认样式 */
.user-avatar {
    width: 0;
    height: 0;
    opacity: 0;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.user-avatar.loaded {
    width: 50px;
    height: 50px;
    opacity: 1;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}