.service-banner{
    height: 240px;
    max-width: 1920px;
    margin: auto;
}
.header-service{
        background: url(../newHeaderbj.png) no-repeat;
        background-size: cover;
        /* padding: 60px 0; */
        position: relative;
        overflow: hidden;
        /* height: 500px; */
}
.service-top{
    font-weight: 500;
    font-size: 22px;
    color: #202036;
    line-height: 22px;
    text-align: center;
    margin-top: 89px;
}
.service-top .service-title{
    margin-bottom: 28px;
}
.main .newcooperation1 {
    background: #fff;
}

.main .newcooperation1 .cooperation1Tab{
    justify-content: flex-start;
}
.main .newcooperation1 .typeList{
    margin-top: 44px;
}
.main .newcooperation1 .typeList .listq1{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.main .newcooperation1 .typeList .listq1 .noClick{
    font-weight: 500;
    font-size: 16px;
    color: #202036;
    line-height: 30px;
    text-align: center;
    margin-right: 15px;
}
.main .newcooperation1 .typeList .listq1 li{
    margin-bottom: 15px;
}
.main .newcooperation1 .typeList .listq1 .yesClick{
    border-radius: 17px;
    border: 1px solid #C6C6D1;
    padding: 3px 10px;
    font-weight: 400;
    font-size: 14px;
    color: #6F6F81;
    line-height: 18px;
    margin-left: 15px;
    text-align: center;
    cursor: pointer;
}
.main .newcooperation1 .typeList .listq1 .activeClick{
    border: 1px solid #4A84F7;
    color: #4A84F7;
}
.main .newcooperation1 .pagerer{
    text-align: center;
    width: 1200px;
    float: none;
    margin: auto;
}
/* 弹窗公共样式 */
.tanpopup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 12;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-y: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.tanpopup .mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .85)
}

.tanpopup .cont-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 672px;
    height: 531px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(117, 130, 186, 0.2);
    border-radius: 10px;
    padding: 50px 30px;
    box-sizing: border-box;
}

.tanpopup .citiesTitle {
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #C6C6D1;
}

.tanpopup .citiesTitle p {
    font-weight: 500;
    font-size: 22px;
    color: #202036;
    line-height: 33px;
    text-align: center;
}

.tanpopup .citiesTitle img {
    width: 20px;
    height: 20px;
}

.tanpopup .contCities {
    display: flex;
    /* align-items: center; */
}

.tanpopup .contCities .contCitiesLeft {
    border-right: 1px solid #C6C6D1;
    height: 418px;
    overflow-y: auto;
}

.tanpopup .contCities .contCitiesLeft p {
    width: 158px;
    padding: 8px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    color: #202036;
    line-height: 24px;
    cursor: pointer;
}

.tanpopup .contCities .contCitiesLeft .active {
    background: #EDF3FE;
    color: #4A84F7;
}

.tanpopup .contCities .contCitiesRight {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
    height: 418px;
    position: relative;
}

.tanpopup .contCities .rightTitle {
    font-weight: 400;
    font-size: 16px;
    color: #202036;
    line-height: 24px;
    margin-bottom: 20px;
}
.tanpopup .contCities .rightUl{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
}
.tanpopup .contCities .rightUl .city-item{
    background: #F4F5F8;
    border-radius: 17px;
    padding: 4px 16px;
    font-weight: 400;
    font-size: 14px;
    color: #202036;
    line-height: 21px;
    margin-bottom: 12px;
    cursor: pointer;
}
.tanpopup .contCities .rightUl .rightUlactive{
    color: #4A84F7;
    background: #EDF3FE;
}
.tanpopup .contCities .contBtn {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 100%;
    justify-content: flex-end;
}

.tanpopup .contCities .contBtn p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 8px 50px;
    border-radius: 32px;
    cursor: pointer;
}

.tanpopup .contCities .contBtn p:nth-child(1) {
    border: 1px solid #528CFD;
    color: #528CFD;
    margin-right: 20px;
}

.tanpopup .contCities .contBtn p:nth-child(2) {
    background: linear-gradient(342deg, #3145A8 0%, #528CFD 100%);
    color: #fff;
}
.yesClickBox {
    display: none;
    margin-left: 100px;
}

.yesClickBox .yesClickSelect {
    padding: 10px 20px;
    /* display: flex; */
    align-items: center;
    background: #F6F6F8;
    border-radius: 4px;
    margin-bottom: 20px;
    /* flex-wrap: wrap; */
}

.yesClickBox .yesClickSelect li {
    font-size: 14px;
    color: #6F6F81;
    line-height: 21px;
    text-align: center;
    margin-right: 20px;
    cursor: pointer;
    display: inline-block;
}

.yesClickBox .yesClickSelect .active {
    color: #4A84F7;
}
/* serviceType 获取服务类型
serviceArea 获取服务区域
locationArea 获取所在区域
talentsType 人选类型 */
.typeDisNo,.typeDotoShow{
    display: none;
}
.typeDoto .chongzhi{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #4A84F7;
    line-height: 14px;
    background: #EDF3FE;
    border-radius: 5px;
    padding: 10px 30px;
}
.typeDoto .chongzhi img{
    width: 11px;
    height: 11px;
    margin-right: 5px;
}
.typeDoto{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.typeDoto .filterCriteriaTitle{
    font-weight: 500;
    font-size: 16px;
    color: #202036;
    line-height: 30px;
    text-align: center;
}
.typeDoto .filterCriteria{
    display: flex;
    /* align-items: center; */
}
.typeDoto .filterCriteria .filterCriteriaBox{
    display: flex;
    align-items: center;
}
.typeDoto .filterCriteria .filterCriteriaBox p{
    display: flex;
    align-items: center;
    background: #EDF3FE;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    color: #4A84F7;
    margin-right: 15px;

}
.typeDoto .filterCriteria .filterCriteriaBox img{
   width: 11px;
   height: 11px;
   margin-left: 5px;
}
.filterCriteriaList>div{
    margin-bottom: 15px;
}
.filterCriteriaListSty{
    display: flex;
    align-items: center; 
    margin-right: 10px;
}
.selectFilter{
    display: none;
}
.selectFilter1{
    display: none;
}
.selectFilter2{
    display: none;
}
.selectFilter3{
    display: none;
}
/* 响应式 */
@media (max-width: 800px) {
    .contTitle-cont .contTitle .liBox{
        align-items: flex-start;
        flex-direction: column; 
    }
    .contTitle-cont .contTitle .liBox .rightImg{
        top: 50px;
    }
    .yesClickBox{
        margin-left: 0;
    }
    .tanpopup .cont-box{
        width: 90% !important;
    }
    .main .newcooperation1 .pagerer{
        width: 90% !important;
    }
    .main .newcooperation1 .pagerer .tiaozhuan{
        display: none;
    }
    .main .newcooperation1 .typeList{
        width: 90%;
        margin: auto;
    }
    .main .newcooperation1 .cooperation1Tab{

    }
    .main .newcooperation1 .cooperation1Tab div{
        width: 20%;
    }
    .main .newcooperation1 .cooperation1Tab p:nth-child(2) {
        width: 30px;
        height: 3px;
        background: transparent;
        border-radius: 54px;
    }
    .main .newcooperation1 .typeList .listq1 .noClick{
        font-size: 13px;
        line-height: 23px;
        margin-right: 10px;
    }
    .main .newcooperation1 .typeList .listq1 .yesClick{
        font-size: 13px;
        line-height: 16px;
        padding: 2px 9px;
    }
}