html,
body {
    margin: 0;
    font-size: 15px;
    font-family: v-sans, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol;
    line-height: 1.6;
    color: var(--theme-color);
    background-color: var(--theme-background);
    word-wrap: break-word;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none !important;
}

.headBg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .3;
    background-repeat: repeat-x;
    background-size: 100% auto;
}

form,
input,
textarea {
    border: 0;
    outline: 0;
}

input,
button,
textarea,
select {
    border: 0;
    outline: 0;
    resize: none;
}

a {
    color: inherit;
    text-decoration: inherit;
    cursor: pointer;
}

a:hover {
    color: var(--theme-theme);
}

[v-cloak] {
    display: none;
}

#app {
    position: relative;
    z-index: 9;
}


/* 导航栏 */
.headerBox {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 68px;
    z-index: 99;
}

.headerKox {
    height: 68px;
}

.headerBox .bg {
    position: absolute;
    inset: 0;
    box-shadow: 0 3px 5px rgba(214, 214, 214, .22);
    background-color: var(--theme-other_background);
    transition: 'opacity 0.2s';
}

.headerBox .box {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    overflow: hidden;
    width: 1200px;
}

.headerBox .box .logoBox {
    display: inline-flex;
    align-items: center;
    transition: 'opacity 0.2s';
}

.headerBox .box .logoBox .logo {
    height: 43px;
}

.headerBox .box .logoBox .title {
    margin-left: 18px;
    font-size: 20px;
    font-weight: bold;
}

.headerBox .box .navs {
    display: inline-flex;
    align-items: center;
}

.headerBox .box .navs .iconfont {
    display: none;
}

.headerBox .box .navs .item,
.headerBox .box .navs a {
    padding: 4px 0;
    margin-left: 25px;
    cursor: pointer;
    white-space: nowrap;
}

.headerBox .box .navs .item:hover {
    color: var(--theme-theme);
}


.headerBox .box .search {
    position: relative;
    flex: 1;
    height: 40px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    max-width: 400px;
    margin: 0 15px 0 auto;
    background-color: var(--theme-background);
}

.headerBox .box .search:after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0 2px 4px var(--theme-theme);
    border-radius: 40px;
    border: 1px solid var(--theme-color);
    opacity: .05;
}

.headerBox .box .search input {
    position: relative;
    z-index: 9;
    flex: 1;
    height: 100%;
    border-radius: 54px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 24px;
    color: var(--theme-color);
    background-color: transparent;
}

.headerBox .box .search .btn {
    position: relative;
    z-index: 9;
    width: 64px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.headerBox .box .search .btn .iconfont {
    font-size: 26px;
    font-weight: bold;
    color: var(--theme-theme);
}


/* 首页 */
.homeBox {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 180px);
    text-align: center;
    padding-top: 68px;
}

.homeBox .box {
    width: 680px;
    margin: auto;
}

.homeBox .logoBox {
    display: inline-flex;
    align-items: center;
}

.homeBox .logoBox .logo {
    height: 68px;
    margin: 0 8px;
}

.homeBox .logoBox .title {
    margin: 0 8px;
    font-size: 30px;
    font-weight: bold;
}

.homeBox .subTitle {
    padding: 10px 0 10px;
    opacity: .6;
}

.searchBox .search {
    position: relative;
    margin: auto;
    margin-top: 30px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    width: 100%;
    height: 54px;
    border-radius: 54px;
    display: flex;
    align-items: center;
}

.searchBox .search input {
    flex: 1;
    height: 100%;
    border-radius: 54px;
    border: none;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 24px;
    color: var(--theme-color);
    background-color: transparent;
}

.searchBox .search .btn {
    width: 64px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.searchBox .search .btn .iconfont {
    font-size: 26px;
    font-weight: bold;
    color: var(--theme-theme);
}

.footerBox {
    padding: 30px 15px 20px;
}


.footerBox .box {
    text-align: center;
    margin: auto;
    height: 100%;
    overflow: hidden;
    width: 1200px;
}

.footerBox .box p {
    opacity: .78;
    padding: 4px 0;
}

.home {
    margin-top: 78px;
    text-align: left;
}

.home .block {
    border-radius: 12px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    margin-bottom: 20px;
    padding-top: 20px;
}

/*.home .block:last-child{*/
/*    margin-bottom: 0;*/
/*}*/

.home .nav {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    padding: 0 20px 4px;
    display: flex;
    align-items: center;
}

.home .nav img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.home .content {
    min-height: 200px;
}


.home .content .list {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 10px 15px;
}

.home .content .list .item {
    position: relative;
    display: block;
    width: 130.8px;
    margin: 8px;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    text-align: center;
    padding: 2px 0;
    transition: all .5s;
}

.home .content .list .item:hover {
    transform: translateY(-5px);
}

.home .content .list .item p {
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home .content .list .item .img {
    position: relative;
    width: 100%;
    height: 192px;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f5f5;
}

.home .content .list .item .img img {
    position: relative;
    z-index: 9;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .content .list .item .img span {
    position: absolute;
    inset: 0;
    font-size: 12px;
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home .content .list .item .img .titleLoading {
    font-size: 16px;
    padding: 0 3%;
    word-break: break-all;
}


.home.homeNO {
    display: flex;
    flex-wrap: wrap;
}

.home.homeNO .block {
    margin: 0 6px 12px;
    width: calc(20% - 12px);
}

.home.homeNO .content .list {
    padding: 10px;
}

.home.homeNO .content .list .item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-align: left;
    max-width: 282px;
}

.home.homeNO .content .list .item p {
    margin-top: 0;
    padding: 4px 6px;
}

.home.homeNO .content .list .item:hover {
    transform: translateY(0);
}

.home.homeNO .content .list .item p span {
    color: #c4c7ce;
    margin-right: 6px;
}

.home.homeNO .content .list .item:nth-child(1) p span {
    color: #FE2D46;
}

.home.homeNO .content .list .item:nth-child(2) p span {
    color: #FF6600;
}

.home.homeNO .content .list .item:nth-child(3) p span {
    color: #FAA90E;
}


.el-dialog {
    background-color: var(--theme-other_background);
}

.layerBox .vname {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.layerBox .vbtn {
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 15px;
    border-radius: 8px;
    cursor: pointer;
}

.layerBox .el-textarea textarea {
    background-color: #f7f7f7;
    border-radius: 8px;
    width: 100%;
    height: 240px;
    margin: 15px auto 0;
    padding: 15px;
    box-sizing: border-box;
    box-shadow: none;
}

.layerBox .el-textarea__inner:focus {
    box-shadow: none;
}



.listBox {
    width: 1200px;
    margin: 0 auto;
    min-height: calc(100vh - 180px);
    display: flex;
}

.listBox h3 {
    position: relative;
    padding: 30px 0 15px 15px;
}

.listBox h3:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 4px;
    background-color: var(--theme-theme);
    height: 18px;
}

.listBox h3 span {
    color: var(--theme-theme);
}

.listBox .nav {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    padding: 30px 0 14px;
    display: flex;
    align-items: center;
}

.listBox .nav img {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}

.listBox .left {
    width: 0;
    flex: 1;
    overflow: hidden;
}

.listBox .left .list {
    padding: 0 15px;

}

.listBox .left .list .item {
    position: relative;
    display: block;
    padding: 15px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.listBox .left .list .item .title {
    font-size: 17px;
    font-weight: bold;
    padding-bottom: 4px;
    color: var(--theme-theme);
}

.listBox .left .list .item .title p {
    color: var(--theme-color);
}

.listBox .left .list .item .title p span {
    color: var(--theme-theme);
}

.listBox .left .list .item .btns {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.listBox .left .list .item .btns .btn {
    position: relative;
    margin-right: 35px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    color: var(--theme-color);
}

.listBox .left .list .item .btns .btn .iconfont {
    font-size: 18px;
    margin-right: 5px;
}

.listBox .left .list .item .btns .btn .icon {
    width: 20px;
    margin-right: 5px;
    flex: none;
}

.listBox .left .list .item .type {
    position: relative;
    color: #999;
    flex: none;
    padding-left: 25px;
    margin-top: 10px;
}

.listBox .left .list .item .type::after {
    content: "\e619";
    position: absolute;
    top: -3.4px;
    left: 0;
    font-family: 'iconfont';
    font-size: 20px;
}

.listBox .left .list .item .type span {
    margin-right: 35px;
}

.listBox .left .list .item .type span span {
    color: #FF3F3D;
}

.listBox .left .list .item .type.time::after {
    content: "\ebb1";
}

.listBox .left .list .item .type.cate::after {
    content: "\e65f";
}


.listBox .right {
    width: 300px;
    margin-left: 20px;
}

.listBox .box {
    border-radius: 12px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    min-height: calc(100% - 71px);
    padding: 15px;
}

.listBox .right .box {
    height: auto;
    min-height: auto;
}

.listBox .right .list .item {
    width: 100%;
    margin: 0;
    border-radius: 0;
    text-align: left;
}

.listBox .right .list .item p {
    margin-top: 0;
    padding: 4px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.listBox .right .list .item:hover {
    transform: translateY(0);
}

.listBox .right .list .item p span {
    color: #c4c7ce;
    margin-right: 6px;
}

.listBox .right .list .item:nth-child(1) p span {
    color: #FE2D46;
}

.listBox .right .list .item:nth-child(2) p span {
    color: #FF6600;
}

.listBox .right .list .item:nth-child(3) p span {
    color: #FAA90E;
}


.listBox .screen {
    width: 120px;
    margin-right: 20px;
}

.listBox .screen .fixed {
    position: fixed;
    width: 120px;
    z-index: 9;
}

.listBox .screen .box {
    height: auto;
    padding: 5px 15px;
}

.listBox .screen .box a {
    display: block;
    padding: 12px 0;
    border-bottom: 1px dashed #e6e6e6;
}

.listBox .screen .box a:last-child {
    border-bottom: none;
}

.listBox .screen .box a.active {
    font-weight: bold;
    color: var(--theme-theme);
}


.listBox .details {
    padding: 40px 50px;
    min-height: inherit;
}

.details .pic {
    width: 160px;
    height: 212px;
    border-radius: 8px;
    background-color: var(--theme-background);
    margin: 0 auto 30px;
}

.details .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.details .title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 25px;
    color: var(--theme-theme);
}

.details .cat {
    display: flex;
    font-size: 15px;
    padding: 8px 0;
}

.details .cat .l {
    flex: none;
    width: 80px;
    opacity: .5;
}

.details .cat .r {
    opacity: 1;
    flex: 1;
    width: 0;
}

.details .cat .r a {
    color: var(--theme-theme);
    word-wrap: break-word;
    word-break: normal;
}

.details .cat .r .icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 8px;
}

.details .cat .r span {
    vertical-align: middle;
}

.details .btns {
    display: flex;
    margin-top: 24px;
    justify-content: center;
}

.details .btns .btn {
    position: relative;
    width: 125px;
    height: 38px;
    line-height: 38px;
    border-radius: 38px;
    background-color: var(--theme-other_background);
    margin: 0 15px;
    font-size: 14px;
    color: var(--theme-color);
    text-align: center;
    opacity: .88;
    cursor: pointer;
}

.details .btns .btn .iconfont {
    font-size: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

.details .btns .btn:after {
    content: "";
    position: absolute;
    inset: 0;
    box-shadow: 0 2px 4px var(--theme-theme);
    border-radius: 38px;
    border: 1px solid var(--theme-color);
    opacity: .1;
}

.details .btns .btn.btnCol {
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
}

.details .btns .btn:hover {
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
}

.searchDetail {
    display: none;
}




.page {
    display: flex;
    padding: 20px 0 15px;
    justify-content: center;
}

.el-pagination.is-background .btn-next.is-disabled,
.el-pagination.is-background .btn-next:disabled,
.el-pagination.is-background .btn-prev.is-disabled,
.el-pagination.is-background .btn-prev:disabled,
.el-pagination.is-background .el-pager li.is-disabled,
.el-pagination.is-background .el-pager li:disabled {
    background-color: var(--theme-other_background);
    color: var(--theme-color);
}

.el-pagination.is-background .btn-next.is-active,
.el-pagination.is-background .btn-prev.is-active,
.el-pagination.is-background .el-pager li.is-active {
    background-color: var(--theme-theme);
    color: var(--theme-other_background);
}

.el-pager li.is-active,
.el-pager li:hover {
    color: var(--theme-theme);
}


.searchList {
    display: none;
}

.loader {
    margin: auto;
    width: fit-content;
    font-weight: bold;
    font-family: monospace;
    font-size: 24px;
    background: radial-gradient(circle closest-side, var(--theme-theme) 94%, #0000) right/calc(200% - 1em) 100%;
    animation: l24 1s infinite alternate linear;
}

.loader::before {
    content: " 全网检索中，请稍等...";
    line-height: 1em;
    color: #0000;
    background: inherit;
    background-image: radial-gradient(circle closest-side, #fff 94%, var(--theme-theme));
    -webkit-background-clip: text;
    background-clip: text;
}

@keyframes l24 {
    100% {
        background-position: left
    }
}


.listBox .Ebox {
    border-radius: 12px;
    background-color: var(--theme-other_background);
    box-shadow: 0 4px 10px rgba(225, 225, 225, 0.3);
    padding: 15px;
    margin-bottom: 15px;
}

.listBox .left .Ebox .list .item:last-child {
    border-bottom: none;
}

.Qtips {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.Qbtn {
    text-align: center;
    padding-top: 10px;
}

/* ========== 骨架屏 ========== */
@keyframes skeleton-pulse {
    0% { background-position: -200% 0; }
    100% { background-position: 200% 0; }
}

@keyframes dot-blink {
    0%, 20% { content: ''; }
    40% { content: '.'; }
    60% { content: '..'; }
    80%, 100% { content: '...'; }
}

@keyframes dot-opacity {
    0% { opacity: 0; }
    20% { opacity: 0; }
    40% { opacity: .3; }
    60% { opacity: .6; }
    80%, 100% { opacity: 1; }
}

.skeleton-tip {
    text-align: center;
    font-size: 15px;
    color: var(--theme-theme);
    font-weight: 500;
    padding: 12px 0 16px;
    letter-spacing: 1px;
}

.dot-ani {
    display: inline-block;
    width: 20px;
    text-align: left;
    animation: dot-opacity 1.2s steps(4) infinite;
}

.skeleton-list {
    padding: 0 0 10px;
}

.skeleton-item {
    padding: 18px 16px;
    margin-bottom: 8px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.skeleton-line {
    border-radius: 6px;
    background: linear-gradient(90deg,
        rgba(0, 0, 0, 0.08) 25%,
        rgba(0, 0, 0, 0.14) 50%,
        rgba(0, 0, 0, 0.08) 75%
    );
    background-size: 200% 100%;
    animation: skeleton-pulse 1.5s ease-in-out infinite;
}

.skeleton-title {
    height: 18px;
    width: 70%;
    margin-bottom: 12px;
}

.skeleton-sub {
    height: 14px;
    width: 35%;
    margin-bottom: 14px;
}

.skeleton-btn {
    height: 30px;
    width: 100px;
    border-radius: 6px;
    background: linear-gradient(90deg,
        rgba(19, 58, 179, 0.15) 25%,
        rgba(19, 58, 179, 0.25) 50%,
        rgba(19, 58, 179, 0.15) 75%
    );
    background-size: 200% 100%;
}

/* 深色模式骨架屏 */
[data-theme="dark"] .skeleton-item {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .skeleton-line {
    background: linear-gradient(90deg,
        rgba(255, 255, 255, 0.04) 25%,
        rgba(255, 255, 255, 0.1) 50%,
        rgba(255, 255, 255, 0.04) 75%
    );
    background-size: 200% 100%;
}

[data-theme="dark"] .skeleton-btn {
    background: linear-gradient(90deg,
        rgba(168, 85, 247, 0.15) 25%,
        rgba(168, 85, 247, 0.3) 50%,
        rgba(168, 85, 247, 0.15) 75%
    );
    background-size: 200% 100%;
}

.Qbtn .btn {
    display: inline-block;
    color: #999999;
    cursor: pointer;
}



/*//相关资源*/
.listBox .details.samelistBox {
    padding: 25px 30px;
}

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

.samelist .item {
    width: 50%;
    margin: 0;
    border-radius: 0;
    text-align: left;
    padding: 3px 0;
}

.samelist .item p {
    margin-top: 0;
    padding: 4px 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.samelist .item:hover {
    transform: translateY(0);
}

.samelist .item p span {
    color: #c4c7ce;
    margin-right: 6px;
}

.samelist .item:nth-child(1) p span {
    color: #FE2D46;
}

.samelist .item:nth-child(2) p span {
    color: #FF6600;
}

.samelist .item:nth-child(3) p span {
    color: #FAA90E;
}


/*全网搜线路切换*/
.source-switch {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
}

.source-switch h3 {
    margin-right: 6px;
}

.switch-items {
    display: flex;
    gap: 18px;
    padding-top: 16px;
}

.switch-items a {
    position: relative;
    padding: 5px 0;
    text-decoration: none;
    transition: all 0.3s;
}

.switch-items a:hover {
    color: var(--theme-theme);
}

.switch-items a.active {
    color: var(--theme-theme);
    font-weight: bold;
}

.switch-items a.active:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 20px;
    height: 4px;
    margin: auto;
    border-radius: 4px;
    background-color: var(--theme-theme);
}

.vtips {
    font-size: 14px;
    color: #999;
    padding: 10px 0 0;
}

.vtips a {
    font-weight: bold;
    color: var(--theme-theme);
}

.btns2 {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    height: 30px;
    line-height: 30px;
    color: var(--theme-other_background);
    background-color: var(--theme-theme);
    font-size: 14px;
    width: 100px;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 0;
}

.dialogUrlBox {
    width: 450px;
    border-radius: 18px;
}

.dialogUrlBox .dialogUrl {
    min-height: 100px;
}

.dialogUrlBox .dialogUrl .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000;
}

.dialogUrlBox .dialogUrl .title span {
    color: var(--theme-theme);
}

.dialogUrlBox .dialogUrl .tips {
    margin-top: 12px;
    color: #666;
    font-size: 14px;
    text-align: center;
}

.dialogUrlBox .dialogUrl .qrcode {
    margin: 24px auto 0;
    width: 200px;
    height: 200px;
    border: 1.5px solid #e5e6e8;
    border-radius: 4px;
}

.dialogUrlBox .dialogUrl .qrcode canvas {
    width: 100%;
    height: 100%;
    padding: 10px;
}

.dialogUrlBox .dialogUrl .nav {
    margin-top: 15px;
    font-size: 15px;
}

.dialogUrlBox .dialogUrl .nav .item {
    color: #333;
    text-align: center;
    margin-top: 5px;
}

.dialogUrlBox .dialogUrl .nav .item .t {
    font-weight: 600;
}

.dialogUrlBox .dialogUrl .nav .item a {
    color: var(--theme-theme);
}

.dialogUrlBox .dialogUrl .statement {
    margin-top: 24px;
    padding-top: 15px;
    text-align: left;
    font-size: 14px;
    border-top: 1px dashed #e6e6e6;
}

.dialogUrlBox .dialogUrl .statement .content {
    margin-bottom: 8px;
    color: #666;
    line-height: 1.6;
}

.dialogUrlBox .dialogUrl .statement .content p {
    text-align: justify;
    margin-top: 5px;
}

.dialogUrlBox .el-icon {
    font-size: 20px;
}




@font-face {
    font-family: "iconfont";
    /* Project id 4485496 */
    src: url('//at.alicdn.com/t/c/font_4485496_re46ysj9vba.woff2?t=1725422453573') format('woff2'),
        url('//at.alicdn.com/t/c/font_4485496_re46ysj9vba.woff?t=1725422453573') format('woff'),
        url('//at.alicdn.com/t/c/font_4485496_re46ysj9vba.ttf?t=1725422453573') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shijian_o:before {
    content: "\ebb1";
}

.icon-laiyuan1:before {
    content: "\e619";
}

.icon-laiyuan:before {
    content: "\e651";
}

.icon-yun_o:before {
    content: "\ebb3";
}

.icon-fenxiang1:before {
    content: "\e626";
}

.icon-fangwen:before {
    content: "\e6d5";
}

.icon-xiala:before {
    content: "\e65b";
}

.icon-caidan:before {
    content: "\e65d";
}

.icon-UC:before {
    content: "\e7cb";
}

.icon-xunlei:before {
    content: "\ea50";
}

.icon-baiduwangpan:before {
    content: "\e698";
}

.icon-aliyunpan:before {
    content: "\e615";
}

.icon-fenlei:before {
    content: "\e65f";
}

.icon-tiaozhuan:before {
    content: "\e658";
}

.icon--lianjie:before {
    content: "\e606";
}

.icon-fenxiang:before {
    content: "\e65c";
}

.icon-fuzhi:before {
    content: "\e60f";
}

.icon-date:before {
    content: "\e611";
}

.icon-kuake:before {
    content: "\e67d";
}

.icon-sousuo:before {
    content: "\e623";
}

/* ========== 美化增强 ========== */

/* 全局平滑过渡 */
* {
    transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, border-color 0.3s;
}

/* 页面淡入动画 */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

#app {
    animation: fadeInUp 0.5s ease-out;
}

/* 导航栏毛玻璃 */
.headerBox .bg {
    background-color: rgba(255, 255, 255, 0.75) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* 搜索框发光效果 */
.searchBox .search {
    border: 2px solid transparent;
    background-image: linear-gradient(var(--theme-other_background), var(--theme-other_background)),
                      linear-gradient(135deg, var(--theme-theme), #a855f7, #ec4899);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.searchBox .search:focus-within {
    box-shadow: 0 4px 30px rgba(19, 58, 179, 0.2);
    transform: scale(1.01);
}

/* 导航栏搜索框发光 */
.headerBox .box .search {
    border: 2px solid transparent;
    background-image: linear-gradient(var(--theme-background), var(--theme-background)),
                      linear-gradient(135deg, var(--theme-theme), #a855f7);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    transition: all 0.4s ease;
}

.headerBox .box .search:focus-within {
    box-shadow: 0 2px 16px rgba(19, 58, 179, 0.18);
}

/* 卡片毛玻璃 + 增强阴影 */
.home .block {
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.home .block:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

/* 列表项入场动画 */
.home .content .list .item {
    animation: fadeInUp 0.4s ease-out backwards;
}

.home .content .list .item:nth-child(1) { animation-delay: 0.02s; }
.home .content .list .item:nth-child(2) { animation-delay: 0.04s; }
.home .content .list .item:nth-child(3) { animation-delay: 0.06s; }
.home .content .list .item:nth-child(4) { animation-delay: 0.08s; }
.home .content .list .item:nth-child(5) { animation-delay: 0.10s; }
.home .content .list .item:nth-child(6) { animation-delay: 0.12s; }
.home .content .list .item:nth-child(7) { animation-delay: 0.14s; }
.home .content .list .item:nth-child(8) { animation-delay: 0.16s; }

/* 资源卡片图片区域美化 */
.home .content .list .item .img {
    border-radius: 12px !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

/* 卡片 hover 增强 */
.home .content .list .item:hover {
    transform: translateY(-6px) scale(1.02);
}

/* 排行榜序号徽章 */
.home.homeNO .content .list .item p span,
.listBox .right .list .item p span,
.samelist .item p span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    background: #f0f0f0;
    color: #999;
}

.home.homeNO .content .list .item:nth-child(1) p span,
.listBox .right .list .item:nth-child(1) p span,
.samelist .item:nth-child(1) p span {
    background: linear-gradient(135deg, #FF2D46, #FF6B81);
    color: #fff;
}

.home.homeNO .content .list .item:nth-child(2) p span,
.listBox .right .list .item:nth-child(2) p span,
.samelist .item:nth-child(2) p span {
    background: linear-gradient(135deg, #FF6600, #FF9F43);
    color: #fff;
}

.home.homeNO .content .list .item:nth-child(3) p span,
.listBox .right .list .item:nth-child(3) p span,
.samelist .item:nth-child(3) p span {
    background: linear-gradient(135deg, #FAA90E, #FFD93D);
    color: #fff;
}

/* 搜索结果列表项美化 */
.listBox .left .list .item {
    padding: 18px 0 18px 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    position: relative;
}

.listBox .left .list .item:hover {
    background: rgba(19, 58, 179, 0.03);
    transform: translateX(4px);
}

.listBox .left .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--theme-theme), #a855f7);
    transition: height 0.3s ease;
}

.listBox .left .list .item:hover::before {
    height: 60%;
}

/* 详情页按钮渐变 */
.details .btns .btn.btnCol,
.details .btns .btn:hover {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7) !important;
    box-shadow: 0 4px 15px rgba(19, 58, 179, 0.3);
    border: none;
}

.details .btns .btn:after {
    display: none;
}

/* 详情页卡片美化 */
.listBox .details {
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
}

/* 侧边栏卡片 */
.listBox .right .box {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.listBox .Ebox {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
}

/* 分页美化 */
.el-pagination.is-background .el-pager li.is-active {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7) !important;
}

/* Logo 标题渐变 */
.homeBox .logoBox .title {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 搜索按钮美化 */
.searchBox .search .btn .iconfont {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 回到顶部按钮 */
.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(19, 58, 179, 0.3);
    z-index: 99;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    font-size: 20px;
    border: none;
}

.back-to-top.show {
    opacity: 1;
    transform: translateY(0);
}

.back-to-top:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(19, 58, 179, 0.4);
}

/* ========== 深色模式 ========== */
[data-theme="dark"] {
    --theme-color: #e0e0e0;
    --theme-background: #0f0f14;
    --theme-other_background: rgba(30, 30, 42, 0.9);
}

[data-theme="dark"] body {
    background-color: #0f0f14;
}

[data-theme="dark"] .headerBox .bg {
    background-color: rgba(15, 15, 20, 0.8) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .home .block {
    background: rgba(30, 30, 42, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .home .content .list .item .img {
    background: #1a1a2e;
}

[data-theme="dark"] .listBox .details {
    background: rgba(30, 30, 42, 0.9);
}

[data-theme="dark"] .listBox .right .box,
[data-theme="dark"] .listBox .Ebox {
    background: rgba(30, 30, 42, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .listBox .left .list .item:hover {
    background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .listBox .left .list .item {
    border-bottom-color: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .searchBox .search,
[data-theme="dark"] .headerBox .box .search {
    background-image: linear-gradient(rgba(30, 30, 42, 0.95), rgba(30, 30, 42, 0.95)),
                      linear-gradient(135deg, var(--theme-theme), #a855f7, #ec4899) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .searchBox .search input,
[data-theme="dark"] .headerBox .box .search input {
    color: #e0e0e0;
}

[data-theme="dark"] input::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .home.homeNO .content .list .item p span,
[data-theme="dark"] .listBox .right .list .item p span,
[data-theme="dark"] .samelist .item p span {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .details .btns .btn {
    background-color: rgba(255, 255, 255, 0.06) !important;
}

[data-theme="dark"] .headBg {
    opacity: 0.1;
}

[data-theme="dark"] .footerBox {
    color: rgba(255, 255, 255, 0.5);
}

/* 深色模式切换按钮 */
.theme-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.04);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-left: 15px;
    transition: all 0.3s ease;
    color: var(--theme-color);
}

.theme-toggle:hover {
    background: rgba(0, 0, 0, 0.08);
    transform: rotate(20deg);
}

[data-theme="dark"] .theme-toggle {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .theme-toggle:hover {
    background: rgba(255, 255, 255, 0.15);
}

/* ========== 搜索历史下拉 ========== */
.search-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin-top: 8px;
    background: var(--theme-other_background);
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    padding: 12px 0;
    z-index: 100;
    animation: fadeInUp 0.2s ease-out;
}

.home-dropdown {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
}

.search-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 16px 8px;
    font-size: 13px;
    color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.search-dropdown-header .clear-btn {
    cursor: pointer;
    color: var(--theme-theme);
    font-size: 12px;
}

.search-dropdown-header .clear-btn:hover {
    opacity: 0.7;
}

.search-dropdown-list {
    padding: 4px 0;
    max-height: 240px;
    overflow-y: auto;
}

.search-dropdown-list a {
    display: block;
    padding: 8px 16px;
    font-size: 14px;
    color: var(--theme-color);
    cursor: pointer;
    transition: background 0.2s;
}

.search-dropdown-list a:hover {
    background: rgba(19, 58, 179, 0.05);
    color: var(--theme-theme);
}

/* ========== 热门搜索标签 ========== */
.hot-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 0 0;
    justify-content: center;
}

.hot-tags .tag {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 13px;
    color: var(--theme-color);
    background: rgba(19, 58, 179, 0.06);
    cursor: pointer;
    transition: all 0.25s;
    max-width: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.hot-tags .tag:hover {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(19, 58, 179, 0.2);
}

/* ========== 全网搜结果卡片化 ========== */
.listBox .Ebox .list .item {
    position: relative;
    padding: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-bottom: 4px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
}

.listBox .Ebox .list .item:hover {
    background: rgba(19, 58, 179, 0.04);
    transform: translateX(4px);
}

.listBox .Ebox .list .item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 0;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--theme-theme), #a855f7);
    transition: height 0.3s ease;
}

.listBox .Ebox .list .item:hover::before {
    height: 60%;
}

.listBox .Ebox .list .item .title {
    font-size: 16px;
    font-weight: bold;
    color: var(--theme-theme);
    display: block;
    margin-bottom: 6px;
}

.listBox .Ebox .list .item .type {
    color: #999;
    font-size: 13px;
    padding-left: 0;
    margin-top: 4px;
}

.listBox .Ebox .list .item .type::after {
    display: none;
}

/* ========== 统计栏 ========== */
.stat-bar {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-bottom: 16px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.stat-num {
    font-size: 22px;
    font-weight: 700;
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 12px;
    color: #999;
}

[data-theme="dark"] .stat-bar {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* ========== 搜索源切换标签美化 ========== */
.switch-items a {
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 14px;
    transition: all 0.3s;
}

.switch-items a.active {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(19, 58, 179, 0.25);
}

.switch-items a.active:after {
    display: none;
}

/* ========== 深色模式补充 ========== */
[data-theme="dark"] .search-dropdown {
    background: rgba(30, 30, 42, 0.98);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .search-dropdown-list a:hover {
    background: rgba(255, 255, 255, 0.05);
}

[data-theme="dark"] .hot-tags .tag {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .listBox .Ebox .list .item {
    background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .listBox .Ebox .list .item:hover {
    background: rgba(255, 255, 255, 0.06);
}

/* ========== 深色模式文字可读性修复 ========== */

/* 全局文字色 */
[data-theme="dark"] .listBox .left .list .item .title,
[data-theme="dark"] .listBox .left .list .item .type,
[data-theme="dark"] .listBox .left .list .item .type span {
    color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .listBox .left .list .item .type {
    color: rgba(255, 255, 255, 0.5);
}

/* 搜索结果 h3 标题 */
[data-theme="dark"] .listBox h3,
[data-theme="dark"] .detailBox h3 {
    color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .listBox h3 span,
[data-theme="dark"] .detailBox h3 span {
    color: var(--theme-theme);
}

/* 全网搜结果文字 */
[data-theme="dark"] .listBox .Ebox .list .item .title {
    color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .listBox .Ebox .list .item .type,
[data-theme="dark"] .listBox .Ebox .list .item .type span {
    color: rgba(255, 255, 255, 0.45);
}

/* 全网搜结果计数 */
[data-theme="dark"] .Qbtn .btn p,
[data-theme="dark"] .Qbtn .btn p span {
    color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .Qbtn .btn p span {
    color: var(--theme-theme);
}

/* 弹窗/对话框 */
[data-theme="dark"] .dialogUrlBox .dialogUrl .title {
    color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .dialogUrlBox .dialogUrl .tips {
    color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .dialogUrlBox .dialogUrl .nav .item {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .dialogUrlBox .dialogUrl .qrcode {
    border-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .dialogUrlBox .dialogUrl .statement {
    border-top-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .dialogUrlBox .dialogUrl .statement .content {
    color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .el-dialog {
    background: #1a1a2e !important;
}

[data-theme="dark"] .el-dialog__header {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* 弹窗内输入框 */
[data-theme="dark"] .layerBox .el-textarea textarea,
[data-theme="dark"] .layerBox .el-textarea__inner {
    background-color: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.85);
    border-color: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .layerBox .el-textarea textarea::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

/* 弹窗提交按钮文字 */
[data-theme="dark"] .layerBox .vname {
    color: rgba(255, 255, 255, 0.85);
}

/* 详情页分类标签 */
[data-theme="dark"] .details .cat .l {
    opacity: .4;
}

[data-theme="dark"] .details .cat .r {
    color: rgba(255, 255, 255, 0.8);
}

/* 详情页相关资源盒子 */
[data-theme="dark"] .listBox .details.samelistBox {
    background: rgba(30, 30, 42, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .samelist .item p {
    color: rgba(255, 255, 255, 0.6);
}

/* Element Plus 组件深色适配 */
[data-theme="dark"] .el-input__wrapper {
    background-color: rgba(255, 255, 255, 0.06) !important;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.08) inset !important;
}

[data-theme="dark"] .el-input__inner {
    color: rgba(255, 255, 255, 0.85) !important;
}

[data-theme="dark"] .el-input__inner::placeholder {
    color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .el-alert {
    background-color: rgba(255, 100, 100, 0.1) !important;
    border: 1px solid rgba(255, 100, 100, 0.2);
}

/* 搜索框固定头部深色遮罩 */
[data-theme="dark"] .searchList,
[data-theme="dark"] .searchDetail {
    background-color: #0f0f14;
}

/* 虚线边框深色适配 */
[data-theme="dark"] .listBox .left .list .item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

/* 筛选弹出面板深色 */
[data-theme="dark"] .listBox .screen .fixed .box {
    background: rgba(30, 30, 42, 0.98);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 8px;
}

[data-theme="dark"] .listBox .screen .fixed h3 {
    color: rgba(255, 255, 255, 0.6);
}

/* Qtips 提示 */
[data-theme="dark"] .Qtips {
    color: rgba(255, 255, 255, 0.4);
}

/* 筛选栏 */
[data-theme="dark"] .listBox .screen .fixed .box a {
    color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .listBox .screen .fixed .box a.active {
    color: var(--theme-theme);
}

/* 搜索源切换 */
[data-theme="dark"] .switch-items a {
    color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .source-switch h3 {
    color: rgba(255, 255, 255, 0.6);
}

/* 详情页 */
[data-theme="dark"] .details .title {
    color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .details .cat,
[data-theme="dark"] .details .cat span {
    color: rgba(255, 255, 255, 0.5);
}

[data-theme="dark"] .details .btns .btn {
    color: rgba(255, 255, 255, 0.8) !important;
    border-color: rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] .details .btns .btn .iconfont {
    color: var(--theme-theme);
}

/* 右侧排行榜 */
[data-theme="dark"] .listBox .right .nav {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .listBox .right .list .item p {
    color: rgba(255, 255, 255, 0.6);
}

/* 首页排行榜 */
[data-theme="dark"] .home .nav {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .home .content .list .item p {
    color: rgba(255, 255, 255, 0.7);
}

[data-theme="dark"] .home .content .list .item .titleLoading {
    color: rgba(255, 255, 255, 0.5);
}

/* 搜索框下拉选择 */
[data-theme="dark"] .searchList .search .select,
[data-theme="dark"] .searchDetail .search .select {
    color: rgba(255, 255, 255, 0.6);
}

/* 分页器 */
[data-theme="dark"] .page .el-pagination .btn-prev,
[data-theme="dark"] .page .el-pagination .btn-next,
[data-theme="dark"] .page .el-pagination .el-pager li {
    background: rgba(255, 255, 255, 0.06) !important;
    color: rgba(255, 255, 255, 0.6) !important;
}

[data-theme="dark"] .page .el-pagination .el-pager li.is-active {
    background: var(--theme-theme) !important;
    color: #fff !important;
}

/* 回到顶部 */
[data-theme="dark"] .back-to-top {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
}

[data-theme="dark"] .back-to-top:hover {
    background: rgba(255, 255, 255, 0.18);
}

/* 子标题 */
[data-theme="dark"] .subTitle {
    color: rgba(255, 255, 255, 0.5);
}

/* 统计栏深色 */
[data-theme="dark"] .stat-num {
    color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .stat-label {
    color: rgba(255, 255, 255, 0.4);
}

/* 链接 */
[data-theme="dark"] .vtips a {
    color: var(--theme-theme);
}

/* el-empty 空状态 */
[data-theme="dark"] .el-empty__description p {
    color: rgba(255, 255, 255, 0.4);
}

/* ========== 深色模式遗漏补充 ========== */

/* 排行榜序号徽章 - 非前三名 */
[data-theme="dark"] .home.homeNO .content .list .item p span,
[data-theme="dark"] .listBox .right .list .item p span,
[data-theme="dark"] .samelist .item p span {
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.65);
}

/* 排行榜前三名保持彩色 */
[data-theme="dark"] .home.homeNO .content .list .item:nth-child(1) p span,
[data-theme="dark"] .listBox .right .list .item:nth-child(1) p span,
[data-theme="dark"] .samelist .item:nth-child(1) p span {
    background: linear-gradient(135deg, #FF2D46, #FF6B81);
    color: #fff;
}

[data-theme="dark"] .home.homeNO .content .list .item:nth-child(2) p span,
[data-theme="dark"] .listBox .right .list .item:nth-child(2) p span,
[data-theme="dark"] .samelist .item:nth-child(2) p span {
    background: linear-gradient(135deg, #FF6600, #FF9F43);
    color: #fff;
}

[data-theme="dark"] .home.homeNO .content .list .item:nth-child(3) p span,
[data-theme="dark"] .listBox .right .list .item:nth-child(3) p span,
[data-theme="dark"] .samelist .item:nth-child(3) p span {
    background: linear-gradient(135deg, #FAA90E, #FFD93D);
    color: #fff;
}

/* 筛选栏虚线边框 */
[data-theme="dark"] .listBox .screen .box a {
    border-bottom-color: rgba(255, 255, 255, 0.06);
}

/* 详情页卡片背景 */
[data-theme="dark"] .listBox .details {
    background: rgba(30, 30, 42, 0.95) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* 侧边栏卡片 */
[data-theme="dark"] .listBox .right .box {
    background: rgba(30, 30, 42, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* 全网搜 Ebox */
[data-theme="dark"] .listBox .Ebox {
    background: rgba(30, 30, 42, 0.9) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* 搜索结果列表 hover */
[data-theme="dark"] .listBox .left .list .item:hover {
    background: rgba(255, 255, 255, 0.03);
}

[data-theme="dark"] .listBox .left .list .item {
    border-bottom-color: rgba(255, 255, 255, 0.04);
}

/* 搜索结果 item 左侧高亮条 */
[data-theme="dark"] .listBox .left .list .item::before {
    background: linear-gradient(180deg, #a855f7, #ec4899);
}

[data-theme="dark"] .listBox .Ebox .list .item::before {
    background: linear-gradient(180deg, #a855f7, #ec4899);
}

/* 搜索结果按钮 */
[data-theme="dark"] .listBox .left .list .item .btns .btn {
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7) !important;
}

[data-theme="dark"] .listBox .left .list .item .btns .btn:hover {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7) !important;
    color: #fff !important;
}

[data-theme="dark"] .listBox .left .list .item .btns .btn .iconfont {
    color: var(--theme-theme);
}

[data-theme="dark"] .listBox .left .list .item .btns .btn:hover .iconfont {
    color: #fff;
}

/* 搜索结果 type 图标 */
[data-theme="dark"] .listBox .left .list .item .type::after {
    color: rgba(255, 255, 255, 0.3);
}

/* 提取码红色高亮 */
[data-theme="dark"] .listBox .left .list .item .type span span {
    color: #FF6B81;
}

/* 获取资源按钮 */
[data-theme="dark"] .btns2 {
    background: linear-gradient(135deg, var(--theme-theme), #a855f7);
}

/* 首页最新更新卡片图片区 */
[data-theme="dark"] .home .content .list .item .img span {
    color: rgba(255, 255, 255, 0.3);
}

/* 抽屉菜单 */
[data-theme="dark"] .drawer {
    background: rgba(30, 30, 42, 0.98) !important;
}

[data-theme="dark"] .drawer .item,
[data-theme="dark"] .drawer a {
    color: rgba(255, 255, 255, 0.7) !important;
}

/* 搜索框内 select 文字 */
[data-theme="dark"] .searchList .search .select {
    color: rgba(255, 255, 255, 0.5);
}

/* 全网搜 loading 动画 */
[data-theme="dark"] .loader {
    border-color: rgba(255, 255, 255, 0.1) transparent transparent transparent;
}

/* box-shadow 修正 - 亮色阴影在深色下太突兀 */
[data-theme="dark"] .listBox .box,
[data-theme="dark"] .listBox .Ebox,
[data-theme="dark"] .listBox .right .box {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

[data-theme="dark"] .home .block {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3) !important;
}

/* 本地搜结果容器深色 */
[data-theme="dark"] .listBox .left .box {
    background: rgba(30, 30, 42, 0.95) !important;
    border: 1px solid rgba(255, 255, 255, 0.06);
}