
/*左侧搜索条件*/
.home_shuffling_box{
    padding: 0 0 20px 0;
}
.home_shuffling_left{
    width: 220px;
    height: 434px;
    border-radius: 6px;
}
    /*搜索*/
.job-menu {
    background:white;
    z-index: 10;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.job-menu:hover{
    border-right:1px solid #dedede;
}
.job_text_a{
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 152px;
    color: #333333;
    font-size: 15px;
}
.job_text_a:hover{
    color: #333333;
}
.job-menu dl:hover{
    color: #333333;
}
.job-menu dl .layui-icon-right:hover{
    color: #333333;
}
.job-menu dl{
    background: white;
    /*border-radius: 6px;*/
}
.job-menu dd {
    padding: 6px 12px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.job-menu .menu-line {
    display: none;
}
.menu-sub {
    display: none;
    position: absolute;
    background: #fff;
    /*padding: 10px 20px;*/
    padding: 0 20px;
    width: 604px;
    min-height: 432px;
    top: -1px;
    left: 101%;
    z-index: 1;
    margin-top: -2px;
    border: 1px solid #dedede;
    border-left: none;
    /*border-radius:6px;*/
}
.menu_children_box{
    margin: 10px 0;
}
.menu-sub .menu-article {
    font-size: 14px;
    font-weight: 600;
}
.menu-article .menu_line_div{
    width: 4px;
    background: #febe10;
    height:12px;
    border-radius: 6px;
}
.menu-article .menu_line_text{
    flex: 1;
    color: #333333;
    margin-left:8px;
    font-size: 15px;
}
.menu-sub .li_text {
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-break: break-word;
    word-wrap: break-word;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
}
.menu-sub .li_text a {
    line-height: 28px;
    margin-right: 28px;
    color: #666666;
    font-size: 14px;
    white-space: nowrap;
}
.menu-sub .li_text a:hover{
    color: #febe10 !important;
}
.job-menu dl.change_currIndex {
    /*border: 1px solid #dedede;*/
    /*border-right:  1px solid white;*/
    position: relative;
    width: 100%;
    z-index: 100;
    height:34px;
    background:#febe10;
    color: #333333;
}
.job-menu dl.change_currIndex .menu-sub a:hover{
    color: #333333;
}
/*首页轮播图*/
.home_shuffling_middle{
    width: 630px;
    height: 434px;
}
.carousel-content_box{
    width: 100%;
    height: 344px;
}
.carousel-content_box .layui-carousel{
    width: 100% !important;
    height: 322px !important;
}
.carousel-content_box img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
/*优质企业优质人才*/
.home_quality{
    width: 570px;
    height: 92px;
    background: white;
    margin-top: -3px;
    border-radius: 6px;
    padding: 0 30px;
}
.quality_img{
    width: 100%;
}
.quality_text{
    margin-left: 10px;
}
.quality_text span{
    font-size: 20px;
    font-weight: 600;
    color: #333333;
}
.quality_text span:hover{
    color: #febe10;
}
.quality_text p{
    margin-top:2px;
    color: #666666;
    font-size: 12px;
}
.quality_line_box_solid{
    height: 20px;
    width: 1px;
    background: #e3e3e3;
    margin-left: 36px;
}
.quality_line_box_solid_two{
    height: 20px;
    width: 1px;
    background: #e3e3e3;
    margin-left: 32px;
}
/*右侧登录*/
.home_shuffling_right{
    width: 290px;
    height: 434px;
    background:white;
    border-radius:6px;
}
.shuffling_right_box{
    padding: 0 18px;
    margin-top: 14px;
}
/*扫码登录*/
.pitch_box_content{
    width: 100%;
    height: 246px;
}
.pitch_box_content .layui-tab-content{
    /*padding-top: 16px;*/
    padding-bottom: 0;
}
.pitch_box_content .layui-tab-card{
    border: none;
    box-shadow:initial;
}
.pitch_box_content .layui-tab{
    margin: 0;
}
.pitch_box_content .layui-tab-title .layui-this:after{
    border: none;
    box-shadow:initial;
}
.pitch_box_content .layui-tab-card>.layui-tab-title{
    background: white;
}
.pitch_box_content .layui-tab-card>.layui-tab-title li{
    margin: 0;
}
.pitch_box_content .layui-tab-title{
    height: 36px;
    line-height: 36px;
    border: none;
}
.pitch_box_content .layui-tab-title li{
    width: 78px;
    height: 30px;
    line-height: 30px;
    border: solid 1px #e3e3e3;
    padding: 0 20px;
    border-radius: 4px;
    color: #666666;
    position: relative;
}
.pitch_box_content .pitch_li_icon{
    position: absolute;
    bottom: -20px;
    left: 52px;
    color: #febe10;
    font-size: 20px;
}
.pitch_box_content .layui-tab-title .layui-this:after{
    height: 30px;
}
.pitch_box_content .layui-tab-title .layui-this{
    border: 1px solid #febe10;
    background:#febe10;
    color:#000000;
}
.pitch_cord_img{
    margin: 0 auto;
    /*margin-top:8px;*/
    width: 140px;
    height:140px;
    border-radius: 4px;
    border: 6px solid rgba(250,190, 16, 0.2);
    /*box-shadow: 0px 0px 4px 4px*/
    /*rgba(214, 190, 16, 0.2);*/
}
.pitch_cord_img img{
    width: 140px;
    height:140px;
}
.pitch_cord_text{
    margin-top: 8px;
    /*margin-bottom: 10px;*/
    text-align: center;
}
/*登录成功后展示*/
.pitch_login_successful{
    width: 100%;
    height: 246px;
    position: relative;
}
.logo_img_portrait{
    width: 46px;
    height: 46px;
}
.logo_img_portrait img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.logo_name_text{
    margin-left: 8px;
}
.logo_img_box .logo_img_name{
    width: 140px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}
.logo_img_box p{
    margin-top: 2px;
    color: #999999;
    font-size: 14px;
}
.logo_angle_box{
    background-image: url(../../images/common/angle.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 72px;
    height: 72px;
    position: absolute;
    right: -22px;
    top: -6px;
    color: #000000;
    font-size: 16px;
    line-height: 66px;
    text-align: center;
}
.column_top_content{
    padding:16px 16px 0 16px;
}
.column_top_list{
    text-align: center;
}
.column_top_list a{
    display: block;
}
.column_top_list a:hover{
    color: #febe10;
}
.column_top_list p{
    display: block;
    font-size: 24px;
    color: #febe10;
}
.column_top_list div{
    margin-top: 2px;
}
.logo_btn_content{
    margin-top: 20px;
}
.logo_btn_job{
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background:#febe10;
}
.logo_btn_job a{
    color: #000000;
}
.logo_btn_job a:hover{
    color: #000000;
}
.logo_btn_exit{
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #febe10;
    border-radius: 4px;
}
.logo_btn_exit a{
    color: #febe10;
}
.logo_btn_exit a:hover{
    color: #febe10;
}
/*快聘头条*/
.home_headline{
    width: 258px;
    /*height: 162px;*/
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 4px
    rgba(212, 212, 212, 0.2);
    border-radius: 6px;
    margin-top: -6px;
}
.headline_content{
    padding:8px 12px 12px 12px;
}
.headline_topBox{
    border-bottom: 1px solid #eeeeee;
    height: 38px;
    line-height: 38px;
}
.headline_tips{
    font-size: 16px;
    font-weight: 600;
}
.headline_more a{
    color: #666666;
    font-size: 14px;
}
.headline_more a:hover{
    color: #febe10;
}
.headline_li{
    padding: 4px 0;
}
.headline_li div{
    width:6px;
    height:6px;
    border-radius:12px;
    background: #a3a3a3;
}
.headline_li p{
    width: 226px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 6px;
    font-size: 14px;
}
.headline_li a:hover{
    color: #febe10;
}
/*为您推荐样式*/
.home_recommend{
    padding-bottom: 10px;
}
    /*推荐标题样式*/
.recommend_title_box{
    width: 480px;
    height: 50px;
    margin:10px auto;
}
.recommend_line{
    width: 140px;
    height: 1px;
    background: #dedede;
}
.recommend_tips{
    font-size: 22px;
    font-weight: 600;
}
.recommend_tips div{
    width: 5px;
    height: 4.95px;
    border-radius:5px;
    background: #febe10;
    margin:0 10px;
}
.tips_one{
    color: #585858;
}
.tips_two{
    color: #febe10;
}
/*推荐tab切换*/
.recommend_Tab_list{
    padding-bottom: 18px;
}
.recommend_Tab_box .layui-tab{
    margin: 0;
}
.recommend_Tab_box .layui-tab-content{
    padding: 18px 0;
}
.recommend_tab_top{
    height: 50px;
    background: white;
    border-radius: 6px;
}
.recommend_tab_top .layui-tab-title .layui-this:after{
    left: 38px;
    top: 40px;
    width: 16px;
    height: 4px;
    background-color: #febe10;
    transition: all .2s;
    -webkit-transition: all .2s;
    border-width: 0;
    border-style:initial;
    border-bottom-color: #fff;
    box-sizing:initial;
    pointer-events:none;
    content: "";
    position: absolute;
    border-radius: 4px;
}
.recommend_tab_top .layui-tab-title li{
    line-height: 50px;
    color: #333333;
    font-size: 16px;
    font-weight: 600;
}
.recommend_tab_top .layui-tab-title .layui-this {
    color: #febe10;
}
.recommend_tab_top .layui-tab-title{
    height: 50px;
    border-bottom-width:0;
}
/*无数据*/
.recommend_no_data{
    background: white;
    border-radius:6px;
}
.recommend_img{
    padding: 40px 0 26px 0;
    text-align: center;
}
.recommend_img p{
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
}
/*个人信息展示*/
.recommend_tab_right{
    padding-right: 18px;
}
.recommend_right_img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
}
.recommend_right_img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.recommend_right_text{
    font-size: 14px;
}
/*卡片展示数据循环*/
.circulation_data_ul{
    flex-wrap: wrap;
}
.circulation_data_li:first-child {
    margin-left: 0 !important;
}
.circulation_data_li:nth-child(4){
    margin-left: 0 !important;
}
.circulation_data_li:nth-child(7){
    margin-left: 0 !important;
}
.circulation_data_li:nth-child(10){
    margin-left: 0 !important;
}
.circulation_data_li{
    width: 378px;
    /*height: 172px;*/
    background: white;
    margin-bottom: 18px;
    margin-left: 18px;
    border-radius: 6px;
}
.circulation_data_li:hover{
    box-shadow: 0px 10px 8px 0px rgba(200,200,200,0.1);
    /*box-shadow: 0px 10px 8px 0px rgb(111 116 132 / 10%);*/
    /*transform: scale(1.05);*/
    transform: translateY(-5px);
}
.circulation_data_content{
    width: 100%;
    padding: 16px;
}
.circulation_data_title{
    font-size: 16px;
}
.circulation_data_title p{
    width: 262px;
    color: #333333;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.circulation_data_title p img{*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*margin-right: 6px;*/
    /*vertical-align: text-bottom;*/
/*}*/
.circulation_data_title p:hover{
    color: #febe10;
}
.circulation_data_title div{
    color: #ff422e;
}
.circulation_height{
    height: 76px;
}
.circulation_message{
    font-size: 14px;
    color: #7b7b7b;
    margin-top: 10px;
}
.circulation_message img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-bottom: 2px;
    /*vertical-align: text-bottom;*/
}
/*职位标签展示*/
.position_welfare_box{
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    flex-wrap: nowrap;
    padding: 8px 0;
}
.position_welfare_box_two{
    padding: 0;
    margin-top: 5px;
}
.position_welfare_box li:first-child {
    margin-left: 0 !important;
}
.position_welfare_box li {
    color: #7b7b7b;
    font-size: 12px;
    text-align: center;
    padding:5px 8px;
    background-color: #f8f8f8;
    border-radius: 4px;
    margin-left:6px;
    white-space: nowrap;
}
/*公司信息*/
.circulation_line{
    width: 100%;
    height: 1px;
    background:#ededed;
    margin-top: 6px;
    margin-bottom: 14px;
}
.company_img{
    width: 26px;
    height: 26px;
    border-radius: 6px;
    position: relative;
}
.company_img img{
    width:100%;
    height:100%;
    border-radius: 6px;
}
.company_name_text{
    flex: 1;
    width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 8px;
    color: #7b7b7b;
    font-size: 14px;
}
.company_time{
    font-size: 14px;
    color: #7b7b7b;
}
/*查看更多*/
.circulation_more_btn{
    width: 300px;
    height: 44px;
    background: white;
    text-align: center;
    line-height: 44px;
    margin: 0 auto;
    margin-top: 8px;
    border: solid 1px #febe10;
    font-size: 18px;
}
.circulation_more_btn a{
    display: block;
    color: #febe10;
}
.circulation_more_btn:hover{
    background:#febe10;
}
.circulation_more_btn a:hover{
    color: white;
    /*text-decoration: underline;*/
}
/*优质企业广告图*/
.quality_data_ul{
    flex-wrap: wrap;
}
.quality_data_li:first-child {
    margin-left: 0 !important;
}
.quality_data_li:nth-child(5){
    margin-left: 0 !important;
}
.quality_data_li{
    width: 278px;
    height: 164px;
    margin-left: 18px;
    margin-bottom: 18px;
}
.quality_data_li img{
    width: 100%;
    height: 164px;
    border-radius: 6px;
}
/*名企推荐*/
.quality_data_li_high{
    width: 376px;
    height: 214px;
    margin-left: 18px;
    margin-bottom: 18px;
    position: relative;
}
.quality_data_li_high:first-child {
    margin-left: 0 !important;
}
.quality_data_li_high:nth-child(4){
    margin-left: 0 !important;
}
.quality_data_li_high:nth-child(7){
    margin-left: 0 !important;
}
.quality_data_li_high:nth-child(10){
    margin-left: 0 !important;
}
.quality_data_li_high:nth-child(13){
    margin-left: 0 !important;
}
.quality_data_li_high:nth-child(16){
    margin-left: 0 !important;
}
.quality_data_li_high:nth-child(19){
    margin-left: 0 !important;
}
.quality_data_li_high .curr_recruitImg{
    width: 100%;
    height: 140px;
    border-radius: 6px;
}
.quality_data_li_high:hover{
    box-shadow: 0px 10px 8px 0px rgba(200,200,200,0.1);
    /*box-shadow: 0px 10px 8px 0px rgb(111 116 132 / 10%);*/
    /*transform: scale(1.05);*/
    transform: translateY(-5px);
}
.recruit_tips_content{
    position: absolute;
    bottom:74px;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 4px;
    padding: 0 5px;
    height:22px;
    color:white;
    font-size: 13px;
}
.recruit_tips_content img {
    width:16px;
    height:10px;
    vertical-align: middle;
}
.recruit_ll_num{
    margin-left: 4px;
}
.recruit_company_bb_box{
    background: white;
    border-radius: 0 0 6px 6px;
    padding:10px 6px;
}
.recruit_company_bb{

}
.company_bb_top img{
    width: 22px;
    height: 22px;
    border-radius:3px;
    vertical-align: middle;
}
.well_bloggers_textBox{
    width: 252px;
    margin-left:6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company_bb_bottom{
    font-size:12px;
    color: #9f9f9f;
    margin-top: 4px;
}
/*公司信息展示*/
.quality_text_ul{
    flex-wrap: wrap;
}
.quality_text_li:first-child {
    margin-left: 0 !important;
}
.quality_text_li:nth-child(5){
    margin-left: 0 !important;
}
.quality_text_li:nth-child(9){
    margin-left: 0 !important;
}
.quality_text_li{
    width: 278px;
    height: 252px;
    margin-left: 18px;
    margin-bottom: 18px;
    background: white;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.quality_text_li .quality_text_li_a{
    display:inline-block;
    width: 100%;
    height: 100%;
}
/*公司头像*/
.quality_firm_img{
    width: 58px;
    height: 58px;
    border:1px  solid  #e7e7e7;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
    border-radius: 6px;
    position: relative;
}
.quality_firm_img img{
    width: 58px;
    height: 58px;
    border-radius: 4px;
}
/*公司信息展示*/
.quality_text_box{
    width: 230px;
    text-align: center;
    padding: 0 24px;
}
.quality_text_name{
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
}
.quality_text_address{
    color: #7b7b7b;
    font-size: 15px;
    margin-bottom: 22px;
}
.quality_text_num{
    width: 136px;
    height: 34px;
    background-color: #f8f8f8;
    border-radius:4px;
    margin: 0 auto;
    line-height: 34px;
}
.quality_text_num p{
    color: #7b7b7b;
    font-size: 14px;
}
.quality_text_num p span{
    color: #febe10;
    font-weight: 600;
}
/*信息遮盖层*/
.quality_cover_box{
    width: 284px;
    height: 172px;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    color: #fff;
    line-height:24px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.quality_text_li:hover .quality_cover_box{
    top:92px;
}
.quality_cover_list{
    padding:0 12px;
}
.quality_cover_nameBox{
    width: 188px;
}
 .quality_cover_radio{
    display: inline-block;
    width: 5px;
    height: 4.95px;
    border-radius: 5px;
    background:white;
}
.quality_cover_name{
    margin-left: 6px;
    margin-top: 6px;
    color: white;
    font-size: 15px;
    cursor: pointer;
}
.quality_cover_name:hover{
    color: #febe10;
}
.quality_cover_picker{
    color: white;
    font-size: 14px;
    margin-top: 4px;
}
/*本地企业*/
.teamwork_box{
   padding-top: 38px;
    background: white;
}
.teamwork_list{
    margin: 0 auto;
    text-align: center;
}
.teamwork_text{
    margin-bottom: 32px;
}
.teamwork_text div{
    font-size: 22px;
    color: #333333;
    font-weight: 600;
}
.teamwork_text p{
    font-size: 15px;
    color:#999999;
    margin-top: 6px;
    letter-spacing: 2px;
}
.teamwork_ul{
    flex-wrap: wrap;
}
.teamwork_li:first-child {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(6) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(11) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(16) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(21) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(26) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(31) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(36) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(41) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(46) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(51) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(56) {
    margin-left: 0 !important;
}
.teamwork_li:nth-child(61) {
    margin-left: 0 !important;
}
.teamwork_li{
    width: 222px;
    height: 84px;
    margin-left: 10px;
    margin-bottom: 10px;
    background: white;
    border-radius: 6px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
}
.teamwork_li a{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.teamwork_li img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}
/*回到顶部*/
#gotop{
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    width: 2.8rem;
    height: 2.8rem;
    background: #febe10;
    border-radius: 2.8rem;
    cursor: pointer;
    padding: 0.2rem;
    text-align: center;
    /*margin: 0 auto;*/
    margin-bottom:10rem;
    margin-right: 3rem;
}
#gotop .gotop_one{
    color: #333333;
    font-size:13px;
    margin-top:8px;
}
#gotop .gotop_two{
    color: #333333;
    font-size:13px;
    margin-top:4px;
}