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

@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%;
}

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

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





/* 新增 */
.module-info-poster {
    width: 220px;
    float: right;
    margin: 0 25px;
    position: relative;
    z-index: 10;
}

.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-pic,
.module-item-pic img {
    height: 100%;
    width: 100%;
}

.module-item-pic img {
    top: 0;
    display: block;
    left: 0;
    object-fit: cover;
    position: absolute;
}

.module-item-pic img {
    height: 100%;
    width: 100%;
}

.module-info-main {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.module-info-content {
    flex: 1;
    max-width: 1000px;
}

.module-info-heading {
    margin: 0;
    position: relative;
    width: 350px;
    padding-left: 25px;
}


.module-info-heading h1 {
    font-size: 22px;
    line-height: 1.38;
    margin-bottom: 10px;
    position: relative;
}

.module-info-heading h1::before {
    content: '';
    position: absolute;
    left: -20px;
    height: 40px;
    width: 8px;
    background: #e50914;
    border-radius: 0 4px 4px 0;
}

.series-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.series-title-link:hover {
    color: #e50914 !important;
    text-decoration: underline;
}

.module-info-tag {
    display: flex;
    align-items: center;
}

.module-info-tag-link {
    background: #fff;
    margin-right: 6px;
    padding: 0 5px;
    font-size: 14px;
}

.module-info-tag-link a {
    color: #424242;
    cursor: pointer;
}

.module-info-tag-link::after,
/* 基础样式 */
.module-play-list-link {
    display: inline-block;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 4px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.module-play-list-link:hover {
    background: #ff8686;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.module-play-list-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.module-play-list-link:hover::after {
    opacity: 1;
}

/* 移动设备适配 */
@media (hover: none) {
    .module-play-list-link:hover {
        transform: none;
        background: #f5f5f5;
        color: #333;
    }
}

.module-info-content {
    border-radius: 18px 18px 18px 18px;
    background: #fff;
}

.module-info-content {
    position: relative;
}

.module-info-items {
    min-height: 235px;
}

.module-info-items {
    padding: 20px 25px;
    position: relative;
    z-index: 10;
}

.module-info-introduction {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.module-info-item {
    font-size: 14px;
    display: flex;
    padding-bottom: 5px;
    word-break: break-all;
}

.module-info-introduction {
    position: relative;
    padding-bottom: 24px;
}

.module-info-introduction {
    position: relative;
    padding-bottom: 24px;
    /* 预留展开按钮空间 */
}

.module-info-introduction-content {
    overflow: hidden;
    line-height: 1.5em;
    max-height: 3em;
    transition:
        max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        opacity 0.3s ease,
        transform 0.3s ease;
    opacity: 0.98;
    transform: translateZ(0);
    position: relative;
}

/* 未展开时的渐隐层 */
.module-info-introduction-content:not(.expanded)::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 1.5em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 60%);
}

/* 展开按钮定位 */
#more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #ff2a14;
    cursor: pointer;
    z-index: 2;
    background: linear-gradient(to left, white 40%, rgba(255, 255, 255, 0.9) 60%);
    padding-left: 12px;
    display: none;
}

/* 展开后的收起按钮样式 */
.module-info-introduction-content.expanded #more {
    position: static;
    /* 恢复自然流 */
    display: inline-block;
    padding-left: 8px;
    background: none;
    margin-left: 4px;
}

#more {
    transition:
        color 0.3s ease,
        transform 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

#more:hover {
    transform: scale(1.05) translateX(3px);
}

/* 展开时的细节动画 */
@keyframes contentReveal {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

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

.expanded .module-info-introduction-content>span {
    animation: contentReveal 0.4s ease forwards;
}


.show-more #more {
    display: inline-block;
}

.expanded #more::after {
    transform: rotate(180deg);
}

.module-info-item {
    font-size: 14px;
    display: flex;
    padding-bottom: 10px;
    word-break: break-all;
}

.module-info-item-title {
    display: inline-block;
    min-width: 46px;
    font-weight: 700;
}

.module-info-footer {
    background: #e7e5e5;
    z-index: 10;
    padding: 25px;
    border-radius: 0 0 18px 18px;
}

.module-info-play {
    position: relative;
    z-index: 9;
    margin-top: -45px;
}

.handle-btn {
    font-weight: 700;
    line-height: 15px;
}

.video-info-share button {
    height: 50px;
    background: 0 0;
    padding: 0 56px 0 35px;
    z-index: 2;
    border-radius: 0 0 18px 0;
    position: relative;
    overflow: hidden;
}

.main-btn,
.module-prompt p a,
.popup-btn,
.app-downlist .app-downlist-go {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 700;
    padding: 0 30px;
}

.module-info {
    margin-top: 10px;
}

.module-info-tag-link,
.module-play-list-link {
    position: relative;
}

.module-info-tag-link .slash,
.module-info-tag-link .slash:hover {
    color: #bcbcbc;
    cursor: auto;
}

.slash {
    padding: 0 7px;
    color: #c2c6d0;
    font-size: 12px;
    vertical-align: top;
}

.slash:last-child {
    display: none;
}

.video-info-share button::before {
    content: '';
    border-radius: 0 0 18px 0;
    border: 1px solid #efddcb;
    border-width: 0 1px 1px 0;
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 0;
    height: 100%;
    width: calc(100% - 5px);
    font-family: -apple-system-font, BlinkMacSystemFont, helvetica neue, pingfang sc, hiragino sans gb, microsoft yahei ui, microsoft yahei, Arial, sans-serif;
}

.border-top,
.drop-item-link,
.module-paper-item-main a,
.module-info-footer,
.popup-main p:last-child {
    position: relative;
}




.handle-btn {
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}



.video-info-share {
    float: right;
    margin: 20px -25px 0 0;
    position: relative;
}

.btn-main-linear,
.main-btn,
.module-prompt p a,
.popup-btn,
.app-downlist .app-downlist-go {
    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);
}

.btn-large,
.main-btn,
.module-prompt p a,
.popup-btn,
.app-downlist .app-downlist-go,
.header-op-list-btn {
    padding: 0 15px;
    line-height: 40px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
}

.main-btn,
.module-prompt p a,
.popup-btn,
.app-downlist .app-downlist-go {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    font-weight: 700;
    padding: 0 30px;
}

.btn-collect {
    background-color: #fc000c;
    background: linear-gradient(to right, #fc000c 0, #f9444d 100%);
    cursor: pointer;
    border-radius: 50px;
    padding: 0 30px;
    color: #fff !important;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
}

.video-info-share button::after {
    content: '';
    border: 2px solid #efddcb;
    border-width: 1px 0 0 1px;
    box-shadow: 5px 5px 2px #f6e9dc inset;
    transform: skewX(-12deg);
    background: #fef0e5;
    border-radius: 8px 0 0 0;
    position: absolute;
    z-index: -2;
    right: -10px;
    top: 0;
    height: 100%;
    width: 100%;
}

button {
    border: 0;
    outline: none;
}

.module-info-footer::after,
.popup-main p:last-child::after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f3f5;
}

.banner {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.banner img {
    width: 49%;
}

/* 选集 */
.view .module-heading.player-heading {
    height: 33px;
}

.player-heading {
    margin-bottom: 17px;
}

.module-heading {
    margin-top: 40px;
    /* margin-bottom: 25px; */
    font-size: 0;
    vertical-align: baseline;
    position: relative;
    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;
}

.view .module-title,
.player .module-title {
    font-size: 24px;
}

.module-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
    z-index: 2;
    flex: 1;
    -webkit-font-smoothing: subpixel-antialiased;
}

.player-heading .module-tab-item {
    line-height: 45px;
    padding: 0 20px 0 3px;
    margin: 0 5px;
    width: 50px;
    line-height: 30px;
    font-weight: 900;
    white-space: nowrap;
}

.handle-btn-name {
    line-height: 30px;
    font-weight: 900;
    white-space: nowrap;
}

.module-tab-item,
.search-tag a,
.module-play-list-link,
.page-more {
    padding: 0 15px;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    border-radius: 8px;
}

.player-heading .module-tab {
    margin: -8px 0 -25px;
    white-space: nowrap;
    overflow: auto;
    max-width: 75%;
    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-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.module-tab-name,
.module-tab-title,
.module-tab-input {
    display: none;
}

.player-heading .module-tab-items {
    padding: 0;
    border-radius: 8px 8px 0 0;
    background: #e9ecef;
    border-radius: 8px;
    padding: 3px 3px 0 3px;
    overflow: auto;
}

.module-tab-name,
.module-tab-title,
.module-tab-input {
    display: none;
}

.player-heading .module-tab-item .active {
    border-radius: 6px 6px 0 0;
}

.player-heading .module-tab-item {
    line-height: 45px;
}

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

.shadow-small,
.module-tab-item .active {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08), 0 0 1px rgba(0, 0, 0, .1);
}

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

.module-tab-item {
    color: #616161;
    text-align: center;
}

.module-tab-item.active small {
    background: #e50914;
    color: #fff;
    background: linear-gradient(to right, #ff711f 0%, #e50914 100%);
    color: #fff;
}

.module-tab-item small {
    background: linear-gradient(90deg, #fafafa, #fff0ec);
    color: #757575;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .2);
    position: absolute;
    right: -3px;
    top: -3px;
    transform: scale(.8);
    transform-origin: top right;
    font-weight: 400;
    padding: 0 6px;
    border-radius: 8px;
    height: 19px;
    line-height: 18px;
    font-size: 12px;
}

.tab-list.active {
    display: block;
    margin-bottom: 15px;
}

.module-list {
    /* 保持原有基础样式 */
    border-radius: 8px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2.75px 2.21px rgba(0, 0, 0, .01),
        0 6.65px 5.32px rgba(0, 0, 0, .02),
        0 12.5px 10px rgba(0, 0, 0, .01),
        0 22px 18px rgba(0, 0, 0, .03),
        0 42px 33.4px rgba(0, 0, 0, .02),
        0 100px 80px rgba(0, 0, 0, .01),
        0 0 1px rgba(0, 0, 0, .1);

    height: calc(100vh - 200px);
    min-height: 200px;
    max-height: 400px;

    margin: 10px 0;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #e50914 #f5f5f5;
}

.module-list::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
}

.module-list::-webkit-scrollbar-thumb {
    background-color: #e50914;
    border-radius: 4px;
}

.module-list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 4px;
}


.module-play-list-link.current-episode {
    position: relative;
    overflow: hidden;
    background: rgba(229, 9, 20, 0.1);
    border: 2px solid #e50914;
    color: #e50914 !important;
    z-index: 1;
}

.module-play-list-link.current-episode::after {
    content: "";
    position: absolute;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-image:
        radial-gradient(circle at 10% 10%, #e50914 8%, transparent 9%),
        radial-gradient(circle at 90% 90%, #e50914 8%, transparent 9%),
        radial-gradient(circle at 30% 70%, #e50914 8%, transparent 9%);
    background-size: 30px 30px;
    opacity: 0.15;
    animation: wave 3s linear infinite;
    transform: rotate(15deg);
    z-index: -1;
}

@keyframes wave {
    0% {
        transform: translateY(0) rotate(15deg);
    }

    100% {
        transform: translateY(-230px) rotate(15deg);
    }
}


.playing-indicator {
    position: absolute;
    right: 6px;
    top: 52%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: #e50914;
    border-radius: 3px;
    animation:
        pulse 1.5s ease infinite,
        bounce 1s ease-in-out infinite;
}

.playing-indicator::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent white;
    transform: translate(-50%, -50%);
}

.module-play-list-link.current-episode:hover {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(229, 9, 20, 0.3);
}

.current-episode-mark {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: #e50914;
    border-radius: 50%;
    animation:
        pulse 1.5s ease infinite,
        rotate 3s linear infinite;
}

@keyframes rotate {
    from {
        transform: translateY(-50%) rotate(0deg);
    }

    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(229, 9, 20, 0.4);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(229, 9, 20, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(229, 9, 20, 0);
    }
}

.module-play-list-base .module-play-list-link {
    width: calc(25% - 10px);
    cursor: pointer;
    color: #424242;
    margin: 5px;
    padding: 0 10px;
    text-align: center;
    position: relative;
    line-height: 34px;
    font-size: 14px;
    display: inline-block;
    text-overflow: ellipsis;

    white-space: nowrap;
}

.module-tab-item {
    padding: 0 15px !important;
}

.module-info-introduction {
    position: relative;
}

.module-info-introduction::after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #f1f3f5;
}

.main-btn svg {
    position: relative;
    left: -5px;
    top: 3px;
}

.handle-btn {
    position: relative;
}

.handle-btn svg {
    position: absolute;
    right: 20px;
    z-index: 99;
    top: 15px;
}

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

}

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

.search-icon-btn {
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 56px;
    width: 48px;
    border-radius: 0 18px 18px 0;
    transition: background 0.2s;
}

/* 轮播图样式 */
.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;
    margin-left: 0px;
}

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

#sortBtn1 {
    position: relative;
    padding: 0 25px 0 8px !important;
    /* 调整内边距 */
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 双箭头图标 */
.icon-sort {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 4px;
    vertical-align: middle;
}

.icon-sort::before,
.icon-sort::after {
    content: '';
    position: absolute;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    left: 3px;
    transition: all 0.3s ease;
}

.icon-sort::before {
    border-top: 6px solid #999;
    top: 0;
}

.icon-sort::after {
    border-bottom: 6px solid #999;
    bottom: 0;
    opacity: 0.5;
}

#sortBtn1:hover .icon-sort::before {
    border-top-color: #ff2a14;
}

#sortBtn1:hover .icon-sort::after {
    border-bottom-color: #ff2a14;
}

#sortBtn1.reversed .icon-sort::before {
    transform: translateY(3px);
    opacity: 0.5;
}

#sortBtn1.reversed .icon-sort::after {
    transform: translateY(-3px);
    opacity: 1;
}

.handle-btn-name {
    vertical-align: middle;
    font-size: 14px;
}


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

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

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

/* 第三方登录图标动画 */
.qq-login-btn img {
    transition: transform 0.3s ease;
}

.qq-login-btn:hover img {
    transform: rotate(15deg) scale(1.1);
}

/* 加载动画 */
@keyframes loading {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

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

.search-results-header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.close-results {
    cursor: pointer;
    font-size: 20px;
    padding: 0 5px;
}

.search-results-list {
    max-height: 300px;
    overflow-y: auto;
}

.result-item {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.2s;
}

.result-item:hover {
    background: #f5f5f5;
}

.result-id {
    font-size: 12px;
    color: #666;
}

.search-error {
    padding: 15px;
    color: #e50914;
    text-align: center;
}

.share-icon {
    transition: transform 0.3s ease;
}

#shareBtn:hover .share-icon {
    transform: scale(1.2);
}

/* 适配暗黑模式 */
@media (prefers-color-scheme: dark) {
    .share-icon {
        filter: brightness(0.8);
    }
}

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