a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    /*word-break:break-all;*/
    word-wrap:break-word;
}
input{
    white-space:nowrap;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
*{
    background-repeat: no-repeat;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    font-size: .28rem;
    box-sizing: border-box;
}
ul,li,ol{
    list-style: none;
}
img{
    border: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
html, body{
    height: 100%;
    max-width: 750px;
    margin:0 auto;
}
.content{
    min-height: 100%;
}
i{font-style: normal}
a{
    text-decoration: none;
    border: none;
    outline: none;
}
input,button{
    outline: none;
}
/*-------------------------*/
.container{
    padding-top:0.8rem;
}
.container_top{
    position: fixed;
    width:7.5rem;
    top:0;
    left:0;
    background: #fff;
    z-index:100;
}
.container_top_bar{
    display: flex;
    align-items: center;
    padding:0.14rem 0.3rem;
    border-bottom:1px solid #ddd;
}
.container_top_bar span{
    font-size: 0.3rem;
    line-height: 0.3rem;
    color: #02b28b;
    margin-right:0.2rem;
    cursor: pointer;
}
.container_top_bar .search_box{
    width: 2.63rem;
    height: 0.5rem;
    background-color: #f3f3f3;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0.3rem;
    color:#acacac;
    font-size:0.24rem;
    margin-left:auto;
    cursor: pointer;
}
.container_top_bar .search_box img{
    width:0.3rem;
}
.job_top {
    padding: 0.2rem 0.4rem 0.1rem;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.job_title {
    color: #4a4a4a;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_title .title{font-size: 0.42rem;}
.job_s{
    font-size:0.38rem;
    font-weight: normal;
    color: #d92525;
}

.job_msg {
    display: flex;
    align-items: center;
    font-size: 0.28rem;
    color: #4a4a4a;
    margin: 0.28rem 0 0.17rem;
}
.job_msg span{margin-right:0.3rem;}

.job_address{
    font-size: 0.28rem;
    color: #4a4a4a;
}
.hr{
    display: flex;
    align-items: center;
    padding:0.28rem 0.4rem;
    border-bottom:1px solid #ddd;
}
.hr img{
    width:0.98rem;
    height:0.98rem;
    margin-right:0.26rem;
    border-radius: 50%;
}
.hr .msg{
    width:3.2rem;
}
.hr_name{
    font-size:0.36rem;
    margin-bottom:0.1rem;
}
.hr button{
    width: 1.92rem;
    height: 0.62rem;
    border-radius: 0.2rem;
    border: solid 0.02rem #02b28b;
    color:#02b28b;
    background: none;
    margin-left:auto;
}
.job_detail{
    padding:0.3rem 0.4rem;
    border-bottom:1px solid #ddd;
}
.job_detail_title{
    font-size:0.38rem;
    margin-bottom:0.2rem;
}
.content{
    font-size:0.26rem;
    line-height: 0.42rem;
}
.gjc{
    margin-top:0.2rem;
}
.job-keyword{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.job-keyword  span{
    padding:0.05rem 0.18rem;
    background-color: #f3f3f3;
    color:#4a4a4a;
    font-size:0.24rem;
    border-radius: 0.16rem;
    margin-right:0.16rem;
}
.company_msg {
    display: block;
    padding: 0.3rem 0.4rem;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.c_msg {
    display: flex;
    align-items: center;
}
.c_msg img{
    width:0.98rem;
    height:0.98rem;
    min-width:0.98rem;
    border-radius: 50%;
}
.msg {
    margin-left: 0.4rem;
}
.c_name{
    font-size: 0.36rem;
    color:#4a4a4a;
    font-weight: bold;
}
.c_bq {
    font-size: 0.32rem;
    color: #4a4a4a;
    margin-top: 6px;
}
span{
    margin-right:0.2rem;
}
.work_address{
    padding:0.2rem 0.4rem 0.1rem;
    border-bottom:1px solid #ddd;
}
.work_address .address{
    margin-top: .25rem;
    height: 3.5rem;
    box-shadow: 0 0 .08rem #d8d8d8;
    margin-bottom: .4rem;
}
.add{
    height: .8rem;
    line-height: .8rem;
    padding: 0 .2rem;
    overflow: hidden;
}
.add img{
    float: left;
    margin-top: .25rem;
    margin-right: .1rem;
}
#map{
    height: 3rem;
}
.similar_work{
    padding:0.2rem 0.4rem 0.1rem;
}
.job_item{
    padding:0.13rem;
    border-bottom:1px solid #ededed;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.job_item img{
    width:0.9rem;
    min-width:0.9rem;
    height:0.9rem;
    border:1px solid #ededed;
    margin-right:0.2rem;
}
.job_item_msg{
    font-size: 0.26rem;
    color: #d92525;
    flex:1
}
.job_item_title{
    font-size: 0.26rem;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_item_title span{
    font-size: 0.26rem;
    color: #d92525;
}
.item_other{margin-top:0.1rem;}
.item_other span{
    font-size: 0.22rem;
    color: #7a7a7a;
    margin-right:0.1rem;
}












