@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    max-width: 100%;
    scrollbar-width: thin;
    scrollbar-color: rgb(171 171 171 / 30%) transparent;
}

/* 为 body 添加背景色过渡效果 */
body {
    transition: background 0.5s ease-in-out, background-color 0.5s ease-in-out;
    /* 引入现代化字体 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* 手机端适配 - 防止横向滚动，右侧留出滑动空间 */
@media screen and (max-width: 767px) {
    body {
        min-width: 320px;
        padding-right: 0;
    }

    #app {
        overflow-x: hidden;
        width: 100%;
        padding-right: 0;
    }

    #bodyData {
        padding-right: 0;
    }
}

/* 为 bodyData 添加背景色过渡效果 */
#bodyData {
    transition: background 0.5s ease-in-out;
}

.hot-1 {
    color: #fff;
    background: #fc0505;
    width: 16px;
    border-radius: 4px;
    background: rgba(238, 11, 11, 0.9);
    font-size: 10px;
    display: inline-block;
    text-align: center !important;
}

.hot-2 {
    color: #fff;
    background: #c36731;
    width: 16px;
    border-radius: 4px;
    background: rgb(195, 103, 49);
    font-size: 10px;
    display: inline-block;
    text-align: center !important;
}

.hot-3 {
    color: #fff;
    background: #b79d2c;
    width: 16px;
    border-radius: 4px;
    background: rgb(183, 157, 44);
    font-size: 10px;
    display: inline-block;
    text-align: center !important;
}

.hot-4 {
    color: #fff;
    background: #858ea0;
    width: 16px;
    border-radius: 4px;
    background: rgb(133, 142, 160);
    font-size: 10px;
    display: inline-block;
    text-align: center !important;
}

/* 手机端适配 - 序号区域触发页面滚动 */
@media screen and (max-width: 767px) {
    .hot-1, .hot-2, .hot-3, .hot-4 {
        pointer-events: none; /* 禁止点击事件，让触摸事件穿透到父容器 */
        user-select: none; /* 禁止选择文本 */
    }
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 5px; /* 保留细滑块 */
}

::-webkit-scrollbar-track {
    background: transparent !important; /* 轨道透明，不留上下部分背景 */
}

::-webkit-scrollbar-thumb {
    background-color: rgba(100, 100, 100, 0.3); /* 中间滑块灰色半透明 */
    border-radius: 10px !important;
    border: none;
}

::-webkit-scrollbar-button {
    display: none !important; /* 隐藏上下箭头按钮 */
}

/* 手机端滚动条样式 - 确保在移动设备上也能显示 */
@media screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 6px; /* 手机端稍微宽一点，更容易看到 */
    }

    ::-webkit-scrollbar-thumb {
        background-color: rgba(100, 100, 100, 0.5); /* 手机端颜色稍深一点 */
    }
}

/* Firefox 支持 */
::-webkit-scrollbar {

}

/*滚动条宽度为5px，颜色为灰色半透明*/

.fixed-table {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: -105px 0;
    width: 1135px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

/* 平板端适配 (768px - 1024px) */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .fixed-table {
        width: 95%;
        max-width: 980px;
        margin: -105px auto;
        padding: 0 10px;
    }
}

/* 手机端适配 (<768px) */
@media screen and (max-width: 767px) {
    .fixed-table {
        width: 100%;
        margin: 0;
        padding: 0 10px;
        position: absolute;
        top: 194px;
        left: 50%;
        transform: translateX(-50%);
        /* 纵向滚动 */
        overflow-x: visible;
        overflow-y: visible;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        box-sizing: border-box;
    }
}

/*iframe*/
.result-item-center-id {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

/* 平板端适配 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .result-item-center-id {
        justify-content: center;
        gap: 15px;
    }
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .result-item-center-id {
        flex-wrap: wrap;
        justify-content: center;
        gap: 0;
        padding: 0;
        width: 100%;
    }
}

/*logo图片样式*/
.result_img {
    /*text-align: center;*/
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #dedede;
}

.result_img-browse {
    text-align: justify;
    margin-left: 5px;
    margin-bottom: 18px;
}

.img-fluid {
    height: 26px;
    padding-top: 2%;
    padding-left: 1%;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.img-fluid-left {
    width: 20px;
    height: 20px;
}

.icp-class {
    color: #cdcdcd;
    vertical-align: -webkit-baseline-middle;
}

.img-fluid-left-browse {
    width: 27px;
    height: 27px;
}

.img-fluid-refresh {
    height: 18px;
    padding-top: 9px;
    float: right;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.img-fluid-refresh:hover {
    transform: scale(1.2);
    opacity: 0.7;
}

.img-fluid-refresh-center {
    padding-left: 150px;
}

.img-fluid-more {
    height: 20px;
    padding-top: 11px;
    padding-right: 2%;
    vertical-align: middle;
    float: right;
    transition: transform 0.3s ease, opacity 0.3s ease;
    cursor: pointer;
}

.img-fluid-more:hover {
    transform: translateX(3px);
    opacity: 0.7;
}


.result_img-long {
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0;
    padding-bottom: 4px;
    border-bottom: 1px solid #dedede;
}

.img-fluid-long {
    height: 34px;
    padding-top: 2%;
    padding-left: 1%;
    vertical-align: middle;
}

/*logo图片样式*/


/*数据绑定区域*/
.hot-data-content {
    overflow-x: hidden;
    overflow-y: auto;
    height: 268px;
    margin-left: 4px;
    /* 确保滚动条在移动设备上可见 */
    -webkit-overflow-scrolling: touch;
}

/* 手机端适配 - 确保滚动条显示 */
@media screen and (max-width: 767px) {
    .hot-data-content {
        /* 强制显示滚动条 */
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        /* 缩小滚动区域，让左右两侧更容易触发页面滚动 */
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

.hot-data-item {
    padding-left: 2%;
    width: 283px;
    height: 18px;
    margin: 8px 0;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}

/* 手机端适配 - 优化滑动体验 */
@media screen and (max-width: 767px) {
    .hot-data-item {
        position: relative;
        width: 254px;
    }
}

.hot-data-item-right {
    padding-left: 2%;
    width: 227px;
    margin: 10px 0;
    font-size: 13px;
    height: 18px;
    display: flex;
    justify-content: space-between;
}

.hot-data-content-long {
    overflow-x: hidden;
    overflow-y: auto;
    height: 256px;
    margin-left: 4px;
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
}

/* 手机端适配 - 确保滚动条显示 */
@media screen and (max-width: 767px) {
    .hot-data-content-long {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

.hot-data-content-right {
    overflow-x: hidden;
    overflow-y: auto;
    height: 430px;
    margin-left: 4px;
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
}

/* 手机端适配 - 确保滚动条显示 */
@media screen and (max-width: 767px) {
    .hot-data-content-right {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

.hot-data-content-right-empty {
    overflow-x: hidden;
    overflow-y: auto;
    height: 308px;
    border-radius: 10px;
    margin-left: 29%;
    -webkit-overflow-scrolling: touch;
}

/* 手机端适配 - 确保滚动条显示 */
@media screen and (max-width: 767px) {
    .hot-data-content-right-empty {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
}

.hot-data-item-long {
    padding-left: 5px;
    width: 600px;
    margin: 10px 0;
    font-size: 15px;
    display: flex;
    flex-direction: row; /* 明确设置：电脑端图片在左，文字在右 */
    justify-content: flex-start; /* 改为flex-start，让内容靠左对齐 */
    align-items: flex-start; /* 顶部对齐 */
    border-bottom: 0.01em solid #c7c7c7;
}

/* 手机端适配 - 图片和文字垂直排列 */
@media screen and (max-width: 767px) {
    .hot-data-item-long {
        flex-direction: column; /* 手机端：图片在上，文字在下 */
        width: 100%;
        padding-left: 0;
    }
}

.hot-a-item-detail-long {
    font-size: 13px;
    color: #545256;
    font-family: math;

    display: -webkit-box;
    -webkit-line-clamp: 3; /* 控制最多显示几行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 10px;
}

.hot-a-item-word-long {
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 控制最多显示几行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.hot-count-item {
    display: inline-block;
    /*overflow: hidden;*/
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 10px;
    font-family: system-ui;
    color: #7a7a7a;
    margin-top: 4px;
}

/* 手机端适配 - 热度值区域触发页面滚动 */
@media screen and (max-width: 767px) {
    .hot-count-item {
        pointer-events: none; /* 禁止点击事件，让触摸事件穿透到父容器 */
        user-select: none; /* 禁止选择文本 */
    }
}

.hot-count-item-browse {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    font-family: system-ui;
    color: #7a7a7a;
    margin-top: 4px;
}

.hot-a-item {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 240px;
    text-decoration: none;
    color: black;
}

.hot-a-item-right {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 240px;
    text-decoration: none;
    color: black;
}

.img-look {
    width: 22px;
    margin-top: -10px;
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
}
.img-look-i {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-top: -10px;
}

.hot-a-item-long {
    display: inline-block;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    width: 500px;
    margin-left: 12px;
    text-decoration: none;
    color: black;
}

/* 手机端适配 - 文字链接占满宽度 */
@media screen and (max-width: 767px) {
    .hot-a-item-long {
        width: 100%;
        margin-left: 0;
        margin-top: 8px;
    }
}

.hot-view-img {
    display: inline-block;
    width: 250px;
    height: 110px;
    background-color: #b3b3b3;
    border-radius: 4px;
    margin-bottom: 6px;
    border: 1px solid #cfcfcf;
    /* 图片优化 - 提升渲染性能 */
    object-fit: cover;
    will-change: transform;
    backface-visibility: hidden;
}

/* 手机端适配 - 图片居中显示 */
@media screen and (max-width: 767px) {
    .hot-view-img {
        width: 100%;
        max-width: 280px;
        height: auto;
        aspect-ratio: 250 / 110; /* 保持原始宽高比 */
        display: block;
        margin: 0 auto 8px auto;
    }
}

.hot-view-img-error {
    display: inline-block;
    width: 250px;
    border-radius: 4px;

    text-align: center;
    background-color: #f1f1f1;
    vertical-align: -webkit-baseline-middle;
    height: 106px;
    margin: 0 26px;
    margin-top: 80px;
}

.hot-view-img-font-red {
    color: red;
    font-size: 36px;
    align-content: center;
    background-color: #ffffff;
    text-align: center;
}
.hot-view-img-font-m-s {
    color: red;
    font-size: 20px;
    align-content: center;
    background-color: #ffffff;
    text-align: center;
}

.hot-view-img-font-green {
    color: green;
    font-size: 36px;
    align-content: center;
    background-color: #ffffff;
    text-align: center;
}

/*鼠标悬浮时红色展示，下划线黑色 - 添加平滑过渡*/
a.hot-a-item {
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.hot-a-item:hover {
    color: #c01313 !important;
    text-decoration: underline !important;
    text-decoration-color: black !important;
}

a.hot-a-item-long {
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.hot-a-item-long:hover {
    color: #c01313 !important;
    text-decoration: underline !important;
    text-decoration-color: black !important;
}

a.hot-a-item-right {
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.hot-a-item-right:hover {
    color: #c01313 !important;
    text-decoration: underline !important;
    text-decoration-color: black !important;
}

a.header-nav-small-font {
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.header-nav-small-font:hover {
    color: #ff4d00 !important;
    text-decoration: underline !important;
    text-decoration-color: #717171 !important;
}

a.left-tool {
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.left-tool:hover {
    color: #ff4d00 !important;
    text-decoration: underline !important;
    text-decoration-color: #cbcbcb !important;
}

a.left-tool-top {
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

a.left-tool-top:hover {
    color: #ff4d00 !important;
    text-decoration: underline !important;
    text-decoration-color: #cbcbcb !important;
}

.nav-item-wrap-tool {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.nav-item-wrap-tool:hover {
    /*阴影效果*/
    -webkit-box-shadow: 2px 2px 15px #7a7a7a;
    box-shadow: 2px 2px 15px #7a7a7a;
    transform: translateY(-2px);
}

.nav-item-wrap-tool-moyu {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.nav-item-wrap-tool-moyu:hover {
    /*阴影效果*/
    -webkit-box-shadow: 2px 2px 15px #7a7a7a;
    box-shadow: 2px 2px 15px #7a7a7a;
    transform: translateY(-2px);
}

.nav-item-content-qiandao {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.nav-item-content-qiandao:hover {
    /*阴影效果*/
    -webkit-box-shadow: 2px 2px 15px #7a7a7a;
    box-shadow: 2px 2px 15px #7a7a7a;
    transform: translateY(-2px);
}

.result-item-right {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.result-item-right:hover {
    /*阴影效果*/
    -webkit-box-shadow: 2px 2px 15px #7a7a7a;
    box-shadow: 2px 2px 15px #7a7a7a;
    transform: translateY(-2px);
}

.result-item {
    text-align: left;
    background-color: #f1f1f1;
    display: inline-block;
    width: 306px;
    height: 310px;
    /*阴影效果*/
    -webkit-box-shadow: 1px 2px 4px #747474;
    border-radius: 14px;
    /*同一行的两个div的间距*/
    margin: 0 5px;
    margin-bottom: 20px;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* 平板端适配 - 每行2-3个方块 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .result-item {
        width: calc(50% - 30px);
        min-width: 280px;
        max-width: 340px;
        margin: 0 15px 20px 15px;
    }
}

/* 更大的平板 */
@media screen and (max-width: 1024px) and (min-width: 900px) {
    .result-item {
        width: calc(33.333% - 20px);
        min-width: 280px;
        max-width: 306px;
        margin: 0 10px 20px 10px;
    }
}

/* 手机端适配 - 方块垂直排列 */
@media screen and (max-width: 767px) {
    .result-item {
        width: 306px;
        max-width: 306px;
        min-width: 280px;
        margin: 0 0 15px 0;
        flex-shrink: 0;
        box-sizing: border-box;
    }
}

.result-item-right {
    text-align: left;
    background-color: #f1f1f1;
    display: inline-block;
    width: 242px;
    height: 477px;
    /*阴影效果*/
    -webkit-box-shadow: 1px 2px 4px #747474;
    border-radius: 7px;
    /*同一行的两个div的间距*/
    margin: 0 10px;
    margin-bottom: 13px;
    padding-bottom: 5px;
}

.result-item {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.result-item:hover {
    /*阴影效果*/
    -webkit-box-shadow: 2px 2px 15px #7a7a7a;
    box-shadow: 2px 2px 15px #7a7a7a;
    transform: translateY(-3px);
}

/*长图文版本方块*/
.result-item-long {
    text-align: left;
    background-color: #f1f1f1;
    display: inline-block;
    width: 634px;
    height: 310px;
    -webkit-box-shadow: 0 1px 5px #7a7a7a;
    border-radius: 10px;

    /*同一行的两个div的间距*/
    margin: 0 5px;
    margin-bottom: 20px;
    flex-shrink: 0;
    box-sizing: border-box;
}

/* 平板端适配 - 长方块占据整行 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .result-item-long {
        width: calc(100% - 40px);
        min-width: 580px;
        max-width: 100%;
        margin: 0 20px 20px 20px;
    }
}

/* 手机端适配 - 长方块与普通方块一样宽 */
@media screen and (max-width: 767px) {
    .result-item-long {
        width: 306px;
        max-width: 306px;
        min-width: 280px;
        margin: 0 0 15px 0;
        flex-shrink: 0;
        box-sizing: border-box;
    }

    /* 隐藏日历模块 */
    .result-item-long.calendar {
        display: none;
    }
}

.result-item-long {
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}

.result-item-long:hover {
    /*阴影效果*/
    -webkit-box-shadow: 2px 2px 15px #7a7a7a;
    box-shadow: 2px 2px 15px #7a7a7a;
    transform: translateY(-3px);
}

/*长图文版本方块*/

/*去掉下划线*/
a {
    text-decoration: none;
}

/*顶部导航栏右侧小字*/
.header-right-nav {
    float: right;
    margin-right: 22%;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

/* 平板端适配 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header-right-nav {
        margin-right: 5%;
        font-size: 14px;
    }
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .header-right-nav {
        float: none;
        margin-right: 0;
        font-size: 11px;
        flex-wrap: nowrap; /* 不换行，让导航和头像在同一行 */
        gap: 6px;
        /* 导航栏占据整行，内容居中 */
        width: 100%;
        justify-content: center;
        align-items: center;
        order: 0; /* 导航在前 */
    }
}

.header-nav-small-font {
    color: #4a5568;
    padding: 6px 6px;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.header-nav-small-font:hover {
    color: #667eea;
    background: rgba(102, 126, 234, 0.1);
    transform: translateY(-1px);
}

/* 黑主题下的导航链接样式（通过 JS 动态设置） */
.header-nav-small-font.dark-theme {
    color: rgba(255, 255, 255, 0.85);
}

.header-nav-small-font.dark-theme:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
}

/* 手机端适配 - 优化导航链接 */
@media screen and (max-width: 767px) {
    .header-nav {
        display: inline-flex !important;
        flex-wrap: nowrap;
        gap: 2px;
    }

    .header-nav-small-font {
        padding: 3px 4px;
        font-size: 10px;
        white-space: nowrap;
    }
}

/*顶部导航栏摸鱼坊 大字*/
.header-top-left-big-size {
    align-content: center;
    height: 50px;
    padding-left: 18%;

    position: fixed;
    width: -webkit-fill-available;
    z-index: 2000;

    opacity: 1;
    /* 优化过渡效果 - 添加背景色平滑过渡 */
    transition: opacity 0.4s ease-in-out, background-color 0.4s ease-in-out, border-bottom 0.4s ease-in-out;
    /* 白天主题：浅色半透明背景 */
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    /* 白天主题边框 */
    border-bottom: 1px solid #dbdbdb;
}

/* 平板端适配 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header-top-left-big-size {
        padding-left: 5%;
    }
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .header-top-left-big-size {
        padding-left: 2%;
        padding-right: 2%;
        height: auto;
        min-height: 50px;
        display: flex;
        align-items: center; /* 垂直居中 */
        justify-content: center; /* 水平居中 */
        flex-wrap: wrap;
        padding-top: 8px;
        padding-bottom: 8px;
        flex-direction: column; /* 垂直排列，确保导航在上，诗句在下 */
    }
}

.header-top-left-big-size-logo {
    width: 40px;
    height: 40px;
    margin-right: 12px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

.header-top-left-big-size-logo:hover {
    transform: rotate(360deg) scale(1.1);
}

.header-top-left-big-size-content {
    font-size: 17px;
    color: #4a5568;
    display: inline-block;
    margin-top: 8px;
    vertical-align: middle;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* 平板端适配 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .header-top-left-big-size-content {
        font-size: 16px;
        letter-spacing: 0.3px;
    }
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .header-top-left-big-size-content {
        font-size: 11px; /* 缩小字体 */
        margin-top: 8px; /* 在导航选项下方留出间距 */
        letter-spacing: 0.1px;
        /* 移除宽度限制，让诗句完整显示 */
        width: 100%;
        max-width: none;
        /* 移除省略号，完整显示诗句 */
        overflow: visible;
        text-overflow: clip;
        white-space: normal;
        /* 单独占一行 */
        display: block;
        flex-basis: 100%;
        order: 1; /* 诗句在导航选项后面 */
        margin-bottom: 0;
        /* 居中对齐 */
        text-align: center;
    }
}

/* 诗词文字动画效果 - 优雅渐变 */
.poetry-text {
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    /* 优雅的紫蓝渐变 */
    background: linear-gradient(90deg,
        #667eea 0%,
        #764ba2 50%,
        #667eea 100%
    );
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: shimmer 6s linear infinite;
    font-weight: 600;
    letter-spacing: 1px;
}

@keyframes shimmer {
    0% {
        background-position: 0% center;
    }
    100% {
        background-position: 200% center;
    }
}

.iframe-hot-content {
    width: 1000px;
    /*height: 3300px;*/
    border: 0;
    /* 初始隐藏,避免加载时闪烁 */
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

.iframe-hot-content.loaded {
    /* 加载完成后显示 */
    opacity: 1;
}

#window-header {
    height: 320px;
    position: relative;
    /*background: hsl(0deg 0% 33.07%);*/
    /*background: linear-gradient(-45deg, rgb(28 27 27), rgb(44 32 82), rgb(31 34 88), rgb(97 39 100)) 0% 0% / 400% 400%;*/
    /*background-image: url("/img/bg10.png");*/
    /*animation: 10s ease 0s infinite normal none running gradient;*/
}

/* 平板端适配 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    #window-header {
        height: 280px;
    }
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    #window-header {
        height: 200px;
    }
}

.nav-item-wrap {

}

.nav-item-wrap-tool {
    -webkit-box-shadow: 1px 2px 4px #747474;
    border-radius: 6px;
    padding: 5px;
    background-color: #f1f1f1;
}
.nav-item-wrap-tool-moyu {
    -webkit-box-shadow: 1px 2px 4px #747474;
    border-radius: 6px;
    background-color: #f1f1f1;
    width: 240px;
    padding: 5px 0px;
    margin-top: 18px;
}

.nav-item-wrap-banner {
    padding-top: 12px;
}

.nav-item-wrap-banner-right {
    padding-bottom: 1px;
    margin: 0px 10px;
}

.img-fluid-banner {
    width: 300px;
    height: 135px;
    border-radius: 7px;

    border: 1px solid #000000;
    box-shadow: rgb(18 18 18) 1px 2px 4px;
}

.nav-item-content {
    font-size: 17px;
    width: 249px;
    height: 200px;
    align-content: center;
    border-radius: 10px;
    margin: 10px 10px;
}

.nav-item-content-qiandao {
    -webkit-box-shadow: 1px 2px 4px #747474;
    font-size: 17px;
    width: 240px;
    align-content: center;
    border-radius: 7px;
    margin: 10px 10px;
    margin-bottom: 13px;
    padding: 13px 0;
    background-color: #f4e5d2;
}

.nav-item-content-right-user-info {
    /*-webkit-box-shadow: 1px 2px 4px #747474;*/
    /*background-color: #faebd7b5;*/
    font-size: 20px;
    align-content: center;
    text-align: center;
}
.header-img-right-span-online {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: #1afa29;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.header-img-right-span-offline {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 10px;
    height: 10px;
    background-color: #eb9051;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.nav-item-content-user-info {
    -webkit-box-shadow: 1px 2px 4px #747474;
    font-size: 17px;
    width: 240px;
    height: 206px;
    align-content: center;
    border-radius: 10px;
    margin: 10px 10px;
}

.nav-item-content-footer {
    -webkit-box-shadow: 1px 2px 4px #747474;
    font-size: 17px;
    width: 240px;
    height: 180px;
    align-content: center;
    border-radius: 10px;
    margin: 3px 10px;
    background-color: #4b4949;
}

/*左右侧边栏*/
#window-left {
    height: 225px;
    width: 210px;
    position: absolute;
    border-radius: 5px;
    left: 384px;
}

#window-right {
    height: 622px;
    width: 260px;
    position: absolute;
    border-radius: 5px;
    right: 341px;
}

/* 平板端适配 - 调整侧边栏位置 */
@media screen and (max-width: 1024px) and (min-width: 768px) {
    #window-left {
        left: 20px;
        width: 180px;
    }

    #window-right {
        right: 20px;
        width: 220px;
    }
}

/* 手机端适配 - 隐藏侧边栏 */
@media screen and (max-width: 767px) {
    #window-left,
    #window-right {
        display: none;
    }
}

/*左右侧边栏*/
#stockData {
    text-align: center;
}

.search-tab {
    display: inline-block;
    color: #cccccc;
    margin: 5px 5px;
}

.search-box {
    margin-top: -10.5%;
    margin-left: 39%;
    position: absolute;
}

.search-input-text {
    height: 45px;
    /*border-radius: 10px;*/
    width: 550px;
    display: inline-block;
}

.nav-item-text {
    margin: 6px 6px;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
    font-family: cursive;
}

.nav-item-text-nicName {
    margin: 5px 20px;
    margin-bottom: 18px;
    font-size: 25px;
    font-weight: 100;
    color: #000000;
}

.nav-item-text-desc {
    margin: 0 8px;
    margin-top: -16px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #6f6f6f;
    cursor: pointer;
}

.nav-item-text-desc-online-c {
    margin: 5px 8px;
    margin-bottom: 8px;
    font-size: 12px;
    color: #6f6f6f;
    cursor: pointer;
}

.nav-item-text-desc-settings {
    margin: 0px 17px;
    margin-top: -7px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #6f6f6f;
    cursor: pointer;
}
.nav-item-text-desc-settings-a {
    margin: 0px 17px;
    margin-top: -7px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6f6f6f;
    cursor: pointer;
    border-top: 1px solid #c5c5c5;
    padding-top: 13px;
}

.nav-item-nav {
    margin: 15px 10px;
    width: 186px;
    border-bottom: 0.01rem solid #e4e4e4;
}

.nav-item-nav-browse {
    margin: 10px 1px;
    width: 190px;
    border-bottom: 0.01rem solid #e4e4e4;
}

.nav-item-a {
    display: inline-block;
    position: relative;
    width: 156px;
}

.nav-item-a-browse {
    display: inline-block;
    position: relative;
    width: 145px;
}

.icon-name {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 4px;
}

.icon-name-tonghuashun {
    padding-top: 11px;
}

.left-tool {
    text-decoration: none;
    color: black;
    position: absolute;
    transform: translateY(-104%);
    margin-left: -64px;
    font-size: 16px;
    vertical-align: middle;
}

.left-tool-top {
    text-decoration: none;
    color: black;
    position: absolute;
    transform: translateY(-104%);
    margin-left: -60px;
    font-size: 14px;
    vertical-align: middle;
}

#window-header-color-white {
    border: 1px solid #000000;
    height: 30px;
    width: 30px;
    background-color: #ffffff;
    margin-right: 10%;
    margin-right: 4%;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 4px;
}

#window-header-color-white:hover {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#window-header-color-black {
    border: 1px solid #ffffff;
    height: 30px;
    width: 30px;
    background-color: #000000;
    margin-right: 10%;
    margin-right: 4%;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 4px;
}

#window-header-color-black:hover {
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.window-header-color {
    width: 140px;
    height: 60px;
    position: absolute;
    left: 80%;
    top: 200px;
}

.window-header-color-white {
    cursor: pointer;
    transition: color 0.3s ease, transform 0.2s ease;
}

.window-header-color-white:hover {
    transform: scale(1.05);
}

.window-header-color-black {
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease, transform 0.2s ease;
}

.window-header-color-black:hover {
    transform: scale(1.05);
}

.header-img {
    position: absolute;
    width: 13px;
    display: inline;
    top: 31px;
    left: 31px;
}

.header-img-right {
    width: 10px;
    display: inline;
    top: 31px;
    left: 31px;
}

.header-img-right-settings {
    width: 13px;
    display: inline;
    vertical-align: middle;
}
.header-img-right-settings-span {
    vertical-align: middle;
    transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.header-img-right-settings-span:hover {
    text-decoration-color: #cbcbcb !important;
    color: #ff4d00;
}
.header-nav-small-avatar {
    display: inline-block;
    font-size: 27px;
    text-align: center;
    width: 2.6rem;
    height: 2.6rem;
    position: relative;
    margin-left: 8px;
    vertical-align: middle;
    border-radius: 50%;
    transition: transform 0.3s ease;
}

.header-nav-small-avatar:hover {
    transform: scale(1.05);
}

/* 手机端适配 */
@media screen and (max-width: 767px) {
    .header-nav-small-avatar {
        width: 2.2rem;
        height: 2.2rem;
        margin-left: 5px;
    }
}

.header-nav-small-avatar-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: revert;
    cursor: pointer;
    border-radius: 50%;
    /* 精致边框 */
    border: 2px solid rgba(102, 126, 234, 0.2);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    /* 修复 SVG 锯齿问题 - 使用高质量渲染 */
    shape-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
}

.header-nav-small-avatar-img:hover {
    border-color: rgba(102, 126, 234, 0.5);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.header-nav-small-avatar-img-qiandao {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover;
    background-color: revert;
    cursor: pointer;
    border-radius: 50%;
    /*border: 5px solid #aeaeae;*/
    /* 修复 SVG 锯齿问题 - 使用高质量渲染 */
    shape-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
}

/* 等级图标容器 */
.lv-icon-wrapper {
    display: inline-block;
    position: relative;
}

.header-nav-small-avatar-img-lv {
    width: 35px;
    height: 35px;
    margin-left: 8px;
    margin-top: -14px;
    border-radius: 17px;
    vertical-align: -webkit-baseline-middle;
    /* 修复 SVG 锯齿问题 - 使用高质量渲染 */
    shape-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
    position: relative;
    z-index: 2;
}

/* 大等级特效 - 基础动画 */
.major-stage-effect {
    animation: majorStagePulse 2s ease-in-out infinite;
}

.major-stage-effect::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    animation: majorStageGlow 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 1;
}

.major-stage-effect::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: majorStageRing 2s ease-in-out infinite;
    pointer-events: none;
    z-index: 0;
}

/* 银色光环 - 炼气期/凝气期等初级 */
.major-stage-effect.stage-silver::before {
    background: radial-gradient(circle, rgba(156, 163, 175, 0.4) 0%, rgba(156, 163, 175, 0) 70%);
    box-shadow: 0 0 20px rgba(156, 163, 175, 0.6);
}

.major-stage-effect.stage-silver::after {
    border: 2px solid rgba(156, 163, 175, 0.7);
    box-shadow: 0 0 15px rgba(156, 163, 175, 0.5);
}

/* 蓝色光环 - 筑基期/道宫等 */
.major-stage-effect.stage-blue::before {
    background: radial-gradient(circle, rgba(59, 130, 246, 0.4) 0%, rgba(59, 130, 246, 0) 70%);
    box-shadow: 0 0 20px rgba(59, 130, 246, 0.6);
}

.major-stage-effect.stage-blue::after {
    border: 2px solid rgba(59, 130, 246, 0.7);
    box-shadow: 0 0 15px rgba(59, 130, 246, 0.5);
}

/* 紫色光环 - 结丹期/四极等 */
.major-stage-effect.stage-purple::before {
    background: radial-gradient(circle, rgba(139, 92, 246, 0.4) 0%, rgba(139, 92, 246, 0) 70%);
    box-shadow: 0 0 20px rgba(139, 92, 246, 0.6);
}

.major-stage-effect.stage-purple::after {
    border: 2px solid rgba(139, 92, 246, 0.7);
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.5);
}

/* 金色光环 - 元婴期/化龙等 */
.major-stage-effect.stage-gold::before {
    background: radial-gradient(circle, rgba(251, 191, 36, 0.4) 0%, rgba(251, 191, 36, 0) 70%);
    box-shadow: 0 0 20px rgba(251, 191, 36, 0.6);
}

.major-stage-effect.stage-gold::after {
    border: 2px solid rgba(251, 191, 36, 0.7);
    box-shadow: 0 0 15px rgba(251, 191, 36, 0.5);
}

/* 红色光环 - 化神期/仙台等 */
.major-stage-effect.stage-red::before {
    background: radial-gradient(circle, rgba(239, 68, 68, 0.4) 0%, rgba(239, 68, 68, 0) 70%);
    box-shadow: 0 0 20px rgba(239, 68, 68, 0.6);
}

.major-stage-effect.stage-red::after {
    border: 2px solid rgba(239, 68, 68, 0.7);
    box-shadow: 0 0 15px rgba(239, 68, 68, 0.5);
}

/* 彩虹光环 - 最高级（真仙、大帝等） */
.major-stage-effect.stage-rainbow::before {
    background: radial-gradient(circle,
        rgba(255, 0, 128, 0.3) 0%,
        rgba(255, 140, 0, 0.3) 25%,
        rgba(64, 224, 208, 0.3) 50%,
        rgba(147, 112, 219, 0.3) 75%,
        rgba(255, 20, 147, 0) 100%);
    box-shadow: 0 0 25px rgba(255, 0, 128, 0.6);
    animation: majorStageGlow 2s ease-in-out infinite, rainbowRotate 4s linear infinite;
}

.major-stage-effect.stage-rainbow::after {
    border: 2px solid;
    border-image: linear-gradient(45deg, #ff0080, #ff8c00, #40e0d0, #9370db, #ff1493) 1;
    box-shadow: 0 0 20px rgba(255, 0, 128, 0.5);
    animation: majorStageRing 2s ease-in-out infinite, rainbowRotate 4s linear infinite;
}

@keyframes majorStagePulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@keyframes majorStageGlow {
    0%, 100% {
        opacity: 0.5;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

@keyframes majorStageRing {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 0;
    }
    50% {
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}

@keyframes rainbowRotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}

.header-nav-small-avatar-img-tip {
    width: 12px;
    height: 12px;
    margin-top: -31px;
    vertical-align: -webkit-baseline-middle;
    margin-left: -6px;
    /* 修复 SVG 锯齿问题 - 使用高质量渲染 */
    shape-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: auto;
}

/* 等级进度条样式 */
.level-progress-bar {
    width: 100%;
    height: 18px;
    background: linear-gradient(to right, #f0f0f0, #e0e0e0);
    border-radius: 9px;
    overflow: hidden;
    margin-top: 5px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}

.level-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 9px;
    transition: width 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.level-progress-fill::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: progressShine 2s infinite;
}

@keyframes progressShine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

.level-progress-text {
    font-size: 11px;
    font-weight: bold;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 1;
}

/* 突破按钮样式 */
.breakthrough-btn {
    width: 82px;
    padding: 6px 10px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 50%, #c44569 100%);
    color: white;
    border: none;
    border-radius: 16px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s
    ease;
    box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5), 0 0 20px rgba(255, 107, 107, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation: btnPulse 1s infinite;
}

/* 按钮脉冲动画 */
@keyframes btnPulse {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(255, 107, 107, 0.5), 
                    0 0 20px rgba(255, 107, 107, 0.3),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: 0 6px 25px rgba(255, 107, 107, 0.7), 
                    0 0 30px rgba(255, 107, 107, 0.5),
                    inset 0 1px 0 rgba(255, 255, 255, 0.3);
    }
}

.breakthrough-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 8px 30px rgba(255, 107, 107, 0.7),
                0 0 40px rgba(255, 107, 107, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.4);
    background: linear-gradient(135deg, #ff8787 0%, #ff6b6b 50%, #ee5a6f 100%);
    animation: btnPulse 1s infinite;
}

.breakthrough-btn:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.5),
                0 0 25px rgba(255, 107, 107, 0.4);
}

/* 按钮内部波纹效果 */
.breakthrough-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    transform: translate(-50%, -50%);
    transition: width 0.6s, height 0.6s;
}

.breakthrough-btn:hover::before {
    width: 400px;
    height: 400px;
}

/* 按钮外部光晕效果 */
.breakthrough-btn::after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #ff6b6b, #ee5a6f, #c44569, #ff6b6b);
    border-radius: 8px;
    z-index: -1;
    opacity: 0;
    filter: blur(10px);
    animation: glowRotate 3s linear infinite;
}

.breakthrough-btn:hover::after {
    opacity: 0.8;
}

@keyframes glowRotate {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* 闪电图标动画 */
.breakthrough-btn-icon {
    display: inline-block;
    margin-right: 6px;
    font-size: 18px;
    animation: iconFlash 1s infinite;
    filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.8));
}

@keyframes iconFlash {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.6;
        transform: scale(1.2);
    }
}

/* 突破确认框样式 */
.breakthrough-confirm-dialog {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.3);
}

.breakthrough-confirm-dialog .el-message-box__header {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    padding: 20px 24px;
    border-bottom: none;
}

.breakthrough-confirm-dialog .el-message-box__title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.breakthrough-confirm-dialog .el-message-box__headerbtn {
    top: 16px;
    right: 16px;
}

.breakthrough-confirm-dialog .el-message-box__headerbtn .el-message-box__close {
    color: white;
    font-size: 20px;
}

.breakthrough-confirm-dialog .el-message-box__content {
    padding: 30px 24px;
    background: linear-gradient(to bottom, #fff 0%, #fef9f5 100%);
}

.breakthrough-confirm-content {
    text-align: center;
}

.breakthrough-confirm-icon {
    margin-bottom: 20px;
}

.breakthrough-icon-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border-radius: 50%;
    font-size: 40px;
    box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4),
                0 0 40px rgba(255, 107, 107, 0.3),
                inset 0 2px 0 rgba(255, 255, 255, 0.3);
    animation: iconPulse 2s infinite;
}

@keyframes iconPulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 8px 24px rgba(255, 107, 107, 0.4),
                    0 0 40px rgba(255, 107, 107, 0.3),
                    inset 0 2px 0 rgba(255, 255, 255, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 32px rgba(255, 107, 107, 0.6),
                    0 0 60px rgba(255, 107, 107, 0.5),
                    inset 0 2px 0 rgba(255, 255, 255, 0.3);
    }
}

.breakthrough-confirm-text {
    color: #333;
}

.breakthrough-level-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 15px;
    gap: 15px;
}

.breakthrough-level-info .current-level,
.breakthrough-level-info .next-level {
    color: #666;
}

.breakthrough-level-info .current-level span {
    color: #667eea;
    font-weight: bold;
    font-size: 16px;
}

.breakthrough-level-info .next-level span.highlight {
    color: #ff6b6b;
    font-weight: bold;
    font-size: 16px;
    animation: textGlow 2s infinite;
}

@keyframes textGlow {
    0%, 100% {
        text-shadow: 0 0 5px rgba(255, 107, 107, 0.5);
    }
    50% {
        text-shadow: 0 0 15px rgba(255, 107, 107, 0.8);
    }
}

.breakthrough-level-info .level-arrow {
    font-size: 20px;
    color: #ff6b6b;
    font-weight: bold;
}

.breakthrough-warning {
    padding: 12px 20px;
    background: linear-gradient(135deg, rgba(255, 107, 107, 0.1) 0%, rgba(238, 90, 111, 0.1) 100%);
    border-left: 3px solid #ff6b6b;
    border-radius: 4px;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    text-align: left;
}

.breakthrough-confirm-dialog .el-message-box__btns {
    padding: 0 24px 24px;
    text-align: center;
}

.breakthrough-confirm-dialog .el-button {
    padding: 12px 30px;
    font-size: 14px;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 1px;
}

.breakthrough-confirm-dialog .el-button--primary {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a6f 100%);
    border: none;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.4);
    transition: all 0.3s ease;
}

.breakthrough-confirm-dialog .el-button--primary:hover {
    background: linear-gradient(135deg, #ff8787 0%, #ff6b6b 100%);
    box-shadow: 0 6px 16px rgba(255, 107, 107, 0.6);
    transform: translateY(-2px);
}

.breakthrough-confirm-dialog .el-button--default {
    border: 1px solid #dcdfe6;
    color: #606266;
}

.breakthrough-confirm-dialog .el-button--default:hover {
    background: #f5f7fa;
    border-color: #c0c4cc;
}

/* 突破加载样式 */
.breakthrough-loading .el-loading-spinner .el-loading-text {
    color: #ff6b6b;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(255, 107, 107, 0.5);
}

.breakthrough-loading .el-loading-spinner .circular {
    animation: loading-rotate 2s linear infinite;
}

/* 突破成功通知样式 */
.breakthrough-success-notify {
    background: linear-gradient(135deg, rgba(103, 194, 58, 0.95) 0%, rgba(82, 196, 26, 0.95) 100%);
    border: none;
    box-shadow: 0 8px 24px rgba(82, 196, 26, 0.4);
}

.breakthrough-success-notify .el-notification__title {
    color: white;
    font-weight: bold;
    font-size: 16px;
}

.breakthrough-success-notify .el-notification__content {
    color: white;
}

/* 渡劫失败通知样式 */
.breakthrough-fail-notify {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.95) 0%, rgba(51, 51, 51, 0.95) 100%);
    border: 2px solid #ff4444;
    box-shadow: 0 8px 32px rgba(255, 68, 68, 0.6),
                0 0 60px rgba(255, 68, 68, 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    animation: failShake 0.5s;
}

@keyframes failShake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}

.breakthrough-fail-notify .el-notification__title {
    color: #ff4444;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 0 0 10px rgba(255, 68, 68, 0.8),
                 0 0 20px rgba(255, 68, 68, 0.5);
    letter-spacing: 2px;
    animation: titleFlicker 2s infinite;
}

@keyframes titleFlicker {
    0%, 100% {
        text-shadow: 0 0 10px rgba(255, 68, 68, 0.8),
                     0 0 20px rgba(255, 68, 68, 0.5);
    }
    50% {
        text-shadow: 0 0 15px rgba(255, 68, 68, 1),
                     0 0 30px rgba(255, 68, 68, 0.8);
    }
}

.breakthrough-fail-notify .el-notification__content {
    color: #ffcccc;
    font-size: 14px;
    line-height: 1.6;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.breakthrough-fail-notify .el-notification__closeBtn {
    color: #ff4444;
    font-size: 18px;
    text-shadow: 0 0 5px rgba(255, 68, 68, 0.5);
}

.breakthrough-fail-notify .el-notification__closeBtn:hover {
    color: #ff6666;
}

/* 添加闪电背景效果 */
.breakthrough-fail-notify::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
                transparent 30%, 
                rgba(255, 68, 68, 0.1) 50%, 
                transparent 70%);
    background-size: 200% 200%;
    animation: lightningMove 3s linear infinite;
    pointer-events: none;
    z-index: 0;
}

@keyframes lightningMove {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.breakthrough-fail-notify .el-notification__title,
.breakthrough-fail-notify .el-notification__content,
.breakthrough-fail-notify .el-notification__closeBtn {
    position: relative;
    z-index: 1;
}

/* ========== 渡劫失败模态框样式（页面中间） ========== */
.breakthrough-fail-modal {
    width: 500px;
    max-width: 90vw;
    border-radius: 16px;
    overflow: hidden;
    background: transparent;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8),
                0 0 100px rgba(255, 68, 68, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.1);
    border: 3px solid #ff4444;
    animation: modalAppear 0.5s, modalShake 0.6s 0.5s;
}

@keyframes modalAppear {
    0% {
        opacity: 0;
        transform: scale(0.8) translateY(-50px);
    }
    100% {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

@keyframes modalShake {
    0%, 100% {
        transform: translateX(0) rotate(0deg);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-8px) rotate(-1deg);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(8px) rotate(1deg);
    }
}

.breakthrough-fail-modal .el-message-box__header {
    display: none;
}

.breakthrough-fail-modal .el-message-box__content {
    padding: 0;
    background: linear-gradient(135deg, 
                rgba(20, 20, 20, 0.98) 0%, 
                rgba(40, 40, 40, 0.98) 50%,
                rgba(20, 20, 20, 0.98) 100%);
    position: relative;
    overflow: hidden;
}

/* 闪电背景效果 */
.breakthrough-fail-modal .el-message-box__content::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg,
                transparent,
                rgba(255, 68, 68, 0.2),
                transparent);
    animation: lightningFlash 4s infinite;
}

@keyframes lightningFlash {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    10% {
        left: 100%;
        opacity: 1;
    }
    11%, 99% {
        opacity: 0;
    }
}

.breakthrough-fail-content {
    padding: 50px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.fail-thunder-icon {
    font-size: 100px;
    margin-bottom: 20px;
    display: inline-block;
    animation: thunderPulse 2s infinite, thunderRotate 3s infinite;
    filter: drop-shadow(0 0 20px rgba(255, 68, 68, 0.8))
            drop-shadow(0 0 40px rgba(255, 68, 68, 0.6));
}

@keyframes thunderPulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 20px rgba(255, 68, 68, 0.8))
                drop-shadow(0 0 40px rgba(255, 68, 68, 0.6));
    }
    50% {
        transform: scale(1.1);
        filter: drop-shadow(0 0 30px rgba(255, 68, 68, 1))
                drop-shadow(0 0 60px rgba(255, 68, 68, 0.8));
    }
}

@keyframes thunderRotate {
    0%, 100% {
        transform: rotate(-5deg);
    }
    50% {
        transform: rotate(5deg);
    }
}

.fail-title {
    font-size: 32px;
    font-weight: bold;
    color: #ff4444;
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-shadow: 0 0 15px rgba(255, 68, 68, 1),
                 0 0 30px rgba(255, 68, 68, 0.8),
                 0 0 45px rgba(255, 68, 68, 0.6);
    animation: titleGlow 2s infinite;
}

@keyframes titleGlow {
    0%, 100% {
        text-shadow: 0 0 15px rgba(255, 68, 68, 1),
                     0 0 30px rgba(255, 68, 68, 0.8),
                     0 0 45px rgba(255, 68, 68, 0.6);
    }
    50% {
        text-shadow: 0 0 25px rgba(255, 68, 68, 1),
                     0 0 50px rgba(255, 68, 68, 1),
                     0 0 75px rgba(255, 68, 68, 0.8);
    }
}

.fail-message {
    font-size: 16px;
    color: #ffcccc;
    margin-bottom: 20px;
    line-height: 1.8;
    padding: 15px 20px;
    background: rgba(255, 68, 68, 0.1);
    border-radius: 8px;
    border: 1px solid rgba(255, 68, 68, 0.3);
}

.fail-advice {
    font-size: 14px;
    color: #ff9999;
    line-height: 1.6;
    font-style: italic;
    opacity: 0.9;
}

.breakthrough-fail-modal .el-message-box__btns {
    padding: 0 40px 40px;
    text-align: center;
    background: linear-gradient(135deg, 
                rgba(20, 20, 20, 0.98) 0%, 
                rgba(40, 40, 40, 0.98) 50%,
                rgba(20, 20, 20, 0.98) 100%);
}

.breakthrough-fail-modal .el-button--primary {
    padding: 14px 40px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    background: linear-gradient(135deg, #666 0%, #444 100%);
    border: 2px solid #ff4444;
    color: #ffcccc;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(255, 68, 68, 0.3);
}

.breakthrough-fail-modal .el-button--primary:hover {
    background: linear-gradient(135deg, #777 0%, #555 100%);
    border-color: #ff6666;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 68, 68, 0.5);
}

/* 隐藏原生 radio 按钮 */
.custom-radio-input {
    display: none;
}
/* 自定义 label 样式（可选） */
.custom-radio-label {
    display: inline-block;
    cursor: pointer;
    transition: border-color 0.3s ease;
}
.custom-radio-label.active img {
    border: 2px solid #409EFF;
    border-radius: 4px;
}
/* 当前选中项样式 */
.custom-radio-label input[type="radio"]:checked + img,
.custom-radio-label.active img {
    border-color: #409EFF; /* Element 蓝色 */
    border-radius: 4px;
}
/* 默认图片样式 */
.custom-radio-label .img-fluid-header-img {
    border: 3px solid transparent;
    border-radius: 50%;
    transition: border-color 0.3s ease;
}

/* 选中时的样式 */
.custom-radio-label.active .img-fluid-header-img {
    border-color: #409EFF;
}
.img-fluid-header-img {
    margin-right: 15px;
    margin-bottom: 15px;
    height: 45px;
    width: 45px;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}
#headerImgCheckboxGroup {
    width: 350px;
    border-radius: 31px;
    padding-top: 10px;
    background-color: #e9dcca;
    padding-left: 15px;
}

.back-to-top-btn {
    position: fixed;
    right: 55px;
    bottom: 20px;
    width: 50px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.back-to-top-btn:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

.dropdown-container {
    position: relative;
    display: inline-block;
    /*width: 75px;*/
}

/* 手机端适配 - 头像靠右 */
@media screen and (max-width: 767px) {
    .dropdown-container {
        margin-left: 0; /* 移除auto，让它紧挨着导航栏 */
        flex-shrink: 0; /* 防止头像被压缩 */
        /*width: 75px;*/
    }
}


.dropdown-options {
    position: absolute;
    right: -33px;
    top: 50px;
    min-width: 100px;
    max-width: 100px;
    /* 现代化毛玻璃效果 */
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 1;
    font-size: 13px;
    padding: 6px 0;
    /* 淡入动画 */
    animation: fadeInDown 0.3s ease;
    /* 防止内容撑开 */
    overflow: hidden;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.dropdown-options div {
    margin: 2px 6px;
    padding: 8px 12px;
    text-align: center;
    border-radius: 6px;
    transition: all 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-options div:hover {
    background: rgba(102, 126, 234, 0.08);
}

.dropdown-options a {
    color: #4a5568;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.dropdown-options a:hover {
    color: #667eea;
}

#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

.loading-p-text {
    margin-left: 10px;
    font-size: 23px;
    font-weight: 300;
}
.loading-p-text-empty {
    font-size: 20px;
    font-weight: 200;
}

.hot-checkbox {
    display: inline-block;
    position: relative;
    height: 43px;
    margin-top: 5px;
    margin-left: 5px;
    align-items: self-end;
    text-align: justify;
    float: inline-start;
}
.el-from-inline-start {
    float: inline-start;
    width: 380px;
    text-align: left;
}

.tips-right-user-info-setting {
    margin: 0 100px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 300;
}

/* 悬浮二维码的样式 */
.xiu-wei-popup {
    width: 240px;
    text-align: start;
    border-radius: 20px;
    display: none; /* 默认隐藏 */
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 11px 8px;
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* 当鼠标悬停在“打赏作者”链接上时显示二维码 */
.xiu-wei:hover .xiu-wei-popup {
    display: block;
    opacity: 1;
    transform: translateY(0);
}


.xiu-wei-popup-btn {
    border-bottom: 1px solid rebeccapurple;
    padding: 5px;
    margin-bottom: 5px;
}
.xiu-wei-popup-btn-z {
    font-size: 12px;
    padding-left: 5px;
}
.xiu-wei-popup-btn-z-in {
    color: aliceblue;
    background-color: rebeccapurple;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 5px;
}
.xiu-wei-popup-btn-a {
    font-size: 13px;
    margin-left: 5px;
    margin-top: 7px;
}

.moyu-fun-logo {
    height: 111px;
    width: 284px;
    margin-right: 45%;
    margin-top: 56px;
}

/* 手机端适配 - logo位置调整 */
@media screen and (max-width: 767px) {
    .moyu-fun-logo {
        margin-top: 84px;
    }
}

/* ==================== Sortable 拖拽动画样式 ==================== */

/* 被选中的元素样式 */
.sortable-chosen {
    opacity: 0.8;
    cursor: move;
}

/* 拖拽时的幽灵元素样式 */
.sortable-ghost {
    opacity: 0.4;
    background: #f0f0f0;
    border: 2px dashed #409EFF;
    transform: rotate(2deg);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* 正在拖拽的元素样式 */
.sortable-drag {
    opacity: 1;
    cursor: move;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: scale(1.05);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    z-index: 9999;
}

/* 为所有可拖拽的方块添加过渡效果 */
.result-item, .result-item-long {
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
                box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1),
                opacity 0.3s ease;
}

/* 拖拽时鼠标悬停效果优化 */
.result-item:hover, .result-item-long:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* 拖拽过程中的平滑动画 */
.result-item-center-id {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

/* ==================== 方块懒加载样式 ==================== */

/* 未加载的方块 - 占位但不显示内容 */
.block-lazy:not(.block-loaded) {
    min-height: 400px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: skeleton-loading 1.5s ease-in-out infinite;
    border-radius: 8px;
}

/* 骨架屏动画 */
@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/* 未加载的方块内容隐藏 */
.block-lazy:not(.block-loaded) .hot-data-content,
.block-lazy:not(.block-loaded) .hot-data-content-long {
    display: none;
}

/* 已加载的方块 - 淡入效果 */
.block-loaded {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}