.rowall{
    padding-bottom: 0.5rem;
}
.rowlei{
    display:flex;
    align-items: flex-start;
    justify-content: space-between;
    padding:0.25rem 0.2rem;
    border-bottom:1px solid #e9e9e9;
}
.rowlei .left{
    width:1rem;
    height:1rem;
    border-radius: 0.1rem;
    overflow: hidden;
    border:1px solid #f7f7f7;
    margin-top:3px;
}
.rowlei .left img{
    width:1rem;
    height:1rem;
}
.rowlei .right p{
    line-height: 0.45rem;
}
.rowlei .right{
    width:5.8rem;
    font-size: 0.24rem;
    color:#666;
}
.rowlei .right a{
    color:#666;
}
.rowlei .right h4{
    display:flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}
.rowlei .right h4 span{
    display:flex;
    align-items: center;
    justify-content: center;
}
.rowlei .right h4 a{
    color:#333;
}

.rowlei .right h4 em{
    display:block;
    width:4.2rem;
    height:0.5rem;
    line-height: 0.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-style: normal;
    font-size: 0.28rem;
    font-weight: normal;
}
.rowlei .right h4 img{
    width:0.25rem;height:0.25rem;margin-right: 0.1rem;
}
.tagss{
    display: inline-block;
    height:0.36rem;
    line-height: 0.36rem;
    padding:0 0.12rem;
    background-color: #f9f9f9;
    color:#666;
    border-radius:6px;
    margin-right:0.1rem;
    margin-bottom:0.1rem;
}

.rowlei .right .tag{
    height:0.4rem;
    overflow: hidden;
}

.rowlei .right p a{
    display: inline-block;
    height:0.4rem;
    line-height: 0.4rem;
    padding:0 0.15rem;
    border:1px solid #2A71FF;
    color:#2A71FF;
    background-color: #fff;
    border-radius:4px;
    margin-right: 0.3rem;
    margin-top: 0.1rem;
}
.rowlei .right p a.green{
    border:1px solid #01CB7A;
    color:#01CB7A;
}
.rowlei .right p a.grey{
    background-color: #F0FCF4;
    border:1px solid #01CB7A;
    color:#01CB7A;
}


.fixedblue{
    position: fixed;
    right:0;
    bottom:2.5rem;
    width:2.5rem;
    height:0.8rem;
    background-color: #5286FF;
    z-index: 990;
    border-radius: 0.4rem 0 0 0.4rem;
    text-align:center;
}
.fixedblue a{
     color:#fff;
     line-height: 0.8rem;
     font-size: 0.28rem;
}

.tab-cont{
    height: 0.64rem;
    padding: 0.15rem 0.2rem;
    display: flex;
    justify-content: space-around;
    border-bottom:1px solid #f2f2f2;
    background-color: #fff;
}
.tab-cont li{
    height: 0.64rem;
    float: left;
    text-align: center;
    line-height: 0.64rem;
    font-size:0.29rem;
}
.tab-cont li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #595959;
}
.tab-cont li.active a{
    color: #333333;
    font-size:0.29rem;
}
.tab-cont li.active a span{
    background: linear-gradient(90deg,rgba(82,134,255,1) 0%,rgba(146,184,252,1) 100%);
    box-shadow: 0px 2px 8px rgba(82,134,255,0.32);
    border-radius: 0.1rem;
    display: block;
    width: 100%;
    height: 4px;
    position: relative;
    top: -0.15rem;
    margin: 0 auto;
}
.shaiSel{
    display:flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e9e9e9;
}
.shaiSel li{
    width:25%;
    height:0.8rem;
    line-height: 0.8rem;
    font-size: 0.26rem;
    text-align: center ;
    color: #595959;
    display:flex;
    align-items: center;
    justify-content: center;
}
.shaiSel li i{
    display: inline-block;
    width:0.1rem;
    height:0.1rem;
    border-bottom:1px solid #999;
    border-right:1px solid #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-left: 0.2rem;
}

.popUp{
    display:none;
}
.popUp .hei{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}
.popUl{
    display: none;
    width:100%;
    max-height:50%;
    background-color: #fff;
    bottom:0;
    left:0;
    position: fixed;
    overflow-x: auto;
    padding-bottom: 0.8rem;
    z-index: 1000;
}
.popUl p{
    position:fixed;
    height:0.8rem;
    width:96%;
    padding:0 2%;
    left:0;
    bottom:0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f7f7f7;
    z-index: 1001;
    color:#666;
}
.popUl li{
    height:0.7rem;
    line-height: 0.7rem;
    padding-left:0.4rem;
    border-bottom: 1px solid #f1f1f1;
    font-size: 0.3rem;
    color:#666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.popUl li.active{
    color:#5185FD;
}

/* 筛选地区样式 */
.province_box{
    height: 100%;
    overflow-x: hidden;
    border-right: 0.01rem solid #DEDEDE;
    max-height: 100%;
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: relative;
    padding-bottom: 0.8rem;
    z-index: 1000;
    -webkit-flex: 1;
    text-align: center;
}
.city_box{
    height: 100%;
    overflow-x: hidden;
    max-height: 100%;
    background-color: #fff;
    bottom: 0;
    position: relative;
    padding-bottom: 0.8rem;
    z-index: 1000;
    -webkit-flex: 2.5;
}
.trans{
    -webkit-transform: rotate(225deg)!important;
    border-bottom: 1px solid #5185FD!important;
    border-right: 1px solid #5185FD!important;
}
.popUl li{
    height: 0.8rem;;
}
.resetbtn{
    padding:0.1rem 0.4rem;
    font-size:0.3rem;
    color:#5185FD;
    border:1px solid #5185FD;
    border-radius: 0.08rem;
}
.surebtn{
    width: 4.7rem;
    text-align: center;
    background: #5185FD;
    color: white;
    height: 0.72rem;
    line-height: 0.72rem;
    border-radius: 0.08rem;
}
.block_title{
    margin: 0.1rem;
    color:#333333;
}

.jobUp{
    display:none;
    position: fixed;
    bottom:0;
    left:0;
    width:100%;
    z-index: 999;
    font-size: 0.28rem;
}

.jobUp .scroll{
    max-height: 5rem;
    overflow-y:auto;
    font-size: 0.24rem;
}


.jobUp>ul{
    display: none;
    width:96%;
    background-color: #fff;
    border-radius: 0.2rem;
    border:1px solid #e4e4e4;
    position: absolute;
    bottom:0.3rem;
    left:2%;
    padding:0.2rem 0;
}
.jobUp>ul.active{
    display: block;
}
.jobUp>ul li i{
    display: inline-block;
    padding:0 4px;
    height:0.4rem;
    line-height: 0.4rem;
    background-color: #f7f7f7;
    color:#999;
    font-size: 0.2rem;
    margin-right:0.2rem;
    border-radius: 0.1rem;
}
.jobUp>ul li{
    height:0.7rem;
    line-height: 0.7rem;
    text-align: center;
    color:#666;
}
.jobUp>ul li h4{
    color:#333;
}
.jobUp>ul li p{
    border-top:1px solid #f7f7f7;
}
.jobUp>ul li a{
    width:90%;
    display: block;
    border:1px solid #f1f1f1;
    color:#999;
    margin:5px auto;
}
.popUl li.active span{
    background: #5185FD;
    display: block;
    width: 0.3rem;
    height: 1px;
    margin: 0 auto;
    margin-top: -0.1rem;
}
