.job_fairs_body{
    width: 1200px;
    min-height: 100vh;
    margin: 0 auto;
    background-color: #fff;
}
.job_fairs_banner{
    width: 1200px;
    height: 281px;
    background-image: url('./img/1.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.job_fairs_banner_text_box{
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: bolder;
    font-size: 22px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.job_fairs_banner_text{
    margin-bottom: 40px;
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.job_fairs_banner_text_b{
    font-size: 16px;
    font-weight: normal;
}

.job_fairs_detail_title{
    padding: 25px 30px 15px 30px;
    width: 1140px;
    height: 93px;
    display: flex;
    justify-content: space-between;
}
.job_fairs_title_message{
    width: 56%;
}
.job_fairs_title_message h5 {
    font-size: 22px;
    color: #383838;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 400;
    width: 685px;
    display: inline-block;
}
.job_fairs_title_message_items{
    display: flex;
    width: 100%;
    text-align: center;
    height: 50px;
    margin-top: 10px;
}
.job_fairs_title_message_items .once{
    border-left: 0px;
    margin-left: 0px;
    padding-left: 0px;
}
.job_fairs_title_message_item{
    margin-left: 30px;
    padding-left: 30px;
    border-left: 1px solid #eee;
}
.job_fairs_title_message_item .span1{
    color: #2575D2;
    font-size: 18px;
    vertical-align: top;
    font-weight: bolder;
}
.job_fairs_title_message_item .span2{
    font-size: 12px;
    color: #7F7F7F;
}

.job_fairs_title_share_link .img_box{
    text-align: right;
}
.job_fairs_title_share_link .img_box img{
    width: 80px;
    margin-top: -15px;
}
.job_fairs_title_share_link .spans{
    display: flex;
    color: #666;
    line-height: 33px;
}
.job_fairs_title_share_link .span1{
    margin-left: 15px
}
.job_fairs_title_share_link .span2{
    margin-left: 15px
}
.job_fairs_title_share_link .span2 span{
    margin-right: 10px;
}
.job_fairs_title_share_link .span2 img{
    width: 20px;
    margin-bottom: -3px;
    cursor: pointer;
}

.job_fairs_common_view_tips{
    background-color: #f8f7f5;
    padding: 10px 0;
    width: 100%;
}
.job_fairs_warning{
    height: 32px;
    line-height: 32px;
    width: 100%;
    border-color: #FFE58F;
    background-color: #FFFBE6;
    color: #222;
    font-size: 14px;
}
.job_fairs_warning img {
    width: 16px;
    margin-bottom: -3px;
    margin-right: 5px;
    margin-left: 15px;
}

.job_fairs_details_list{
    padding: 20px 30px;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.job_fairs_details_list .item{
    width: 50%;
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}

.job_fairs_details_list .item span{
    color: #333333;
    margin-left: 5px;
}

.job_fairs_details_mge{
    padding: 20px 30px;
}
.job_fairs_mge_title{
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    font-weight: bolder;
}

.job_fairs_details_mge .contor{
    overflow: hidden;
    margin-bottom: 10px;
    height: 144px;
}
.job_fairs_details_mge .contor1{
    height: auto;
    margin-bottom: 10px;
}
.job_fairs_shrink{
    text-align: center;
    color: #409eff;
    cursor: pointer;
}
.job_fairs_jt{
    margin-bottom: 0px;
    width: 20px;
}

.job_fairs_query_container{

}
.job_fairs_table {
    width: 100%;
    border-collapse: collapse; /* 合并单元格边框 */
    color: #606266;
    font-size: 14px;
}
.job_fairs_th,
.job_fairs_td {
    border: 1px solid #ebeef5; /* 添加边框 */
    padding: 8px;
    text-align: left;
}
.job_fairs_th {
    background-color: #f5f7fa; /* 设置表头背景色 */
    font-weight: bold;
}
.job_fairs_active_color{
    color: #3476a8;
    cursor: pointer;
}

.job_fairs_btn_remove{
    display: none;
}

.job_fairs_booking_registration_form{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.job_fairs_booking_registration_form_item{
    display: flex;
    width: 49%;
    border: 1px solid #EEEEEE;
    margin-bottom: -1px;
    height: 45px;
    line-height: 45px;
}
.job_fairs_booking_registration_form_left{
    width: 24%;
    background-color: #F7F7F7;
    padding-left: 5px;
}
.job_fairs_booking_registration_form_right{
    width: 73%;
    padding-left: 5px; 
}