﻿body{
     background-color:#fff;
}
header{
    background-color:#F98433;
    padding-top:12px;
    padding-bottom:12px;
    position:relative;
    text-align:center;
}
header input{
   width:78.88%;
    height:34px;
    border-radius:17px;
    border:none;
    padding-left:20px;
}

header em{
    position: absolute;
    bottom: 13px;
    right: 74px;
    font-size: 14px!important;
    color: #888;
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    cursor:pointer;
}

header a{
    color:white;
}
.tab{
    padding: 0 16px;
    height:40px;
    line-height:40px;
}
.tab div{
    width:49.9%;
    cursor:pointer;
}
.tab div span{
    padding-bottom:10px;
}
.tab div span.active{
    color:#F98433;
    border-bottom:2px solid #F98433;
}
section{
    background-color:#f3f3f3;
    padding-bottom:50px;
}
section .detail{
    margin-bottom:10px;
}
section .detail:last-of-type{
    margin:0;
}
section .detail .num{
    height:48px;
    line-height:48px;
    font-size:35px;
    color:#353535;
    font-family:Avenir Next Condensed Medium;
}
section .detail .detail-left{
    width:24%;
    border-right:1px solid #eee;
    height:80px;
}
section .detail{
    padding: 10px 16px;
    background-color:white;
    height:100px;
    position:relative;
}
section .detail .detail-right{
   padding-left:10px;
   width:76%;
}
.bor:first-child{
    margin:0;
}
.bor{
    border:1px solid #ddd;
    display:inline-block;
    height:25px;
    line-height:25px;
    padding:0 8px;
    text-align:center;
    margin-left:10px;
    cursor:pointer;
}
.jobtitle{
    width:74%;
      white-space:nowrap;
            overflow:hidden;
            text-overflow:ellipsis;
}
.jobtitle a{
    font-size:16px;
    color:#353535;
}
.jobinfo{
    line-height:30px;
    color:#888;
}
.jobinfo span{
     color:#888;
}
.share{
    height:25px;
    line-height:25px;
    margin-top:3px;
}
.share span:first-child em:first-child{
    display:inline-block;
    margin-right:10px;
}
.setjob{
    position:absolute;
    right:16px;
    top:10px;
    width:30px;
    cursor:pointer;
    text-align:right;
}
.jobseting span{
      border:1px solid #888;
      color:#666;
     width:26%;
     text-align:center;
     line-height:30px;
     margin:8px;
     margin-bottom:0;
     cursor:pointer;
  }
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 16px;
    background-color: #EFEFF4;
    height: 50px;
    z-index: 10;
}
footer .footer{
    margin-top:5px;
}
  footer .footer div{
      width:33.33%;
      text-align:center;
  }
  footer div a,footer div em{
      color:#7F8389;
  }
  footer div.active a,footer div.active em{
      color:#f98433;
  }
  
  footer em{
      font-size:18px!important;
      margin:4px 0px;
  }

