.list_tab{
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    padding: 0.10rem;
    padding-bottom: 0;
    background-color: white;
    /* border-radius: 0.12rem; */
    /* margin-top: 0.4rem; */
    width: 100%;
    overflow-x: auto;
    position: sticky;
    top: 0.92rem;
    z-index: 12;
    border-bottom: 1px solid rgb(235, 235, 235);
    box-sizing: border-box;
    /* box-shadow: 0 0 12px 0 rgba(0, 0, 0, .08); */
}

.list_tab span{
    display: block;
    padding: 0 0.2rem;
    text-align: center;
    border-radius: 0.1rem;
    height: 0.66rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #444;
    position: relative;
    flex-shrink: 0;
    /* border-left: 1px solid rgb(214, 214, 214); */
}
/* .list_tab span:first-child{
    border-left: none;
} */
.list_tab span.nandu{
    font-size: 0.20rem;
    color: #999;
    padding: 0;
    width: fit-content;
    margin-left: 0.1rem;
    font-weight: 500 !important;
    margin-bottom: -0.05rem;
}

.list_tab span.active{
    /* background-color: #fff; */
    color: #629CDB;
    font-weight: 700;
    position: relative;

}
.list_tab span.active::after{
    content: "";
    display: block;
    width: 1rem;
    height: 0.08rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: #629CDB;
    border-radius: 0.5rem;

}
.top-breadcrumb{
    padding: 0rem;
    padding-bottom: 0.22rem;
}


.box-fixed {
    position: fixed;
    top: 0;
    max-width: 7.5rem;
    width: 100%;
    z-index: 99;
}

.job_top {
    padding: 0.18rem 0.3rem 0.18rem 0.22rem;
    background: #FFF;
    display: flex;
    justify-content: space-between;
}

.job_top .job_logo {
    width: 2.84rem;
    height: 0.55rem;
}

.job_top .job_button {
    /* height: 0.56rem; */
    padding: 0.09rem 0.39rem 0.08rem 0.4rem;
    justify-content: center;
    align-items: center;
    border-radius: 0.67rem;
    background: var(--129, linear-gradient(123deg, #FF8000 11.81%, #F60 69.63%));

    color: #ffffff;
    font-family: "PingFang SC";
    font-size: 0.28rem;
    font-style: normal;
    font-weight: 700;
    line-height: 0.39rem;
}
.job_img_wrap {
    display: flex;
    align-items: center;
    justify-content: left;
}

.job_img_wrap .job_img {
    display: block;
    width: 1.15rem;
    height: 0.55rem;
}

.job_img_wrap .black {
    width: 0.02rem;
    height: 0.3rem;
    flex-shrink: 0;
    background: #F60;
    margin: 0 0.13rem;
    position: relative;
    top: 0.02rem;
}

.job_img_wrap .job_text {

    font-family: "PingFang SC";
    font-size: 0.35rem;
    font-style: normal;
    font-weight: 900;
    line-height: 0.49rem;
}
