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_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;
}




.container .com_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin-top: 1px;
    padding:0.24rem 0.4rem;
}
.container .com_top .com_msg {
    width: 5.4rem;
}
.container .com_top .com_msg .title {
    font-weight: bold;
    font-size: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.container .com_top .com_msg .com_o {
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
}
.container .com_top .com_msg .com_o span {
    font-size: 0.3rem;
    color: #7a7a7a;
    margin-right: 0.2rem;
}
.container .com_top .logo {
    width: 1.09rem;
    height: 1.09rem;
}
.container .tab_bar {
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding: 0 0.2rem;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    justify-content: space-around;
    position: relative;
}
.container .tab_bar span{
    height:100%;
    color:#4a4a4a;
    font-size: 0.32rem;
}
.container .tab_bar .tab {
    line-height: 0.8rem;
    position: relative;
    height:100%;
    cursor: pointer;
}
.container .tab_bar .tab img{
    width:0.24rem;
    position: absolute;
    right:-0.5rem;
    top:0.36rem;
    display: none;
    cursor: pointer;
}
.container .tab_bar .active img{
    display: block;
}
.active{
    border-bottom:0.04rem solid #02b28b;
}
.container .tab_first {
    padding-top: 3.3rem;
}
.tab_first .detail{
    padding:0 0.33rem;
}
.container .tab_first .c_title {
    font-size: 0.36rem;
    color: #4a4a4a;
    margin: 0.2rem 0 0.16rem 0;
}
.container .tab_first .detail {
    padding-bottom: 0.3rem;
    border-bottom: 1px solid #ddd;
}
.container .tab_first .c_address {
    padding: 0.3rem 0;
    border-bottom: 1px solid #ddd;
}
.content{
    font-size:0.26rem;
    line-height: 0.4rem;
    color:#4a4a4a;
}
.work_address{
    padding:0.2rem 0.3rem 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;
}
.container .tab_first .home_page {
    padding: 0 0.3rem 0.1rem;
    border-bottom: 1px solid #ddd;
}
.container .tab_first .com_style {
    padding: 0 0.3rem 0.1rem;
}
.img_list{
    width:100%;
    overflow-x: auto;
}
.img_list ul{
    display: flex;
    padding:0.1rem 0 0.2rem;
}
.img_list li{
    width:3.9rem;
    min-width:3.9rem;
    height:2.41rem;
    margin-right:0.3rem;
    background: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}
.img_list li img{
    max-width: 100%;
    max-height: 100%;
}

.tab_second{
    padding-top: 3.3rem;
    position: relative;
    display: none;
}
.job_item{
    display: block;
    padding:0.12rem 0.4rem;
    border-bottom:0.1rem solid #f5f6f6;
    position: relative;
    background: #fff;
    cursor: pointer;
}
.item_title{
    font-size: 0.32rem;
    color: #181818;
}
.item_other{
    color: #7a7a7a;
    font-size:0.24rem;
    margin:0.11rem 0;
}
.item_other span{
    margin-right:0.1rem;
}
.hr{
    display: flex;
    align-items: center;
    color: #7a7a7a;
}
.hr img{
    width:0.41rem;height:0.41rem;
    border-radius: 50%;
    margin-right:0.1rem;
}
.hr span{margin-right:0.1rem;}
.item_salary{
    position: absolute;
    right:0.4rem;
    top:0.3rem;
    color: #d92525;
    font-size:0.36rem;
}