@charset "UTF-8";

.rc-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.rc-flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 0;
}

.rc-items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rc-content-center {
	width: 1200px;
	margin: 0 auto;
}

.rc-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rc-pre-html {
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.top-bk-fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background: #ffffff;
}

.top-bk-fixed .welfareBorder, .top-bk-fixed .date, .top-bk-fixed .collection {
	display: none;
}

.top-bk .top {
	padding: 24px 0;
	font-weight: 400;
}

.top-bk .top .positionType {
	opacity: 0.6;
	font-size: 16px;
	font-weight: 400;
}

.top-bk .top .position-name-wages {
	margin-bottom: 10px;
	font-size: 36px;
	font-weight: 500;
}

.top-bk .top .position-name-wages .name {
	color: rgba(0, 0, 0, 0.85);
}

.top-bk .top .position-name-wages .wages {
	margin-left: 10px;
	font-weight: bold;
	color: #FF6700;
}

.top-bk .top .welfareBorder .welfare {
	margin-top: 10px;
	margin-right: 8px;
	height: 24px;
	line-height: 24px;
	padding: 0 8px;
	background: rgba(23, 35, 61, 0.04);
	border-radius: 2px;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.75);
}

.top-bk .top .demand {
	margin-top: 10px;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.75);
}

.top-bk .top .date {
	font-weight: 400;
	color: rgba(23, 35, 61, 0.75);
	margin-top: 10px;
}

.top-bk .top .action {
	margin-left: 30px;
}

.top-bk .top .action .apply_jobs-bt {
	display: inline-block;
	text-align: center;
	width: 168px;
	height: 50px;
	line-height: 48px;
	background: #FF6700;
	border-radius: 25px;
	margin-right: 12px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

.top-bk .top .action .apply_jobs-bt:hover {
	opacity: 0.85;
}

.top-bk .top .action .apply_jobs-bt:active {
	opacity: 0.8;
}

.top-bk .top .action .jobs-chat-bt {
	display: inline-block;
	text-align: center;
	width: 168px;
	height: 50px;
	line-height: 48px;
	background: #6E90FF;
	border-radius: 25px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

.top-bk .top .action .jobs-chat-bt:hover {
	opacity: 0.85;
}

.top-bk .top .action .jobs-chat-bt:active {
	opacity: 0.8;
}

.top-bk .top .action .collection {
	text-align: right;
}

.top-bk .top .action .collection-bt {
	margin-top: 30px;
	display: inline-block;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.75);
	line-height: 18px;
	cursor: pointer;
}

.top-bk .top .action .collection-bt:hover {
	opacity: 0.85;
}

.top-bk .top .action .collection-bt:active {
	opacity: 0.8;
}

.top-bk .top .action .collection-bt i {
	display: inline-block;
	width: 18px;
	height: 18px;
	font-size: 18px;
	vertical-align: text-bottom;
	margin-right: 8px;
	color: #FF9900;
}

.context-bk {
	background-image: url("../../../../../../../icon/jobRecruitment/1@2x.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-color: #f5f7f9;
	padding: 20px 0;
	min-height: 600px;
}

.content {
	position: relative;
}

.content .contentBorder {
	margin: auto;
	width: 1200px;
	font-family: PingFangSC-Regular, PingFang SC;
}

.content .contentBorder .context {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content .contentBorder .context .left {
	width: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}

.content .contentBorder .context .left .context-item {
	background-color: #ffffff;
	padding: 16px 24px;
}

.context-item+.context-item {
	margin-top: 16px;
}

.content .contentBorder .context .left .context-item .item-title {
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	color: #3f495f;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 16px;
	position: relative;
}

.content .contentBorder .context .left .context-item .item-title .login-btn {
	position: absolute;
	top: 3px;
	right: 0;
	color: #3965F3;
	font-weight: normal;
	font-size: 14px;
	cursor: pointer;
	display: none;
}

.content .contentBorder .context .left .context-item.hr-info .hr-avatar {
	border-radius: 50%;
	overflow: hidden;
	margin-right: 20px;
}

.content .contentBorder .context .left .context-item.hr-info .hr-name {
	font-weight: 600;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .left .context-item.hr-info .online-status {
	margin-left: 20px;
	color: rgba(23, 35, 61, 0.75);
	font-weight: normal;
}

.content .contentBorder .context .left .context-item.hr-info .online-status::before {
	content: '•';
	margin-right: 6px;
	font-size: 18px;
	color: #19BE6B;
}

.content .contentBorder .context .left .context-item.hr-info .hr-position {
	margin-top: 4px;
	color: rgba(23, 35, 61, 0.45);
}


.content .contentBorder .context .left .context-item.hr-info .chat-bt {
	display: inline-block;
	text-align: center;
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #6E90FF;
	border-radius: 25px;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
}

.content .contentBorder .context .left .context-item.hr-info .chat-bt:hover {
	opacity: 0.85;
}

.content .contentBorder .context .left .context-item.hr-info .chat-bt:active {
	opacity: 0.8;
}

.content .contentBorder .context .left .context-item .item-context {
	/* margin-top: 16px; */
	font-size: 14px;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.85);
	line-height: 22px;
	letter-spacing: 1px;
}

.content .contentBorder .context .left .context-item .item-context .company-desc {
	max-height: 45px;
	overflow: hidden;
}
.content .contentBorder .context .left .context-item .item-context .company-desc.is-open {
	max-height: none;
}

.content .contentBorder .context .left .context-item .item-context .expend-btn {
	display: none;
	color: #3965F3;
	cursor: pointer;
}

.content .contentBorder .context .left .context-item .match-progress-wrapper {
	margin-top: 16px;
	height: 60px;
	padding-top: 16px;
	padding-left: 40px;
	padding-right: 150px;
}
.content .contentBorder .context .left .context-item .match-progress {
	height: 10px;
	border-radius: 12px;
	background-image: linear-gradient(to right, #F9C502 , #F66405);
	position: relative;
}

.content .contentBorder .context .left .context-item .match-progress .level-1 {
	position: absolute;
	left: 25%;
	width: 4px;
	height: 100%;
	background: #FFFFFF;
}
.content .contentBorder .context .left .context-item .match-progress .level-2 {
	position: absolute;
	left: 50%;
	width: 4px;
	height: 100%;
	background: #FFFFFF;
}
.content .contentBorder .context .left .context-item .match-progress .level-3 {
	position: absolute;
	left: 75%;
	width: 4px;
	height: 100%;
	background: #FFFFFF;
}
.content .contentBorder .context .left .context-item .match-progress span{
	display: inline-block;
	position: absolute;
	margin-left: -18px;
	top: 20px;
	width: 40px;
	text-align: center;
}

.content .contentBorder .context .left .context-item .match-progress .match-progress-inner {
	position: absolute;
	z-index: 1;
	top: -4px;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	background: #F66405;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	box-shadow: 0px 0px 5px #F66405;
}

.content .contentBorder .context .left .context-item .item-context.job-position-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px dashed #eee;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .titleBorder .title {
	font-size: 20px;
	font-weight: 600;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .left .context-item .item-context .ic-left .titleBorder .position {
	font-size: 20px;
	font-weight: 600;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .left .context-item .item-context .ic-left .wagesBorder {
	padding: 10px 0px;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .titleBorder .wages {
	font-size: 20px;
	font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
	font-weight: bold;
	color: #FF6700;
	margin-left: 10px;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .wagesBorder .experience {
	font-size: 14px;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.75);
}

.content .contentBorder .context .left .context-item .item-context .ic-left .welfareBorder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .welfareBorder .welfare {
	margin-top: 10px;
	margin-right: 8px;
	height: 24px;
	line-height: 24px;
	background: #f6f6f7;
	border-radius: 2px;
	font-size: 14px;
	/* display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; */
	font-weight: 400;
	color: #7e8594;
	padding: 0 9px;
	cursor: pointer;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .companyBorder {
	margin-top: 10px;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .companyBorder .clogo {
	width: 28px;
	height: 28px;
	background: #FFFFFF;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #EAEAEA;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .companyBorder .companyName {
	font-size: 14px;
	font-family: PingFangSC-Semibold, PingFang SC;
	font-weight: 600;
	cursor: pointer;
	color: rgba(23, 35, 61, 0.85);
	line-height: 22px;
	margin-left: 10px;
}

.content .contentBorder .context .left .context-item .item-context .ic-left .companyBorder .industry {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.45);
	line-height: 24px;
	margin-left: 10px;
}

.content .contentBorder .context .left .context-item .item-context .ic-right {
	width: 120px;
	text-align: center;
}

.content .contentBorder .context .left .context-item .item-context .ic-right .hr-avatar {
	display: inline-block;
	border-radius: 50%;
	overflow: hidden;
}

.content .contentBorder .context .left .context-item .item-context .ic-right .hr-name {
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .left .context-item .item-context .ic-right .hr-position {
	color: rgba(23, 35, 61, 0.45);
}

.content .contentBorder .context .left .context-item .item-context .ic-right .right-bt {
	padding: 8px 15px;
	background-color: #6e90ff;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
}

.content .contentBorder .context .left .context-item .workingAddress {
	font-weight: 400;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .right {
	width: 285px;
	margin-left: 16px;
}

.content .contentBorder .context .right-content-item {
	background: #FFFFFF;
}

.right-content-item+.right-content-item {
	margin-top: 16px;
}

.content .contentBorder .context .right-content-item .right-content-item-title {
	font-size: 20px;
	font-weight: 600;
	padding: 16px 16px 0 16px;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .right-content-item .right-content-item-body {
	padding: 16px;
}

.content .contentBorder .context .right .companyDetails {
	/* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}

.content .contentBorder .context .right .companyDetails .company-info {
	margin-bottom: 6px;
}
.content .contentBorder .context .right .companyDetails .logo {
	float: left;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #EAEAEA;
}

.content .contentBorder .context .right .companyDetails .info {
	margin-left: 62px;
	min-height: 52px;
	padding-top: 2px;
}

.content .contentBorder .context .right .companyDetails .name {
	font-size: 14px;
	font-weight: 600;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .right .companyDetails .need {
	margin-top: 6px;
	font-size: 12px;
	font-weight: 400;
	color: rgba(23, 35, 61, 0.85);
}

.content .contentBorder .context .right .companyDetails .need span {
	color: #FF6700;
	margin: 0 3px;
}

.content .contentBorder .context .right .companyDetails .text {
	color: rgba(23, 35, 61, 0.45);
	/* line-height: 26px; */
}
.content .contentBorder .context .right .companyDetails .text > div {
	padding: 4px 0;
}

.content .contentBorder .context .right .companyDetails .text span {
	color: rgba(23, 35, 61, 0.75);
}

.content .contentBorder .context .right .companyDetails .text .company-map {
	width: 252px;
	height: 143px;
}


.other-position .position-list-item {
	padding: 8px 0;
}

.other-position .position-list-item .position-name a {
	cursor: pointer;
	color: rgba(23, 35, 61, 0.75);
}
.other-position .position-list-item .position-name a:hover {
	opacity: 0.85;
}

.other-position .position-list-item .position-salary {
	margin-left: 10px;
	width: 100px;
	font-weight: 500;
	color: #FF6700;
	text-align: right;
}

.hot-panel {
	margin-top: 16px;
	background: #FFFFFF;
}

.hot-panel .hot-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 43px;
	box-shadow: 0px 1px 0px 0px rgb(23 35 61 / 10%);
}
.hot-panel .hot-tabs .hot-tabs-item {
	font-weight: 400;
	color: rgba(23, 35, 61, 0.65);
	line-height: 18px;
	padding: 12px 16px;
	cursor: pointer;
}
.hot-panel .hot-tabs .hot-tabs-item:hover {
	color: #3965F3;
}
.hot-panel .hot-tabs .hot-tabs-item.hot-tabs-active {
	position: relative;
	color: #3965F3;
	font-weight: 600;
}
.hot-panel .hot-tabs .hot-tabs-item.hot-tabs-active::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 21px;
	height: 4px;
	background: #3965F3;
	border-radius: 3px;
}
.hot-panel .hot-tabs-body {

}
.hot-list {
	padding: 8px 0;
}
.hot-list .hot-list-item {
	font-weight: 400;
	color: rgba(23, 35, 61, 0.85);
	padding: 8px 16px;
}
.hot-list .hot-list-item .company-logo {
	margin-right: 10px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
	overflow: hidden;
	border: 1px solid #EAEAEA;
}
.hot-list .hot-list-item .company-position {
	margin-left: 10px;
}
.hot-list .hot-list-item .company-position span{
	color: #FF6700;
}

.hot-list .hot-list-item .position-salary {
	margin-left: 10px;
	width: 100px;
	font-weight: 500;
	color: #FF6700;
	text-align: right;
}

.hot-list .hot-list-item a {
	cursor: pointer;
	color: rgba(23, 35, 61, 0.75);
}
.hot-list .hot-list-item a:hover {
	opacity: 0.85;
}


div[xm-select-skin] .xm-select-title div.xm-select-label>span{
  border: 0 !important;
}
.xm-select-parent .xm-select-title div.xm-select-label>span{
  background-color: inherit !important;
  font-weight: 400 !important;

font-size: 14px;
}
.xm-select-parent .xm-select-title div.xm-select-label>span{
  color: rgba(23, 35, 61, 0.85) !important;
  padding-left: 10px !important;
}
.icon-close:before{
  content: "" !important;
}
.xm-select-parent .xm-select{
  padding: 0 !important;
}
.xm-select-parent .xm-select-sj{
  display: none !important;
}
.xm-select-parent .xm-input{
  border: 0 !important;
}
.xm-select-parent .xm-input:hover{
  border: 0 !important;
}
.xm-select-parent .xm-form-select dl .xm-select-tips{
  display: none !important;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F6F6F8 inset;
    -webkit-text-fill-color: #666666;
}

/*# sourceMappingURL=jobRecruitmentDetail.css.map */
