*{
    margin: 0;
    padding: 0;
}
body{
    background: #f6f6f7;
}
/*layui样式更改*/
.layui-container{
    padding: 0;
    width: 1170px !important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #febe10;
    background-color: #febe10;
}
.layui-layer-btn .layui-layer-btn0{
    color:#000000;
}
/*layui 弹出框*/
.layui-layer{
 border-radius: 6px;
}
.layui-layer-title{
    background-color: #f0f2f6;
    border-radius:6px 6px 0 0;
}
.layui-layer-btn{
    text-align: center;
    padding-bottom:30px;
}
.layui-layer-dialog .layui-layer-content{
    text-align: center;
    padding: 10px;
}
.layui-form-select dl dd.layui-this{
    background-color: #ffc527;
    color: #000000;
}
.layui-btn{
    background-color: #ffc527;
}
/*分页*/
.paging_page_box{
    margin: 22px 0;
    text-align: center;
}
/*.layui-laypage-count{*/
    /*display: none !important;*/
/*}*/
.layui-laypage a{
    background: white;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin: 0;
}
.layui-laypage span{
   background: #f6f6f7;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    margin: 0;
}
.layui-laypage a:hover{
    color: #ffc527;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #ffc527;
}
/*.layui-laypage-limits{*/
    /*display: none !important;*/
/*}*/
.layui-laypage button{
    background-color: #ffc527;
    border: 1px solid #ffc527;
    color: #000000;
}
.layui-input:hover, .layui-textarea:hover{
    border-color: #ffc527 !important;
}
.headContent_right_nav .layui-nav-child  a:hover{
    color: #000000 !important;
}
.layui-laypage input{
    border:none !important;
}
.layui-laypage input:hover{
    border-color: #ffc527 !important;
}
a{
    text-decoration: none;
}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color : #999999;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color : #999999;
}
input::-ms-input-placeholder { /* Microsoft Edge */
    color : #999999;
}
.layui-laypage-refresh{
    background:inherit !important;
}
/*弹性布局*/
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
}
.flex-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}
.flex-around {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
}
.flex-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.flex-between-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    line-height: 1rem;
}
.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-items: center;
}
/*背景图片*/
.bg-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*固定*/
.f-fixed {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,0.5);
}
/*清除浮动*/
.clear_both_content{
    clear:both;
}
/*文字超出..*/
.text-beyond{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*公共背景*/
.home_content{
    /*background: #f8f8f8;*/
    padding-top: 14px;
}
/*搜索select框*/
.home_search_left{
    width: 80%;
    height: 38px;
}
.home_search_list{
    width: 100%;
    border: 1px solid #febe10;
    background:white;
}
.home_select{
    width: 106px;
}
.home_search_box .layui-form-select dl dd.layui-this {
    background-color: #febe10;
}
.home_search_box .layui-form-select .layui-input{
    padding-right: 0;
    font-size: 16px;
}
.home_search_box .layui-input{
    border: inherit;
    border-radius: initial;
}
.line_box_solid{
    height: 16px;
    width: 1px;
    background: #c8c8c8;
}
/*搜索input*/
.home_input_search{
    width: 100%;
    background: white;
    position: relative;
}
.home_input_search .layui-input{
    padding-left: 40px;
    padding-right: 40px;
    border: inherit;
    border-radius: initial;
    font-size: 14px;
}
.home_input_img{
    position: absolute;
    left: 2%;
    top: 26%;
}
.home_input_img img{
    width: 82%;
}
.home_input_search input{
    color: #999999;
}
/*搜索按钮*/
.home_search_btn{
    margin-left: 12px;
}
.home_search_btn .layui-btn{
    width: 96px;
    height: 40px;
    line-height: 40px;
    background:#febe10;
    color: #000000;
    border: 0;
}
.home_search_btn .layui-btn:hover{
    border: 0
}
/*二维码展示*/
.home_cord_text{
    margin-right: 20px;
}
.home_cord_img{
    background-image: url(../../images/common/code_footer.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 60px;
    height: 60px;
    cursor: pointer;
    position: relative;
}
.home_cord_img img{
    width: 50px;
    height: 50px;
    margin-left: 8px;
    margin-top: 6px;
}
.home_cord_imgBig{
    position: absolute;
    z-index: 10;
    left: 62px;
    top: -4px;
    display: none;
}
.home_cord_imgBig img{
    width: 120px;
    height: 120px;
}
.home_cord_imgBig p{
    text-align: center;
    margin: 4px 0;
}
/*热门搜索*/
.hot_search_text{
    padding: 4px 0  10px 0;
    color: #666666;
}
.hot_search_text a{
    color: #666666;
}
.hot_search_text a:hover{
    color: #febe10;
}
.hot_text_li{
    cursor: pointer;
    margin-left: 12px;
    font-size: 14px;
}
.hot_text_li:hover{
    color: #febe10;
}
.hot_text_li:first-child{
    margin-left:0;
}
/*邀投简历多内容*/
.more_job_pop{
    width: 300px;
}
.more_job_li{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    border-bottom: 1px solid #eeeeee;
    cursor: pointer;
    color: #333333;
}
/*无内容展示*/
.content_no_img{
    text-align: center;
    margin-top: 40px;
}
.content_no_img img{
    width: 22%;
}
.content_no_img p{
    font-size: 14px;
    color: #333333;
    margin-top: 6px;
}
/*封禁*/
.ban_copy_box{
    background: #febe10;
    color: white;
    padding: 6px 10px;
    width: 120px;
    margin: 0 auto;
    margin-top: 24px;
    border-radius:4px;
    cursor: pointer;
}
/*暂无数据盒子*/
.no_data_box{
    width: 100%;
    display: none;
}
/*预览图片*/
.preview_img{
    margin: 26px 0;
    text-align: center;
}
.preview_img img{
    width: 90%;
}
/*新图标显示*/
.new_hot_img{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: -3px;
}
.new_hot_img_two{
    width: 18px;
    height: 18px;
    margin-right: 6px;
    margin-top: -3px;
}
/*切换身份*/
.switch_content_box p{
    color: #333333;
    font-size: 16px;
    /*font-weight: 600;*/
    margin-bottom: 8px;
}
.switch_content_box div{
    color: #febe10;
    font-size: 18px;
    font-weight: 600;
}
.job_chat_cord canvas{
    margin-left: 8px;
    margin-top: 12px;
}
/*身份切换申请盒子*/
.bounced_textarea{
    width: 340px;
    margin: 20px 20px  0  20px;
}
.bounced_textarea .bouncedText{
    width: 320px;
    height: 120px;
    border-radius:4px;
    padding: 8px;
}
/*兼职报名*/
.apply_sentBox{
    width: 76px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius:4px;
    background-color: #000000;
    color:white;
    cursor: pointer;
}
.apply_sentBox_yes{
    width: 76px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius:4px;
    background-color: #febe10;
    color:#000000;
    cursor: pointer;
}
.tell_job_companyBox{
    width: 76px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    background-color: #febe10;
    color: #000000;
    cursor: pointer;
    margin-right: 10px;
}
.partSpan_red_border{
    color: #ff0000;
    margin-left: 2px;
}
.partBox_content .part_label{
    text-align: left;
    padding: 9px 0;
    width: 58px;
}
.partBox_content .part_inputBox{
    margin-left:60px;
}
.partBox_content .layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed>i{
    color: #febe10;
}
.partBox_content .part_inputBox input{
    width: 80%;
}
.vip_companyBox{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px !important;
    height: 16px !important;
}
.vip_companyBox_index{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px !important;
    height: 12px !important;
}