@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
}
/*清除谷歌浏览器*/
#trans-tooltip, #tip-arrow-bottom, #tip-arrow-top {
	display: none !important;
}
html{
	font-size: 100px;
}
html,body{
	height: 100%;
}
body{
	font-size: .16rem;
}
.jobDetails-banner{
	width: 100%;
}
.jobDetails-banner img{
	width: 100%;
	display: block;
}
.jobDetails-banner{
	background-image: url("../images/portalBanner.png");
}
.ehr-wrapper.hunt .jobDetails-banner{
	background-image: url("../images/portalBannerForHunt.png");
}
/*分享*/
.shareContent-guide{
	background: url("../images/shareIcon.png") top .1rem right .1rem rgba(0,0,0,.6) no-repeat;
	background-size: 2.8rem auto;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.shareTable{
	width: 100%;
	height: 100%;
	display: table;
	text-align: center;
}
.shareTableCell{
	width: 100%;
	display: table-cell;
	vertical-align: middle;
}
.shareContent{
	background: rgba(0,0,0,.8);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	display: table;
}
.shareContent-box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.shareContent-box-item{
	padding: .25rem 0;
	max-height: 100%;
	overflow: hidden;
	overflow-y: auto;
}
.shareContent-title{
	font-size: .12rem;
	color: #ffffff;
	margin-bottom: .15rem;
}
.shareQrContent-area{
	background: url("../images/shareJobBg.png?version=1.0.0") no-repeat;
	background-size: 3.05rem auto;
	width: 3.05rem;
	height: 4.15rem;
	padding-top: .2rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
	display: table;
}
.shareQrContent-area-img{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.shareQrContent-area-img .qrCode-img{
	width: 240px;
	height: 240px;
}
.shareQrContent-area-img .qrCode-img img{
	width: 100%;
	height: 100%;
	border-radius: .12rem;
}
.shareQrContent-area-img .qrCode-text{
	font-size: .16rem;
	padding-top: .24rem;
	color:#ffffff;
}
.shareContent-area{
	background: url("../images/shareJobBg.png?version=1.0.0") no-repeat;
	background-size: 3.05rem auto;
	width: 3.05rem;
	height: 4.15rem;
	padding-top: .2rem;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.shareContent-close{
	display: block;
	margin-top: .15rem;
	text-align: center;
}
.choseBtn{
	background: url("../images/choseWhite.png") no-repeat;
	background-size: .38rem .38rem;
	width: .38rem;
	height: .38rem;
	display: inline-block;
	vertical-align: top;
	opacity: .8;
}
/*二维码分享*/
.jobDetail-qrCode-area{
	display: none;/*隐藏PC端分享的内容*/
}
/*内容*/
.shareContent-area-header{
	background-image: linear-gradient(90deg,#ebf3fe 0, #d4e2fb 100%);
	width: 2.17rem;
	height: .68rem;
	margin: 0 auto;
	border-top-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
}
.headerInfo{
	display: block;
	max-width: 2rem;
	margin: 0 auto;
	text-align: center;
}
.shareContent-area-headerName{
	width: 94%;
	margin: 0 auto;
	font-size: .18rem;
	line-height: .22rem;
	padding-top: .05rem;
	color: #222222;
	display: block;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shareContent-area-headerInfo{
	font-size: .18rem;
	line-height: .22rem;
	padding-top: .05rem;
	color: #222222;
}
.shareContent-area-body{
	padding: .15rem;
}
.shareContent-area-body ul{
	list-style: none;
}
.shareContent-area-body ul li{
	display: block;
	text-align: left;
	font-size: 0;
	padding-bottom: .08rem;
	position: relative;
	z-index: 5;
}
.shareContent-jobName{
	max-width: 100%;
	display: inline-block;
	padding-right: .26rem;
	font-size: .16rem;
	position: relative;
	z-index: 5;
	color:rgba(55,150,236,.85);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shareContent-jobAnther{
	display: block;
	font-size: 0;
	padding: .02rem 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shareContent-jobAnther span {
	font-size: .14rem;
	display: inline-block;
	vertical-align: middle;
	padding-right: .08rem;
	margin-right: .08rem;
	position: relative;
	color: #222222;
}
.shareContent-jobAnther span:after{
	content: "";
	width: 1px;
	border-right: 1px solid rgba(62, 73, 103, .6);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}
.shareContent-jobAnther span:last-child:after{
	display: none;
}
.shareContent-jobPay{
	font-size: .18rem;
	color:rgba(55,150,236,.85);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.allJobNum{
	padding-top: .17rem;
	text-align: center;
	font-size: .14rem;
}
.allJobNum span{
	background:rgba(255,255,255,.3);
	/*border:1px solid rgba(55,150,236,1);*/
	color:rgba(55,150,236,1);
	display: inline-block;
	padding: .04rem .12rem;
	line-height: .22rem;
	-webkit-border-radius: .3rem;
	-moz-border-radius: .3rem;
	border-radius: .3rem;
}
.shareContent-area-qrCode{
	width: 1.24rem;
	height: 1.24rem;
	position: absolute;
	bottom: 10px;
	right: 5px;
	text-align: center;
}
.qrCode-img{
	width: 1rem;
	height: 1rem;
	margin: 0 auto;
}
.qrCode-img img{
	width: 100%;
	height: 100%;
	vertical-align: top;
}
.qrCode-text{
	font-size: .12rem;
	color:rgba(55,150,236,.85);
	line-height: .2rem;
}
.jobDetails-operation{
	position: absolute;
	right: 30px;
	top: 30px;
}
/*分享结束*/
.jobDetails-section-aside{
	display: none;
}
.jobDetails-body{
	padding-top: .15rem;
	padding-left: .1rem;
	padding-right: .1rem;
}
.jobDetails-section-header{
	background: #ffffff;
	display: block;
	padding: .17rem .15rem .1rem .15rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
	position: relative;
	margin-bottom: .16rem;
}
.jobDetails-title{
	font-size: .2rem;
	color: #1B1D1E;
	/*white-space: nowrap;*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.jobDetails-pay{
	font-size: .2rem;
	color: #FFAF0F;
}
.jobDetails-title-info{
	display: block;
	font-size: 0;
}
.jobDetails-title-info span{
	font-size: .12rem;
	display: inline-block;
	vertical-align: middle;
	padding-right: .05rem;
	margin-right: .05rem;
	position: relative;
	color: #686C6E;
}
.jobDetails-title-info span:after{
	content: "";
	width: 1px;
	border-right: 1px solid rgba(51,51,51,.15);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}
.jobDetails-title-info span:last-child:after{
	display: none;
}
.jobDetails-otherInfo{
	position: relative;
	margin-top: .07rem;
	padding-top: .07rem;
	z-index: 5;
}
.jobDetails-otherInfo:before{
	content: '';
	height: 200%;
	position: absolute;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	z-index: -1;
	border-top: 1px solid #D8E1E6;
}
.jobDetails-otherInfo span{
	color: #999999;
	display: block;
	font-size: .12rem;
	text-align: right;
}
.jobDetails-operation{
	position: absolute;
	right: 30px;
	top: 30px;
}
.jobDetails-operation-btn{
	width: 170px;
	height: 40px;
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	background-color: transparent;
	border: 1px solid transparent;
	white-space: nowrap;
	line-height: 1.5;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 0;
	outline: none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.jobDetails-operation-btn>span{
	font-size: 16px;
}
.jobDetails-operation-btn-default{
	border-color: #BF944E;
	color: #BF944E;
}
.jobDetails-operation-btn-highLight{
	background: #BF944E;
	color: #ffffff;
}
.jobDetails-operation-btn-highLight:hover{
	background: #deb16a;
	background-image: linear-gradient(90deg,#deb16a 0, #bb8c41 100%);
}
.jobDetails-section-container{
	display: block;
	margin-bottom: .2rem;
	position: relative;
}
.jobDetails-section-content{
	display: block;
}
.jobDetails-section-aside{
	background: #ffffff;
	position: absolute;
	right: 0;
	top: 0;
	width: 310px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.jobDetails-section-content-body{
	background: #ffffff;
	margin-bottom: .12rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
}
.jobDetails-section-content-body-title{
	display: block;
	padding: .2rem .12rem .1rem .12rem;
	text-align: left;
	font-size: 0;
}
.jobDetails-section-content-body-title span{
	padding: 0 .03rem;
	font-size: .18rem;
	height: .2rem;
	line-height: .2rem;
	position: relative;
	z-index: 5;
	display: inline-block;
	vertical-align: top;
}
/*.jobDetails-section-content-body-title span:after{
	content: "";
	background: #FFAF0F;
	width: 100%;
	height: .07rem;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: -1;
}*/
.jobDetails-section-content-body-area{
	padding: 0 .14rem .2rem;
	font-size: .14rem;
	line-height: 2;
	color: rgba(51,51,51,.8);
}
.jobDetails-section-content-body-area p{
	font-size: .14rem;
	line-height: 2;
}
.jobDetails-section-content-body-area .tagItem{
	background-color: #f5faff;
	display: inline-block;
	vertical-align: top;
	color: #3c82fc;
	font-size: .12rem;
	line-height: .12rem;
	margin: .05rem .1rem .05rem 0;
	padding: .07rem .1rem;
	border-radius: .03rem;
}
/*推荐职位*/
.recommendedPositions{
	padding: 20px 0;
}
.recommendedPositions-title{
	padding-left: 25px;
	font-size: 16px;
	position: relative;
}
.recommendedPositions-title:after{
	content: "";
	background: #BF944E;
	width: 3px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.recommendedPositions-cnt{
	list-style: none;
	padding: 0 20px;
}
.recommendedPositions-cnt .recommendedPositions-item{
	padding: 15px 5px;
	border-bottom: 1px dashed #D8E1E6;
	cursor: pointer;
	position: relative;
	z-index: 5;
}
.recommendedPositions-cnt .recommendedPositions-item:last-child{
	border-bottom: 0;
}
.recommendedPositions-cnt .recommendedPositions-item:after{
	content: "";
	width: 0;
	background: transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transition: all .45s;
	-moz-transition: all .45s;
	-ms-transition: all .45s;
	-o-transition: all .45s;
	transition: all .45s;
	z-index: -1;
}
.recommendedPositions-cnt .recommendedPositions-item:after{
	left: 0;
}
.recommendedPositions-cnt .recommendedPositions-item:hover:after{
	width: 100%;
	background: rgba(216,225,230,.18);
}
.recommendedPositions-item-title{
	display: inline-block;
	max-width: 100%;
	padding-right: 24px;
	font-size: 14px;
	color: #1B1D1E;
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.stateInfo{
	background: #1B1D1E;
	width: 18px;
	height: 18px;
	line-height: 18px;
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #ffd693;
	font-style: normal;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -9px;
}
.recommendedPositions-item-antherInfo{
	display: block;
	color: rgba(51,51,51,.5);
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.recommendedPositions-item-antherInfo span{
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 8px;
	margin-right: 8px;
	position: relative;
}
.recommendedPositions-item-antherInfo span:after{
	content: "";
	width: 1px;
	border-right: 1px solid rgba(51,51,51,.15);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}
.recommendedPositions-item-antherInfo span:last-child:after{
	display: none;
}
.ehr-footer{
	z-index: 20;
}
.jobDetails-operation-tips{
	border-radius:.1rem .11rem .03rem .03rem;
	background: #ffffff;
	padding: .07rem .07rem .2rem .07rem;
	text-align: center;
	font-size: .1rem;
	color: #999999;
	border-top: 1px solid #F5F6FA;
	margin-bottom: -.15rem;
}
.jobFooter-btn{
	background: #ffffff;
	width: 100%;
	padding: .08rem 0;
	border-radius:.1rem .11rem .03rem .03rem;
	box-shadow:0 .02rem .09rem 0 rgba(0,0,0,0.14);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.jobFooter-btn-item{
	padding: 0 .08rem;
	zoom: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.jobFooter-btn-item-width{
	padding: 0 .12rem;
	width: auto;
}
.jobFooter-btn-button{
	display: block;
	text-align: center;
}
.jobFooter-btn-button-text{
	display: block;
	height: .12rem;
	line-height: .12rem;
	font-size: .12rem;
}
.jobFooter-btn-button-icon{
	background-image: url("../images/footerShareIcon.png?version=1.0.0");
	background-repeat: no-repeat;
	background-size: .48rem .24rem;
	background-color: #f5f6f8;
	display: block;
	width: .24rem;
	height: .24rem;
	border-radius: .2rem;
	margin: 0 auto .04rem auto;
}
.jobFooter-btn-button-icon-link{
	background-position: 0 0;
}
.jobFooter-btn-button-icon-qrCode{
	background-position: -.24rem 0;
}
/*二维码和链接*/
.share-qrCodeLink{
	display: block;
	font-size: 0;
}
.share-qrCodeLink-qrCode{
	width: 40%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.share-qrCodeLink-qrCode-title{
	text-align: center;
	font-size: .14rem;
	margin-bottom: .14rem;
}
.share-qrCodeLink-qrCode-img{
	width: 1.2rem;
	height: 1.2rem;
	display: block;
	margin: 0 auto;
}
.share-qrCodeLink-qrCode-img img{
	width: 100%;
	height: 100%;
	display: block;
	vertical-align: top;
}
.share-qrCodeLink-link{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 0;
	font-size: .14rem;
	color: #515151;
}
.share-qrCodeLink-link .linkBtn,
.share-qrCodeLink-link .linkInput{
	outline: none;
}
.share-qrCodeLink-link .linkInput{
	width: 100%;
	height: 1.5rem;
	padding: .05rem;
	line-height: 1.5;
	border: 1px solid #dcdee2;
	border-radius: .03rem;
	vertical-align: top;
	resize: none;
	pointer-events: auto;
}
.share-qrCodeLink-btn{
	padding-top: .14rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}
.share-qrCodeLink-btn-item{
	padding: 0 .08rem;
	zoom: 1;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	position: relative;
	z-index: 5;
}
.share-qrCodeLink-btn .linkBtn{
	background: transparent;
	width: 100%;
	height: .32rem;
	font-size: .16rem;
	line-height: .32rem;
	color: #ffffff;
	border: 0;
	cursor: pointer;
	margin-left: 0;
	outline: none;
}
.share-qrCodeLink-btn .linkBtn-cancel{
	color: rgba(81,81,81,.8);
}
.share-qrCodeLink-btn .linkBtn-default{
	color: #3C82EF;
}
.share-qrCodeLink-tips{
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	font-size: .12rem;
	color: rgba(81,81,81,.8);
	margin-top: 20px;
}
.footerBtn{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background:#FFAF0F;
	width: 100%;
	height: .4rem;
	line-height: .38rem;
	font-size: .16rem;
	outline: none;
	border: 0;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
}
.footerBtn-highLight{
	background: #3C82EF;
	color: #FFFFFF;
}
.footerBtn-default{
	background: transparent;
	border:1px solid #3C82EF;
	color: #3C82EF;
}