* {
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
}

body {
    background: #fff;
}

.main {
    width: 14rem;
    margin: 0 auto;
}

.class_name {
    margin-bottom: 0.52rem !important;
}



.banner {
    width: 100%;
    max-width: 19.2rem;
    height: 6rem;
    position: relative;
    margin: -0.7rem auto 0;
}

.banner .banner_img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: -1;
}

.banner .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .ban_name {
    font-weight: bold;
    font-size: 0.36rem;
    color: #FFFFFF;
    text-align: center;
    padding-top: 2.54rem;
}

.banner .ban_cont {
    margin-top: 0.17rem;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    text-align: center;
}




/* 内容 */
.body {
    padding-top: 0.66rem;
}


.search form {
    width: 13.8rem;
    height: 1.2rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
    border-radius: 0.2rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 0.89rem;
    padding: 0.32rem 0.29rem 0.32rem 0.52rem;
    box-sizing: border-box;
}




.search .search_txt {
    height: 0.8rem;
    width: calc(100% - 1.5rem);
    background: #FFFFFF;
    position: relative;
    display: flex;
    align-items: center;
}

.search .search_txt i {
    width: 0.27rem;
    height: 0.33rem;
    display: block;
    background: url("../img/zhaopin_icon1.png") center no-repeat;
    background-size: cover;
    margin-right: 0.17rem;
}

.search .search_txt span {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    display: block;
    margin-right: 0.25rem;
    position: relative;
}

.search .search_txt span::before {
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.25rem;
    background: #D3D3D3;
    right: -0.25rem;
}

.search .search_input {
    width: calc(100% - 1.49rem);
    height: 100%;
    display: block;
    line-height: 0.8rem;
    padding-left: 0.12rem;
    box-sizing: border-box;
    color: #000000;
    font-weight: 400;
    font-size: 0.18rem;
    position: relative;
}

.search .search_input::placeholder {
    font-weight: 300;
    font-size: 0.18rem;
    color: #6F6F6F;
}


.search .search_btn {
    width: 1.33rem;
    height: 0.56rem;
    background: linear-gradient(125deg, #4FCCE8 0%, #0173FE 100%);
    border-radius: 0.1rem;
    line-height: 0.56rem;
    text-align: center;
    display: block;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFFFFF;
    cursor: pointer;
}




.body_contont {
    margin-top: 0.9rem;
    display: flex;
    justify-content: space-between;
}


/* 筛选 */
.class_hire {
    width: 3.7rem;
    height: auto;
}

.class_hire .hire_name {
    width: 100%;
    border-bottom: 0.01rem solid #CBCBCB;
    padding-bottom: 0.16rem;
    font-weight: bold;
    font-size: 0.25rem;
    color: #333333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.class_hire .hire_name i {
    width: 0.16rem;
    height: 0.09rem;
    display: block;
    transform: rotate(-90deg);
    background: url(../img/xiala_icon2.png) center no-repeat;
}

.class_hire .hire_list {
    padding-top: 0.26rem;
    box-sizing: border-box;
    height: auto;
    display: none;
}
.class_hire.on .hire_list{
    display: block;
}
.class_hire.on .hire_name i {
    transform: rotate(0deg);
}
.class_hire .hire_list .hire_li {
    width: 100%;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.33rem;
    display: flex;
    align-items: center;
}

.class_hire .hire_list .hire_li input {
    width: 0.19rem;
    height: 0.19rem;
    border: 0.01rem solid #C9C9C9;
    border-radius: 0.05rem;
    overflow: hidden;
    margin-top: 0.02rem;
}

.class_hire .hire_list .hire_li span {
    margin-left: 0.1rem;
}







.body_contont .body_fr {
    width: 8.63rem;
}

.body_fr .hire_shu {
    font-weight: 500;
    font-size: 0.2rem;
    color: #000;
    margin-bottom: 0.25rem;
}

.body_fr .hire_shu b {
    font-weight: bold;
    color: #ff0000;
    margin-left: 0.06rem;
    font-size: 0.21rem;
}

.hire_cont {
    width: 100%;
    height: auto;
    padding: 0 0.32rem;
    box-sizing: border-box;
    margin-bottom: 0.48rem;
}

.hire_cont .hire_top {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hire_cont .hire_bottom {
    display: none;
}

.hire_cont .hire_title {
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    width: calc(100% - 4.8rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hire_cont .hire_address {
    font-weight: 400;
    font-size: 0.18rem;
    color: #626262;
    width: 2rem;
}

.hire_cont .hire_num {
    font-weight: 400;
    font-size: 0.18rem;
    color: #626262;
    width: 0.8rem;
}

.hire_cont .hire_time {
    font-weight: 400;
    font-size: 0.18rem;
    color: #626262;
    width: 1.4rem;
}

.hire_cont .hire_icon {
    width: 0.3rem;
    height: 0.3rem;
    background: #DDDDDD url(../img/hire_icon.png) center no-repeat;
    background-size: 0.14rem 0.08rem;
    border-radius: 50%;
}



.hire_cont.act {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(138, 138, 138, 0.16);
    border-radius: 0.3rem;
    border: none;
    padding: 0.34rem 0.32rem 0.45rem;
}

.hire_cont.act .hire_top {
    margin-bottom: 0.2rem;
}

.hire_cont.act .hire_title {
    white-space: normal;
    font-weight: bold;
}

.hire_cont.act .hire_icon {
    background: #0071FF url(../img/hire_colse.png) center no-repeat;
}

.hire_cont.act .hire_bottom {
    display: block;
}

.content_li {
    margin-top: 0.31rem;
}

.content_li .cont_class1 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    margin-bottom: 0.15rem;
}

.content_li .cont_view,
.content_li .cont_view p {
    font-weight: 400;
    font-size: 0.14rem;
    color: #777777;
    line-height: 0.25rem;
}


.hire_bottom .hire_more {
    width: 1.4rem;
    height: 0.5rem;
    background: linear-gradient(130deg, #4ECAE9 0%, #0476FD 100%);
    border-radius: 0.05rem;
    line-height: 0.5rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-top: 0.31rem;
}













/* 弹窗 */
.hire_xinxi {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 999;
    top: 0;
    left: 0;
    display: none;
    justify-content: center;
    align-items: center;
}

.zhaopin {
    width: 5.8rem;
    min-height: 6.47rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    display: block;
    position: relative;
    overflow: hidden;
}

.zhaopin .zhaopin_name {
    width: 100%;
    height: 0.5rem;
    background: #F7F7F7;
    padding: 0 0.18rem 0 0.29rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.from_name {
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
}

.close img {
    width: 0.26rem;
    height: 0.26rem;
    overflow: hidden;
}

.down_from {
    padding: 0.29rem 0.33rem 0.44rem;
    box-sizing: border-box;
}

.form_group {
    width: 100%;
    margin-bottom: 0.2rem;
}

.form_group .form_label {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6D6D6D;
    margin-bottom: 0.14rem;
    float: left;
}

.form_group .form_text {
    position: relative;
}

.form_group .form_text input {
    width: 100%;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.04rem;
    border: 0.01rem solid #D4DEE2;
    text-indent: 1em;
}

.form_group .file {
    width: 1.6rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.01rem solid #0071FF;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0071FF;
}

.form_group .file img {
    width: 0.1rem;
    height: 0.19rem;
    margin-left: 0.27rem;
    object-fit: cover;
}

.form_group .file_list {
    width: 100%;
}

.form_group .file_list .file_li {
    width: 100%;
    height: 0.4rem;
    background: #F8F8F8;
    margin-top: 0.2rem;
    padding-left: 0.21rem;
    padding-right: 0.1rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #6D6D6D;
}

.form_group .file_list .file_li a {
    width: 0.26rem;
    height: 0.26rem;
    background: url(../img/close.png) center no-repeat;
    background-size: cover;
}







.sub_box {
    width: 100%;
    margin-top: 0.38rem;
    display: flex;
    justify-content: center;
}

.sub_box .close {
    width: 1.6rem;
    height: 0.44rem;
    background: #FFFFFF;
    border-radius: 0.24rem;
    border: 0.01rem solid #0071FF;
    line-height: 0.44rem;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0071FF;
    cursor: pointer;
    margin-right: 0.19rem;
}

.sub_box input {
    width: 1.6rem;
    height: 0.44rem;
    background: linear-gradient(123deg, #4ECAE9 0%, #0477FD 100%);
    border-radius: 0.24rem;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    cursor: pointer;
    line-height: 0.44rem;
    text-align: center;
}




@media only screen and (max-width: 1024px) {
    .banner{
        height: 4.6rem !important;
    }
    .banner .ban_name{
        padding-top: 2rem;
    }
    .search form{
        width: 100%;
    }
    .search .search_txt span{
        margin-right: 0.1rem;
    }
    .body_contont{
        display: block;
    }
    .class_hire{
        width: 100%;
    }
    .class_hire .hire_name i{
        width: 0.2rem;
        height: 0.16rem;
    }
    .class_hire.on .hire_list form{
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
    }
    .class_hire .hire_list .hire_li{
        flex: 0 0 30%;
        font-size: 12px;
    }
    .body_fr .hire_shu,.body_fr .hire_shu b,.search .search_txt span,.search .search_btn,.search .search_input,.hire_cont.act .hire_top div,.hire_cont.act .hire_bottom div,.hire_bottom .hire_more,.from_name,.form_group .form_label,.form_group .file,.sub_box .close,.sub_box input{
        font-size: 12px;
    }
    .body_contont .body_fr{
        width: 100%;
        margin-top: 0.3rem;
    }
    .hire_cont .hire_title{
        /* width: calc(100% - 3.8rem); */
    }
}