main{
    min-width: calc(var(--width) + var(--calc-value));
    background-color: #F6F8F9;
}
.container_detail{
    width: 100%;
    margin-top: 20px;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
/* 企业信息开始 */
.container_detail_top{
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}
.container_detail_top_logo{
    width: 80px;
    height: 80px;
    border-radius: 10px;
}
.container_detail_top_right{
    width: calc(100% - 80px - 69px);
    margin-left: 19px;
}
.container_detail_top_title{
    width: 100%;
    font-weight: bold;
    font-size: 22px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container_detail_top_p{
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 50px;
    font-size: 16px;
    color: #767676;
    margin-top: 22px;
}
.container_detail_top_p p span{
    color: #171717;
}
/* 企业信息结束 */
/* 联系人开始 */
.container_detail_card{
    width: 100%;
    margin-top: 30px;
}
.container_detail_card_title{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    color: #171717;
}
.container_detail_card_title .shuxian{
    width: 3px;
    height: 18px;
    background: var(--primary-color);
    margin-right: 10px;
}
.container_detail_contact_flex{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 18px 0 26px;
}
.container__contact{
    width: 406px;
    height: 314px;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgba(207,211,215,0.42);
    border-radius: 20px;
    padding: 10px 0 30px;
}
.container__contact_top{
    width: 386px;
    height: 59px;
    background: linear-gradient(90deg, #E9F0FF, #F6F8F9);
    border-radius: 10px;
    border: 1px solid linear-gradient(90deg, #E9EDF0, #EBEEF1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    margin: 0 auto;
}
.container__contact_top_name{
    width: 250px;
    font-weight: bold;
    font-size: 18px;
    color: #171717;
}
.container__contact_top_name span{
    font-size: 16px;
    font-weight: 500;
}
.container__contact_top_btn{
    width: 78px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ABB7C3;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #171717;
    cursor: pointer;
}
.container__contact_info{
    width: 366px;
    font-size: 16px;
    color: #767676;
    margin: 0 auto;
}
.container__contact_info p{
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.container__contact_info p span{
    color: #171717;
    margin-left: 8px;
}
/* 联系人结束 */
/* 合作单位开始 */
.container_detail_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    margin-top: 30px;
}
.container_detail_list_card{
    width: 620px;
    height: 77px;
    background: #FFFFFF;
    box-shadow: 0px 1px 13px 0px rgba(207,211,215,0.42);
    border-radius: 10px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.container_detail_list_card_left{
    display: flex;
    align-items: center;
}
.container_detail_list_card_logo{
    width: 45px;
    height: 45px;
    background: #F5F5F5;
    border-radius: 10px;
    overflow: hidden;
}
.container_detail_list_card_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.container_detail_list_card_name{
    width: 400px;
    font-size: 16px;
    color: #171717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 16px;
}
.container_detail_list_card_btn{
    width: 78px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #ABB7C3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #171717;
    cursor: pointer;
}
.container_detail_list_card_btn img{
    width: 16px;
    height: 6px;
    margin-left: 6px;
}
/* 合作单位结束 */
/* 人员信息开始 */
.personnel_top{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #ECECEC;
}
.personnel_top_flex{
    width: 100%;
    display: flex;
    align-items: center;
}
.personnel_name{
    font-weight: bold;
    font-size: 22px;
    color: #171717;
}
.personnel_qiye{
    display: flex;
    align-items: center;
    margin-left: 36px;
}
.personnel_qiye img{
    width: 18px;
    height: 18px;
}
.personnel_qiye span{
    font-size: 18px;
    color: #171717;
    margin-left: 5px;
}
.personnel_top_wrap{
    width: 400px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 8px;
    font-size: 16px;
    margin-top: 20px;
}
.personnel_top_wrap p{
    width: 200px;
    color: #767676;
}
.personnel_top_wrap p span{
    color: #171717;
}
/* 人员信息结束 */
/* 负责项目开始 */
.container_detail_fuze{
    width: 100%;
    margin-top: 20px;
    padding: 20px;
    background: linear-gradient(0deg, #F6F9FF, #FFFFFF);
    border-radius: 10px;
    border: 1px solid #EEF3FD;
}
.container_detail_fuze_top{
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECECEC;
}
.container_detail_fuze_p{
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 16px;
    font-size: 16px;
    margin-top: 20px;
}
.container_detail_fuze_p p{
    width: 380px;
    color: #767676;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.container_detail_fuze_p p span{
    color: #171717;
}
/* 负责项目结束 */

.ml-auto {
    margin-left:auto;
}


.projectinfo_btn_flex{
    display: flex;
    align-items: center;
    column-gap: 8px;
}
.projectinfo_btn{
    display: flex;
    align-items: center;
    column-gap: 8px;
    width: 72px;
    height: 30px;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #171717;
    transition: 0.3s;
    cursor: pointer;
}
.projectinfo_btn img{
    width: 14px;
    height: 14px;
    margin-right: 3px;
}
.projectinfo_btn:hover{
    border-color: #CDE2FF;
    background: #CDE2FF;
}



.industry_more{
    width: 108px;
    height: 38px;
    font-weight: normal;
    border-radius: 4px;
    /*border: 1px solid #ABB7C3;*/
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content:flex-end;
    cursor: pointer;
    transition: 0.3s;
    color: #5a5a5a;
}
.industry_more img{
    width: 16px;
    height: 6px;
    margin-left: 6px;
}
.industry_more:hover{
    letter-spacing: 1px;
    /*color: #5a5a5a;*/
}