.job-mobile{
    margin-top: 49px;
}
.tab{
    position: relative;
    display: flex;
}
.tab .tab-item{
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    height: 54px;
    padding: 0 25px;
    line-height: 54px;
    font-size: 16px;
    color: #252525;
}
.job-list{
    padding: 10px 0;
    background-color: #F3F3F3;
}
.job-list .item{
    padding: 16px;
    margin: 5px 10px;
    background-color: #ffffff;
    color: #252525;
    border-radius: 5px;
}
.job-list .item .info-item, .job-tip .info-item{
    margin-left: 20px;
}
.job-list .item .title, .job-tip .title{
    margin-bottom: 10px;
    font-size: 16px;
    color: #252525;
}
.job-list .item .fee, .job-tip .fee{
    color: #E55630;
}
.glyphicon-play{
    transform-origin: 50% 50%;
    font-size: 12px;
    margin-bottom: 2px;
    transform: rotateZ(90deg);
}
.rotate{
    transform: rotateZ(-90deg);
}
.tab-content{
    position: absolute;
    left: 0;
    right: 0;
    top: 54px;
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    z-index: 999;
}
.tab-content .item{
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 54px;
    font-size: 12px;
    color: #252525
}
.tab-content .city-box{
    display: none;
}
.tab-content .item .checkbox{
    margin-bottom: 5px;
    margin-right: 10px;
}
.tab-content .item + .item{
    border-top: 1px solid #ddd;
}

.type-box{
    display: none;
}
.tabs{
    display: flex;
    flex: 1;
}
.job-detail{
    position: fixed;
    top: -100%;
    left: 0;
    height: calc(100% - 40px);
    overflow-y: auto;
    right: 0;
    background: #F3F3F3;
    z-index: 9999;
    color: #252525;
}
.detail-header{
    padding: 20px 25px;
    color: #252525;
    border-bottom: 1px solid #ddd;
    background: #ffffff;
}
.job-detail .detail{
    padding: 20px 25px 35px 25px;
    background: #ffffff;
}
.job-header{
    font-size: 16px;
    color: #252525;
}
.job-tip{
    margin-top: 10px;
}
.jd-header{
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.btn-apply{
    display: block;
    height: 44px;
    background: #2079DD;
    color: #fff;
    width: calc(100% - 40px);
    border-color: #2079DD;
    outline: none;
    margin: 30px auto;
    border-width:1px;
}
.detail-active{
    transform: translateY(100%);
    margin-top: 89px;
}