/*筛选条件*/
.screening_content_box{
    margin-top: 10px;
    background: white;
    /*min-height: 234px;*/
}
.screening_content_list{
    padding: 14px;
}
.filter .filter-attr {
    margin-bottom: 14px;
    overflow: hidden;
}
.filter-attr-more{
    margin-bottom: 14px;
}
.filter_more_box{
    margin-bottom: 0;
}
.filter .filter-attr .filter-attr-title {
    float: left;
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.filter .filter-attr .filter-attr-list {
    position: relative;
    float: left;
    width: 980px;
    overflow: hidden;
}
.toggle-height {
    height: 24px;
}
.filter_ul{
    margin-left:6px;
}
.filter .filter_ul li {
    display: inline-block;
    margin-right:18px;
    margin-bottom: 6px;
    color: #666666;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    height: 16px;
    line-height: 16px;
    padding: 4px 6px;
}
.filter .filter_ul li:hover{
    color: #febe10 ;
}
.filter-m{
    width: 52px;
    float: right;
    height: 16px;
    line-height: 16px;
    padding: 4px 8px;
    font-size: 14px;
    color: #666666;
    border-radius: 20px;
    border: 1px solid #efefef;
    cursor: pointer;
}
.filter-m .layui-icon{
    font-size: 14px;
    margin-left: 4px;
}
.filter_click{
    color: #000000 !important;
    background: #febe10;
    border-radius: 4px;
}
/*筛选更多下拉框*/
/*.filter_drop_down{*/
/*float: left;*/
/*}*/
.filter-attr-title_text {
    color: #333333;
    font-size: 15px;
}
.filter_drop_down_box .filter_drop_position{
    color: #666666;
    font-size: 16px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 10px;
}
.filter_drop_position p{
    width: 70px;
}
.filter_drop_position .layui-icon{
    color: #c2c2c2;
    margin-left: 32px;
}
.filter_drop_formal{
    width: 132px;
    margin: 0;
}
.filter_drop_formal .layui-input{
    width: 132px;
    height: 30px;
    line-height:22px;
    padding: 0;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    padding-left: 12px;
    color: #666666;
    font-size: 14px;
}
.filter_drop_formal .layui-input::-webkit-input-placeholder {
    color: #666666;
}
.filter_drop_formal .layui-input::-moz-placeholder {
    color: #666666;
}
.filter_drop_formal .layui-input:-ms-input-placeholder {
    color: #666666;
}
.filter_drop_formal .layui-input:hover{
    border: solid 1px #c2c2c2 !important;
}
.filter_drop_formal dl dd.layui-this{
    background-color: #febe10;
    color: #000000;
}
/*筛选结果展示*/
.position_search_close{
    cursor: pointer;
}
.filter_result_box{
    margin-top: 14px;
    border-top: solid 1px #eeeeee;
}
.position_search_box {
    background-color: #f0f2f6;
}
.result_content_text{
    color: #333333;
    font-size: 15px;
    width: 82px;
    margin-top: 10px;
}
.result_content_ul{
    flex-wrap: wrap;
    flex: auto;
    width: 600px;
}
.result_content_ul li{
    margin-right: 10px;
    background: rgb(255,252,246);
    border: solid 1px #febe10;
    border-radius: 2px;
    padding: 4px 10px;
    margin-top: 10px;
}
.result_content_ul .result_none{
    background: white;
    color:#333333;
    border: solid 1px white;
    font-size: 16px;
}
.result_content_ul div{
    color: #333333;
    font-size: 14px;
}
.result_content_ul div span{
    color: #febe10;
    font-size: 14px;
}
.result_content_ul div .layui-icon{
    color: #febe10;
    font-size: 16px;
    margin-left: 6px;
    cursor: pointer;
}
.result_remove{
    padding: 2px 6px;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    color: #666666;
    font-size: 15px;
    cursor: pointer;
    display: none;
    width: 56px;
    margin-top: 6px;
}
.result_remove .layui-icon{
    color: #666666;
    font-size: 16px;
    margin-right: 4px;
}
.layui-menu li:hover{
    background:#febe10;
    color: white;
}

/*职位类别*/
#treeBox {
    position:relative;
    margin:auto;
}
#treeBox_two{
    position:relative;
    margin:auto;
}
#treeBox .focusEl {
    width: 120px;
    color: #666666;
    font-size: 14px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 10px;
}
#treeBox .focusEl::-webkit-input-placeholder {
    color:#666666;
}
#treeBox_two .focusE2 {
    color: #666666;
    font-size: 14px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 10px;
}
#treeBox_two .focusE2::-webkit-input-placeholder {
    color:#666666;
}
.position_search_content {
    padding: 14px;
}
.position_search_input p {
    font-size: 15px;
}
.position_input_search {
    margin-left: 12px;
    background: white;
    position: relative;
    border-radius: 4px;
}
.position_input_img {
    position: absolute;
    left: 4%;
    top: 22%;
}
.position_input_img img{
    width: 72%;
}
.position_input_search .layui-input {
    width: 280px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 14px;
    border-radius: 6px;
    border: solid 1px #d7d7d7;
    height: 32px;
    line-height: 32px;
}
.position_input_search input {
    color: #666666;
}

.big_position_box{
    width: 100%;
    height: 100%;
    z-index: 10000;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    display:none;
}
.treeBox {
    width: 990px;
    /*height: 746px;*/
    background:white;
    margin: 0 auto;
    z-index: 10000;
    margin-top: 3%;
}
.treeBox table {
    padding: 0 16px;
    margin:auto;
    overflow:hidden;

}
.treeBox td {
    vertical-align:top;
    overflow:auto;
    display:inline-block;
}
.treeBox .screening_td_one{
    width: 172px;
    height: 390px;
    overflow-y: scroll;
    /*border-right: solid 1px #d7d7d7;*/
    margin-top: 6px;
}
.treeBox .screening_td_one::-webkit-scrollbar {
    width: 10px;
}

.treeBox .screening_td_one::-webkit-scrollbar-track {
    background-color:white;
}

.treeBox .screening_td_one::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(245, 190, 16,0.6);
    border-radius: 100px;
}
.treeBox .screening_td_two{
    width: 172px;
    height: 390px;
    overflow-y: scroll;
    border-right: solid 1px #d7d7d7;
    margin-top: 6px;
}
.treeBox .screening_td_two::-webkit-scrollbar {
    width: 10px;
}

.treeBox .screening_td_two::-webkit-scrollbar-track {
    background-color:white;
}

.treeBox .screening_td_two::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(245, 190, 16,0.6);
    border-radius: 100px;
}
.treeBox .screening_td_three{
    width: 620px;
    height: 390px;
    overflow-y: scroll;
    padding-top:9px;
}
.treeBox .screening_td_three::-webkit-scrollbar {
    width: 10px;
}

.treeBox .screening_td_three::-webkit-scrollbar-track {
    background-color:white;
}

.treeBox .screening_td_three::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(245, 190, 16,0.6);
    border-radius: 100px;
}
.tree {
    overflow:auto;
}
.tree::-webkit-scrollbar {
    display:none;
}
.treeBox a {
    cursor:pointer;
    font-size:14px;
    padding: 0 8px;
}
.lv1,.lv2 {
    display:block;
    height: 42px;
    line-height:42px;
}
.lv1:hover,.lv2:hover {
    color: #febe10;
    background: rgba(245, 190, 16,0.1);
}
.tree-active {
    color: #febe10;
    background: rgba(245, 190, 16,0.1);
}
.treeBox .tree-active:hover {
    color: #febe10;
    background: rgba(245, 190, 16,0.1);
}
.treeBox label {
    display: inline-block;
    height: 34px;
    margin-left: 4px;
    margin-bottom: 10px;
}
.treeBox label span{
    display: inline-block;
    min-width: 118px;
    padding: 8px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    border: solid 1px #d7d7d7;
    text-align: center;
    border-radius: 6px;
    color: #666666;
    font-size: 14px;
}
.treeBox .selected_three{
    color: #000000;
    border: 1px solid #febe10;
    background: #febe10;
}
.treeBox label input,.treeBox label span {
    vertical-align:middle;
}
.lv2-parent,.lv3-parent {
    display:none;
}
.lv3-parent input{
    opacity: 0;
}
.tree-show {
    display:block;
}
.tree-status {
    line-height:44px;
    height:44px;
    padding:0 16px;
    text-align:left;
}
.position_pitch_box {
    /*height: 82px;*/
    padding: 0 16px;
    border-top: solid 1px #d7d7d7;
}
.tree-selected-item {
    padding:6px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #febe10;
    text-align: center;
    border-radius: 6px;
    color: #febe10;
    background: rgb(255,252,246);
    margin-right: 16px;
}
.layui-form-select dl dd{
    font-size: 14px;
}
.tree-selected-item .layui-icon{
    margin-left: 4px;
}
.tree-del-this {
    float:right;
    width:32px;
    height:32px;
    background-size:50%;
}
.tree-send-val {
    padding:10px;
    text-align:right;
}
.tree-send-val .tree-btn {
    margin-left:12px;
}
.tree-close{
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: solid 1px #c2c2c2;
    color: #666666;
    background: white;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 12px;
    font-size: 14px;
}
.tree-confirm{
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: solid 1px #febe10;
    color: #000000;
    background: #febe10;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}
/*公司福利展示*/
.welfare_list_box {
    width:120px;
    color: #666666;
    font-size: 14px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 10px;
    position: relative;
}
.welfare_list_box .layui-icon{
    color: #c2c2c2;
}
.welfare_list_box span.view {
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    box-sizing: border-box;
    line-height: 28px;
    cursor:pointer;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 100%;
    text-align: center;
}
.welfare_list_box i {
    margin-left:34px;
}
.welfare_list_box .selist {
    position: absolute;
    top: 29px;
    left: -1px;
    z-index: 100;
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 4px 0;
    background: white;
    height: 240px;
    overflow-y: auto;
}
.welfare_list_box  .selist .seitem-span{
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    background: white;
}
.welfare_list_box .selist a.seitem {
    display:block;
    height:36px;
    line-height: 36px;
    padding:0 10px;
    cursor:pointer;
    background-color:#fff;
    font-size: 14px;
}
.welfare_list_box .selist a.seitem:hover {
    background-color:#febe10;
    color:#000000;
}
.welfare_list_box .selist a.checked {
    background-color:#febe10 !important;
    color:white;
}

/*零工兼职*/
/*公司福利展示*/
.labour{
    width:130px;
    color: #666666;
    font-size: 15px;
    border: solid 1px #c2c2c2;
    border-radius: 4px;
    height: 20px;
    line-height: 20px;
    padding: 4px 6px;
    cursor: pointer;
    margin-left: 6px;
    margin-right: 10px;
    position: relative;
}
.labour .layui-icon{
    color: #c2c2c2;
}
.labour span.view {
    display:inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 101;
    box-sizing: border-box;
    line-height: 28px;
    cursor:pointer;
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    width: 100%;
    text-align: center;
}
.labour i {
    margin-left:34px;
}
.labour .selist {
    position: absolute;
    top: 29px;
    left: -1px;
    z-index: 100;
    display: none;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    padding: 4px 0;
    background: white;
    height: 240px;
    overflow-y: auto;
}
.labour .selist .seitem-span{
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    background: white;
}
.labour .selist a.seitem {
    display:block;
    height:36px;
    line-height: 36px;
    padding:0 10px;
    cursor:pointer;
    background-color:#fff;
    font-size: 14px;
}
.labour .selist a.seitem:hover {
    background-color:#febe10;
    color:#000000;
}
.labour .selist a.checked {
    background-color:#febe10 !important;
    color:white;
}



/*搜索结果*/
.search_content_list{
    padding: 0 16px;
    font-size: 15px;
    display: none;
}
.selected_name_box{
    cursor: pointer;
    border: solid 1px #d7d7d7;
    text-align: center;
    border-radius: 6px;
    color: #666666;
    margin-top: 4px;
    margin-right: 10px;
    min-width: 118px;
    padding: 8px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}
.selected_name_box_tag{
    color: white;
    border: 1px solid #febe10;
    background: #febe10;
}

/*搜索结果*/
.search_content_list_two{
    padding:6px 16px;
    font-size: 15px;
    display: none;
}
.selected_name_box_two{
    cursor: pointer;
    border: solid 1px #d7d7d7;
    text-align: center;
    border-radius: 6px;
    color: #666666;
    margin-top: 4px;
    margin-right: 10px;
    min-width: 118px;
    padding: 8px;
    height: 16px;
    line-height: 16px;
    font-size: 14px;
}
.selected_name_box_tag_two{
    color: white;
    border: 1px solid #febe10;
    background: #febe10;
}
.search_list_ul{
    flex-wrap: wrap;
}
.search_list_ul_two{
    flex-wrap: wrap;
}