/* 内容 搜索框*/
.search {
    margin-top: 30px;
    display: flex;
    align-items: center;
    padding-left: 78px;
    font-size: 18px;
}

.job {
    color: #fff;
    margin: 0 13px;
    width: 136px;
    line-height: 50px;
    background: #FF8D2D;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;

}

.project {
    color: #fff;
    width: 136px;
    line-height: 50px;
    background-color: #26BB7E;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;

}

.s_input {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 750px;
    height: 50px;
    background: #FFFFFF;
    border: 1px solid #0092FF;
    box-shadow: 0px 3px 10px 0px rgba(22, 64, 140, 0.06);
    border-radius: 6px;
    padding-left: 4px;
    overflow: hidden;
}
.s_input .input-item{
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 10px;
}
.s_input .span-item{
    display: inline-block;
    border: 1px solid #E4E4E4;
    height: 39px;
}
.s_select {
    background-color: transparent;
    outline: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    color: #575757;
}

.s_input>div:nth-child(1) {
    line-height: 50px;
    width: 106px;
    text-align: center;
}

.s_input>input {
    width: 599px;
    height: 39px;
    padding-left: 11px;
}

.searchBtn{
    color: #fff;
    width: 110px;
    line-height: 50px;
    background: #0092FF;
    text-align: center;
    cursor: pointer;
    margin-left: 3px;
}
/* 按钮hover色 */
.search .s_input .searchButton:hover{
    background: #0088ed;
}
.search .job:hover{
    background: #f5770b ;
}
.search .project:hover{
    background: #0ab06c;
}
.a_btn:hover{
    background: #0088ed;
}
/* end */


.s_img {
    margin-right: 3px;
    vertical-align: middle;
}

/* 热门搜索 */
.hotSearch {
    display: flex;
    align-items: center;
    margin: 14px 78px 32px;
    font-size: 14px;
    color: #0092FF;
}
.hotSearch>li:hover{
    cursor: pointer;
    text-decoration: underline;
}

.hotSearch>li:first-child {
    color: #868686;
}
.hotSearch>li:first-child:hover{
    text-decoration: none;
}
.hotSearch>li:not(:nth-child(1)) {
    margin-right: 22px;
}

.list {
    display: flex;
    align-items: center;
    position: relative;
}

/* 职位列表 */
.l_left {
    width: 358px;
    height: 444px;
    background: #FFFFFF;
    border-radius: 3px;
}

.l_left>a {
    display: block;
}

.l_left>img {
    width: 6px;
    height: 13px;
}
.job_all{
    width: 358px;
    height: 50px;
    line-height: 50px;
    padding-left: 19px;
    padding-right: 13px;
}
.job_li{
    width: 358px;
    height: 50px;
    /*line-height: 50px;*/
    display: flex;
    align-items: center;
    padding-left: 19px;
    padding-right: 13px;
}

.job_all:hover a {
    color: #0092FF;
}

.job_title {
    font-size: 14px;
    font-weight: 400;
    color: #242424;
    width: 50%;
}
/*.job_title>.test{*/
/*    width: 76px;*/
/*}*/
.a_test{
    width: 106px;
}
.job_item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.box {
    position: absolute;
    width: 830px;
    height: 446px;
    padding-left: 14px;
    display: none;
    background-color: transparent;
    left: 355px;
    top: 0;
}

.leftInfo {
    width: 827px;
    height: 446px;
    background: #FFFFFF;
    box-shadow: 0px 0px 7px 0px rgba(93, 93, 93, 0.16);
    border-radius: 3px;
    overflow-y: auto;

}

.job_li:hover {
    background: #F2F9FF;
}

.job_li:hover .box {
    display: block;
}

.job_li:hover .job_title {
    color: #0092FF;
}

.job_info {
    display: flex;
    align-items: center;
    margin-left: 2px;
    width: 50%;
    text-align: left;
}

.job_info>a:hover {
    color: #0092FF;

}

.job_info>a {
    margin-left: 10px;
    /*line-height: 50px;*/
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

/* 翻页 */
.page {
    border-top: 1px solid #f2f2f2;
    height: 42px;
    line-height: 42px;
    color: #0092FF;
    padding-left: 19px;
    padding-right: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 岗位列表页 */
.list_title {
    line-height: 53px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 28px;
    color: #242424;
    border-bottom: 1px solid #F2F2F2;
}

.leftInfo2 {
    padding-left: 28px;
    padding-right: 40px;
}
.leftInfo2text{
    min-width: 100%;
}

.list_title2 {
    line-height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: #2D2D2D;
}

.job_category>a {
    line-height: initial;
    display: inline-block;
    width: 124px;
    height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    color: #8D8D8D;
}

.job_category>a:hover {
    color: #0092FF;
}

.job_category>a:nth-child(6n) {
    margin-right: 0;
}

.l_center {
    width: 490px;
    height: 444px;
    background: url(../images/img/images/index1.gif);
    margin: 0 16px;
    border-radius: 3px;
    cursor: pointer;
}
.l_top{
    width: 490px;
    height: 214px;
    background: url(../images/img/787.png);
    margin-bottom: 16px;
    border-radius: 3px;
}
.l_bottom{
    width: 490px;
    height: 214px;
    background: url(../images/img/56576.png);
    border-radius: 3px;
}
.r_top {
    width: 320px;
    height: 214px;
    background: url(../images/img/images/index2.gif);
    margin-bottom: 16px;
    border-radius: 3px;

}

.r_bottom {
    width: 320px;
    height: 214px;
    background: url(../images/img/images/index3.gif);
    border-radius: 3px;

}

/* 最新招工区域 */
.recruit {
    margin-top: 53px;
}

/* 标题 */
.title {
    text-align: center;
    color: #242424;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* 信息列表区 */
.NoveltyList {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* 信息卡片 */
.card {
    display: block;
    width: 32.5%;
    background-color: #fff;
    border-radius: 3px;
    margin-top: 15px;
    color: #242424;
}

.card:hover {
    box-shadow: 0px 0px 10px 0px rgba(189, 227, 255, 0.69);
}

.c_top {
    border-bottom: 1px solid #F2F2F2;
    padding: 17px 18px;
}

.c_Tjob {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c_text1 {
    font-size: 18px;
    width: 264px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.job_name{
    width: 240px;
}
.c_text2 {
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #fe8d2d;
    border-radius: 2px;
}
.c_text2_zhiding{
    padding: 2px 7px;
    font-size: 12px;
    color: #fff;
    background-color: #E60012;
    border-radius: 2px;
}
.c_info {
    margin: 18px 0 16px;
}

.c_text3 {
    color: #fe8d2d;
    font-size: 18px;
}
.job_pric{
    font-size: 16px;
}
.c_text4 {
    color: #8D8D8D;
    font-size: 14px;
}

.c_tag {
    display: flex;
    align-items: center;
}
.space1{
    height:14px;
}
.c_tag>li {
    padding: 6px 12px;
    background: #F5F6FA;
    border-radius: 3px;
    font-size: 12px;
    color: #595959;
    margin-right: 7px;
}

.c_bottom {
    padding: 16px 18px;
}

.c_img {
    padding-right: 6px;
    vertical-align: middle;
}

.c_text5 {
    max-width: 230px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 400;
    color: #8D8D8D;
}

.c_text6 {
    max-width: 200px;
    font-size: 14px;
    font-weight: 300;
    color: #8D8D8D;
}

/* 更多招工按钮 */
.a_btn {
    display: block;
    color: #fff;
    margin: 45px auto 55px;
    font-size: 20px;
    border-radius: 6px;
    background: #0092FF;
    width: 190px;
    line-height: 46px;
    text-align: center;
}

/* 活跃零工 */
.c_tag2 {
    background: #F5FBFF;
    border-radius: 3px;
    padding: 7px 11px;
    font-size: 14px;
    display: inline-block;
}

.c_tag2>li:nth-child(even) {
    margin: 0 5px;
}

.c_tag2>li:nth-child(1) {
    color: #0092FF;
}
.custom-select .el-input__inner {
    border: none; /* 修改边框样式 */
    color: #575757; /* 修改已选中文字颜色 */
    font-size: 16px; /* 修改字体大小 */
    text-align: right;
    padding-left: 20px;
    padding-right: 0px;
  }
  .custom-select .el-select__caret {
    font-size: 120px; /* 修改箭头的大小 */
  }
  i.el-select__caret.el-input__icon.el-icon-arrow-up::before{
    font-size: 15px;
  }
  .el-input__icon{
    height: 44px;
    position: relative;
    top: -3px;
}
.disclaimer_view{
  position: absolute;
    width: 100%;
    height: 100%;
    background: #00000055;
    z-index: 1;
    top: 0;
    left: 0;
}
.disclaimer_view .disclaimer_view_main{
     position: fixed;
    z-index: 2;
    width: 800px;
    top: 15%;
    margin-left: -400px;
    left: 50%;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 50%;
}
.disclaimer_view .disclaimer_view_main .title{
    font-size: 30px;
    margin-bottom: 30px;
}
.disclaimer_view .disclaimer_view_main .detail{
    text-align: justify;    
    margin-bottom: 3px;
    text-indent: 2em;
}
.disclaimer_view .disclaimer_view_main .checkbox{
    display: flex;
    align-items: center;
    align-self: start;
    margin-top: 20px;
}
.disclaimer_view .disclaimer_view_main .checkbox img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.disclaimer_view .disclaimer_view_main .btn{
  width: 300px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background: #0092ff;
    color: #fff;
    border-radius: 30px;
    margin-top: 50px;
}
