﻿
.search
{
    font-size: .4rem;
    border: .0267rem solid #ba050e;
    border-radius: .5333rem;
    padding: 0 .08rem 0 .32rem;
    margin: .48rem .32rem;
    height: 1.0667rem;
    box-sizing: border-box;
}

.search .default_text
{
    color: black;
}

.selectAdd
{
    position: relative;
    width: 1.76rem;
    max-width: 100%;
    color: #323233;
    font-size: .3733rem;
    line-height: .5867rem;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.selectAdd::after
{
    position: absolute;
    top: 50%;
    right: .4rem;
    margin-top: -0.1333rem;
    border: .08rem solid;
    border-color: transparent transparent #dcdee0 #dcdee0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: .8;
    content: '';
}

.selectAdd.active::after
{
    border-color: transparent transparent currentColor currentColor;
}

.selectAdd.active::after
{
    margin-top: -0.0267rem;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.search input
{
    width: 4.8rem;
    height: .8rem;
    line-height: .8rem;
    background: none;
    border: none;
    padding-left: .2rem;
    color: #212121;
    font-size: inherit;
}

.search input::-webkit-input-placeholder
{
    font-size: .3733rem !important;
    color:#212121;
}

.search input:-moz-placeholder
{
    font-size: .3733rem !important;
}

.search input:-ms-input-placeholder
{
    font-size: .3733rem !important;
}

.search input:focus
{
    border: none;
    outline: none;
}

.search_list
{
    position: absolute;
    left: 0;
    top: 3rem;
    width: 100%;
    height: 60vh;
    font-size: .4rem;
    color: #212121;
    padding: .32rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 .12rem .32rem rgb(0 0 0 / 20%);
    z-index: 100;
    backdrop-filter: blur(.3733rem);
}

.search_list li:not(:last-child)
{
    margin-bottom: .32rem;
}

.search button
{
    border: none;
    padding: .16rem .5333rem;
    margin-left: auto;
    background: #ba050e;
    border-radius: .4533rem;
    color: #fff;
    font-size: .4rem;
}


.nav-tabs
{
    width: 100%;
    margin: 0 auto;
    background: #fefefe;
    z-index: 150;
}

.twoTabsNav
{
    position: relative;
    width: 100%;
    height: 1.2267rem;
    font-size: .4267rem;
    font-weight: 700;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    border: none;
}

.twoTabsNav li
{
    position: relative;
    width: 50%;
    -webkit-box-align: center;
    display: block;
    -webkit-box-flex: 1;
    line-height: 1.1733rem;
    text-align: center;
    font-size: .4267rem;
    font-weight: 700;
}

.twoTabsNav li.active span
{
    position: relative;
    color: #ba050e;
}


.search-subNav-wrap
{
    border-bottom: .2133rem solid #f5f8fa;
    margin-top: .2667rem;
}

.search-subNav
{
    width: 100%;
    height: 1.28rem;
    position: relative;
    font-size: .4533rem;
    justify-content: space-around;
    box-shadow: 0 .0533rem .32rem rgb(100 101 102 / 12%);
    z-index: 11;
}

.search-subNav ul
{
    height: 100%;
}

.search-subNav-wrap .search-subNav .nav-item
{
    -ms-flex-pack: center;
    -ms-flex-align: center;
    -ms-flex-negative: 0;
    -ms-flex-positive: 1;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: center;
}

.search-subNav-wrap .search-subNav .nav-item span
{
    color: #333;
    font-size: .4rem;
    margin: 0 .1333rem;
}

.search-subNav-wrap .search-subNav .nav-item.active
{
    color: #ba050e;
}

/*.search-subNav-wrap .search-subNav .nav-item .title-text::after { position: absolute; top: 50%; right: .1867rem; margin-top: -0.1333rem; border: .08rem solid; border-color: transparent transparent #dcdee0 #dcdee0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); opacity: .8; content: ''; }

.search-subNav-wrap .search-subNav .nav-item.active .title-text::after { margin-top: -0.0267rem; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); border-color: transparent transparent currentColor currentColor; }*/

.dropdownWrap
{
    display: none;
    height: calc(100% - 5.8133rem);
    position: fixed;
    right: 0;
    left: 0;
    top: 6.0258rem;
    z-index: 10;
    overflow: hidden;
}

.dropdownMask
{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.7);
    animation-duration: 0.2s;
    z-index: 2041;
}

.dropdownList
{
    width: 100%;
    max-height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    overflow-y: auto;
    transition-duration: 0.2s;
    transition: transform .3s,-webkit-transform .3s;
    z-index: 2042;
}

.dropdownList li
{
    width: 100%;
    padding: .2667rem .4267rem;
    font-size: .3733rem;
    line-height: .64rem;
    text-align: left;
    color: #323233;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    display: flex;
    box-sizing: border-box;
    border-bottom: .0267rem solid #ebedf0;
}

.search-subNav-wrap .dropdownList li.active span
{
    color: #ba050e;
}

.search-content
{
    border-top: .2667rem solid #f5f8fa;
    background: #f5f8fa;
    padding-bottom: 2rem;
}

.search-con-item
{
    padding: .32rem .4267rem;
    margin-bottom: .16rem;
    background: #fff;
    font-size: .4rem;
    height: 2.24rem;
}

.search-content .p_name .tag
{
    margin-right: .08rem;
    width: .5333rem;
    height: .5333rem;
}

.search-content .p_name .tag img
{
    max-height: .5333rem;
    -o-object-fit: cover;
    object-fit: cover;
}

.search-content .p_name h3
{
    font-weight: bold;
    font-size: .4533rem;
    color: #212121;
    max-width: 7.0667rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.search-content .p_salary
{
    color: #ba050e; /* font-family: "bebas"; */
    font-size: .4533rem;
}

.search-content .p_req
{
    margin: .2133rem 0;
}

.search-content .p_req span
{
    color: #666;
    font-size: .3733rem;
}

.search-content .p_req span:not(:last-child)
{
    margin-right: .32rem;
}

.search-content .p_logo
{
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    border: .0267rem solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.search-content .p_logo img
{
    width: 100%;
    max-height: 100;
}

.search-content .p_cname
{
    font-size: .3733rem;
    color: #333;
    max-width: 6.6133rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: auto;
    margin-left: .2133rem;
}

.search-content .c_work_add
{
    font-size: .3733rem;
    color: #999;
    margin-left: auto;
}

.search .default_text button
{
    background-color: #fff;
    border: none;
    color: #323233;
    padding: 0;
}


.layui-dropdown
{
    position: absolute;
    left: 0 !important;
    top: 2.87rem !important;
    width: 100vw;
    height: 60vh;
    font-size: .4rem;
    color: #212121;
    padding: .32rem;
    box-sizing: border-box;
    background-color: #fff;
    overflow-y: scroll;
    box-shadow: 0 .16rem .32rem rgba(0, 0, 0, 0.2);
    z-index: 100;
    backdrop-filter: blur(.3733rem);
}


.nav .layui-tab-brief > .layui-tab-title .layui-this
{
    color: #ba050e !important;
    font-size: .4267rem;
    font-weight: 700;
}

.nav .layui-tab-brief > .layui-tab-more li.layui-this:after, .layui-tab-brief > .layui-tab-title .layui-this:after
{
    border-radius: .002rem;
    margin-left: 38%;
    top: .08rem;
    width: 24%;
    border-bottom: .09rem solid #ba050e;
    height: 1.0933rem;
}

.nav-tabs .layui-tab-content
{
    padding: 0;
}

.layui-dropdown-menu li
{
    height: 1.0667rem;
    line-height: 1.0667rem;
    border-bottom: .0267rem solid #e9e9e9;
}

.layui-dropdown-menu li:not(:last-child)
{
    margin-bottom: .32rem;
}

.search .layui-form
{
    width: 1.76rem;
}

.search .layui-form-select .layui-input
{
    padding-right: 0px;
    display: inline-block;
}

.search .layui-form-select .layui-edge
{
    position: inherit;
    margin-top: .1rem;
    margin-left: .03rem;
}

.search .layui-form-selected dl, .area-form .layui-form-select dl
{
    width: 100%;
    height: 60vh;
    max-height: inherit;
    font-size: .4rem;
    color: #212121;
    padding: .32rem;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 .16rem .32rem rgb(0 0 0 / 20%);
    z-index: 100;
    backdrop-filter: blur(.3733rem);
    left: 0;
    top: 2.88rem;
}

.area-form input
{
    width: 1.4rem;
}

.search-subNav .area-form input
{
    padding: 0;
    border: none;
    color: #333;
    font-size: .4rem;
    margin: 0;
    text-align: center;
    color: #333;
    display: inline-block;
}

.search-subNav .area-form input::-webkit-input-placeholder
{
    color: #333 !important;
}

.search-subNav .area-form input:-moz-placeholder
{
    color: #333 !important;
}

.search-subNav .area-form input:-ms-input-placeholder
{
    color: #333 !important;
}


.title-text .layui-form-select dl
{
    width: 100%;
    height: inherit;
    max-height: inherit;
    left: 0;
    top: 1.2667rem;
    border: none;
}

.title-text .layui-form-select
{
    position: inherit;
}

.title-text .layui-form-select .layui-edge
{
    position: inherit;
    margin-top: 5px;
}


.title-text .layui-form-selected input
{
    color: #ba050e;
}

.title-text .layui-form-selected .layui-edge
{
    border-top-color: #ba050e;
    margin-top: -0.16rem;
}

.title-text .layui-form-selected input::-webkit-input-placeholder
{
    color: #ba050e !important;
}


.title-text .layui-form-select dl dd
{
/*    margin: .2667rem 0;*/
    height: .5rem;
    line-height: .5rem;
}



/* 聘头条 */
.headline-content
{
    border-top: .16rem solid #f5f8fa;
    background-color: #f5f8fa;
}

.headline-wrapp .headline-item
{
    padding: .32rem;
    margin-bottom: .16rem;
    background: #fff;
    position: relative;
}

.headline-item .wechat
{
    top: .2rem;
}

.headline-item .wechat .icon
{
    display: inline-block;
    color: #fff;
    font-size: .5333rem;
    width: 1.3333rem;
    height: .64rem;
    background-color: #ba050e;
    border-radius: .7467rem;
    text-align: center;
    line-height: .64rem;
    -webkit-box-shadow: 0 .08rem .08rem rgb(143 0 7 / 20%);
    box-shadow: 0 .08rem .08rem rgb(143 0 7 / 20%);
}

.layui-form-select dl dd
{
    height: .64rem;
    line-height: .64rem;
    padding: .2667rem .4267rem;
    border-bottom: .0267rem solid #ebedf0;
}


.search .layui-form-selected .layui-edge
{
    margin-top: -0.25rem;
}

.search .layui-form-select
{
    position: inherit;
}



.search .layui-form-selected
{
    position: inherit;
}


.search-subNav .area-form input
{
    width: 1.67rem;
}

/* 职位详请 */
.body_content
{
    padding-bottom: 1.92rem;
}

.body_content .p_name
{
    padding: 0.32rem;
}

.p_name h3
{
    font-size: .48rem;
    margin: 0;
    font-weight: bold;
}

.p_name h3 .tips
{
    font-size: .3733rem;
    color: #666;
    font-weight:none;
}

.c_mes
{
    position: relative;
}

.c_name
{
    color: #333;
    font-size: 0.4rem;
    margin: 0.32rem 0 0.16rem;
}

.text_ell
{
    overflow: hidden;
    text-decoration: none;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.c_addressDesc
{
    color: #898989;
    font-size: 0.37333rem;
    padding-right: 0.64rem;
}

.c_type
{
    font-size: 0.37333rem;
    color: #898989;
    margin-top: 0.16rem;
}

.c_type span:not(:last-child)
{
    margin-right: 0.32rem;
    padding-right: 0.32rem;
    border-right: 0.02667rem solid #e9e9e9;
}

.c_deatail
{
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.26667rem;
    color: #666;
}

.mes_title
{
    font-size: 0.42667rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0.32rem;
}

.mes_title a:visited{
color: #212121;
}

.job_mes_content div
{
    color: #999;
    font-size: 0.37333rem;
    margin-bottom: 0.42667rem;
}

.job_mes_content em
{
    font-style: normal;
    color: #333;
}

.job_mes_content .salary
{
    color: #ba050e;
}

.job_description
{
    font-size: 0.37333rem;
    padding-bottom: 0.64rem;
    overflow: hidden;
}

.job_description_content
{
    color: #363636;
}

.job_description_content
{
    color: #363636;
}

.job_description_content ul li
{
    line-height: .5333rem;
    margin-bottom: .2667rem;
    font-size: 0.37333rem;
}

.welfare_content
{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.welfare_content span
{
    background: #fff5f5;
    color: #ba050e;
    font-size: 0.37333rem;
    padding: 0 0.21333rem;
    min-width: 1.65333rem;
    min-height: 0.64rem;
    line-height: 0.64rem;
    margin: 0 0.21333rem 0.21333rem 0;
    text-align: center;
}

.text_ell_4
{
    display: -webkit-box;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: .5867rem;
}

.mes_title .layui-icon
{
    font-size: .48rem;
    color: rgb(102, 102, 102);
}

.job_list_content
{
    border-bottom: 0.02667rem solid #f5f5f5;
    padding: 0.48rem 0;
}

.job_list_content .job_name
{
    font-size: 0.42667rem;
    font-weight: bold;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 7.2rem;
}

.job_list_content .job_salaryName
{
    font-size: 0.42667rem;
    color: #ba050e;
    margin-left: auto;
    font-weight: bold;
    font-family: "bebas";
}

.job_list_content .job_list_mes
{
    font-size: 0.34667rem;
    margin: 0.32rem 0;
}

.job_list_content .job_list_mes span
{
    color: #666;
    margin-right: 0.32rem;
}

.job_list_content .job_list_mes span:last-child
{
    margin-right: 0;
}

.hosp_list_name
{
    font-size: 0.37333rem;
    color: #666;
    max-width: 6.93333rem;
}

.hosp_list_city
{
    font-size: 0.37333rem;
    margin-left: auto;
    color: #999;
}

/* 职位详请 */

.search .layui-form-autocomplete
{
    position: inherit;
}

.layui-form-autocomplete dl
{
    width: 100%;
    position: absolute;
    left: 0;
    top: 4.3rem;
    height: 60vh;
    font-size: .4rem;
    color: #212121;
    padding: 0.32rem;
    background-color: #fff;
    overflow-y: auto;
    box-shadow: 0 0.12rem 0.32rem rgb(0 0 0 / 20%);
    z-index: 100;
    backdrop-filter: blur(0.3733rem);
    border: none;
    max-height: 100vh;
    box-sizing: border-box;
}

.job_description_content p
{
    line-height: 1.75 !important;
}

.signIn{
text-align: center;
}

.job_description_content tr
{
    display: flex;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

.job_description_content th, .job_description_content td
{
    flex: 1;
    padding: 5px;
    font-size: 28rpx;
    border-left: 1px solid #ddd !important;
    word-break: break-all;
}

.job_description_content td:last
{
    border-top: 1px solid #e0e0e0;
}

.job_description_content th
{
    background: #f0f0f0;
    border-top: 1px solid #e0e0e0;
}
/*---------------------------------------------*/
.pushPosBox
{
    display: none;
    overflow-y: scroll;
}

.pushPosBox .box_subtitle
{
    font-size: .37333rem;
    color: #999;
    height: 0.48rem;
    line-height: 0.48rem;
    text-align: center;
    vertical-align: middle;
}

.box_subtitle span
{
    font-size: .3733rem;
    padding-right: 0.48rem;
    color: #d6d6d6;
}

.box_subtitle span.smallIcon
{
    padding-left: 0.48rem;
    padding-right: 0px;
}

.pushPosBox .box_centent
{
    color: #333;
    padding-bottom: 2.24rem;
}

.pushPosBox .pagePositemWrap
{
    padding: .32rem .4267rem;
    margin-bottom: .16rem;
    font-size: .4rem;
    height: 2.24rem;
}

.pushPosBox .fixed-item
{
    width: 1.0133rem;
    justify-content: center;
    align-items: center;
}

.pushPosBox .fixed-item input
{
    width: .48rem;
    height: .48rem;
}

.box_centent .positionbody
{
    flex: 1;
    padding: 0;
}

.box_centent .positionbody .p_name_box
{
    display: flex;
    justify-content: space-between;
    flex: 1 auto;
}

.box_centent .positionbody .pname
{
    font-size: 16px;
    font-weight: bold;
    color: #212121;
    max-width: 7.0667rem;
}

.box_centent .positionbody .p_name_box .text_ell
{
    font-weight: bold;
    font-size: .4533rem;
    color: #212121;
    max-width: 7.0667rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box_centent .positionbody .psalary
{
    color: #ba050e;
    color: #ba050e;
    font-size: .4533rem;
}


.box_centent .paddressBox
{
    overflow: hidden;
    margin: .2133rem 0;
}

.box_centent .paddressBox span
{
    color: #666;
    font-size: .3733rem;
    background-color: #f5f5f5;
    padding: 0 3px;
    border-radius: 2px;
}

.box_centent .paddressBox span:not(:last-child)
{
    margin-right: .32rem;
}

.positionbody .c_work_add
{
    font-size: .34667rem;
    color: #999;
    margin-left: auto;
}

.positionbody .c_work_add a
{
    font-size: .34667rem;
    color: #999;
}

.positionbody .p_cname
{
    font-size: .34667rem;
    color: #333;
    max-width: 6.6133rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: auto;
    margin-left: .2133rem;
}

.pushPosBtnWrap .layui-form-item
{
    line-height: 1.3333rem;
    text-align: center;
    cursor: pointer;
    margin-bottom: 0;
    padding-left: .2133rem;
}

.pushPosBtnWrap .layui-form-item input
{
    width: .48rem;
    height: .48rem;
    flex: .48rem 0 0;
    text-align: center;
    cursor: pointer;
    margin-right: .2133rem;
}

.pushPosBtnWrap .layui-form-item .allSelNum
{
    font-size: .4rem;
}

.pushPosBtnWrap .redBtn
{
    background: #a16c6f;
}

.pushPosBtnWrap .redBtn.active
{
    background: #ba0e05;
}

.pushPosBtnWrap .layui-form-item .layui-form-checkbox[lay-skin=primary]
{
    margin-top: 0;
}

.pushPosBox .box_title
{
    height: 1.24rem;
    line-height: 1.24rem;
    font-size: .48rem;
    text-align: center;
    font-weight: 700;
    color: #212121;
    padding-top: .3rem;
    padding-bottom: .3rem;
    justify-content: center;
}

.box_title .hotIcon
{
    display: inline-block;
    margin-right: 10px;
    width: 44px;
    height: 35px;
    object-fit: cover;
    flex: 0 0 auto;
}

.box_title .hotIcon img
{
    width: 100%;
    height: 100%;
    vertical-align: baseline;
}

.layui-layer-setwin
{
    position: absolute;
    right: 35px;
    top: 30px;
}