main{
    min-width: calc(var(--width) + var(--calc-value));
    background-color: #F6F8F9;
}
/* 项目类型切换开始 */
.project_type{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 30px;
}
.project_type_tab{
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 18px;
    color: #171717;
    transition: 0.3s;
    cursor: pointer;
}
.project_type_tab .xian{
    width: 1px;
    height: 2px;
    background: transparent;
    margin-top: 16px;
    transition: 0.3s;
}
.project_type_tab:hover{
    color: var(--primary-color);
}
.project_type_tab:hover .xian{
    width: 88%;
    background: var(--primary-color);
}
.project_type_tab_active{
    color: var(--primary-color);
}
.project_type_tab_active .xian{
    width: 88%;
    background: var(--primary-color);
}
/* 项目类型切换结束 */
/* 筛选条件开始 */
.select{
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgba(207,211,215,0.42);
    border-radius: 10px;
    padding: 3px 16px 26px 3px;
    margin-top: 15px;
}
.select_flex{
    width: 100%;
    display: flex;
}
.select_title{
    width: 139px;
    min-height: 52px;
    background: #F6F8FA;
    font-size: 18px;
    color: #171717;
    line-height: 52px;
    text-align: center;
}
.select_flex:nth-child(1) .select_title{
    border-radius: 10px 0 0 0;
}
.select_right{
    width: calc(100% - 139px - 36px);
    margin-left: 36px;
    display: flex;
    padding-top: 12px;
}
.select_list{
    width: calc(100% - 90px - 26px);
    height: 32px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    overflow: hidden;
}
.select_type{
    width: fit-content;
    padding: 0 19px;
    height: 32px;
    line-height: 32px;
    background: #F6F8FA;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.select_type:hover{
    background: #EBF4FF;
    color: var(--primary-color);
}
.select_type_active{
    background: #EBF4FF;
    color: var(--primary-color);
}
.select_expand{
    width: 90px;
    height: 37px;
    background: #F6F8FA;
    border-radius: 5px;
    margin-left: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #171717;
    cursor: pointer;
}
.select_expand img{
    width: 14px;
    height: 14px;
    margin-left: 10px;
    transition: 0.3s;
}
.select_list_dingyue{
    width: calc(100% - 90px - 26px - 30px - 10px);
}
.select_dingyue{
    width: 130px;
    height: 37px;
    background: #F6F8FA;
    border-radius: 5px;
    margin-left: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #171717;
    cursor: pointer;
}
.select_dingyue img{
    width: 15px;
    height: 18px;
    margin-right: 10px;
}
.select_list_active .select_list{
    height: auto;
}
.select_list_active .select_expand img{
    transform: rotate(180deg);
}
.select_list_time{
    width: calc(100% - 610px - 10px);
}
.customize{
    margin-left: 10px;
    display: flex;
    align-items: center;
}
.customize_title{
    font-size: 16px;
    color: #171717;
}
.customize_flex{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.customize_input{
    position: relative;
}
.customize_input input{
    width: 172px;
    height: 32px;
    line-height: 33px;
    background: #F6F8FA;
    border-radius: 5px;
    border: none;
    color: #171717;
    font-size: 16px;
    padding-right: 11px;
}
.customize_input .rili{
    width: 16px;
    height: 16px;
    position: absolute;
    right: 11px;
    top: 8px;
}
.customize_hengxian{
    font-size: 18px;
    color: #171717;
    margin: 0 12px;
}
.customize_input_year input{
    width: 110px;
    margin-left: 12px;
}
.customize_input_year .jiantou{
    width: 11px;
    height: 6px;
    position: absolute;
    right: 11px;
    top: 13px;
}
.search{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.search_title{
    font-size: 18px;
    color: #171717;
    padding: 0 20px 0 33px;
}
.search_flex{
    width: 360px;
    height: 45px;
    background: #F6F8FA;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 23px;
}
.search_flex img{
    width: 19px;
    height: 18px;
}
.search_flex input{
    width: calc(100% - 19px - 15px);
    font-size: 16px;
    color: #171717;
    margin-left: 15px;
}
.search_btn1{
    width: 120px;
    height: 45px;
    border-radius: 8px;
    background-color: var(--primary-color);
    color: #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.search_btn2{
    width: 120px;
    height: 45px;
    border-radius: 8px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.search_btn1:hover{
    letter-spacing: 2px;
}
.search_btn2:hover{
    letter-spacing: 2px;
}
/* 筛选条件结束 */
.container_left{
    width: 892px;
    float: left;
    margin-top: 34px;
}
.container_right{
    width: 389px;
    float: right;
    margin-top: 34px;
}
/* 面包屑导航开始 */
.breadcrumb{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.breadcrumb_flex{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #767676;
}
.breadcrumb_zhuye{
    display: flex;
    align-items: center;
}
.breadcrumb_zhuye img{
    width: 20px;
    margin-right: 12px;
}
.breadcrumb_a{
    transition: 0.3s;
}
.breadcrumb_zhuye:hover{
    color: var(--primary-color)
}
.breadcrumb_a:hover{
    color: var(--primary-color)
}
.breadcrumb_a:nth-last-child(1){
    color: var(--primary-color);
}
.breadcrumb_btn{
    width: 130px;
    height: 42px;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: var(--primary-color);
    cursor: pointer;
    transition: 0.3s;
}
.breadcrumb_btn img{
    width: 18px;
    height: 19px;
    margin-right: 10px;
}
.breadcrumb_btn:hover{
    letter-spacing: 2px;
    border: 1px solid var(--primary-color);
}
/* 面包屑导航结束 */
/* 项目列表开始 */
.project_list{
    width: 100%;
    padding: 25px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: 21px;
}
.project_row{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.project_th{
    padding-bottom: 15px;
}
.project_td{
    padding: 20px 0;
    border-bottom: 1px solid #E9E9E9;
    cursor: default;
}
.project_row img{
    width: 20px;
    height: 20px;
}
.project_row .p1{
    width: 454px;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s;
}
.project_row .p2{
    width: 100px;
    text-align: center;
}
.project_row .p2{
    font-size: 16px;
    width: 100px;
    text-align: center;
}
.project_row .p3{
    font-size: 16px;
    width: 100px;
    text-align: center;
}
.project_row .p2_block{
    width: fit-content;
    height: 26px;
    padding: 0 11px;
    line-height: 26px;
    text-align: center;
    margin: 0 auto;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 14px;
    color: #FFFFFF;
}
.project_row .p3_block{
    width: 88px;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    background: linear-gradient(90deg, #FFA46D, #FF6A19);
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}
.project_row .p4{
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 16px;
    color: #171717;
}
/* 项目列表结束 */
/* 广告开始 */
.ad_img{
    width: 100%;
    height: 239px;
    border-radius: 10px;
}
.ad_img img{
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
/* 广告结束 */
/* 行业研究院开始 */
.research{
    width: 100%;
    /*height: 474px;*/
    padding: 0 9px 9px;
    position: relative;
    margin-top: 12px;
}
.research .research_bj{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
}
.research .research_top{
    width: 100%;
    padding: 22px 9px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.research .research_top_title{
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
}
.research .research_top_more{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.research .research_top_more img{
    width: 16px;
    height: 6px;
    margin-left: 9px;
}
.research .research_list{
    width: 100%;
    /*width: 370px;*/
    /*height: 398px;*/
    margin-top: 18px;
    padding: 9px;
    border-radius: 10px;
    background: linear-gradient(#E6F5FF, #E1F3FF);
    position: relative;
    overflow-y: auto;
}
.research .research_card{
    display: inline-block;
    width: 100%;
    padding: 12px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #171717;
    transition: 0.3s;
    cursor: pointer;
}
.research .research_card span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.research .research_card:nth-last-child(1){
    margin-bottom: 0;
}
.research .research_card:hover{
    color: var(--primary-color);
}
/* 行业研究院结束 */
/* 企业数据库开始 */
.database{
    width: 100%;
    height: 308px;
    margin-top: 12px;
    position: relative;
}
.database_bj{
    width: 100%;
    height: 100%;
    position: absolute;
}
.database_title{
    width: 369px;
    margin: 0 auto;
    padding-top: 25px;
    font-weight: 800;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
}
.database_detail{
    width: 369px;
    height: 227px;
    margin: 22px auto 0;
    padding: 19px 15px;
    font-size: 14px;
    color: #435368;
    line-height: 24px;
    position: relative;
    overflow-y: auto;
}
.database_btn{
    width: 184px;
    height: 45px;
    background: linear-gradient(90deg, #E8D09C, #F7E6C7);
    border-radius: 22px;
    margin: 22px auto 0;
    text-align: center;
    line-height: 45px;
    font-weight: 800;
    font-size: 16px;
    color: rgba(72,61,32, 0.8);
    cursor: pointer;
    transition: 0.3s;
}
.database_btn:hover{
    color: rgba(72,61,32, 1);
    letter-spacing: 2px;
}
/* 企业数据库结束 */
/* 项目汇总开始 */
.huiyi{
    background-color: #4B98FF;
}
.huiyi .card_top_title{
    color: #FFFFFF;
}
.huiyi .card_top_more{
    color: #FFFFFF;
}
.card{
    width: 100%;
    padding: 0 9px 9px;
    margin-top: 12px;
    border-radius: 10px;
}
.card_top{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
}
.card_top_title{
    font-weight: bold;
    font-size: 18px;
    color: #171717;
}
.card_top_more{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #171717;
    cursor: pointer;
}
.card_top_more img{
    width: 16px;
    height: 6px;
    margin-left: 9px;
}
.card_list{
    width: 100%;
    padding: 9px;
    border-radius: 10px;
    background: linear-gradient(#E6F0FF, #E1EEFF);
    margin-top: 19px;
}
.card_list_p{
    display: block;
    width: 354px;
    /*height: 49px;*/
    background: #FFFFFF;
    border-radius: 10px;
    padding: 12px;
    font-size: 16px;
    color: #171717;
    /*line-height: 49px;*/
    margin-top: 9px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: 0.3s;
}
.card_list_p:nth-child(1){
    margin-top: 0;
}
.card_list_p:hover{
    color: var(--primary-color);
}
.huizong{
    background-color: #95C2FF;
}
/* 项目汇总结束 */
/* 个性化推荐开始 */
.tuijian{
    background-color: #CDE2FF;
}
/* 个性化推荐结束 */
/* 订阅词弹窗开始 */
.subscribe_popup{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
}
.subscribe_popup_bj{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(0px); /* 确保没有模糊效果 */
    -webkit-backdrop-filter: blur(0px); /* 兼容Safari浏览器 */
}
.subscribe_popup_white{
    width: 787px;
    background: #FFFFFF;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 34px 60px;
    animation: scaleUp 0.5s ease-in-out forwards; /* 应用动画 */
}
/* 定义动画 */
@keyframes scaleUp {
    0% {
        transform: translate(-50%, -50%) scale(0.3); /* 初始状态：缩小到0 */
        opacity: 0;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.3); /* 结束状态：正常大小 */
    }
    100% {
        transform: translate(-50%, -50%) scale(1); /* 结束状态：正常大小 */
        opacity: 1;
    }
}
.subscribe_popup_title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    color: #171717;
}
.subscribe_popup_title img{
    width: 19px;
    height: 19px;
    position: absolute;
    right: 26px;
    cursor: pointer;
    transition: 0.3s;
}
.subscribe_popup_title img:hover{
    transform: rotate(180deg) scale(1.2);
}
.subscribe_popup_type{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 50px 0 23px;
    position: relative;
}
.subscribe_popup_xian{
    width: 3px;
    height: 17px;
    background: var(--primary-color);
}
.subscribe_popup_type .span1{
    font-weight: bold;
    font-size: 18px;
    color: #171717;
    margin-left: 10px;
}
.subscribe_popup_type .span2{
    font-size: 16px;
    color: #767676;
    margin-left: 20px;
}
.subscribe_popup_type .span2 span{
    color: var(--primary-color);
}
.huanyihuan{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #171717;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.huanyihuan img{
    width: 15px;
    margin-right: 8px;
    transition: 0.3s;
}
.huanyihuan:hover img{
    transform: rotate(180deg);
}
.subscribe_popup_flex1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subscribe_popup_input{
    width: 535px;
    height: 44px;
    background: rgba(251,190,103,0);
    border-radius: 6px;
    border: 1px solid #EDEDED;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}
.subscribe_popup_input input{
    width: 490px;
    font-size: 14px;
    color: #171717;
}
.subscribe_popup_input span{
    font-size: 14px;
    color: #767676;
}
.subscribe_popup_add{
    width: 115px;
    height: 44px;
    background: var(--primary-color);
    border-radius: 6px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
}
.subscribe_popup_flex2{
    width: 100%;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.subscribe_popup_block{
    width: fit-content;
    height: 34px;
    padding: 0 12px;
    border-radius: 6px;
    border: 1px solid #EDEDED;
    font-size: 14px;
    color: #767676;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.subscribe_popup_block img{
    width: 11px;
    height: 11px;
    margin-left: 8px;
}
.subscribe_popup_btn{
    width: 335px;
    height: 55px;
    background: #1778FB;
    border-radius: 6px;
    margin: 50px auto 0;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
}
/* 订阅词弹窗结束 */