.coreindex-dh{
    height: 52px;
    background: #161A1F;
    text-align: center;
    width: 100%;
}

.coreindex-dh a.on {
    font-size: 16px;
    color: var(--button-Normal, #1EFF92);
    font-weight: 600;
    font-family: Inter;
    font-weight: 600;
    line-height: 52px;
    vertical-align: middle;
}

.coreindex-dh a {
    display: inline-block;
    height: 52px;
    padding: 0px 50px;
    line-height: 52px;
    margin: auto;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    color: #8B8B8B;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.coreindex-dh a.on .line {
    position: absolute;
        left: 50%;
        bottom: 0;
        height: 5px;
        background: #454549;
        display: block;
        overflow: hidden;
        margin: 0;
        transition: width 0.3s, margin-left 0.3s;
}

.coreindex-dh .line {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    background: #1EFF92;
    /* 不要设置 display: block; */
    margin: 0;
    display: none;
    transition: width 0.3s, margin-left 0.3s;
    pointer-events: none;
}


.coreindex-dh a:not(.on):hover {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
}
@keyframes fillLine {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

.coreindex-dh a.on .line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #1EFF92;
    animation: fillLine 0.5s ease-in-out forwards;
}


html {
    overflow-y: scroll;
}


/* 搜索框样式 */


.index_recommend-side{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 80px;
    position: relative;
}


@media screen and (min-width: 1921px) {
    .index_recommend-side{
        margin: auto;
        width: 1920px;

    }
}


.title-inc{
    display: flex;
        align-items: center;
        margin-left: 16px;
        /* 左侧排列 */
}

.title-inc a{
font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    text-align: center;
    text-decoration-line: none;
    color: #9E9E9E;
    font-weight: 600;
    margin-right: 50px;
}


.search-bar {
    position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        background: #161A1F;
        padding: 4px 12px;
            height: 38px;
            border-radius: 20px;
            opacity: 1;
        box-sizing: border-box;
}

.search-type {
    color: #1EFF92;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-right: 8px;
    cursor: pointer;
    width: 58px;
}

.type-arrow {
    font-size: 12px;
    margin-left: 2px;
}

.search-input {
    flex: 1;
    border: none;
    background: transparent;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.search-btn {
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    padding: 0;
}

.title-inc a:hover{
    font-weight: 600;
    color: #FFFFFF;
}

.title-inc .on{
    color: #1EFF92;
}

.type_info{
    height: 52px;
    background: #161A1F;
    text-align: center;
    width: 100%;
}

.type_info a {
    display: inline-block;
    height: 52px;
    padding: 0px 50px;
    line-height: 52px;
    margin: auto;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    color: #8B8B8B;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.type_info a:not(.on):hover {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 16px;
    vertical-align: middle;
}

.model-list-filter-box{
    min-height: 70px;
    display: flex;
    align-items: center;
}

.center-nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.qb-type{
    display: flex;
    align-items: center;
    position: relative;
    display: block;
    height: 40px;
    padding-right: 20px;
    padding-left: 9px;

    box-sizing: border-box;
    -webkit-transition: background 0.5s ease;
    transition: background 0.5s ease;
    text-decoration-skip: objects;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    line-height: 38px;
    white-space: nowrap;
    font-size: 14px;
}

.icon-filter-all{
    width: 20px;
    font-size: 18px;
    line-height: 28px;
    color: rgba(255, 255, 255, 0.4);
    width: auto;
    height: auto;
    margin-top: 0;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

.icon-filter-all:before {
    content: "\e799";
}

.dian{
    max-width: 140px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qb-type:after {
    position: absolute;
    top: 50%;
    right: 9px;
    margin-top: -2px;
    border-top: 4px solid rgba(255, 255, 255, 0.4);
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
    text-decoration-skip: objects;
    content: "";
}

.qb-type:hover .dian {
    color: #1EFF92;
}

.qb-type:hover .icon-filter-all:before {
    color:#1EFF92;
}

.qb-type:hover:after {
    border-top-color:#1EFF92;
}



.type-nav-info{
    background: #2c2c2c49;
    text-align: center;
    width: 100%;
}

.filter-row{
    display: flex;
    align-items: center;
    padding: 14px 0;
    flex-wrap: wrap;
    position: relative;
}
.filter-title{
    margin: 0px 0px 0px 0px;
    padding: 0px 20px;
    font-size: 16px;
    width: 142px;
    font-family: Inter;
    font-weight: 600;
    color: #8B8B8B;
    text-decoration: none;
    vertical-align: middle;
}

.filter-level{
    margin: 0px 0px 0px 0px;
    font-size: 16px;
    font-family: Inter;
    font-weight: 600;
    color: #8B8B8B;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
}

.filter-choice{
    margin-right: 40px;
    color: #8B8B8B;
}

.filter-choice:hover {
    text-decoration: none;
}

.filter-level-2{
    flex-basis: 100%;
    width: 100%;
    display: block;
    margin-top: 14px;
    margin-left: 142px;
    text-align: left;
        /* 左对齐 */
}


.filter-level-3 {
    flex-basis: 100%;
    width: 100%;
    display: block;
    margin-top: 14px;
    margin-left: 142px;
    text-align: left;
    /* 左对齐 */
}

.filter-choice.on {
    color: #1EFF92;
    font-weight: bold;
}

.filter-choice.on span {
    color: #1EFF92;
}

.index_job-zp{
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}
.job-zp-box{
    margin: auto;
    width: auto;
    display: grid;
    column-gap: 36px;
    box-sizing: border-box;
    background-color: transparent;
    padding-left: 36px;
    padding-right: 36px;
    grid-template-columns: repeat(2, 1fr);
}

.job-card{
    width: 906px;
    height: 427px;
    border-radius: 15px;
    background: #18181C;
    margin-bottom: 30px;
}

.job-card:hover {
    background: linear-gradient(102deg, #0C1012 5%, rgba(35, 49, 37, 0.59) 48%, #0C2A23 100%);
    box-shadow: 0px 2px 10px 0px rgba(30, 255, 146, 0.3);
}


.head_titile{
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: 22px;
    margin-top: 16px;
}

.head_titile img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px;
}

.head-infoc{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 14px;
}

.head-infoc p{
    font-family: Inter;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 5px;
}

.head-infoc p:nth-child(2) {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #999999;
    margin-top: 6px;
}
.head-icon {
    width: 32px;
    height: 80px;
    margin-left: 16px;
}

.head-icon img{
    width: 32px;
    height: 10px;
    border-radius: 2px;
    margin-top: 23px;
}
.bnt-head{
    margin-top: 10px;
    margin-left: 94px;
    display: flex;
}

.bnt-head a{
    width: 76px;
    height: 33px;
    border-radius: 9px;
    background: rgba(164, 164, 164, 0.3);
    display: flex;
    margin: 0px;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    margin-right: 16px;
}

.bnt-head a:nth-child(2) {
    width: 76px;
    height: 33px;
    border-radius: 9px;
    background: linear-gradient(90deg, #00F2FA 0%, #00FE95 100%);
    display: flex;
    margin: 0px;
    align-items: center;
    color: #000000;
    justify-content: center;
    margin-right: 16px;
}

.bnt-head a:hover {
    text-decoration: none;
    background: rgba(121, 121, 121, 0.18);

}
.bnt-head a:nth-child(2):hover {
    text-decoration: none;
    background: linear-gradient(90deg, #07B8BD 0%, #04B46B 100%);

}
.bnt-head a svg {
    margin: 0px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.bnt-head a span{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin: 0px;
}

.bnt-head a:nth-child(2) span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000;
    margin: 0px;
}

.copy_info{
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
}

.copye-i{
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #9E9E9E;
    align-items: center;
    margin-right: 12px;
    
}

.copye-i svg{
    margin-right: 12px;
}

.copye-i span {
    margin-right: 16px;
    
}

.line-i{
    display: block;
    height: 15px;
    width: 2px;
    background-color: #9E9E9E;
}

.job-conten{
    display: flex;
    margin-top: 20px;
    margin-left: 27px;
}

.job-img-i {
    width: 198px;
    height: 144px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
}

.job-conten img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    transform-origin: center center;
    border-radius: 4px;
    display: block;
}

.job-conten img:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.job-div-nr{
    width: 611px;
    margin-left: 26px;
}
.job-nr-cont{
    display: flex;
}

.job-h1{
    font-family: Inter;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-right: 36px;
    max-width: 336px;
    overflow: hidden;
    height: 24px;
}
.job-bq{
    display: flex;

}
.job-bq-span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 6px;
    background: #303034;
    margin-right: 12px;
}

.job-bq-span p{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #00FFA0;
    margin-left: 12px;
    margin-right: 12px;
}


.job-footer{
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-left: 27px;
}

.skill-job{
    display: flex;

}
.skill-job span{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.job-footer .skill-job .job-skill{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 6px;
    background: #303034;
    color:#FFFFFF ;
    text-align: center;
    margin-right: 12px;
    
}

.job-footer .skill-job .job-skill p{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    margin-left: 12px;
    margin-right: 12px;
}

.ex-job{
    display: flex;
    margin-left: 212px;
    margin-top: 14px;
    color: #9C9C9C;
}

.job-explpre{
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    color: #9C9C9C;
}
.job-jt{
    margin-left: 8px;
    margin-top: 2px;

}

/* 求职样式列表 */


.job_qiuzhi_i{
    width: 1846px;
    height: 427px;
    border-radius: 15px;
    background: #18181C;
    margin: auto;
}



.job_qiuzhi_i:hover {
    background: linear-gradient(102deg, #0C1012 5%, rgba(35, 49, 37, 0.59) 48%, #0C2A23 100%);
    box-shadow: 0px 2px 10px 0px rgba(30, 255, 146, 0.3);
}


.index_qiuzhi{
    position: relative;
    height: 100%;
    width: 100%;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
}

.job_qiuzhi_card{
    padding-top: 16px;
}

.job_head_titile {
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: 22px;

}

.job_head_titile img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0px;
}

.job_head-infoc {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 14px;
}

.job_head-infoc p {
    font-family: Inter;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin-top: 5px;
}

.job_head-infoc p:nth-child(2) {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    color: #999999;
    margin-top: 6px;
}

.job_head-icon {
    width: 32px;
    height: 80px;
    margin-left: 16px;
}

.job_head-icon img {
    width: 32px;
    height: 10px;
    border-radius: 2px;
    margin-top: 23px;
}

.job_bnt-head {
    margin-top: 10px;
    margin-left: 94px;
    display: flex;
}

.job_bnt-head a {
    width: 76px;
    height: 33px;
    border-radius: 9px;
    background: rgba(164, 164, 164, 0.3);
    display: flex;
    margin: 0px;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    margin-right: 16px;
}

.job_bnt-head a:nth-child(2) {
    width: 76px;
    height: 33px;
    border-radius: 9px;
    background: linear-gradient(90deg, #00F2FA 0%, #00FE95 100%);
    display: flex;
    margin: 0px;
    align-items: center;
    color: #000000;
    justify-content: center;
    margin-right: 16px;
}

.job_bnt-head a:hover {
    text-decoration: none;
    background: rgba(121, 121, 121, 0.18);

}

.job_bnt-head a:nth-child(2):hover {
    text-decoration: none;
    background: linear-gradient(90deg, #07B8BD 0%, #04B46B 100%);

}

.job_bnt-head a svg {
    margin: 0px;
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.job_bnt-head a span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
    margin: 0px;
}

.job_bnt-head a:nth-child(2) span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #000000;
    margin: 0px;
}

.job_copy_info {
    display: flex;
    margin-left: 30px;
    margin-top: 20px;
}

.copye-i {
    display: flex;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #9E9E9E;
    align-items: center;
    margin-right: 12px;

}

.copye-i svg {
    margin-right: 12px;
}

.copye-i span {
    margin-right: 16px;

}


.job-conten {
    display: flex;
    margin-top: 20px;
    margin-left: 27px;
}

.job-img-i {
    width: 198px;
    height: 144px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    box-sizing: border-box;
}

.job-conten img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    transform-origin: center center;
    border-radius: 4px;
    display: block;
}

.job-conten img:hover {
    transform: scale(1.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}



.job-nr-cont {
    display: flex;
}

.job-bq {
    display: flex;

}

.job-bq-span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 6px;
    background: #303034;
    margin-right: 12px;
}

.job-bq-span p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #00FFA0;
    margin-left: 12px;
    margin-right: 12px;
}

.job-tiezinr {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0em;
    color: #9E9E9E;
    margin-top: 10px;
    min-height: 108px;
    height: 108px;
    overflow: hidden;
}

.job-footer {
    display: flex;
    align-items: center;
    margin-top: 24px;
    margin-left: 27px;
}

.skill-job {
    display: flex;
   
}

.skill-job span {
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #FFFFFF;
}

.job-footer .skill-job .job-skill {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 28px;
    border-radius: 6px;
    background: #303034;
    color: #FFFFFF;
    text-align: center;
    margin-right: 12px;

}

.job-footer .skill-job .job-skill p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0em;
    margin-left: 12px;
    margin-right: 12px;
}

.ex-job {
    display: flex;
    margin-left: 212px;
    margin-top: 14px;
    color: #9C9C9C;
}

.job-explpre {
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
    letter-spacing: 0em;
    color: #9C9C9C;
}

.job-jt {
    margin-left: 8px;
    margin-top: 2px;

}

.job_midled_info{
    display: flex;
}

.job_midled-info-nr{
    width: 800px;
    height: 100%;
}

.job_midled_zpj{
    display: flex;
    width: 1191px;
    margin-left: 20px;
}

.zpj_img{
    display: flex;
}

.zpj_img .job-img-i{
    margin-right: 20px;
}
.zpj_img .job-img-i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
    cursor: pointer;
    transform-origin: center center;
    border-radius: 4px;
    display: block;
}

.zpj_img .job-img-i img:hover{
    transform: scale(1.15);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.job_midled-info-nr .job-conten .job-div-nr{
    width: 640px;
}

.job-zpj{
    margin-top: 20px;

}

.job-zpj span{
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0em;
    color: #9E9E9E;
    margin-bottom: 30px;
    display: block;
}

.job_qiuzhi_card .job-footer .ex-job{
    margin-left: 1162px;
    cursor: pointer;
}

.job_head_a{
    margin: 0px;
}

.job_qiuzhi_card .job-footer .skill-job{
    max-width: 1675px;
}

@media screen and (min-width: 1921px) {
    .index_job-zp {
        margin: auto;
        width: 1920px;
        margin-top: 30px;
    }
}



#fwin_followmod_1 .m_c{
    background-color: #383838;
    height:134px;
}


 #fwin_followmod_1 .flb {
    padding: 10px 10px 8px;
    height: 35px;
    line-height: 20px;
}

.job-nr-cont a {
    display: block;
    margin-right: 36px;
    margin-left: 0px;
}

.job-tiezinr-a{
    display: block;
    margin-right: 36px;
    margin-left: 0px;
}

.job-tiezinr-a:hover {
text-decoration: none;
}