@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, body {
	height: 100%;
}

body {
	font-size: .16rem;
	line-height: 1.5;
}
/*.ehr-wrapper{
	background: url("../images/portalBannar.jpg") top left #F5F6FA no-repeat;
	background-size: 100% auto;
}
.ehr-wrapper.hunt{
	background: url("../images/portalBannerForHunt.png") top left #F5F6FA no-repeat;
	background-size: 100% auto;
}*/
/*浮动按钮*/
.floatBtn {
	position: fixed;
	right: .15rem;
	bottom: .25rem;
	z-index: 20;
}

.floatBtn-item {
	font-size: 0;
	background: #ffffff;
	padding: .1rem .12rem;
	-webkit-border-radius: .5rem;
	-moz-border-radius: .5rem;
	border-radius: .5rem;
	border: 4px solid rgba(55, 150, 236, .2);
	box-shadow: 0 0 8px 1px rgba(0,0,0,.2);
	-webkit-animation:container 2s 1;
	-o-animation:container 2s 1;
	animation:container 2s 1;
}

.floatBtn-icon {
	width: .16rem;
	height: .16rem;
	display: inline-block;
	vertical-align: top;
	margin-right: .03rem;
}

.floatBtn-icon-1 {
	background: url("../images/internalPush.png") top -.01rem center no-repeat;
	background-size: .16rem auto;
}

.floatBtn-text {
	font-size: .14rem;
	line-height: .16rem;
	display: inline-block;
	vertical-align: top;
	color: #3C82EF;
}

@keyframes container {
	0%,
	100%,
	20%,
	50%,
	80% {
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1); /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
		transform: translate3d(0, 0, 0); /*设置只在Z轴上移动*/
	}
	40%,
	43% {
		transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
		transform: translate3d(0, -30px, 0);
	}
	70% {
		transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
		transform: translate3d(0, -15px, 0);
	}
	90% {
		transform: translate3d(0, -4px, 0);
	}
}

/*分享*/
.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;
}

.shareContent-area {
	background: url("../images/shareCompanyBg.png") no-repeat;
	background-size: 3.05rem auto;
	width: 3.05rem;
	height: 4.15rem;
	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;
}

/*内容*/
.shareContent-area-header {
	width: 90%;
	height: .67rem;
	margin: 0 auto;
}

.headerInfo {
	display: block;
	max-width: 2.74rem;
}

.shareContent-area-headerName {
	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-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-area-body ul li:after {
	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-bottom: 1px solid rgba(55, 150, 236, .25);
}

.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;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.shareContent-jobAnther span {
	font-size: .12rem;
	display: inline-block;
	vertical-align: middle;
	padding-right: .05rem;
	margin-right: .05rem;
	position: relative;
	color: rgba(62, 73, 103, .5);
}

.shareContent-jobAnther span:after {
	content: "";
	width: 1px;
	border-right: 1px solid rgba(51, 51, 51, .15);
	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: 100px;
	height: 100px;
	position: absolute;
	bottom: 10px;
	left: 10px;
	text-align: center;
}

.qrCode-img {
	width: .76rem;
	height: .76rem;
	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;
	margin-top: .04rem;
}

/*分享结束*/
.portal-org-info {
	position: relative;
	margin-bottom: 40px;
	display: none;
}

.portal-org-name {
	width: 100%;
	font-size: 22px;
	color: #ffffff;
	font-weight: lighter;
	text-align: center;
	position: absolute;
	top: 22px;
	right: 0;
	left: 0;
	z-index: 5;
}

.portal-banner {
	background: url("../../../pc/layout_1/images/portalBannar.jpg") #343434 top center no-repeat;
	width: 100%;
	height: 400px;
}

.portal-content {
	display: block;
	padding-left: .1rem;
	padding-right: .1rem;
}

.portal-section {
	background: #ffffff;
	margin-bottom: .1rem;
	-webkit-border-radius: .1rem;
	-moz-border-radius: .1rem;
	border-radius: .1rem;
}

/*模块*/
.portal-section-title {
	display: block;
	padding: .2rem 0;
	text-align: center;
	font-size: 0;
}

.portal-section-title span {
	padding: 0 .03rem;
	font-size: .18rem;
	height: .2rem;
	line-height: .2rem;
	position: relative;
	z-index: 5;
	display: inline-block;
	vertical-align: top;
}

/*.portal-section-title span:after {
	content: "";
	background: #BB8C41;
	width: 100%;
	height: .07rem;
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -1px;
	z-index: -1;
}*/

.portalOrg-cnt {
	padding-top: .65rem;
	padding-left: .1rem;
	padding-right: .1rem;
	display: none;
}
.recommend-content{
	padding-left: 10px;
	margin-top: -40px;
	margin-bottom: 20px;
}
.recommend-content-header{
	font-size: 18px;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.recommend-content-header i{
	font-style: normal;
}
.recommend-content-info{
	font-size: 14px;
	color: #ffffff;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}
.portalOrg-cnt-item {
	background: #ffffff;
	padding: .17rem 0 .2rem .15rem;
	margin-bottom: .1rem;
	-webkit-border-radius: .06rem;
	-moz-border-radius: .06rem;
	border-radius: .06rem;
}

.portalOrg-logo {
	width: .6rem;
	height: .6rem;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0 .03rem .07rem 0 rgba(0, 0, 0, 0.11);
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	float: left;
	display: table;
	text-align: center;
	margin-right: .15rem;
}

.portalOrg-logo-box {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.portalOrg-logo-box img {
	max-width: 90%;
	max-height: .46rem;
	vertical-align: top;
}

.portalOrg-text {
	display: block;
	overflow: hidden;
	text-align: left;
	padding-top: .05rem;
}

.portalOrg-name {
	padding-right: .12rem;
	font-size: .2rem;
	margin-bottom: .02rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portalOrg-other {
	display: block;
	font-size: 0;
}

.portalOrg-other span {
	font-size: .12rem;
	display: inline-block;
	vertical-align: middle;
	padding-right: .05rem;
	margin-right: .05rem;
	position: relative;
	color: #686C6E;
	opacity: .5;
}

.portalOrg-other span:after {
	content: "";
	width: 1px;
	border-right: 1px solid rgba(51, 51, 51, .15);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}

.portalOrg-other span:last-child:after {
	display: none;
}
/*Banner*/
.portalOrg-banner{
	background-image: url("../images/portalBannar.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 1.2rem;
	display: block;
	position: relative;
	margin-bottom: .12rem;
	border-bottom-left-radius: .1rem;
	border-bottom-right-radius: .1rem;
}
.portalOrg-banner img.bannerImg{
	width: 100%;
	display: block;
	vertical-align: top;
}
.portalOrg-banner-boxShadow:before{
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	width: 100%;
	height: .72rem;
	position: absolute;
	left: 0;
	top: 0;
}
.portalOrg-banner-logo{
	height: .4rem;
	padding-left: .2rem;
	display: table;
	position: absolute;
	left: 0;
	right: 0;
	top: .06rem;
	z-index: 5;
}
.portalOrg-banner-logo-box{
	display: table-cell;
	vertical-align: middle;
}
.portalOrg-banner-logo-box img{
	max-width: 100%;
	max-height: 24px;
	vertical-align: top;
}
/*搜索*/
.portalSearch{
	padding: 0 .1rem;
	margin-bottom: .12rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.portalSearch4city{
	zoom: 1;
	/*-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;*/
	margin-right: .01rem;
	border-top-left-radius: .06rem;
	border-bottom-left-radius: .06rem;
}
.portalSearch4city .ours-class-singleselect select{
	background-color: #ffffff;
	border: 0 !important;
	border-top-left-radius: .06rem;
	border-bottom-left-radius: .06rem;
}
.portalSearch4city .ours-class-city input{
	border: 0;
	border-top-left-radius: .06rem;
	border-bottom-left-radius: .06rem;
}
.portalSearch-input{
	zoom: 1;
	-webkit-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.portalSearch-input .ehr-input{
	border-color: #ffffff;
	border-right: 0;
	border-radius: 0;
}

.portalSearch-btn{
	font-size: 0;
}
.portalSearch-btn .ehr-btn{
	height: .4rem;
	width: .72rem;
	vertical-align: top;
	padding: 0;
	border: 0;
	border-radius: 0;
	margin-right: .01rem;
	border-top-right-radius: .06rem;
	border-bottom-right-radius: .06rem;
}
.portalSearch-btn .ehr-btn>span{
	font-size: .14rem;
	display: block;
	line-height: .4rem;
	vertical-align: top;
}
.portalSearch-btn .ehr-btn.portalClearBtn{
	background: #eceef1;
	width: auto;
	min-width: .5rem;
	text-align: center;
	border-radius: .06rem;
	margin-right: 0;
	margin-left: .05rem;
}
/*行业分类*/
.jobClass-tabs {
	position: relative;
	z-index: 5;
	padding-bottom: .07rem;
	padding-left: .05rem;
	padding-right: .05rem;
}

.jobClass-tabs:after {
	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-bottom: 1px solid #e8e8e8;
}

.jobClass-tabs ul {
	padding: 0;
	position: relative;
	z-index: 5;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.jobClass-tabs ul li {
	display: inline-block;
	vertical-align: top;
	min-width: .5rem;
	height: .26rem;
	line-height: .24rem;
	padding: 0 .12rem;
	font-size: .14rem;
	border: 1px solid transparent;
}

.jobClass-tabs ul li.selected {
	-webkit-border-radius: .2rem;
	-moz-border-radius: .2rem;
	border-radius: .2rem;
}

.jobClass-tabs-icon {
	display: none;
	margin-top: 7px;
	text-align: center;
}

.jobClass-tabs-text {
	font-size: 14px;
	text-align: center;
}

.jobNum {
	background: #3C82EF;
	width: 40px;
	height: 24px;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	border-radius: 7px 7px 7px 0;
	position: absolute;
	right: -13px;
	top: -8px;
	z-index: 5;
	display: none;
}

.jobClass-tabs ul li.selected .jobNum {
	background: #ffffff;
	color: #3C82EF;
}

.jobClass-content {
	display: block;
}
.jobClass-content ul {
	list-style: none;
	font-size: 0;
	padding: 0 .1rem;
}

.jobClass-content ul li {
	padding: .12rem .05rem;
	position: relative;
	z-index: 5;
}

.jobClass-content ul li:after {
	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-bottom: 1px solid #e8e8e8;
}
.jobClass-content ul li:last-child:after{
	border: 0;
}
.rewardInfo {
	background: url("../images/rewardIcon.png") no-repeat;
	background-size: .44rem auto;
	width: .44rem;
	height: .44rem;
	position: absolute;
	right: -.1rem;
	top: 0;
}

.jobClass-item {
	width: 100%;
	text-align: left;
	position: relative;
	z-index: 5;
}

.jobClass-item-title {
	color: #1B1D1E;
	font-size: 0;
}

.jobClass-item-title > span {
	max-width: 100%;
	display: inline-block;
	padding-right: .26rem;
	font-size: .16rem;
	position: relative;
	z-index: 5;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jobClass-item-title > span .positionState {
	background: #FF6E6E;
	width: .18rem;
	height: .18rem;
	font-size: .12rem;
	line-height: .18rem;
	text-align: center;
	color: #ffffff;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: .03rem;
	-moz-border-radius: .03rem;
	border-radius: .03rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.09rem;
}

.jobClass-item-other {
	display: block;
	font-size: 0;
	padding: .02rem 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jobClass-item-other span {
	font-size: .12rem;
	display: inline-block;
	vertical-align: middle;
	padding-right: .05rem;
	margin-right: .05rem;
	position: relative;
	color: #686C6E;
}

.jobClass-item-other span:after {
	content: "";
	width: 1px;
	border-right: 1px solid rgba(51, 51, 51, .15);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}

.jobClass-item-other span:last-child:after {
	display: none;
}

.jobClass-item-pay {
	font-size: .18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jobClass-item-btn {
	display: none;
}

.jobClass-item-btn span {
	width: 124px;
	height: 36px;
	font-size: 16px;
	line-height: 36px;
	display: inline-block;
	vertical-align: top;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	cursor: pointer;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.jobClass-item-btn span:hover {
	background-image: linear-gradient(90deg, #deb16a 0, #bb8c41 80%);
}

.jobClass-content-more {
	text-align: center;
	padding: .14rem;
	font-size: .14rem;
	color: #686C6E;
	position: relative;
	z-index: 5;
}

.jobClass-content-more:after{
	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 #e8e8e8;
}

.jobClass-content-more .jobClass-content-moreBtn {
	width: 100%;
	height: .2rem;
	background: none;
	border-radius: 0;
	border: 0;
	font-size: 14px;
	cursor: pointer;
	outline: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
/*二维码和链接*/
.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-tips{
	height: .32rem;
	line-height: .32rem;
	text-align: center;
	font-size: .12rem;
	color: rgba(81,81,81,.8);
	margin-top: 20px;
}
.ehr-footer {
	z-index: 20;
}

.jobFooter-btn {
	background: #ffffff;
	width: 100%;
	padding: .08rem 0;
	border-radius: .1rem .1rem .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;
	text-align: center;
}

.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 .08rem;
	width: 1.4rem;
	margin: 0 auto;
}

.footerBtn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	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-default {
	background: transparent;
	border: 1px solid #3C82EF;
}