﻿@charset "utf-8";
*{
    font-size:.14rem;
    font-family:'Microsoft YaHei',"微软雅黑";
    color:#333;
    /*pointer-events: none;*/
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

body,div,dl,dd,ul,li,form,img,a,table,tr,th,input,p,select,textarea,h1,h2,h3{margin:0;padding:0;border:0;list-style:none;text-indent:0;outline:none;}
input,textarea,select,button{text-rendering:auto;letter-spacing:normal;word-spacing:normal;text-transform: none;text-indent:0px;text-shadow:none;display:inline-block;outline:0;}
div{margin:0 auto;}
table{border:0;margin:0;border-collapse:collapse;border-spacing:0;padding:0;width:100%;}
table td,table th{text-align:left;padding:0}
table td.rt,table th.rt{text-align:right;}
table td.ct,table th.ct{text-align:center;}
a{text-decoration: none; bblr:expression(this.onFocus=this.blur());/*IE使用*/ outline-style:none;/*FF使用*/ }
input:-webkit-autofill{-webkit-box-shadow:0 0 0px 1000px white inset;}
input[type="button"], input[type="submit"], input[type="text"]{-webkit-appearance: none;}
i,em,b,a,span{font-style:normal;font-size:1em;}
img {vertical-align:top;}
body{  background-color:#fff;  }
a, input,textarea {
    -webkit-user-select:auto; /*webkit浏览器*/
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    outline: none;
    border: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #bbb;
}
.wrap {
    overflow:hidden;
    display:none;
}
._ckipt{
    vertical-align:-2px;
}

._line{
     clear:both;
     background:#f4f4f4;
     height:.12rem;
 }
._tips{
    padding: .12rem 0;
    font-size: .12rem;
    color: #888;
}
._btn a{
    display:block;
    text-align:center;
    padding: .08rem 0;
    background:#2286d8;
    border-radius:3px;
    font-size:.18rem;
    color:#fff;
}
._btn a.green{
    background:#00C578;
}
._btn a.blue{
    background:#2a64e4;
}
._btn a.yellow{
    background:#FF621A;
}
._btn a.gray{
    background:#e6e6e6;
    color:#000;
}
._btn a.red {
    background:#EC292A;
    color:#fff;
}
._btn_bot{
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
}
._btn_bot p{
    padding: .15rem;
    height: .38rem;
}
._btn_bot p a{
    display: block;
    padding: .07rem 0;
    color: #fff;
    background: #4e80ef;
    border-radius: 3px;
    font-size: .18rem;
    text-align: center;
}
._btn_bot p.modify a{
    float: right;
    width: 2.1rem;
}
._btn_bot p.modify a.close{
    float: left;
    width: 1.2rem;
    background: #f0f0f0;
    color: #555;
}
/*******搜索工作人才等*****/
._search {
    background: #f4f4f4;
    position: fixed;
    width: 100%;
    z-index: 5;
}
._search .content{
    padding: .15rem;
    height: .28rem;
}
._search .input{
    float: left;
    width: 3rem;
    height: .28rem;
    overflow:hidden;
    border-radius: 100px;
    background: #fff;
}
._search .input input{
    float: left;
    height:.2rem;
    width:1.6rem;
    line-height:.2rem;
    padding: .04rem 0;
    margin-left: .12rem;
    background:#fff url(../img/search.png) no-repeat left center;
    background-size:.12rem auto;
    padding-left: .2rem;
}
._search .input a.s{
    float: right;
    line-height:.28rem;
    padding:0 .24rem;
    background: #5d8cf5;
    color: #fff;
    font-size: .12rem;
}
._search .input a.c{
    display: none;
    float: right;
    height: .28rem;
    width: .28rem;
    border-radius: 100%;
    background: url(../img/ic_close_search.png) no-repeat center center;
    background-size: .12rem auto;
}
._search .filter{
    float: right;
}
._search .filter a.f{
    float: right;
    padding: .05rem .06rem;
    color: #666;
}
/******顶部返回按钮******/
._back {
    background:#fff;
    height:.46rem;
    position:fixed;
    top:0;
    width:100%;
    z-index:3;
}
._back a.back{
    display: block;
    float: left;
    width:.46rem;
    height:.46rem;
    background:url(../img/back_3.png) no-repeat .15rem center;
    background-size:.16rem auto;
}
/******列表刷选******/
._tabfilter{
    background:#fff;
    position:fixed;
    width:100%;
    z-index:1;
    top: .46rem;
}
._tabfilter .content{
    padding:0 .1rem;
}
._tabfilter a{
    display:block;
    height: .38rem;
    text-align:center;
}
._tabfilter a i{
    width:.2rem;
    height:.04rem;
    margin:0 auto;
    border-radius:10px;
    background-color:#4e80ef;
    margin-top:.04rem;
    display:none;
}
._tabfilter a.on{
    color:#4e80ef;
}
._tabfilter a.on i{
    display:block;
}
/******下拉刷选******/
._downfilter{
    position: fixed;
    width: 100%;
    top:0;
    background: #fff;
    z-index: 10;
    overflow-y: scroll;
    display: none;
}
._downfilter .content{
    padding: .15rem .15rem .65rem .15rem;
}
._downfilter .content .title{
    padding: .12rem 0;
}
._downfilter .content .tab{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}
._downfilter .content .tab a{
    margin: .05rem;
    padding: .03rem .1rem;
    background: #f0f0f0;
    color: #444;
    border: 1px solid #f0f0f0;
    border-radius: 2px;
    font-size: .12rem;
}
._downfilter .content .tab a.on{
    border-color: #4e80ef;
    background: #fff;
    color: #4e80ef;
}
._downfilter .bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: .12rem 0;
    height: .35rem;
    background: #fff;
}
._downfilter .bottom a.cancel{
    display: block;
    float: left;
    margin-left: .15rem;
    background: #f0f0f0;
    padding: .08rem .4rem;
    color: #555;
    border-radius: 3px;
}
._downfilter .bottom a.confirm{
    display: block;
    float: right;
    margin-right: .15rem;
    background: #4e80ef;
    padding: .08rem .95rem;
    color: #fff;
    border-radius: 3px;
}

/******底部导航******/
._navigate {
    position:fixed;
    width:100%;
    bottom:0;
    background:#fff;
    padding: .06rem 0;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    border-top: 0.5px solid #f8f8f8;
}

._navigate a{
    text-align:center;
    background:no-repeat center .02rem;
    background-size:.18rem .18rem;
    color:#666;
    width: .8rem;
    padding-top:.20rem;
    font-size:.1rem;
}
._navigate a.nav_job{
    background-image:url(../img/nav_job.png);
}
._navigate a.nav_enterprise{
    background-image:url(../img/nav_enterprise.png);
}
._navigate a.nav_worker{
    background-image:url(../img/nav_worker.png);
}
._navigate a.nav_msg{
    background-image:url(../img/nav_msg.png);
}
._navigate a.nav_fair{
    background-image:url(../img/nav_fair.png);
}
._navigate a.nav_my{
    background-image:url(../img/nav_my.png);
}
._navigate a.nav_job_on{
    background-image:url(../img/nav_job_on.png);
    color:#4e80ef;
}
._navigate a.nav_enterprise_on{
    background-image:url(../img/nav_enterprise_on.png);
    color:#4e80ef;
}
._navigate a.nav_worker_on{
    background-image:url(../img/nav_worker_on.png);
    color:#4e80ef;
}
._navigate a.nav_msg_on{
    background-image:url(../img/nav_msg_on.png);
    color:#4e80ef;
}
._navigate a.nav_fair_on{
    background-image:url(../img/nav_fair_on.png);
    color:#4e80ef;
}
._navigate a.nav_my_on{
    background-image:url(../img/nav_my_on.png);
    color:#4e80ef;
}
._navigate a em{
    width:9px;
    height:9px;
    border:1px solid #fff;
    background:#f00;
    border-radius:50%;
    position:absolute;
    top:.06rem;
    right:.2rem;
    display:none;
}
/******表单输入******/
._input li.tit{
    font-size:.12rem;
    margin-top:.12rem;
    color: #555;
}
._input li.tit i{
    padding:0 .1rem;
    background: url(../img/ic_start.png) no-repeat center center;
    background-size: .06rem auto;
}
._input li.ipt{
    padding:.08rem 0;
    line-height:.2rem;
    border-bottom:1px solid #efefef;
}
._input li.ipt i{
    float: right;
    font-size: .12rem;
    color: #ff5200;
}
._input li a.link{
    display:inline-block;
    float:right;
    height:.2rem;
    line-height:.2rem;
    text-align:right;
    color:#4e80ef;
}
._input li a.addr{
    display:inline-block;
    float:right;
    height:.2rem;
    width: .4rem;
    background: url(../img/ic_address_line.png) no-repeat right center;
    background-size: .2rem auto;
}
._input li input.text,._input li.ipt span{
    width:100%;
    background:none;
    border:none;
    line-height:.2rem;
    height:.2rem;
    color:#000;
    text-align: left;
}
._input li input.ckipt{
    vertical-align: -.01rem;
    margin-right: 1px;
}
._input li input.date{
    float: right;
    width: .4rem;
    height: .2rem;
    background: url("../../img/ic_date.png") no-repeat center right;
    background-size: .2rem auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: transparent;
}
._input li select{
    width: 100%;
    line-height: .2rem;
    background: url(../img/ar_down.png) no-repeat right center;
    background-size: .12rem auto;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
._input li textarea{
    width: 100%;
    line-height: .2rem;
    height: .8rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}
/***内页列表样式***/
._list a{
    display: block;
    padding: .15rem 0;
    background: #fff;
    height: .42rem;
    border-top: 1px solid #efefef;
}
._list a:first-child{
    border-top: 0;
}
._list a .img{
    height: .42rem;
    width: .42rem;
    float: left;
    margin-right: 12px;
    background:#f4f4f4 url(../../upload/100025.jpg) no-repeat center center;
    background-size: .42rem auto;
    border-radius: 100%;
    overflow: hidden;
}
._list a p{
    padding: .02rem 0;
    font-size: .12rem;
    color: #777;
}
._list a p b{
    font-size: .15rem;
    padding-right: 6px;
}
._list a p span{
    float: right;
    font-size: .12rem;
}
._list a p span.green{
    color: #40d4af;
}
._list a p span.gray{
    color: #777;
}
._list a p span.blue{
    color: #4e80ef;
}
._list a p span.red{
    color: #f12c20;
}
/************************弹出层样式************************/
.msglay{
    width:100%;
    position:fixed;
    bottom:.95rem;
    text-align:center;
    z-index:999;
    display:none;
}
.msglay span{
    padding:.08rem .18rem;
    background:rgba(0, 0, 255, 0.8);
    color:#fff;
    border-radius:3px;
    /*box-shadow:0 0 6px 3px #666;*/
    font-size:.13rem;
}
.bkground{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    background:rgb(000 000 000 / 0.7);
    z-index:5;
    display:none;
    }
.conflay{
    background:none;
    position:fixed;
    top:50%;
    margin-top:-.8rem;
    left:50%;
    width:3.1rem;
    margin-left:-1.55rem;
    z-index:998;
    border-radius:5px;
    display:none;
    overflow:hidden;
}
.conflay .cfmsg{
    padding:.25rem .15rem;
    line-height:.22rem;
    text-align:center;
    font-size:.15rem;
    background:#fff;
}
.conflay .cfbtn{
}
.conflay .cfbtn a{
    display:inline-block;
    float:left;
    padding:.11rem 0;
    background-color:#15AD8F;
    width:50%;
    text-align:center;
    font-weight:600;
    font-size:.15rem;
    color:#fff;
}
.conflay .cfbtn a.false{
    width:50%;
    color:#555;
    background-color:#e6e6e6;
}
.loading{
    /*background:rgba(0, 0, 0, 0.7);*/
    width:.40px;
    height:40px;
    position:fixed;
    top:50%;
    margin-top:-20px;
    left:50%;
    margin-left:-20px;
    text-align:center;
    z-index:999;
}
.loading div{
    height:16px;
    width: 16px;
    /*background:url(../img/uploading.gif) center center no-repeat;
    background-size:.2rem auto;*/
    border: 2px solid #15AD8F;
    border-bottom: 2px solid rgba(190,192,194,.5);
    border-radius: 50%;
    -webkit-animation: loadcircle .6s linear infinite;
    animation: loadcircle .6s linear infinite;
}
@-webkit-keyframes loadcircle
{
    0%{-webkit-transform: rotate(0deg);}
    50%{ -webkit-transform: rotate(180deg);}
    100%{ -webkit-transform: rotate(360deg);}
}
@keyframes loadcircle
{
    0%{transform: rotate(0deg);}
    50%{ transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
}
/******空数据******/
p._null,a._null{
    background: url("../img/null.png") no-repeat top center;
    background-size: .55rem auto;
    height: .45rem;
    padding: 0;
    margin-top: .35rem;
    padding-top: .65rem;
    text-align: center;
    color: #555;
}
._none{
    display:none !important;
}