body {
    background: #F7F7F7;
    position: relative;
}

.hire .main {
    width: 16rem;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
}

.hire_fl {
    width: 3.3rem;
    margin-right: 0.7rem;
}


/* 筛选 */
.class_hire {
    width: 3.3rem;
    height: auto;
    background: #FFFFFF;
    border-radius: 0.1rem;
    margin-bottom: 0.32rem;
}

.class_hire .hire_name {
    width: 100%;
    height: 0.64rem;
    line-height: 0.64rem;
    border-bottom: 0.01rem solid #EDEDED;
    padding-left: 0.15rem;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.class_hire .hire_name i {
    width: 0.16rem;
    height: 0.09rem;
    display: block;
    background: url(../img/xiala_icon2.png) center no-repeat;
    margin-right: 0.2rem;
}

.class_hire .hire_list {
    padding: 0.3rem 0.15rem 0.37rem 0.15rem;
    box-sizing: border-box;
}
.class_hire .hire_list .hire_li:first-child{
    margin-top: 0;
}
.class_hire .hire_list .hire_li {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    display: flex;
    margin-top: 0.36rem;
    align-items: center;
    cursor: pointer;
}

.class_hire .hire_list .hire_li .checkbox {
    width: 0.19rem;
    height: 0.19rem;
    border: 0.01rem solid #C9C9C9;
    border-radius: 0.05rem;
}
.class_hire .hire_list .hire_li.act .checkbox {
    border-color: #346EC1;
    background: #346EC1 url(../img/dui.png) center no-repeat;
}
.class_hire .hire_list .hire_li span {
    margin-left: 0.1rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}




.hire_fr {
    width: calc(100% - 4rem);
}

.hire_shu {
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.19rem;
}

.hire_shu b {
    color: #FF0000;
    margin: 0 0.04rem;
}



.search form {
    width: 100%;
    height: 0.8rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.03rem 0.2rem 0.01rem rgba(0,0,0,0.11);
    border-radius: 0.14rem 0.1rem 0.1rem 0.14rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.33rem;
}

.search .search_txt {
    height: 0.8rem;
    width: calc(100% - 1.81rem);
    background: #FFFFFF;
    position: relative;
}

.search .search_txt i {
    content: "";
    position: absolute;
    width: 0.24rem;
    height: 0.24rem;
    left: 0.38rem;
    top: 0.28rem;
    background: url("../img/class_search_btn.png") center no-repeat;
    background-size: cover;
}

.search .search_input {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 0.8rem;
    padding-left: 0.78rem;
    padding-right: 0.4rem;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 0.16rem;
}

.search .search_input::placeholder {
    color: #848484;
}


.search .search_btn {
    width: 1.81rem;
    height: 0.8rem;
    background: #346EC1;
    line-height: 0.8rem;
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FFFFFF;
    cursor: pointer;
}



.hire_body{
    margin-bottom: 0.5rem;
}
.hire_cont {
    width: 100%;
    height: auto;
    border-bottom: 0.01rem solid #DBDBDB;
}

.hire_cont .hire_top {
    height: 1.06rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.hire_cont .hire_bottom {
    display: none;
}

.hire_cont .hire_title {
    font-weight: bold;
    font-size: 0.2rem;
    color: #333333;
    width: 3.2rem;
    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: 1.3rem;
}

.hire_cont .hire_time {
    font-weight: 400;
    font-size: 0.18rem;
    color: #626262;
    width: 1.92rem;
}

.hire_cont .hire_icon {
    width: 0.27rem;
    height: 0.27rem;
    background: #DBDBDB url(../img/hire_icon.png) center no-repeat;
    border-radius: 50%;
}



.hire_cont.act {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(138,138,138,0.1);
    border-radius: 0.1rem;
    border: none;
    margin-bottom: 0.1rem;
    padding: 0 0.4rem 0.44rem;
    box-sizing: border-box;
}

.hire_cont.act .hire_top {
    height: 1.1rem;
    border-bottom: 0.01rem solid #DBDBDB;
}

.hire_cont.act .hire_title {
    white-space: normal;
    color: #346EC1;
}

.hire_cont.act .hire_icon {
    background: #DC0017 url(../img/hire_colse.png) center no-repeat;
}

.hire_cont.act .hire_bottom {
    display: block;
}

.content_li {
    padding-top: 0.43rem;
    box-sizing: border-box;
}

.content_li .cont_class1 {
    font-weight: bold;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 0.19rem;
}
.content_li .cont_cont,
.content_li .cont_cont div,
.content_li .cont_cont p,
.content_li .cont_cont li,
.content_li .cont_cont span{
    font-weight: 400;
    font-size: 0.16rem;
    color: #000;
    line-height: 2.1;
}

.hire_cont .hire_bottom .hire_email{
    margin-top: 0.41rem;
    margin-bottom: 0.33rem;
    font-weight: bold;
    font-size: 0.2rem;
    color: #DC0017;
}

.hire_cont .hire_bottom .hire_apply{
    width: 1.6rem;
    height: 0.5rem;
    text-align: center;
    line-height: 0.5rem;
    background: #DC0017;
    border-radius: 0.25rem;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}









/* 弹窗 */
.hire_xinxi{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.8);
    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;
    overflow: hidden;
    box-sizing: border-box;
    display: block;
	position: relative;
}
.zhaopin .zhaopin_txt{
    width: 100%;
    height: 0.5rem;
    background: #f7f7f7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.18rem 0 0.29rem;
    box-sizing: border-box;
}
.zhaopin .zhaopin_txt .from_name{
    font-weight: bold;
	font-size: 0.18rem;
	color: #333333;
	position: relative;
}
.zhaopin .zhaopin_txt .close img{
    width: 0.26rem;
    height: 0.26rem;
    cursor: pointer;
}

.down_from{
    width: 100%;
    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%;
    height: 0.21rem;
	font-weight: 400;
	font-size: 0.16rem;
	color: #6D6D6D;
    margin-bottom: 0.14rem;
    float: left;
}
.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 .form_text{
    position: relative;
}
.form_group .file{
	width: 1.6rem;
	height: 0.44rem;
	background: #FFFFFF;
	border-radius: 0.24rem;
	border: 0.01rem solid #0051A4;
	display: flex;
	justify-content: center;
	align-items: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #0051A4;
}
.form_group .file img{
	width: 0.1rem;
	height: 0.19rem;
	margin-left: 0.27rem;
}
.form_group .file_list{
	width: 100%;
}
.form_group .file_list .file_li{
	width: 5.13rem;
	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: contain;
}







.sub_box{
	width: 100%;
    margin-top: 0.37rem;
    display: flex;
    justify-content: center;
}
.sub_box input{
	width: 1.6rem;
	height: 0.46rem;
	background: #DC0017;
	border-radius: 0.26rem;
    color: #fff;
    cursor: pointer;
	line-height: 0.46rem;
	text-align: center;
}
.sub_box .close{
	width: 1.6rem;
	height: 0.44rem;
	background: #FFFFFF;
	border-radius: 0.24rem;
	border: 0.01rem solid #0051A4;
	line-height: 0.44rem;
	text-align: center;
	color: #0051A4;
    cursor: pointer;
	margin-right: 0.19rem;
}



