﻿@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.feature-item {
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
}

    .feature-item:nth-child(1) {
        animation-delay: 0.1s;
    }

    .feature-item:nth-child(2) {
        animation-delay: 0.2s;
    }

    .feature-item:nth-child(3) {
        animation-delay: 0.3s;
    }

    .feature-item:nth-child(4) {
        animation-delay: 0.4s;
    }

li.layui-icon.layui-fixbar-top {
    background-color: #044093 !important;
}

#searchDiv {
    opacity: 0;
    /* 初始状态为完全不显示 */
}

.fade-in {
    transition: opacity 0.3s ease-out; /* 设置过渡动画持续时间为1秒，并且使用ease-out函数进行平滑过渡 */
}

/* 隐藏标准的滚动条 */
/*html::-webkit-scrollbar {
                                                                                                                            width: 0;
                                                                                                                        }

                                                                                                                        body::-webkit-scrollbar {
                                                                                                                            width: 0;
                                                                                                                            display: none;
                                                                                                                        }*/

.layui-btn-container .layui-btn {
    margin-right: 10px;
    margin-bottom: 0px !important;
}

/* layui鼠标移入的小提示块 */
.layui-nav-bar {
    /* padding: 0 20px; */
}

.under-header-indiv .layui-nav .layui-this:after, .layui-nav-bar {
    /* height: 2px !important;#044093 529FCC 006699 */
    background-color: #006699 !important;
    border-radius: 20px 20px 0 0;
    height: 3px;
}




.navlayui a {
    font-family: 'MirFont_SiYuan_Medium';
    font-size: 16px;
    padding: 0 5px !important;
    color: #044093;
    font-size: 16px;
    font-weight: bold;
}

    .navlayui a:hover, .layui-nav .layui-this a {
        color: #044093;
    }

#login1 .layui-nav .layui-nav-item {
    line-height: 40px !important;
}

#login .layui-nav-child {
    top: 90px !important;
}

    #login .layui-nav-child a {
        padding-left: 20px !important;
    }

/* 登录按钮移入显示的列表距离导航栏的距离调整 */
#login .layui-nav-child {
    top: 65px !important;
}

body {
    margin: 0;
    padding: 0;
    scrollbar-width: none;
    /* scrollbar-color: transparent transparent;*/
    background-color: #fafafa;
}

.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.top-header-inUl li {
    line-height: 30px !important;
    text-align: right;
    margin-left: 30px;
    height: 100%;
}

    .top-header-inUl li a {
        font-family: 'MirFont_SiYuan_Regular';
        font-size: 14px;
        /* font-family: Microsoft JhengHei; */
        color: #fff !important;
        height: 30px !important;
    }

.under-header-inUl li {
    line-height: 65px !important;
}

    .under-header-inUl li a {
        font-family: 'MirFont_SiYuan_Medium';
        font-size: 16px;
        /* font-family: Microsoft JhengHei; */
        color: #044093;
        height: 65px !important;
        font-weight: bold;
    }

/* 板块入口的间距调整 */
.under-header-indiv .layui-nav .layui-nav-item {
    margin: 0 10px;
}

/* 收藏、登录等的间距调整 */
.function-header-indiv .layui-nav .layui-nav-item {
    margin: 0 10px;
}


.home_btn {
    height: 35px;
    line-height: 35px;
    padding: 0px 11px;
}

.layui-btn {
    background: linear-gradient(to right, #006699, #0086c9); /*linear-gradient(to right, #1a89c9, #5bafe1)*/ /*linear-gradient(to right, #006699, #0086c9)*/

    background: linear-gradient(to left, #044093, #006699);
    background-image: linear-gradient(to right, #667db6,#0082c8,#667db6);
    border: 0px solid transparent;
    color: #fff !important;
    font-family: 'MirFont_SiYuan_Regular';
    height: 28px;
    line-height: 28px;
    padding: 0 15px;
}

/* MIR公众号展示面板样式 */
.MIR_Wechat_class {
    position: absolute;
    padding: 20px;
    text-align: center;
    background: #fff;
    top: 50px;
    left: 879px;
    right: 0;
    margin: auto;
    display: none;
    z-index: 999;
    width: 200px;
    height: 220px;
    color: #333;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(31,62,178,.18);
}

/* MIR公众号展示面板样式 Report5Tips */
.MIR_Wxapplet_class {
    position: absolute;
    padding: 20px;
    text-align: center;
    background: #fff;
    top: 50px;
    left: 682px;
    right: 0;
    margin: auto;
    display: none;
    z-index: 999;
    width: 200px;
    height: 220px;
    color: #333;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(31,62,178,.18);
}

.Home-All-Search {
    font-family: MirFont_Normal;
    margin-bottom: 288px;
}

.Home-All-Search-Out {
    background-color: #fff;
    border: 1px solid #fafafa;
    box-shadow: rgba(128, 128, 128, 0.1) 0px 0px 20px;
    padding: 10px;
    margin-top: 10px;
}


.function-header-indiv .layui-nav-more {
    color: #044093 !important;
}

.under-header-indiv .layui-nav-more {
    color: #fff !important;
}

/* 报告下拉面板相关 */
.MIR_Report5Tips_class {
    position: absolute;
    padding: 20px;
    text-align: center;
    background: #fff;
    top: 64px;
    left: -747px;
    right: 0;
    margin: auto;
    display: none;
    z-index: 999;
    width: 1200px;
    height: 240px;
    color: #333;
    font-size: 14px;
    box-shadow: 0 0 10px rgba(31,62,178,.18);
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-panel {
    display: none;
    position: absolute;
    min-width: 160px;
    z-index: 1;
    animation-name: fadeinup;
    animation-duration: 0.2s;
    animation-timing-function: ease-in;
    animation-fill-mode: both;
}

.dropdown:hover .dropdown-panel {
    display: block;
}

/* 三大板块相关 */
.report_three_ellipse_in {
    cursor: pointer;
    height: 100%;
    line-height: 35px;
    border-radius: 5px;
    font-family: 'MIRFONT_NORMAL';
    font-weight: bold;
    font-size: 20px !important;
    /*color: #fff;*/
    text-shadow: 2px 2px 3px #fff;
    letter-spacing: 5px;
}

.report_three_ellipse_read1 {
    text-align: center;
    border-radius: 3px;
    height: auto;
    padding: 5px 10px 5px 5px;
}

    .report_three_ellipse_read1:hover {
        transition: all .8s;
    }

.report_three_ellipse_make1 {
    text-align: center;
    border-radius: 3px;
    width: 369px;
    height: auto;
    padding: 5px 10px;
}

    .report_three_ellipse_make1:hover {
        background-color: #fff;
        transition: all .8s;
    }

.report_three_ellipse_write1 {
    text-align: center;
    border-radius: 3px;
    width: 369px;
    height: auto;
    padding: 5px 10px;
}

    .report_three_ellipse_write1:hover {
        background-color: #fff;
        transition: all .8s;
    }

.report_three_ellipse_in {
    cursor: pointer;
    height: 100%;
    line-height: 35px;
    border-radius: 5px;
    font-family: 'MIRFONT_NORMAL';
    font-weight: bold;
    font-size: 20px !important;
    /*color: #fff;*/
    text-shadow: 2px 2px 3px #fff;
    letter-spacing: 10px;
    display: flex;
}

.lightClass {
    text-align: left;
    display: flex;
    flex-direction: column;
}

    .lightClass li {
        height: 35px;
        line-height: 35px !important;
        margin-top: 5px;
    }

        .lightClass li abbr {
            background-color: #fff;
            padding: 5px 10px;
            font-family: 'MirFont_SiYuan_Regular';
            font-size: 14px;
            font-weight: bold;
            letter-spacing: 3px;
            border-radius: 3px;
        }

/* 免责声明/合作伙伴 */
.c-heading-large-Nav {
    font-family: STXihei;
    margin: -10px auto;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 0px 5px 0px;
    line-height: 1.75;
    text-align: left;
    position: relative;
}

    .c-heading-large-Nav span {
        display: block;
        font-size: 1.1rem;
        color: #0c4197;
        font-weight: 700;
    }

    .c-heading-large-Nav::before {
        left: 5%;
    }

/* 新增：下拉菜单容器样式 */
.layui-dropdown1 {
    width: 518px !important;
    height: 288px !important;
}

.wide-dropdown-content {
    padding: 0 20px;
}

.icon-wrapper {
    position: relative;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

    .icon-wrapper i {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 24px;
        color: #1E9FFF;
        transition: opacity 0.3s, transform 0.3s;
    }

.icon-default {
    opacity: 1;
}

.icon-hover {
    opacity: 0;
}

.report-link:hover .icon-default {
    opacity: 0;
    transform: translateX(-5px);
}

.report-link:hover .icon-hover {
    opacity: 1;
    transform: translateX(5px);
}

/* 悬停时显示 id_light_first_show 元素 */
.report-link:hover + #id_light_first_show {
    display: block;
}

/* 添加过渡效果 */
#report1, #report2 {
    transition: opacity 0.3s ease-in-out;
}


.layui-nav .layui-nav-child a:hover {
    background-color: rgba(4, 64, 147, 0);
}

#industryDropdownBtn i {
    right: -15px;
}

.layui-nav .layui-nav-child a {
    height: 40px !important;
}
/* 透行业下拉面板像素级还原首页industry_side_panel样式，全部加nav-tdb-前缀 */
.nav-tdb-side-panel {
    position: absolute !important;
    top: -7px !important;
    left: -160px !important;
    width: 950px !important;
    height: auto !important;
    background-color: #E6E8EF !important;
    color: #333333 !important;
    border-radius: 20px !important;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important;
    z-index: 9999 !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: all 0.25s ease !important;
    overflow: hidden !important;
    margin-left: 0 !important;
    padding: 20px;
}
.nav-tdb-panel-header {
    padding: 12px 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: #E6E8EF !important;
    color: #000 !important;
    text-align: left !important;
}
.nav-tdb-panel-body {
    padding: 0 !important;
}
.nav-tdb-tab-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
}
.nav-tdb-tab-nav {
    width: 80px !important;
    background-color: #E6E8EF !important;
}
.nav-tdb-tab-item {
    padding: 5px 10px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    text-align: left !important;
    color: #333333 !important;
    border-radius: 7px !important;
    margin-bottom: 10px;
}
.nav-tdb-tab-item:hover {
    color: #044093 !important;
    font-weight: bold !important;
    background: #fff !important;
}
.nav-tdb-tab-item.nav-tdb-tab-active {
    background-color: #FFFFFF !important;
    color: #044093 !important;
    font-weight: bold !important;
    border-right: 1px solid #FFFFFF !important;
    margin-right: -1px !important;
}
.nav-tdb-tab-content {
    flex: 1 !important;
    padding: 15px !important;
    background: #fff !important;
    border-radius: 7px !important;
    /* 新增：固定高度为下拉面板的50%，超出部分滚动 */
    height: 50%;
    max-height: 50vh;
    overflow-y: auto;
}
.nav-tdb-tab-pane {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}
.nav-tdb-tab-pane.nav-tdb-tab-active {
    display: block !important;
    opacity: 1 !important;
}
.nav-tdb-industry-categories {
    display: flex !important;
    row-gap: 1.25rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.nav-tdb-industry-category {
    width: 25%;
    padding-bottom: 15px !important;
}
.nav-tdb-category-title {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000E3B !important;
    padding: 5px 0 !important;
    display: flex;
    align-items: center;
}
.nav-tdb-panel-footer {
    padding: 15px 20px !important;
    text-align: right !important;
    border-top: 1px solid #EEEEEE !important;
    background-color: #F9F9F9 !important;
}
.nav-tdb-button {
    display: inline-block !important;
    padding: 8px 20px !important;
    background-color: #000E3B !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border: none !important;
    border-radius: 5px !important;
    transition: background-color 0.2s ease !important;
}
.nav-tdb-button:hover {
    background-color: #001C54 !important;
}

/* 行业容器相对定位 */
.industry-container {
    position: relative !important;
    z-index: 100 !important;
}

/* TDB风格右侧悬停面板 */
.tdb-side-panel {
    position: absolute !important;
    top: 0 !important;
    left: 100% !important;
    width: 950px !important;
    height: auto !important; /* 自适应高度 */
    background-color: #E6E8EF !important; /* TDB风格白底 */
    color: #333333 !important; /* 深灰色文字 */
    border-radius: 0 !important; /* 方正设计 */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1) !important; /* 轻微阴影 */
    z-index: 9999 !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateX(-20px) !important;
    transition: all 0.25s ease !important;
    overflow: hidden !important;
    margin-left: 10px !important;
    border-radius: 20px !important;
    padding: 20px;
}

    /* 悬停时显示面板 */
    #industry_hover_div:hover + .tdb-side-panel,
    .tdb-side-panel:hover {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0) !important;
    }

/* 面板标题区 */
.tdb-panel-header {
    padding: 12px 10px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    background-color: #E6E8EF !important;
    color: #000 !important;
    text-align: left !important;
}

/* 面板主体区 */
.tdb-panel-body {
    padding: 0 !important;
}

/* 标签和内容容器 */
.tdb-tab-container {
    display: flex !important;
    flex-direction: row !important;
    gap: 10px;
}

/* 左侧标签导航 */
.tdb-tab-nav {
    width: 80px !important;
    background-color: #E6E8EF !important; /* 浅灰色背景 */
}

/* 标签项 */
.tdb-tab-item {
    padding: 15px 10px !important;
    cursor: pointer !important;
    font-size: 14px !important;
    text-align: left !important;
    color: #333333 !important;
}

    /* 标签项悬停效果 */
    .tdb-tab-item:hover {
        color: #044093 !important;
        border-radius: 7px !important;
        font-weight: bold !important;
    }

    /* 激活的标签项 */
    .tdb-tab-item.tdb-tab-active {
        background-color: #FFFFFF !important;
        color: #044093 !important;
        font-weight: bold !important;
        border-right: 1px solid #FFFFFF !important;
        margin-right: -1px !important; /* 抵消右边框，覆盖分隔线 */
        border-radius: 7px;
    }

/* 右侧内容区 */
.tdb-tab-content {
    flex: 1 !important;
    padding: 15px !important;
    background: #fff;
    border-radius: 7px;
}

/* 内容面板 */
.tdb-tab-pane {
    display: none !important;
    opacity: 0 !important;
    transition: opacity 0.2s ease !important;
}

    /* 激活的内容面板 */
    .tdb-tab-pane.tdb-tab-active {
        display: block !important;
        opacity: 1 !important;
    }

/* 列表样式 */
.tdb-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

    .tdb-list li {
        margin-bottom: 5px !important;
        border-bottom: 1px solid #E6E8EF !important;
    }

    .tdb-list a {
        display: block !important;
        padding: 10px 5px !important;
        color: #333333 !important;
        text-decoration: none !important;
        transition: all 0.2s ease !important;
        font-size: 14px !important;
    }

        .tdb-list a:hover {
            color: #000E3B !important;
            background-color: #F9F9F9 !important;
            padding-left: 8px !important; /* 轻微移动效果 */
        }

/* 新闻列表样式 */
.tdb-news-list {
    display: flex !important;
    flex-direction: column !important;
}

.tdb-news-item {
    padding: 10px 5px !important;
    border-bottom: 1px solid #E6E8EF !important;
}

.tdb-news-date {
    display: block !important;
    font-size: 12px !important;
    color: #888888 !important;
    margin-bottom: 4px !important;
}

.tdb-news-item a {
    color: #333333 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.2s ease !important;
}

    .tdb-news-item a:hover {
        color: #000E3B !important;
    }

/* 面板底部 */
.tdb-panel-footer {
    padding: 15px 20px !important;
    text-align: right !important;
    border-top: 1px solid #EEEEEE !important;
    background-color: #F9F9F9 !important; /* 浅灰色底部背景 */
    display: none;
}

/* 按钮样式 */
.tdb-button {
    display: inline-block !important;
    padding: 8px 20px !important;
    background-color: #000E3B !important; /* 深蓝色按钮 */
    color: #FFFFFF !important;
    text-decoration: none !important;
    font-size: 14px !important;
    border: none !important;
    transition: background-color 0.2s ease !important;
}

    .tdb-button:hover {
        background-color: #001C54 !important; /* 稍深的蓝色 */
    }

/* 滚动条美化 */
.tdb-tab-content::-webkit-scrollbar {
    width: 6px !important;
}

.tdb-tab-content::-webkit-scrollbar-track {
    background: #E6E8EF !important;
}

.tdb-tab-content::-webkit-scrollbar-thumb {
    background: #CCCCCC !important;
    border-radius: 3px !important;
}

    .tdb-tab-content::-webkit-scrollbar-thumb:hover {
        background: #AAAAAA !important;
    }





.tdb-industry-down-category {
    width: 20%;
}

.tdb-category-down-title {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000E3B !important;
    padding-left: 8px !important;
    display: flex;
    align-items: center;
    font-family: 'MirFont_SiYuan_Medium';
    font-size: 16px;
    color: #044093 !important;
    /*cursor: pointer;*/
}

/* 行业分类结构样式 */
.tdb-industry-categories {
    display: flex !important;
    row-gap: 1.25rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.tdb-industry-category {
    width: 24%;
    padding-bottom: 15px !important;
}

.tdb-category-title {
    font-size: 15px !important;
    font-weight: bold !important;
    color: #000E3B !important;
    padding: 5px 0 !important;
    margin-bottom: 10px !important;
    padding-left: 8px !important;
    display: flex;
    align-items: center;
    font-family: 'MirFont_SiYuan_Medium';
    font-size: 16px;
    color: #044093 !important;
    /*cursor: pointer;*/
}

.tdb-category-items {
    display: flex !important;
    flex-wrap: nowrap;
    gap: 8px 12px !important;
    padding-left: 5px !important;
    flex-direction: column;
    margin-left: 40px;
}

.tdb-category-item {
    color: #999 !important;
    text-decoration: none !important;
    font-size: 12px !important;
    transition: all 0.2s ease !important;
    line-height: 16px;
}

/*.tdb-category-item {
	display: inline-block !important;
	color: #333333 !important;
	text-decoration: none !important;
	font-size: 13px !important;
	transition: all 0.2s ease !important;
}*/

/*	.tdb-category-item:hover {
		color:#044093 !important;
		font-weight:bold !important;
	}*/

/* 隐藏项目样式 */
.tdb-category-item-hidden {
    display: none !important;
}

/* 更多提示样式 */
.tdb-category-item-more {
    color: #044093 !important;
    font-style: italic !important;
    cursor: pointer !important;
}

/* 鼠标悬停时显示隐藏项目并隐藏更多提示 */
.nav-tdb-industry-category:hover .tdb-category-item-hidden,
.tdb-industry-category:hover .tdb-category-item-hidden {
    display: inline-block !important;
}

.nav-tdb-industry-category:hover .tdb-category-item-more,
.tdb-industry-category:hover .tdb-category-item-more {
    display: none !important;
}

/* 为行业类别容器添加悬停效果 */
.nav-tdb-industry-category,
.tdb-industry-category {
    transition: all 0.3s ease;
}

.nav-tdb-industry-category:hover,
.tdb-industry-category:hover {
    background-color: rgba(4, 64, 147, 0.05);
    border-radius: 8px;
}

/* 禁用链接样式 - 用于没有权限的行业 */
.disabled-link {
    color: #999999 !important;
    cursor: not-allowed !important;
    text-decoration: none !important;
    pointer-events: none !important;
    opacity: 0.6 !important;
    transition: all 0.2s ease !important;
}

.disabled-link:hover {
    color: #999999 !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

/* 禁用链接的父容器样式 */
.tdb-category-down-title .disabled-link {
    color: #999999 !important;
    font-weight: normal !important;
}

/* 禁用链接的图标样式 */
.tdb-category-down-title .disabled-link + img,
.tdb-category-down-title img + .disabled-link {
    opacity: 0.4 !important;
}

/* 禁用链接的悬停提示 */
.disabled-link[title]:hover::after {
    content: attr(title);
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    margin-top: -30px;
    margin-left: 10px;
}

/* 重点行业禁用链接样式 */
.nav-tdb-category-title .disabled-link {
    color: #999999 !important;
    font-weight: normal !important;
}

/* 重点行业禁用链接的图标样式 */
.nav-tdb-category-title .disabled-link + img,
.nav-tdb-category-title img + .disabled-link {
    opacity: 0.4 !important;
}
