﻿

html, body {
    background-color: #f5f8fd !important;
}

.index_head.SpecialHead {
    height: 50px;
}

.SpecialHead .head_title_input {
    display: none;
}


.areaStation .index_banner {
    height: 350px;
    /*width: 790px;*/
}

.areaStation .index_banner_top {
    height: 340px;
    border-radius: 6px 0 0 0;
}

    .areaStation .index_banner_top ul {
        height: 340px;
        margin-bottom: 0;
    }

    .areaStation .index_banner_top li a {
        height: 340px;
    }

.erweimaWrap .layui-col-md4 img {
    width: 100%;
    height: 104px;
}


.rightBar {
    /*width: 395px;*/
    height: 350px;
    border-radius: 0 24px 0 0;
    overflow: hidden;
}

    .rightBar .layui-card {
        margin-bottom: 0;
    }

.loginItem {
    display: flex;
    padding: 26px 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    cursor: pointer;
}

.selectImage {
    float: left;
    width: 58px;
    height: 58px;
}

    .selectImage img {
        width: 100%;
        height: 100%;
    }

.loginItem .text {
    float: left;
    margin-left: 18px;
    margin-top: 4px;
}

    .loginItem .text > h6 {
        font-size: 18px;
        line-height: 29px;
        color: #212121;
        font-weight: bold;
    }


    .loginItem .text > p {
        font-size: 13px;
        line-height: 18px;
        color: #333;
    }

.eyeList {
    font-size: 20px;
    margin-left: 4px;
}

.eyeListWrap {
    width: 100%;
    height: 120px;
    padding: 16px 0;
    box-sizing: border-box;
    overflow: hidden;
}

    .eyeListWrap li {
        font-size: 16px;
        color: #212121;
        height: 50px;
        line-height: 50px;
        padding: 0 40px;
        background: url(/Content/images/lt_new.png) no-repeat;
        background-size: 26px;
        background-position: 26px 17px;
        padding-left: 62px;
    }
    }

        .eyeListWrap li:nth-child(even) {
            background-color: #f9fcff;
        }

        .eyeListWrap li .part {
            color: #999;
            padding: 0 10px;
        }

        .eyeListWrap li .doings {
            color: #005bff;
        }

.hunterPosSear {
    height: 50px;
    line-height: 50px;
    padding-top: 26px;
    display: flex;
    align-items: center;
}

    .hunterPosSear .tit {
        font-size: 20px;
        color: #212121;
        font-weight: bold;
        padding-left:22px;
    }

    .hunterPosSear .allItem > .layui-input-block {
        margin-left: 0;
        min-height: 24px;
    }

    .hunterPosSear .allItem .selPos > .layui-input-block {
        width: 65px;
        margin-left: 8px;
        min-height: 24px;
    }

.searchWrap {
    display: flex;
    margin-left: 40px;
    align-items: center; /* 垂直居中对齐核心 */
}
    /* 删掉多余宽高、vertical-align，flex不需要 */
    .searchWrap .inpWarp {
        display: flex;
    }

        .searchWrap .inpWarp .search {
            width: 230px;
            height: 39px;
            padding: 0 8px 0 18px;
            font-size: 14px;
            line-height: 39px;
            box-sizing: border-box;
            border: 1px solid #0b52d1;
            outline: none;
            border-radius: 4px 0 0 4px;
            /* 消除默认input上下微小偏移 */
            margin: 0;
        }
/* 搜索按钮容器简化，删掉多余height:42px */
.searchBtnWrap {
    display: flex;
}

    .searchBtnWrap button {
        width: 90px;
        height: 39px;
        line-height: 39px;
        color: #fff;
        font-size: 16px;
        outline: none;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
        /* 清除按钮默认内外边距 */
        margin: 0;
        padding: 0;
        background: linear-gradient(90deg, #0b52d1, #036ff3);
        border-image: linear-gradient(90deg, #0b52d1, #036ff3) 1;
    }
/* 清除span自带行内间距 */
.inpWarp, .searchBtnWrap {
    font-size: 0;
}

/*.searchWrap {
    display: flex;
    margin-left: 40px;
    align-items: center;
}

    .searchWrap .inpWarp {
        width: 230px;
        height: 38px;
        line-height: 38px;
        vertical-align: top;
        margin-right: 0;
        border-right-width: 0;
    }

        .searchWrap .inpWarp .search {
            width: 230px;
            height: 38px;
            padding: 0 8px 0 18px;
            font-size: 14px;
            line-height: 44px;
            box-sizing: border-box;
            border: 1px solid #d93126;
            outline: none;
            border-radius: 4px 0 0 4px;
        }

.searchBtnWrap {
    width: 90px;
    height: 39px;
    line-height: 38px;
    vertical-align: top;
    margin-right: 0;
    border-right-width: 0;
    overflow: hidden;
}

    .searchBtnWrap button {
        width: 90px;
        height: 38px;
        line-height: 38px;
        background-color: #D93126;
        color: #fff;
        font-size: 16px;
        outline: none;
        border: none;
        border-radius: 0 4px 4px 0;
        cursor: pointer;
    }*/

.hunterCon .subTit {
    /*    padding-left: 36px;
    height: 30px;
    line-height: 30px;*/
    margin: 10px auto;
}

    .hunterCon .subTit .rule {
        cursor: pointer;
        color: #517eff;
    }

.resume_item {
    padding: 10px 20px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #ffffff;
    cursor: pointer;
    /*box-shadow: 0px 4.7px 8.23px 0px rgba(0, 0, 0, 0.08);*/
}

    .resume_item .card_name .name {
        font-size: 16px;
        font-weight:bold;
        color: #212121;
        line-height: 34px;
    }

.pusPosList {
    padding: 10px 22px 30px;
    overflow: hidden;
}

.signUp {
    display: flex;
    margin-top: 20px;
}

    .signUp .btn {
        display: block;
        width: 46%;
        height: 28px;
        border-radius: 6px;
        color: #fff;
        float: left;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        font-weight: normal;
        background: linear-gradient(90deg, #0b52d1, #036ff3);
        border-image: linear-gradient(90deg, #0b52d1, #036ff3) 1;
        box-sizing: border-box;
        cursor: pointer;
    }

        .signUp .btn a {
            color: #fff;
        }

    .signUp .sing_up_btn {
        margin-right: 8%;
        background: #fff;
        color: #0b52d1;
        border-radius: 6px;
        border:1px solid #0b52d1;
    }

.meg_text .item {
    line-height: 26px;
    padding: 6px 0 10px;
}

    .meg_text .item span {
        margin-right: 10px;
    }

.meg_text .cItem.company {
    line-height: 38px;
}


.meg_text .bole {
    font-size: 16px;
    color: #fb7107;
    line-height: 50px;
}

.activity_suc {
    margin-bottom: 4px;
    color: #fff;
}

    .activity_suc .layui-col-md12 > .layui-card {
        height: 70px;
        background: url(/Content/images/suc_bg.png) no-repeat;
        background-color: #fff;
        padding-left: 160px;
        line-height: 70px;
        font-size: 18px;
        overflow: hidden;
        margin-bottom: -9px;
    }

.layui-card-header {
    height: 50px;
    line-height: 50px;
    padding-left: 22px;
}

.hunter_list_border::before {
    display: none;
    top: 17px;
}

.redTxt {
    color: #fdff52;
}

.activity_suc ul li span {
    color: #212121;
    margin-left: 12px;
}
.activity_suc ul li span.name {
    color: #0b52d1;
}

    .activity_suc ul li span.redTxt {
        
    }
    .activity_suc ul li span i {
        color: #fb7107;
        font-style: normal;
        font-weight: bold;
    }

.activity_suc ul li {
    display: flex;
    margin-left: 6px;
}


.activity_suc ul li div{
    margin-right:30px;
}

a:hover {
    color: #0b52d1;
}

.rightBar .layui-card:hover, .pusPosList .layui-btn1 .resume_item:hover {
    box-shadow: 0 1.6rem 4rem 0 rgba(0, 0, 0, .1);
    z-index: 1;
}

.layui-form-select dl dd.layui-this {
    background-color: #0b52d1;
}


/*************************职位详情**************************/

.index_head.SpecialHead {
    height: 50px;
}

.SpecialHead .head_title_input {
    display: none;
}

.job_introduce {
    padding: 18px 18px 30px;
}

    .job_introduce h5 {
        font-size: 22px;
        font-weight: 700;
        color: #333;
        margin-top: 0;
        margin-bottom: 18px;
    }

.job_introduce_foot li {
    background: url(/Content/images/shu_icon.png) no-repeat 100%;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 0 13px;
    line-height: 28px;
}

.job_money {
    font-size: 20px !important;
    color: #fb7107;
    padding-left: 0 !important;
}

.job_introduce_companyname span {
    display: inline-block;
    font-size: 14px;
    margin-top: 6px;
    color: #666;
    margin-right: 20px;
}

.job_introduce_foot li:last-of-type {
    background-image: none;
}

.yq p {
    line-height: 1.7 !important;
    font-family: "思源黑体", Noto Sans SC !important;
    font-size: 15px;
    color: #333;
}

.job_entails_head {
    margin-top: 32px;
}

.job_entails_centre {
    width: 620px;
    margin-top: 15px;
    height: 36px;
}

    .job_entails_centre span {
        color: #0b52d1;
        background: #e4f4ff;
        font-size: 14px;
        line-height: 14px;
        margin-right: 10px;
        padding: 10px 14px;
        display: block;
        float: left;
        margin-bottom: 10px;
        border-radius: 6px;
    }

.content_right_img_logo {
    margin: 0 auto;
    display: block;
}

    .content_right_img_logo img {
        max-height: 110px;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.about_company h3 {
    font-weight: normal;
    line-height: 24px;
    text-align: left;
    margin-top: 12px;
}

.about_company span {
    display: block;
    margin-bottom: 8px;
    color: #999;
}

.hunter_avatar {
    width: 44px;
    display: block;
    height: 41px;
    border-radius: 80px;
    overflow: hidden;
}

    .hunter_avatar img {
        max-height: 110px;
        display: block;
        margin: 0 auto;
        max-width: 100%;
    }

.about_company h3 {
    color: #333;
    margin-bottom: 9px;
}

.hireErMa {
    border-radius: 4px;
    padding: 14px 0 10px;
    background-color: #fff;
}

    .hireErMa .hireErMaPic .tit {
        text-align: center;
        line-height: 20px;
        font-size: 16px;
        color: #999;
        padding-top: 10px;
    }

    .hireErMa .hireErMaPic .addWX {
        margin: 10px auto 0;
        width: 100px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        border: 1px solid #ba0e05;
        color: #ba0e05;
        border-radius: 5px;
        cursor: pointer;
    }

.hireErMaPic .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    display: block;
}

.wechatErWeiMa {
    width: 100%;
    height: 100%;
    padding: 30px 30px 20px;
    text-align: center;
    box-sizing: border-box;
}

.boli {
    width: 292px;
    height: 252px;
}

    .boli img {
        width: 100%;
        height: 100%;
    }

.selIden .idItem a {
    display: flex;
    align-items: center;
    width: 90%;
    margin: 10px auto;
    height: 40px;
    line-height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 0 20px;
    box-sizing: border-box;
    justify-content: space-between;
}

.index_company_resbut a:hover {
  color: #fff;
}

.index_company_resbut {
    border-radius: 6px;
    background: linear-gradient(90deg, #0b52d1, #036ff3);
    border-image: linear-gradient(90deg, #0b52d1, #036ff3) 1;
}

.putPosBtn {
    border-radius: 6px;
    background: #fff;
    color: #0b52d1;
    border: 1px solid #0b52d1;
}
    .putPosBtn:hover, .signUp .sing_up_btn:hover {
        background-color: #005bff0d;
    }

.putPosBtn a, .putPosBtn a:hover{
    color: #0b52d1;
}

.signUp .layui-btn1:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

/*************************职位详情结束**************************/

.footer {
    margin-top: 0;
    box-sizing: border-box;
}

.SpecialHead .header_nav a:hover {
    color: #005bff;
}


.hunterPosSear .thrItem .txt.active {
    color: #0b52d1;
}

.hunterPosSear{
    padding-bottom: 20px;
}

.cooperation ul {
    position: static;
    overflow: inherit;
    flex-wrap: wrap;
    padding: 0;
    height: inherit;
    display: flex;
}

.cooperation li {
    width: 276px;
    height: 190px;
    margin-right: 12px;
    margin-bottom: 12px;
}

    .cooperation li img {
        border-radius: 4px;
        height: 100%;
        width: 100%;
    }

.cooperation_more {
    color: #0b52d1;
    border: 1px solid #0b52d1;
}

    .cooperation_more:hover {
        background-color: #005bff0d;
    }

.BoleRule {
    background: url(/Content/images/boleRuleBg.jpg) no-repeat;
    background-size: 100%;
    padding: 24px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

    .BoleRule .ruleTit {
        text-align: center;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        color: #212121;
        font-weight: bold;
    }

.BoleRule p {
    text-indent: 32px;
    margin-bottom: 20px;
}

.job_introduce_head .PosCollectBtn {
    float: right;
    padding: 6px 22px;
    background: #edf1ff;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    color: #426eff;
    font-weight: 400;
    line-height: 1;
    /*margin-top: -5px;*/
    margin-left: 16px;
}

.about_company .contactTit {
    text-align: left;
    font-size: 16px;
}

.contactCon{
    display: flex;
    margin-top: 16px;
}

.contactCon  h3{
    margin-left: 8px;
}

.job_introduce_foot li:first-child{
    padding-left: 0;
}

.job_introduce_foot .posSalary {
    font-size: 18px;
    margin-bottom: 16px;
    overflow: hidden;
    padding-right: 15px;
    color: #666;
}

    .job_introduce_foot .posSalary .num {
        color: #fb7107;
        font-weight:bold;
    }


    .job_introduce_foot ul{
    margin-top:16px;
}

.boleMoney {
    font-size: 18px;
    color: #333;
    text-align: right;
}
    .boleMoney span {
        color: #666;
    }

        .boleMoney span.num {
            display: inline-block;
            height: 25px;
            line-height: 25px;
            font-weight: bold;
            background-color: #fff2d0;
            border-radius: 6px;
            padding: 0 10px;
            color: #A45414;
        }

.job_introduce_head{
    margin-top:12px;
}

.job_introduce_foot::after {
    display: none; /* 移除伪元素，消除第三个子元素干扰 */
}

.posBtnWrap {
    display: flex;
    gap: 16px; /* 两个按钮之间的间距，替代margin */
    align-items: center;
    /*margin-top: 30px;*/
    margin-top: 55px;
}

.job_introduce_foot {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
}

.jobRequire h3 {
    height: 50px;
    line-height: 50px;
}

.jobRequire .layui-card-body {
    padding: 18px 18px 30px;
}


/*页面跳动*/
.index_banner_top ul li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

    .index_banner_top ul li:first-child {
        display: block;
    }

/*页面跳动*/

/* 弹窗外层圆角 */
body .my-layer-round {
    border-radius: 12px !important;
}

.serviceWrap, .serviceWrap p, .serviceWrap img {
    width: 100%;
    height: 100%;
    border-radius: 12px !important;
    overflow: hidden;
}

.meg_text .item span {
    color: #666;
}

.meg_text .comLevel {
    color: #666;
}

.meg_text .comLevel span {
    margin-right: 10px;
}

.resume_item .card_name .name a span:nth-child(2) {
    color: #fb7107;
    font-weight: normal;
    flex: 0 0 70px;
}

.fullSlide .index_left .ul li a img {
    width: 100%;
    height: 100%;
}

.upresumePop .layui-btn-border {
    color: #0b52d1 !important;
    border: 1px solid #0b52d1 !important;
}

.upresumePop .saveHunter {
    width: 402px;
    margin-top: 15px;
    background: linear-gradient(90deg, #0b52d1, #036ff3);
}


.selPos .layui-form-select {
    width: 65px;
}

    .selPos .layui-form-select .layui-select-title {
        width: 65px;
        height: 24px;
    }

        .selPos .layui-form-select .layui-select-title input {
            width: 65px;
            height: 24px;
            padding: 0 10px 0 10px;
        }
.hunterPosSear .allItem {
    width: 100px;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
}

.selPos .layui-form-select .layui-select-title input::placeholder{
    color: #333;
}

.hunterPosSear .searhTips {
    color: #666;
    margin-left: 40px;
    font-size: 15px;
}

.resume_item .card_name .name a span:first-child {
    overflow: hidden; /*超出的文本隐藏*/
    white-space: nowrap; /*溢出不换行*/
    text-overflow: ellipsis; /*溢出用省略号显示*/
}

.rightnav-bar-li i, .rightnav-bar-li a {
    color: #2577E3;
}

.rightnav-bar-li:hover {
    background: #edf1ff;
    color: #2577E3;
}
    .rightnav-bar-li:hover a {
        color: #2577E3;
    }
.wx_kefu {
    width: 150px;
    padding: 12px 20px;
    border-radius: 6px;
}

.wx_pubImg .qrcode {
    width: 130px;
    height: 130px;
    margin: 8px auto 0;
}

.wx_pubImg {
    width: 150px;
    height: 175px;
    background: #fff;
    position: fixed;
    right: 75px;
    bottom: 18%;
    box-shadow: 0 3px 18px #e9e9e9;
    display: none;
    padding: 12px 20px;
    border-radius: 6px;
}


.wx_kefu .qrcode, .wx_pubImg .qrcode {
    width: 130px;
    height: 130px;
    margin: 8px auto 0;
}

        .wx_pubImg .qrcode img {
            width: 100%;
            height: 100%;
        }

    .wx_pubImg .pubTit {
        height: 30px;
        text-align: center;
        margin-top: 5px;
        font-size: 14px;
        color: #212121;
    }

.wx_kefu .qrcode_text {
    width: 110%;
    margin-left: -5%;
    margin-top: 12px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #0b52d1 !important;
}

.layui-form-radio > i:hover, .layui-form-radioed > i {
    color: #0b52d1 !important;
}