﻿html, body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    background-color: #F4F8FB;
}
.TopRightImg {
    width: 100% !important;
    height: auto !important;
    margin-top: 10px;
}
a {
    text-decoration: none !important;
}
.s-e-i-top,.f-url,.job-item-title{
    cursor: pointer;
}
/* banner */

ul{
    list-style: none;
    padding:0;
}

[class$=-btn]{
    cursor: pointer;
}


.sl{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jobName {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
   
}
.JobItem {
    display: flex;
    width: 100%;
    cursor: pointer;
  
}
.JobItem2 {
    margin-top: 7px;
    margin-bottom: 20px;
}
    .JobItem2 span {
       
        border-radius: 2px;
        font-size: 12px;
        padding: 2px 8px;
        margin-right:3%;
        color: #777777;
        font-weight: 400;
        background: #F3F3F3;
    }
.more-work2 {
    padding: 5px 15px;
    border-radius: 6px;
    border: solid 1px #EEEEEE;
   
    color: #26587B;
    font-size: 14px;
    text-align: center;

    width: 290px;
    margin-left: 10px;
    cursor: pointer;
}

.jobName {
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.MoneyCn {
    width: 35%;
    text-align: right;
    font-weight: bold;
    color: #8072E1;
    font-size: 1.25rem;
}

.TagSpan {
    padding: 2px 10px;
    border-radius: 0.2rem;
    margin-right: 4px;
    display: inline-block;
    font-size: 12px;
}

.TagList {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  
}

/* 搜企业和职位 */
.search-type-btns {
    position: absolute;
    cursor: pointer;
    margin-top: 0px;
    margin-left: 10px;
}


.jobs{
    max-width:1100px;
    margin: auto;
    font-size: 14px;
}
.jods ul,.jobs-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 14px;
    width: 100%;
}
.jobs-ul .li{
    width: 31%;
    margin: 0 1% 20px 1%;
}
.job-item{
    width: 100%;
    /* margin: 0 8px 20px 8px; */
  
    border-radius: 4px;
    /* background-color: #fff; */
    position: relative;
    overflow: hidden;
    padding-bottom:10px;
}


.mask{
    opacity: 0;
    box-sizing: border-box;
  
}


.job-list ul{
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    padding:30px;
}
.job-list ul li{
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.job-name{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job-pay{
    font-weight: 800;
    width: 100px;
    text-align: right;
}



/* footer */
footer{
    height:50px;
    line-height: 50px;
    width: 100%;
}
.footer{
    max-width: 1100px;
    margin: auto;
    color: #999287;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.f-left{
    display: flex;
}
.more-work {
    padding: 8px 15px;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    color: #333333;
    font-size: 14px;
    min-height: 195px;
}

/* 职位搜索 */
.job-item-title{
    width: 100%;
    box-sizing: border-box;
    padding: 20px 10%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.job-pay{
    font-weight: 800;
    width: 100px;
    text-align: right;
}
.job-info{
    padding: 0px 10% 10px 10%;
    color:#999;
}
.job-info span:first-child{
    padding-left: 0;
}
.job-item-footer{
    width: 100%;
    background-color: #eee;
    display: flex;
    padding: 0px 6%;
    box-sizing: border-box;
    justify-content: space-between;
    height: 45px;
    /* line-height: 45px; */
    align-items: center;
}
.job-item-footer .job-item-footer-img{
    /* vertical-align: middle; */
    width:20px;
    height: 20px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-right: 5px;
}
.job-item-footer img{
    vertical-align: top;
    height: 100%;
}
.communicate-btn{
    display: block;
    font-size: 12px;
    background-color: #f9c29c;
    height: 30px;
    padding: 0 15px;
    line-height: 30px;
    border-radius: 2px;
    min-width: 50px;
}

.job-item-footer .left{
    display: flex;
    max-width: 65%;
    justify-content: center;
    align-items: center;
}


#SearchType  {
    border: unset;
    font-size: 18px;
    margin-top: 15px;
    color: #666666;
    margin-left: 10px;
    width: 88px;
    cursor: pointer;
    outline: unset;
}

@media screen and (min-width: 769px) {
  
    .s-e-i-top{
        background-color: #fff;
    }
    body{
        min-width: 1200px;
        margin: auto;
    }

    .communicate-btn{
        color: #383838;
    }

    .search-type-btns .search-selected{
        position: relative;
        top: -6px;
        height: 21px;
        transition: all 0.5s;
        color:#000;
        background-color: rgba(251,220,173,1);
    }
    .show-more1{
        cursor: pointer;
        color: #eeeeeea8;
        font-weight:bold;
    }
    .show-more1 span{
        padding: 0 2px;
        margin: 0 3px;
        border-radius: 50%;
        background-color: #fcda91;
        color: #695d4b;
    
    }


    .h-nav {
        width: 100%;
       
        color: #e7e7e7b0;
        display: flex;
        height: 60px;
        line-height: 60px;
        font-size: 14px;
        width: 1200px;
        margin:auto;
    }
    .nav-l{
        display: flex;
        align-items: center;
      
        margin: auto;
        width:500px;
    }
    .nav-l img,.nav-l a{
        vertical-align: top;
        width: 18px;
        height: 18px;
    }

    .nav-r {
        display: flex;
        align-items: center;
        margin: auto;
        width: 500px;
    }

        .nav-r img, .nav-r a {
            vertical-align: top;
            width: 18px;
            height: 18px;
            font-size:16px;
        }

        .nav-r .nav-item:after{
            content:unset !important;
        }

        .nav-item {
            position: relative;
            margin: 0 10px;
            cursor: pointer;
            font-size: 14px;
            color:#333333;
        }
    .nav-item:hover{
       
    }
    .nav-item:after{
        content: '|';
        color: #999999;
        position: absolute;
        right: -10px;
    }
    .nav-item:last-child::after{
        content: '';
    }
    
    /* banner */
    .h-mid{
        /* width: 100%; */
        max-width: 1920px;
        margin: auto;
        background-color:#21232a;
        height: 339px;
        object-fit: cover;
        background: url(../images/StEnt/banner.jpg) #21232a no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .banner {
        /* width: 100%; */
        /* height: 100%; */
        min-height: 339px;
        max-width: 1100px;
        margin: auto;
        background: url(../images/StEnt/banner.jpg) #21232a no-repeat center center;
        background-size: cover;
        /* position: relative; */
        position: absolute;
        top: 0;
    }
    .h-mid-search{
        max-width: 1111px;
        height: 339px;
        position: relative;
        top: 7%;
        margin: auto;
        /* max-width: 1200px;
        height: 300px;
        position: relative;
        top: 12%;
        margin: auto; */
        /* margin: auto;
        position: relative;
        top: -100%;
        left:10px;
        margin: auto; */
    }
    .h-mid-search-container {
        position: absolute;
        top: 160px;
        left: 0;
        width: 790px;
        background: #0170E4;
        border-radius: 10px;
    }

    

    #search{
        /* left: 90px; */
        display: flex;
    }
        #search input {
            border: 2px solid #0170E4;
            border-right: 0;
            padding: 10px 20px;
            width: 650px;
            line-height: 30px;
            box-sizing: border-box;
            border-radius: 10px;
            font-size: 20px;
            padding-left: 20px;
            outline: unset;
        }
    #search input::input-placeholder{
        color:rgba(181,136,94,1);
        font-size:20px;
    }

    #search-btn {
        cursor: pointer;
        width: 150px;
        line-height: 50px;
        text-align: center;
        background-color: #0170E4;
        border-radius: 10px;
        color: #ffffff;
        font-size: 20px;
        color: #ffffff;
    }

    .nav-r .nav-item {
        margin: 0 20px;
    }

    ul {
        list-style: none;
        padding: 0;
    }
    
    /* 二维码 */
    .mid{
        background-color: #28282c;
        position: relative;
        max-width: 1100px;
        margin: auto;
        border-radius: 5px;
        height: 140px;
        overflow: hidden;
    }
    
    .h-conent .left li{
        position: relative;
    }
    .h-conent .left span{
        position: absolute;
        left: -20px;
        top: -2px;
        font-weight: 900;
        color: #d3c2b3;
        font-size: 14px;
    }

    .m-tab-code-container{
        width: 100%;
        background-color: #373945;
        top: -10px;
        position: relative;
    
    }

    .m-tab-code{
        background: url(../images/index_03.jpg) #21232a no-repeat center center;
        height: 100%;
        background-size: cover;
        
    }
    /* pc端的图片按钮 */
    .m-tab-code-btns{
        position: absolute;
        top: 0;
        left: 0;
        width:100%;
        height:100%;
        display: flex;
    }

    /* 二维码的图片 */
    .code-list{
        width: 44%;
        background-color: #373945;
        height: 100%;
        position: relative;
        display: flex;
    }
    .code-img{
        width: 21%;
        height: 100%;
        position: relative;
        transition: all 0.3s;
    }
    .code-img img{
        display: block;
        width: 80%;
        margin: auto;
        top: 17%;
        position: relative;
    }
    .code-img span{
        display: block;
        position: relative;
        top: 20%;
        text-align: center;
        color: #b9b0b0;
    }
    .code-img:hover::after{
        content: '';
        position: absolute;
        width: 150px;
        height: 150px;
        background-color: #fff;
        border-radius: 20px;
        overflow: hidden;
        top: -5%;
        left: -30px;
        z-index:10;
    }
    .code01:hover::after{
        background: url(../images/code01.jpg) no-repeat center center;
        background-size: 80% 80%;
    }
    .code02:hover::after{
        background: url(../images/code02.jpg) no-repeat center center;
        background-size: 80% 80%;
    }
    .code03:hover::after{
        background: url(../images/code03.jpg) no-repeat center center;
        background-size: 80% 80%;
    }
    .code04:hover::after{
        background: url(../images/code04.png) no-repeat center center;
        background-size: 80% 80%;
    }
    
    
    .pc-special-btn,.pc-register-btn{
        height:100%;
        width: 26%;
        /* background-color: #fffef60d; */
    }
    .pc-special-btn{
        width: 25%;
        margin-left: 5%;
        /* background-color: #00000017; */
    }

    
    /* work-tab */
    .work-tab{
        margin: 30px auto 30px auto;
        max-width:1100px;
    
    }
    .work-tab ul{
        display: flex;
        color: #d5c8b2;
        justify-content: start;
        flex-wrap: wrap;
    }
        .work-tab ul li {
            cursor: pointer;
            border-radius: 20px;
            border: 1px dashed #999999;
            padding: 10px 30px;
            
            font-size: 15px;
            color: #666666;
            background: #ffffff;
        }
        .work-tab ul .selected-work {
            color: #339CD5;
            border-color: #339CD5;
        }
    
    .jobs{
        max-width:1100px;
        margin: auto;
        font-size: 14px;
    }
    .jods ul,.jobs-ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 14px;
        width: 100%;
    }
    .jobs-ul .li{
        width: 31%;
        margin: 0 1% 20px 1%;
        /* width:30%;
        margin: 0 8px 20px 8px; */
    }

    /* pc端的 */
    .job-item{
        width: 100%;
        /* margin: 0 8px 20px 8px; */
     
        border-radius: 4px;
        /* background-color: #fff; */
        position: relative;
        overflow: hidden;
        
    }
    .job-item section{
        width: 100%;
        height: 100%;
        
    }
    .ent-img-container{
        width: 100%;
        height: 93px;
        object-fit: contain;
        text-align: center;
     
    }
    .ent-img-container img{
        height:100%;

    }

    /* 搜索企业的查询内容样式 */
    .search-of-ent .search-ent-item,.search-of-job .search-job-item{
        display: block;
    }
    .search-of-job .search-ent-item,.search-of-ent .search-job-item{
        display: none;
    }
    .search-of-job .job-item{
        background-color: #ffffff;
        /* color: #eeeeeec2; */
        height:unset;
    }
    /* 搜索职位 */
    /* .job-item-title{
        width: 100%;
        box-sizing: border-box;
        padding: 20px 10%;
        text-align: center;
        display: flex;
        justify-content: space-between;
        font-size: 14px;
    }
    .job-pay{
        font-weight: 800;
        width: 100px;
        text-align: right;
    }
    .job-info{
        padding: 0px 10% 10px 10%;
        color:#999;
    }
    .job-item-footer{
        width: 100%;
        background-color: #eee;
        display: flex;
        padding: 0px 6%;
        box-sizing: border-box;
        justify-content: space-between;
        height: 45px;
        line-height: 45px;
        align-items: center;
    }
    .job-item-footer img{
        vertical-align: middle;
        width:25px;
        height: 25px;
    }
    .communicate-btn{
        font-size: 12px;
        background-color: #f9c29c;
        height: 30px;
        padding: 0 15px;
        line-height: 30px;
        border-radius: 2px;
    } */


    .company-name {
        background: #F4F4F4;
        box-sizing: border-box;
        padding: 8px 15px;
        width: 100%;
    }
    .company-name span{
    
       
    }

    .company-name1 {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        color:#333333;
        cursor:pointer;
    }

    .company-name2 {
        width: 40%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #999999;
        font-size: 14px;
        text-align: right;
        cursor:pointer;
    }
        .company-name2 img {
            margin-right: 5px;
            vertical-align: middle;
            width: 14px;
        }

        .job-info div {
            padding-bottom: 6px;
        }
    .job-info {
        /* padding: 0px 10% 5px 10%; */
        padding: 0px 10% 10px 10%;
    }
    .job-info .job-company{
        font-weight: 900;
    }
    .job-info span{
        padding:0 5px;
    }
    .job-item-title {
        padding: 20px 10% 10px 10%;
        font-weight: 900;
        /* background-color: #fff; */
    }
    .people{
        display: inline-block;
        /* width: 90%; */
    }

    /* .more-work{
        height: 30px;
        line-height: 30px;
        padding: 0 5px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        background-color: #38393b;
        width: 100%;
        color: #dfc5a3;
        font-size: 12px;
    }
    .show-more{
        
        color: #eeeeeea8;
    }
    .show-more span{
        padding: 0 2px;
        margin: 0 3px;
        border-radius: 50%;
        background-color: #fcda91;
        color: #695d4b;
    
    } */


    
    .job-list ul{
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        padding:30px;
    }
    .job-list ul li{
        width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .job-name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    
    
    
    
    /* footer */
    footer{
        height:50px;
        line-height: 50px;
        width: 100%;
    }
    .footer{
        max-width: 1100px;
        margin: auto;
        color: #999287;
        display: flex;
        justify-content: space-between;
    }
    .f-left{
        display: flex;
        align-items: center;
    }
    .f-logo-bczp,.f-logo-wx,.f-logo-app{
        height:25px;
        background: url(../images/LOGO.png) no-repeat;
    }
    /* footer的图片 */
    .f-logo-bczp{
        width: 110px;
        background-position: 0% 0%;
    }
    .f-logo-wx{
        width: 40px;
        background-position: -100px 0%;
    }
    .f-logo-app{
        width: 40px;
        background-position: -133px 0%;
    }
    .f-phone{
        margin-left: 15px;
    }

    /* 自适应 */
    .h-mid,.h-footer,.mid,footer,.not-M,.pc-all-ent,.show-more1{
        display: block;
    }
    .M-h-mid,.M-search-container,.M-all-ent,.show-more2,.not-pc{
        display: none;
    }
}
@media screen and (min-width: 1100px){
    .work-tab ul{
        justify-content: space-around;

    }
    .jobs{
        max-width:1100px;
        margin: auto;
        font-size: 14px;
    }
    .jods ul,.jobs-ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        font-size: 14px;
    
    } 
    .jobs-ul li{
        width: 31%;
        margin: 0 1% 20px 1%;
    }
    .job-item {
        width: 100%;
        border-radius: 4px;
        background-color: #ffffff;
        position: relative;
        overflow: hidden;
    }
    /* .search-of-ent .job-item{
        background-color: transparent;
    } */
}


/* 移动端 */
@media screen and (max-width: 768px){
    .height1 {
        height: 0.7rem;
        background: #F4F8FB;
    }
    .TagList {
        padding-top: 0.0rem !important;
    }

    .jobName {
        font-size: 1.35rem !important;
        font-weight: bold;
        color:#333333;
    }
    /* 二维码 */
    .m-code-list{
        position: absolute;
        top: 70%;
        width: 100%;
        height: 27%;
        background: linear-gradient(
            180deg
            ,#23232b,#282b34);;
        display: flex;
        justify-content: center;
    }
    .code-img{
        width: 21%;
        height: 100%;
        position: relative;
        transition: all 0.3s;
        display: flex;
        flex-direction: column;
        justify-content: center;

        
    }
    .m-img-container{
        width: 80%;
        margin: auto;
        border-radius: 3px;
        overflow: hidden;
        position: relative;
    }
    .code-img img{
        display: block;
        width: 100%;
        margin: auto;
        /* top: 17%; */
        position: relative;
        
    }
    .code-img span{
        display: block;
        position: relative;
        top: -5%;
        text-align: center;
        color: #b9b0b0;
        font-size: 12px;
    }

    .job-item-footer .job-item-footer-img {
        width: 15px;
        height: 15px;
    }

    body {
        background-color: #FFFFFF;
    }
    /* 移动端的时候只有企业 */
    /* 搜索企业的查询内容样式 */
    .search-type-btns {
        width: 90%;
        margin: auto;
        display: flex;
        position:unset !important;
    }
    .search-type-btns div{
        /* background-color: #f5e5b2; */
        padding:5px 15px;
        background-color: #525252;
        color:#ccb88b;
    }
        .search-type-btns .search-job {
            /* background-color: #242424; */
            background-color: #3A3E4A;
            color: #0170E4;
        }
    /* .search-type-btns .search-job {
        background-color: #525252;
    } */

        .search-type-btns .search-selected {
            /* box-shadow: 0 0 10px rgba(255,255,255,0.2) inset; */
            background-color: #0170E4;
            color: #ffffff;
        }

    /* 搜索企业的查询内容样式 */
    .search-of-ent .search-ent-item,.search-of-job .search-job-item,.show-more2{
        display: block;
    }
    .search-of-job .search-ent-item,.search-of-ent .search-job-item,.show-more1{
        display: none;
    }

    .ent-img-container {
        width: 50px !important;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        object-fit: cover;
        border: solid 1px #EEEEEE;
    }/* 
    .ent-img-container img{
        height:100%;

    } */
    .search-ent-item {
        height: unset !important;
        background: #ffffff;
    }
    .s-e-i-top {
        display: flex;
        padding: 1.0rem 0rem
    }
    
    .s-e-i-top div:first-child{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .ent-img-container img{
        /* width: 100%; */
        height: 100%;
    }
    .company-name{
        flex: 1;
        line-height: 70px;
        font-size: 16px;
        font-weight: 900;
        /* padding: 10px; */
        padding: 10px 20px 10px 10px;
        box-sizing: border-box;
    }
    
    .job-item-title{
        padding: 12px 10% 5px 5%;
    }
    .job-item-title span:first-child{
        font-weight: 900;
        color: #eee;
    }
    .job-item-footer{
        height: 35px;
        line-height: 35px;
    }
    .job-info div{
        padding-bottom: 5px;
    }
    .job-info {
        padding: 0px 10% 5px 5%;
    }
    .job-info .job-company{
        font-weight: 900;
    }
    .job-info span{
        padding:0 5px;
    }


    .job-item{
      
    }
    .s-e-i-top{
        background-color: #fff;
    }
    .search-job-item, .job-item-footer, .search-of-job .job-item {
        background-color: #35363a;
        color: #eeeeeec2;
        height: unset;
    }
    .communicate-btn {
        display: block;
        background-color: #f5e5b2;
        color: #363636;
        margin-top: -1rem;
    }



    .more-work{
       
        align-items: center;
      
        
    }
    .more-work div{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .more-work div .job-span{
        margin-left: 10px;
    }
   

    .show-more2 {
        cursor: pointer;
        width: 30%;
        box-sizing: border-box;
        line-height: 20px;
        border-radius: 20px;
        font-size: 12px;
        border: 1px dashed #dfc5a3;
        box-sizing: border-box;
        height: 20px;
        line-height: 19px;
        padding: 0 7px;
        position: relative;
        padding-right: 12px;
        font-weight: bold;
    }
    .show-more2::after{
        position: absolute;
        content: '>';
        color: #dfc5a3;
        top: -1px;
        font-weight: 900;
        right: 6px;
    }

    .search-of-ent .search-job-item{
        display: none;
    }
    /* 自适应 */
    footer,.not-M,.pc-all-ent{
        display: none;
    }
    .M-search-container,.M-all-ent{
        display: block;
    }

    .h-nav::-webkit-scrollbar{
        display: none; /* Chrome Safari */
    }
    .h-nav{
          
        scrollbar-width: none; /* firefox */
      
        -ms-overflow-style: none; /* IE 10+ */
      
        overflow-x: hidden;
      
        overflow-y: auto;
      
      }

    .h-nav{
        width: 100%;
     
        color: #e7e7e7b0;
        display: flex;
        height: 60px;
        line-height: 60px;
        font-size: 12px;
        
    }
    .nav-l{
        width: 100% !important;
        display: flex;
        align-items: center;
        margin: 10px;
        /* overflow-x:scroll */
    }
    .nav-l img,.nav-l a{
        vertical-align: top;
        width: 18px;
        height: 18px;
        padding: 0 8px 0 4px;
    }


    .nav-item {
        position: relative;
        cursor: pointer;
        height: 50px;
        line-height: 50px;
        margin-left: 3%;
        color: #666666;
        font-size: 1.2rem;
    }

    .h-mid,.h-footer,.mid{
        display: none;
    }

    

    .M-h-mid{
        display: block;
        position: relative;
    }
    .M-h-mid-btns{
        width: 90%;
        cursor: pointer;
        height: 20%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        /* background-color: #00000021; */
    }
    /* 专场 */
    .special-btn,.register-btn{
        flex: 1;
    }


    .banner{
        width:100%;
    }

    /* work-tab */
    .work-tab{
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
        margin: auto;

    }
        .work-tab ul {
            display: flex;
            color: #ffffff;
            justify-content: space-around;
            flex-wrap: wrap;
        
        }
            .work-tab ul li {
                cursor: pointer;
                border-radius: 20px;
                border: 1px dashed #999999;
                padding: 5px 0%;
                margin: 10px 0;
                font-size: 12px;
                text-align: center;
                width: 30%;
                color: #666666;
            }


    .work-tab ul li:last-child{
        width: 97%;
    }

    .work-tab ul .selected-work {
        color: #339CD5;
        border-color: #339CD5;
    }
    .jobs-ul .li {
        width: 100%;
        margin: 10px auto;
        padding: 0% 3%;
        border-bottom: solid 0.7rem #F4F8FB;
        margin-top: 0%;
    }


    .jobs{
        width:100%;
        margin: auto;
        font-size: 12px;
        padding-bottom: 30px;
    }
    .jods ul,.jobs-ul{
        display: flex;
        flex-wrap: wrap;
        margin: auto;
        justify-content: space-between;
        font-size: 12px;
    }
    /* 移动端的 */
    .job-item {
        width: 100%;
        /* margin: 0 8px 20px 8px; */
       
        border-radius: 2px;
       
        position: relative;
        overflow: hidden;
    }
    
    
   
    
    
    .job-list ul{
        width: 100%;
        box-sizing: border-box;
        font-size: 10px;
        padding:10px;
    }
    .job-list ul li{
        width: 100%;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        margin: 5px 0 !important;
    }
    .job-name{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .job-pay{
        font-weight: 800;
        width: 100px;
        text-align: right;
        color: #eddcb7;
    }
    
    
    .M-search-container{
        width: 100%;
        box-sizing: border-box;
    }
    .M-search {
        margin: 0 auto 0px auto;
        width: 90%;
        height: 3rem;
       
        padding-bottom: 8%;
    }
    .M-search-input {
        color: #999;
        background-color: #F7F8FA;
        padding: 0px 20px;
        flex: 3;
        border: 0;
        border-bottom: 1px solid #F7F8FA;
        outline: unset;
        border-radius: 2rem;
        position: absolute;
        width: 78%;
        font-size: 16px;
        height: 3.2rem;
        line-height: 3.2rem;
    }

    #M-search-btn {
        background-color: #0170E4;
        padding: 0px 0.8rem;
        flex: 1;
        text-align: center;
        cursor: pointer;
        color: #ffffff;
        font-size: 18px;
        border-radius: 2rem;
        width: 20%;
        position: absolute;
        right: 4%;
        height: 3.2rem;
        line-height: 3.2rem;
    }

    .more-work {
        height: unset !important;
        min-height: unset !important;
    }

}

/* 加载 */
.loadingContainer ,.no-data{
    width: 1px;
    height: 100px;
    margin: auto;
    position: relative;
}
.no-data{
    display: none;
}
.loading-tip,.no-data .tip{
    width: 100px;
    color: #eee;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-13%);
}
.no-data .tip{
    transform: translateX(-20%);
}


.dot-flashing {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
}
.dot-flashing::before, .dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}

@keyframes dot-flashing {
  0% {
    background-color: #fff;
  }
  50%, 100% {
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.QrcodePanel {
    background: url(../images/stent/ewm.png?ver=2) no-repeat center top;
    padding:10px 10px;
    background-size:100% 100%;
    display:none;
    position:absolute;
    margin-top:0px;
    margin-left:-25px;
    z-index:222;
    width:100px;
}
.company-name-panel {
    display: flex;
  
    box-sizing: border-box;
    padding: 8px 15px;
}
.chat1 {
    width: 15px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}
.bottom_panel {
    display: flex;
    background-color: #ffffff;
    padding-bottom: 3%;
}
    .bottom_panel div {
        width: 46%;
        text-align: center;
        font-size: 1.2rem;
    }
    .bottom_panel div {
        width: 46%;
        text-align: center;
    }
.ChatBtn3 {
    background: #0170E4 !important;
    color:#ffffff !important;
    font-size:14px;
    text-align:center;
    border-radius:6px;
    padding:6px 0px;
}
#mBanner{
    width:100%;
    display:none;
}

.Mmore-work2 {
    padding: 0.5rem 0px;
    border-radius: 6px;
    border: solid 1px #B0D6EB;
   
    color: #26587B;
    font-size: 1.2rem;
    text-align: center;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 3%;
}
.mCompanyName {
    width: calc(100% - 100px);
    padding-left: 0.8rem;
    font-size: 1.3rem !important;
    font-weight: bold;
    color: #3b3d49;
}

.job-item-m {
   
    height: unset !important;
  
}
.back-to-top {
  
    position: fixed;
    right: 10px;
    bottom: 50px;
    text-align: center;
    z-index: 1;
    box-sizing: content-box;
    -webkit-tap-highlight-color: transparent;
}
    .back-to-top a span {
        padding-top: 5px;
        border-radius: 50%;
        display: block;
        height: 30px;
        padding: 6px;
        width: 30px;
        margin-bottom: 5px;
        box-sizing: content-box;
        text-indent: 3px;
        border: 0;
        background: rgba(255, 255, 255, 1.0);
        color: #fff;
        font-size: 12px;
        box-shadow: 0px 1px 10px #badaf5;
    }

.topArrow {
    width: 22px;
    margin-top: 5px;
    margin-left: -4px;
}
