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:1.57rem;
}
.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: 5rem;
    height: 0.55rem;
    background-color: #f3f3f3;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0 0.2rem;
    color:#acacac;
    font-size:0.24rem;
    margin-left:auto;
}
.container_top_bar .search_box .city{
    font-size:0.28rem;
    width:0.56rem;
    min-width:0.56rem;
    margin-right:0.1rem;
    color: #808080;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}
.container_top_bar .search_box input{
    width:3rem;
    font-size:0.28rem;
    border:0;
    background: none;
}
.container_top_bar .search_box img{
    width:0.48rem;
    padding:0.1rem;
    cursor: pointer;
}
.tabbar{
    display: flex;
    align-items: center;
    border-bottom:1px solid #ddd;
}
.tabbar .tab{
    width:20%;
    min-width:20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0.16rem;
    cursor: pointer;
}
.tabbar .tab span{
    font-size: 0.28rem;
    color: #4a4a4a;
    max-width: 75%;
    margin-right:0.1rem;
    overflow: hidden;
    white-space: nowrap;
}
.tabbar .tab img{
    width:0.2rem;
}
.picker_mask{
    top: 1.57rem;
    height: calc(100% - 1.57rem);
}


.select-city {
    width: 100%;
    height: 100%;
    padding-left: 0.3rem;
    padding-bottom: 0.2rem;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 102;
    overflow-y: auto;
    padding-top: 0.8rem;
    -webkit-overflow-scrolling: touch;
    display: none;
}

.choose_zn_title {
    line-height: 0.8rem;
    text-align: center;
    border-bottom: 1px solid #ededed;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 103;
    font-size: 0.32rem;
}
.choose_zn_title .close {
    position: absolute;
    font-size: 0.7rem;
    left: 0.2rem;
}
.zm {
    width: 0.4rem;
    color: #00b38a;
    position: fixed;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 0.24rem;
    text-align: center;
    margin-left: 0.10rem;
    top: 0;
    right: 0;
    z-index: 1;
}
.c_title {
    font-size: 0.28rem;
    font-weight: bold;
    margin-top: 0.20rem;
}
.c_z {
    margin-bottom: 0.40rem;
}
.c_list {
    display: flex;
    flex-wrap: wrap;
}
.c_list .item {
    width: 2.10rem;
    padding: 0.16rem 0.10rem;
    background: #f5f5f5;
    text-align: center;
    font-size: 0.24rem;
    margin: 0.20rem 0.20rem 0 0;
}
.job_list{
    padding:0 0.3rem;
}
.job_item{
    padding:0.28rem 0 0.2rem;
    border-bottom:1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.job_item .logo{
    width: 1.32rem;
    height: 1.30rem;
    background-color: #ffffff;
    border: solid 1px #7a7a7a;
}
.job_item_msg{
    width:5.4rem;
}
.item_msg_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_msg_title span{
    font-size: 0.32rem;
    color: #181818;
    width:65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item_msg_title i{
    font-size: 0.38rem;
    color: #d92525;
}
.item_msg_mid{
    margin:0.08rem 0;
    display: flex;
    align-items: center;
}
.item_msg_mid span{
    font-size: 0.28rem;
    color: #7a7a7a;
    margin-right:0.1rem;
    max-width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item_msg_mid i{
    font-size: 0.28rem;
    color: #7a7a7a;
    margin-right:0.1rem;
}
.item_msg_bottom span{
    font-size: 0.28rem;
    color: #7a7a7a;
    margin-right:0.1rem;
}
.loading{
    text-align: center;
    padding:0.2rem 0;
    display: none;
}