main{
    min-width: calc(var(--width) + var(--calc-value));
    background-color: #F6F8F9;
}
/* 热门企业列表开始 */
.enterprise_hot{
    width: 100%;
    padding-top: 20px;
}
.enterprise_hot_title{
    font-weight: bold;
    font-size: 18px;
    color: #171717;
}
.enterprise_hot_list{
    width: 100%;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
}
.enterprise_hot_card{
    width: 640px;
    height: 77px;
    padding: 0 18px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.enterprise_hot_card_left{
    display: flex;
    align-items: center;
}
.enterprise_hot_card_logo{
    width: 45px;
    height: 45px;
    background: #F5F5F5;
    border-radius: 10px;
}
.enterprise_hot_card_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px;
}
.enterprise_hot_card_name{
    width: 390px;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 16px;
}
.enterprise_hot_card_right{
    width: calc(100% - 45px - 390px - 16px - 16px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #171717;
}
/* 热门企业列表结束 */
/* 搜索结果列表开始 */
/* 查企业开始 */
.enterprise_result{
    width: 100%;
    padding-top: 20px;
}
.enterprise_result_table{
    width: 100%;
    padding: 17px 20px 0px;
    border-radius: 10px;
    background-color: #FFFFFF;
}
.table_row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 0;
    border-bottom: 1px solid #E9E9E9;
}
.table_th{
    border-bottom: none;
}
.table_td:nth-last-child(1){
    border-bottom: none;
}
.table_row .th_1_1{
    width: 80px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_1_2{
    width: 310px;
    font-size: 16px;
    color: #171717;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_1_3{
    width: 150px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_1_4{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_1_5{
    width: 100px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_1_6{
    width: 80px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_1_7{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_1_8{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_1_9{
    width: 78px;
}
.td_area{
    width: fit-content;
    height: 26px;
    padding: 0 10px;
    background: var(--primary-color);
    border-radius: 6px;
    line-height: 26px;
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    margin: 0 auto;
}
.td_btn{
    width: 100%;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ABB7C3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #171717;
    cursor: pointer;
}
.td_btn img{
    width: 16px;
    height: 6px;
    margin-left: 7px;
}
/* 查企业结束 */
/* 查人员开始 */
.table_row .th_2_1{
    width: 80px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_2_2{
    width: 100px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_2_3{
    width: 60px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_2_4{
    width: 200px;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_2_5{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_2_6{
    width: 100px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_2_7{
    width: 100px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_2_8{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_2_9{
    width: 110px;
    color: #171717;
    text-align: center;
}
.table_row .th_2_10{
    width: 78px;
}
/* 查人员结束 */
/* 查项目开始 */
.table_row .th_3_1{
    width: 80px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_3_2{
    width: 220px;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_3_3{
    width: 220px;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_3_4{
    width: 160px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_3_5{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
}
.table_row .th_3_6{
    width: 110px;
    font-size: 16px;
    color: #171717;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.table_row .th_3_7{
    width: 78px;
}
/* 查项目结束 */
.fenye{
    justify-content: center;
}
.fenye_qianwang{
    margin-left: 70px;
}
/* 搜索结果列表结束 */