* {
	margin: 0;
	padding: 0;
}

.body {
	margin-bottom: 1.4rem;
	width: 100%;
	height: auto;
	margin-top: 0.8rem;
}





.view_body{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 0.65rem 0.6rem 1.2rem 0.6rem;
	box-sizing: border-box;
}
.join_title{
	font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.4rem;
	color: #333333;
	line-height: 0.3rem;
	margin-bottom: 0.45rem;
}




.join_div{
	width: 100%;
	padding-bottom: 0.6rem;
	margin-bottom: 0.6rem;
	border-bottom: 0.01rem solid #E8E8E8;
}
.join_div .join_name{
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.34rem;
	color: #141414;
	line-height: 0.48rem;
	margin-bottom: 0.35rem;
}
.join_div .join_txt,
.join_div .join_txt p{
	font-family: AlibabaPuHuiTi-Regular;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
}



.view_body .join_url{
	display: flex;
}
.view_body a{
	display: block;
	width: 1.13rem;
	height: 0.43rem;
	line-height: 0.43rem;
	text-align: center;
	margin-right: 0.23rem;
	font-size: 0.16rem;
	font-family: AlibabaPuHuiTi-Regular;
}
.view_body .shenqing{
	background: #70AD02;
	color: #fff;
}
.view_body .fanhui{
	color: #234529;
	border: 0.01rem solid #70AD02;
}








/* 弹窗 */
.hire_xinxi{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    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.08rem;
    padding: 0.27rem 0.37rem 0.45rem 0.37rem;
    box-sizing: border-box;
    display: block;
	position: relative;
}
.close img{
    position: absolute;
    top: 0.32rem;
    right: 0.3rem;
    width: 0.25rem;
    height: 0.25rem;
    overflow: hidden;
    cursor: pointer;
}
.from_name{
	width: 80%;
    font-family: AlibabaPuHuiTi-Bold;
	font-size: 0.28rem;
	color: #333333;
    margin-bottom: 0.4rem;
	position: relative;
}
.from_name::before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -0.14rem;
	width: 5.1rem;
	height: 0rem;
	border-bottom: 0.01rem solid #DEDEDE;
}
.form_group{
    width: 100%;
    margin-bottom: 0.2rem;
}
.form_group .form_label{
    width: 100%;
    height: 0.26rem;
	font-weight: 400;
	font-size: 0.18rem;
	color: #333333;
    margin-bottom: 0.11rem;
    float: left;
	font-family: AlibabaPuHuiTi-Regular;
}
.form_group .form_text input{
	width: 100%;
	height: 0.4rem;
	background: #FFFFFF;
	border-radius: 0.05rem;
	border: 0.01rem solid #E6E6E6;
    text-indent: 1em;
	color: #000;
}
.form_group .form_text{
    position: relative;
    font-size: 0;
}
.form_group .file{
	width: 1.5rem;
	height: 0.4rem;
	background: #FFFFFF;
	border-radius: 0.2rem;
	border: 0.01rem solid #70AD02;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 400;
	font-size: 0.14rem;
	color: #70AD02;
}
.form_group .file img{
	width: 0.16rem;
	height: 0.19rem;
	margin-left: 0.18rem;
}
.form_group .file_list{
	width: 100%;
}
.form_group .file_list .file_li{
	width: 5.06rem;
	height: 0.4rem;
	background: #F8F8F8;
	margin-top: 0.12rem;
	padding-left: 0.15rem;
	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: #666666;
	font-family: AlibabaPuHuiTi-Regular;
}

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







.sub_box{
	width: 100%;
    margin-top: 0.37rem;
    display: flex;
    justify-content: center;
}
.sub_box input{
	width: 1.36rem;
	height: 0.4rem;
	background: #70AD02;
    color: #fff;
	font-size: 0.16rem;
    cursor: pointer;
	line-height: 0.4rem;
	text-align: center;
	font-family: AlibabaPuHuiTi-Regular;
}
.sub_box .close{
	width: 1.36rem;
	height: 0.4rem;
	background: #FFFFFF;
	border: 0.01rem solid #70AD02;
	line-height: 0.4rem;
	text-align: center;
	color: #555;
    cursor: pointer;
	margin-left: 0.3rem;
	font-size: 0.16rem;
}










