.jobCard_CMhNvm {
	position: relative;
	width: calc(100vw - 1.2rem);
	margin: 0 auto;
	padding: 0.8rem;
	background-color: #fff;
	border-radius: 1rem;
	border: 1px solid rgb(235, 235, 235);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

	.jobCard_CMhNvm .jobMarkBox {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			grid-gap: 0.2rem 0.4rem;
			gap: 0.2rem 0.4rem;
			margin-bottom: 0.2rem;
		}

	.jobCard_CMhNvm .jobMarkBox .jobMarkContainer {
				display: -ms-flexbox;
				display: -webkit-box;
				display: flex;
				-ms-flex-align: center;
				    -webkit-box-align: center;
				    align-items: center;
				grid-gap: 0.2rem;
				gap: 0.2rem;
				height: 1rem;
				padding: 0 0.2rem;
				border-radius: 0.2rem;
			}

	.jobCard_CMhNvm .jobMarkBox .jobMarkContainer .jobMarkIcon {
					width: 0.6rem;
					height: 0.6rem;
				}

	.jobCard_CMhNvm .jobMarkBox .jobMarkContainer .jobMarkText {
					font-weight: 600;
					font-size: 0.6rem;
					line-height: 0.6rem;
				}

	.jobCard_CMhNvm .jobMarkBox .jobAuthMedal {
				width: 1rem;
				height: 1rem;
			}

	.jobCard_CMhNvm .jobMarkBox .jobAuthMedal .jobAuthMedalIcon {
					width: 100%;
					height: 100%;
				}

	.jobCard_CMhNvm .jobTitleContainer {
			margin-bottom: 0.2rem;
			overflow: hidden;
			word-wrap: break-word;
			display: -webkit-box;
			line-clamp: 2;
			-webkit-line-clamp: 2;
			-webkit-box-orient: vertical;
		}

	.jobCard_CMhNvm .jobTitleContainer .title {
				color: #222;
				font-size: 0.8rem;
				font-weight: 600;
				line-height: 1.1rem;
			}

	.jobCard_CMhNvm .companyName {
			display: block;
			color: #888;
			font-size: 0.6rem;
			font-weight: 400;
			line-height: normal;
			overflow: hidden;
			text-overflow: ellipsis;
			white-space: nowrap;
			-webkit-text-decoration: none;
			text-decoration: none;
			pointer-events: none;
		}

	.jobCard_CMhNvm .hasLogoWidth {
			width: calc(100% - 3rem);
		}

	.jobCard_CMhNvm .companyIcon {
			position: absolute;
			top: 0.8rem;
			right: 0.8rem;
			width: 1.8rem;
			height: 1.8rem;
			border-radius: 0.3rem;
		}

	.jobCard_CMhNvm .mt40 {
			top: 2rem;
		}

	.jobCard_CMhNvm .positionContainer {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-align: center;
			    -webkit-box-align: center;
			    align-items: center;
			margin-top: 0.4rem;
			margin-bottom: 0.2rem;
		}

	.jobCard_CMhNvm .positionContainer .positionIcon {
				width: 0.9rem;
				height: 0.9rem;
				margin-right: 0.2rem;
			}

	.jobCard_CMhNvm .positionContainer .position {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 0.7rem;
				line-height: normal;
				color: #222222;
				font-weight: 500;
			}

	.jobCard_CMhNvm .workingHoursContainer {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-align: center;
			    -webkit-box-align: center;
			    align-items: center;
		}

	.jobCard_CMhNvm .workingHoursContainer .timeIcon {
				width: 0.9rem;
				height: 0.9rem;
				margin-right: 0.2rem;
			}

	.jobCard_CMhNvm .workingHoursContainer .time {
				white-space: nowrap;
				overflow: hidden;
				text-overflow: ellipsis;
				font-size: 0.7rem;
				line-height: normal;
				color: #222222;
				font-weight: 500;
			}

	.jobCard_CMhNvm .advantageBox {
			margin-top: 0.4rem;
		}

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

	.jobCard_CMhNvm .advantageContainer .dotContainer {
				-ms-flex-negative: 0;
				    flex-shrink: 0;
				display: -ms-flexbox;
				display: -webkit-box;
				display: flex;
				-ms-flex-pack: center;
				    -webkit-box-pack: center;
				    justify-content: center;
				-ms-flex-align: center;
				    -webkit-box-align: center;
				    align-items: center;
				width: 0.9rem;
				height: 0.9rem;
				margin-right: 0.2rem;
			}

	.jobCard_CMhNvm .advantageContainer .dotContainer .dot {
					width: 0.2rem;
					height: 0.2rem;
					border-radius: 0.1rem;
					background-color: #aaaaaa;
				}

	.jobCard_CMhNvm .advantageContainer .advantage {
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				line-clamp: 2;
				-webkit-line-clamp: 2;
				font-size: 0.65rem;
				color: #484848;
				line-height: 0.9rem;
			}

	.jobCard_CMhNvm .mb4 {
			margin-bottom: 0.2rem;
		}

	.jobCard_CMhNvm .height10 {
			height: 0.5rem;
		}

	.jobCard_CMhNvm .footerContainer {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-align: center;
			    -webkit-box-align: center;
			    align-items: center;
			height: 1.1rem;
			margin-top: 0.4rem;
		}

	.jobCard_CMhNvm .footerContainer .footerIcon {
				width: 0.9rem;
				height: 0.9rem;
				margin-right: 0.2rem;
			}

	.jobCard_CMhNvm .footerContainer .hotReason {
				color: #0ea70e;
				font-size: 0.6rem;
				font-weight: 500;
			}

	.jobCard_CMhNvm .footerContainer .salary {
				margin-left: auto;
				font-size: 0.8rem;
				font-weight: 600;
				color: #06605a;
			}

	.jobCard_CMhNvm .footerContainer .salaryUnderline {
				background: -webkit-gradient(linear, left top, left bottom, from(#e1f5b2), to(#e1f5b2)) bottom / 100% 0.4rem no-repeat;
				background: linear-gradient(#e1f5b2, #e1f5b2) bottom / 100% 0.4rem no-repeat;
			}

.applyBtn_CHvyRo {
	width: 100%;
	margin-top: 0.6rem;
	font-size: 0.7rem;
	height: 1.8rem;
}

.contactEmployerIcon_i021hz {
	width: 1rem;
}

.jobTagList_pzrhVx .jobTagListInner_qLHKok {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    grid-gap: 0.4rem;
    gap: 0.4rem
  }
  .jobTagList_pzrhVx .jobTagListInner_qLHKok.listJobTag_mgOjhW {
      grid-gap: 0.3rem;
      gap: 0.3rem;
    }

.jobTagChip_bm8Fcz {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
  padding: 0 0.3rem;
  border-radius: 0.2rem;
  background-color: #f5f5f5;
  color: #666666;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1rem
}

.jobTagChip_bm8Fcz.listJobTag_mgOjhW {
    line-height: 1.2rem;
    font-size: 0.65rem;
  }

.jobTagChipReferral_T0ynL7 {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
  grid-gap: 0.2rem;
  gap: 0.2rem;
  padding: 0px 0.3rem;
  border-radius: 0.2rem;
  background-color: #f5f5f5;
  color: #666666;
  font-size: 0.6rem;
  font-weight: 500;
  line-height: 1rem
}

.jobTagChipReferral_T0ynL7.listJobTag_mgOjhW {
    line-height: 1.2rem;
  }

/* 覆盖 floating-ui 的 left，使气泡在视口内横向铺满，左右各 16px */

.referralJobPopover_xjUa9v.adm-popover {
  left: 0.8rem !important;
  right: 0.8rem;
  width: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.referralJobPopover_xjUa9v.adm-popover .adm-popover-inner {
    width: 100%;
    max-width: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

.referralJobPopover_xjUa9v.adm-popover .adm-popover-inner-content {
    padding: 0.6rem;
    font-size: 0.6rem;
    font-weight: 400;
    line-height: 1.4;
    white-space: normal;
  }

.imagePreviewMask_UpKJTD {
	z-index: 9999;
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
}

.imagePreviewContainer_GTeLjS {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	background: rgba(0, 0, 0, 0.3);
	z-index: 10000;
	/* 确保在移动端正确显示*/
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
}

.closeButton_KzXAdf {
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 2rem;
	height: 2rem;
	background: rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	z-index: 10001;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.closeIcon_Mv0qAx {
	width: 1rem;
	height: 1rem;
	color: #ffffff;
}

.imageWrapper_Gm6Ow9 {
	max-width: 100%;
	max-height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	cursor: default;
}

.previewImage_Mvqrb1 {
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.imageCounter__aj5wL {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
	background: rgba(0, 0, 0, 0.6);
	color: #ffffff;
	padding: 0.4rem 0.8rem;
	border-radius: 1rem;
	font-size: 0.7rem;
	font-weight: 500;
	z-index: 10;
}

.mediaItem_RIkeN1 {
	position: relative;
	width: 14.2rem;
	height: 9rem;
	-ms-flex: 0 0 auto;
	    -webkit-box-flex: 0;
	    flex: 0 0 auto;
}

.imageWrapper_svh4Lg {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.6rem;
	/* background: rgba(0, 0, 0, 0.3);*/
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease
}

.imageWrapper_svh4Lg.videoWrapper_CzvBvf {
		cursor: pointer
	}

.imageWrapper_svh4Lg.videoWrapper_CzvBvf:hover {
			-webkit-transform: scale(1.02);
			    -ms-transform: scale(1.02);
			        transform: scale(1.02);
		}

.videoPlayIcon_zYyqDQ {
	color: #ffffff;
	width: 1.8rem;
	height: 1.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.mediaThumbnail_V9_QfQ {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.4rem;
	position: absolute;
	top: 0;
	left: 0;
}

.videoWrapper_CzvBvf .mediaThumbnail_V9_QfQ {
	-webkit-filter: brightness(0.8);
	        filter: brightness(0.8);
}

.skeletonImage_jknLTa {
	width: 100%;
	height: 100%;
	border-radius: 0.6rem;
	position: relative;
	overflow: hidden;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
}

.skeletonItem_Ilg_Ta {
	width: 100%;
	height: 100%;
}

.mediaIndex_FeeG_3 {
	position: absolute;
	top: 0.6rem;
	right: 0.5rem;
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	font-size: 0.6rem;
	padding: 0.2rem 0.5rem;
	border-radius: 0.2rem;
	font-weight: 500;
}

.videoPlayerOverlay_dEeuaa {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	width: 100vw !important;
	height: 100vh !important;
	height: 100dvh !important; /* 使用动态视口高度，考虑移动端浏览器UI*/
	background-color: rgba(0, 0, 0, 1);
	z-index: 10000;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	/* 确保在移动端正确显示*/
	-webkit-transform: translateZ(0);
	        transform: translateZ(0);
	/* 考虑iOS安全区域*/
	padding-bottom: env(safe-area-inset-bottom);
}

.videoPlayerContainer_OafKtN {
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 100vw;
	max-height: 100vh;
	max-height: 100dvh; /* 使用动态视口高度*/
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	/* 确保视频播放器有足够的底部空间*/
	padding-bottom: env(safe-area-inset-bottom);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.closeButton_sxkSC0 {
	position: absolute;
	top: 1rem;
	top: calc(1rem + env(safe-area-inset-top)); /* 考虑顶部安全区域*/
	right: 1rem;
	right: calc(1rem + env(safe-area-inset-right)); /* 考虑右侧安全区域*/
	width: 2.2rem;
	height: 2.2rem;
	background-color: rgba(0, 0, 0, 0.6);
	border: none;
	border-radius: 50%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	cursor: pointer;
	z-index: 10001;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease
}

.closeButton_sxkSC0:hover {
		background-color: rgba(0, 0, 0, 0.8);
	}

.closeButton_sxkSC0:active {
		-webkit-transform: scale(0.95);
		    -ms-transform: scale(0.95);
		        transform: scale(0.95);
	}

.closeIcon_jRMlAu {
	width: 1.2rem;
	height: 1.2rem;
	color: #ffffff;
}

.playerWrapper_qi91uo {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
}

.divider_gR1zNK {
	height: 1px;
	background-color: #ebebeb;
	margin-bottom: 1.2rem;
}

.companyDesc_gexpfC {
	margin-bottom: 1.2rem;
}

.sectionTitle_wYo_N7 {
	font-size: 1rem;
	font-weight: 600;
	color: #222222;
	line-height: 1.4rem;
	margin-bottom: 0.8rem;
}

.mediaContainer_ZwcHUq {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	overflow-x: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.mediaContainer_ZwcHUq::-webkit-scrollbar {
		width: 0;
		height: 0;
	}

.mediaContainer_ZwcHUq {
	grid-gap: 0.6rem;
	gap: 0.6rem;
	padding-bottom: 0.2rem;
}

.mediaItem_VE5Eb3 {
	-ms-flex: 0 0 auto;
	    -webkit-box-flex: 0;
	    flex: 0 0 auto;
	width: 14.2rem;
	height: 9rem;
	position: relative;
}

.videoWrapper_Qmc6s_,
.imageWrapper_AGkMhB {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 0.4rem;
	overflow: hidden;
	cursor: pointer;
}

.mediaThumbnail_HCtSDt {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.videoPlayIcon_dYiveG {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 2.4rem;
	height: 2.4rem;
	z-index: 2;
}

.mediaIndex_QYxfwr {
	position: absolute;
	bottom: 0.4rem;
	right: 0.4rem;
	background-color: rgba(0, 0, 0, 0.6);
	color: white;
	padding: 0.2rem 0.4rem;
	border-radius: 0.2rem;
	font-size: 0.6rem;
	z-index: 2;
}

.skeletonImage_t2CL09 {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
	position: relative;
}

.skeletonItem_xCz3rD {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	border-radius: 0.4rem;
}

.loadMoreTrigger_L2fWRL {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	height: 4rem;
	width: 14.2rem;
	-ms-flex: 0 0 auto;
	    -webkit-box-flex: 0;
	    flex: 0 0 auto;
}

.loadMoreTrigger_L2fWRL .skeletonItem_xCz3rD {
	width: 3rem;
	height: 3rem;
	background-color: #f5f5f5;
	border-radius: 0.2rem;
}

.popup-picker .adm-popup-body {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-direction: column;
			    -webkit-box-orient: vertical;
			    -webkit-box-direction: normal;
			    flex-direction: column;
			height: 95vh;
			height: calc(1vh * 95);
			height: calc(var(--vh, 1vh) * 95);
			max-height: 95vh;
			max-height: calc(1vh * 95);
			max-height: calc(var(--vh, 1vh) * 95);

			padding-bottom: constant(safe-area-inset-bottom);
			padding-bottom: env(safe-area-inset-bottom);
		}

.radio-list {
		color: #222222;
		font-size: 0.8rem;
		font-weight: 500;
	}

		.radio-list__group__label {
				padding: 1.2rem 0.8rem;
				display: -ms-flexbox;
				display: -webkit-box;
				display: flex;
				-ms-flex-pack: justify;
				    -webkit-box-pack: justify;
				    justify-content: space-between;
				-ms-flex-align: center;
				    -webkit-box-align: center;
				    align-items: center;
				cursor: pointer;
				-webkit-user-select: none;
				   -moz-user-select: none;
				    -ms-user-select: none;
				        user-select: none;
			}

		.radio-list__group__label__icon {
					-webkit-transition: -webkit-transform 0.3s ease;
					transition: -webkit-transform 0.3s ease;
					transition: transform 0.3s ease;
					transition: transform 0.3s ease, -webkit-transform 0.3s ease;
					color: #222222;
					width: 1rem;
					height: 1rem;
				}

		.radio-list__group__items {
				padding: 0px 0.8rem;
				font-size: 0.7rem;
				background: rgba(245, 245, 245, 0.7);
				overflow: hidden;
				-webkit-transition:
					max-height 0.3s ease, opacity 0.3s ease;
				transition:
					max-height 0.3s ease, opacity 0.3s ease;
				max-height: 50rem; /* 足够大的值来显示所有内容*/
				opacity: 1;
			}

		.radio-list__group__items--collapsed {
					max-height: 0;
					opacity: 0;
					padding-top: 0;
					padding-bottom: 0;
				}

		.radio-list__item {
			height: 3.6rem;
			padding: 1.2rem 0.8rem;
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-pack: justify;
			    -webkit-box-pack: justify;
			    justify-content: space-between;
			-ms-flex-align: center;
			    -webkit-box-align: center;
			    align-items: center;
		}

		.radio-list__item__radio {
				--icon-size: 1rem;
			}

		.radio-list__item__radio .adm-radio-custom-icon svg {
						height: 1rem;
						width: 1rem;
					}

		.radio-list__divider {
			margin: 0;
		}

.popupPicker_Dh_SF6 .radio-list__item {
		font-weight: 500;
	}

.header_ngnVcZ {
	padding: 0 0.8rem;
	height: 3rem;
	border-bottom: 1px solid #ebebeb;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	grid-gap: 1rem;
	gap: 1rem;
}

.closeIcon_Eesiu2 {
	-webkit-transform: scale(1.7);
	    -ms-transform: scale(1.7);
	        transform: scale(1.7);
	color: #484848;
	-ms-flex: 0 0;
	    -webkit-box-flex: 0;
	    flex: 0 0;
	height: 0.8rem;
	width: 0.8rem;
}

.title_jUqRjW {
	-ms-flex: 1;
	    -webkit-box-flex: 1;
	    flex: 1;
	width: 12.75rem;
	line-height: 1.3rem;
	height: 1.3rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: #222;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 2.2rem;
}

.customRadioList_VfWBaC {
	-ms-flex: 1;
	    -webkit-box-flex: 1;
	    flex: 1;
	min-height: 0;

	overflow: auto;
}

.customRadioList_VfWBaC .radio-list__divider {
			margin: 0 0.8rem;
		}

.uploadBox_aBfJUH {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	padding: 0.8rem;
	grid-gap: 0.6rem;
	gap: 0.6rem;
	border: 1px dashed #d3ddeb;
	border-radius: 0.4rem;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	position: relative
}

.uploadBox_aBfJUH.hasFile_y2GySc {
		border: 1px solid #d3ddeb;
	}

.uploadBox_aBfJUH svg {
		-ms-flex: 0 0 1rem;
		    -webkit-box-flex: 0;
		    flex: 0 0 1rem;
	}

.fileItem_W77VPa {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
}

.tips_sYcAJh {
	padding-left: 2.4rem;
	color: #888888;
	font-size: 0.6rem;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
}

.tips_sYcAJh img {
		margin-right: 0.2rem;
	}

.fileIcon_P4D1XD {
	-ms-flex: 0 0 2rem;
	    -webkit-box-flex: 0;
	    flex: 0 0 2rem;
	margin-right: 0.4rem;
}

.fileIcon_P4D1XD .fileIconImg_XkIJ1G {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}

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

.labelBox_ggASXo {
	-ms-flex: 1;
	    -webkit-box-flex: 1;
	    flex: 1;
	width: 10rem;
}

.title_JPRkgN {
	margin: 0.15rem 0;
	line-height: 0.8rem;
	font-size: 0.7rem;
	font-weight: 600;
	color: #222;
	word-wrap: break-word;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	text-overflow: ellipsis;
}

.subTitle_CLYG8E {
	line-height: 0.9rem;
	font-size: 0.6rem;
	font-weight: 25rem;
	color: #888888;
}

.rightHandler_QcMWCO {
	-ms-flex: 0 0 1.2rem;
	    -webkit-box-flex: 0;
	    flex: 0 0 1.2rem;
	font-weight: 600;
	color: #484848;
	height: 1.2rem;
}

.fileInput_lJyGSW {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	cursor: pointer;
}

.deleteBox_oQR7bY {
	padding-left: 0.8rem;
	height: 3.65rem;
	line-height: 3.65rem;
	color: #222;
	font-weight: 500;
	font-size: 0.8rem;
	position: relative;
}

.popupPicker_bUT8ZH .adm-image {
			-ms-flex: 0 0 2rem;
			    -webkit-box-flex: 0;
			    flex: 0 0 2rem;
		}
		.popupPicker_bUT8ZH .radio-list__item {
			grid-gap: 0.4rem;
			gap: 0.4rem;
			height: auto;
		}
		.popupPicker_bUT8ZH .adm-divider {
			padding: 0 0.8rem;
		}

.checkBoxContainer_dE6NdN {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	grid-gap: 0.4rem;
	gap: 0.4rem;
	margin: 1.2rem 0.8rem;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
}

.checkBoxContainer_dE6NdN .checkIcon_b8DJkn {
		width: 0.9rem;
		height: 0.9rem;
	}

.checkBoxContainer_dE6NdN .checkInfo_uSY8DN {
		color: #484848;
		line-height: 0.85rem;
		font-size: 0.6rem;
	}

.footerBtn_JYwkOI {
	display: block;
	width: calc(100% - 1.6rem);
	height: 2.4rem;
	font-weight: 600;
	margin: 0 0.8rem 1.2rem;
}

.customModal_hOSA3m .adm-center-popup-wrap {
			width: 83vw;
			max-width: none;
		}
		.customModal_hOSA3m .adm-modal-body {
			padding: 1rem 0.8rem;
		}
		.customModal_hOSA3m .adm-modal-title {
			text-align: left;
			padding: 0;
			font-weight: 600;
			font-size: 0.9rem;
			line-height: 1.3rem;
			color: #222;
		}
		.customModal_hOSA3m .adm-modal-content {
			color: #484848;
			padding: 0 0 1rem;
		}
		.customModal_hOSA3m .adm-modal-content .adm-auto-center {
				-ms-flex-pack: start;
				    -webkit-box-pack: start;
				    justify-content: flex-start;
			}
		.customModal_hOSA3m .adm-modal-content .adm-auto-center .adm-auto-center-content {
					font-size: 0.7rem;
					line-height: 1rem;
				}
		.customModal_hOSA3m .adm-modal-footer {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-direction: row-reverse;
			    -webkit-box-orient: horizontal;
			    -webkit-box-direction: reverse;
			    flex-direction: row-reverse;
			-ms-flex-pack: justify;
			    -webkit-box-pack: justify;
			    justify-content: space-between;
			padding: 0;
		}
		.customModal_hOSA3m .adm-modal-footer .adm-space-item {
				-ms-flex: 1;
				    -webkit-box-flex: 1;
				    flex: 1;
				margin-bottom: 0;
			}
		.customModal_hOSA3m .adm-modal-footer .adm-space-item button {
					height: 2.1rem;
					line-height: 2.1rem;
					padding: 0;
					border-radius: 0.4rem;
					border: none;
					font-size: 0.8rem;
					font-weight: 600;
				}
		.customModal_hOSA3m .adm-modal-footer .adm-space-item:first-child button {
						background-color: #06605a;
					}
		.customModal_hOSA3m .adm-modal-footer .adm-space-item:last-child button {
						background-color: #f5f5f5;
						color: #484848;
					}
		.customModal_hOSA3m .adm-modal-footer .adm-space-item:last-child {
					margin-right: 0.55rem;
				}

.chatBubble_ZaZ4M9 {
	position: fixed;
	right: 1rem;
	bottom: 4.6rem;
	width: 2.4rem;
	height: 2.4rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 0.4rem 0.8rem 0px rgba(0, 0, 0, 0.12);
	        box-shadow: 0px 0.4rem 0.8rem 0px rgba(0, 0, 0, 0.12);
	border: 1px solid #dddddd;
	border-radius: 0.6rem;
	z-index: 9999;
}

	.chatBubble_ZaZ4M9 .chatBubbleIcon_sjn9O9 {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		width: 1.4rem;
		height: 1.4rem;
	}

	.chatBubble_ZaZ4M9 .chatBubbleCount_jLUBqk {
		position: absolute;
		top: 0.2rem;
		right: 0.2rem;
		height: 0.8rem;
		padding: 1px 0.225rem;
		background: #db403b;
		border: 1px solid #ffffff;
		border-radius: 1rem;
		color: #ffffff;
		font-size: 0.5rem;
		font-weight: 500;
		line-height: 0.6rem;
	}

.hamburgerPopover {
    --background: #f48a2f;
  }

    .hamburgerPopover .hamburgerPopoverContent {
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -ms-flex-align: center;
          -webkit-box-align: center;
          align-items: center;
      grid-gap: 0.4rem;
      gap: 0.4rem;
      color: #ffffff;
      font-size: 0.7rem;
      font-weight: 500;
      line-height: 1rem;
    }

    .hamburgerPopover .hamburgerPopoverContent img {
        width: 1rem;
        height: 1rem;
      }

.hamburgerIcon_XHzSmv {
  color: #ffffff;
}

.loginHeader_TtL6iI {
	position: sticky;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	height: var(--otd-header-height);
	padding-left: 0.8rem;
	background-color: #06605a;
	z-index: 999;
	-ms-flex-negative: 0;
	    flex-shrink: 0
}

.loginHeader_TtL6iI.forceForbiddenSticky_PHx8T6 {
		position: relative;
	}

.loginHeader_TtL6iI .rightIcon_CaZUtx {
		width: 1.2rem;
		height: 1.2rem;
		margin-left: auto;
		margin-right: 0.8rem;
	}

.loginHeader_TtL6iI .blackColor path {
				fill: #000;
			}

.unLoginHeader_BXl4MU {
	position: sticky;
	top: 0;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	height: var(--otd-header-height);
	padding-left: 0.9rem;
	background-color: #fff;
	z-index: 999;
	border-bottom: 1px solid #ebebeb;
	-ms-flex-negative: 0;
	    flex-shrink: 0
}

.unLoginHeader_BXl4MU.forceForbiddenSticky_PHx8T6 {
		position: relative;
	}

.unLoginHeader_BXl4MU .signIn {
			height: 1.6rem;
			margin-left: 0.8rem;
			margin-right: 0.8rem;
			padding: 0 0.8rem;
			background: #06605a;
			border-radius: 0.3rem;
			color: #ffffff;
			font-size: 0.7rem;
			font-weight: 500;
			line-height: 1.6rem;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
		}

.unLoginHeader_BXl4MU .right_OD8N9T {
		-ms-flex: 1;
		    -webkit-box-flex: 1;
		    flex: 1;
		display: -ms-flexbox;
		display: -webkit-box;
		display: flex;
		-ms-flex-align: center;
		    -webkit-box-align: center;
		    align-items: center;
		-ms-flex-pack: end;
		    -webkit-box-pack: end;
		    justify-content: flex-end;
	}

.searchBox_bCopCv {
	position: sticky;
	top: var(--otd-header-height);
	padding-bottom: 0.6rem;
	background-color: #fff;
	z-index: 999;
}

.searchBox_bCopCv .searchContainer {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-align: center;
			    -webkit-box-align: center;
			    align-items: center;
			height: 2.1rem;
			width: calc(100% - 1.6rem);
			margin: 0 auto;
			padding-left: 0.8rem;
			border: 1.5px solid #c7c7c7;
			border-radius: 1.05rem;
			-webkit-box-sizing: border-box;
			        box-sizing: border-box;
		}

.searchBox_bCopCv .searchContainer img {
				width: 1.2rem;
				height: 1.2rem;
				margin-right: 0.4rem;
			}

.searchBox_bCopCv .searchContainer .placeholder {
				color: #aaa;
				font-size: 0.7rem;
				font-weight: 500;
			}

.brandIcon_ttBL7q {
	width: 9.05rem;
	height: 1.7rem;
}

.padding8_XRnccA {
	padding: 0.4rem 0;
}

.noBorder_VNB2Pc {
	border: none;
}

.langIcon_eF0VN2 {
	width: 1.1rem;
	height: 1.1rem;
}

.customPopover_SrKbdA {
	margin-top: -0.5rem;
}

.customPopover_SrKbdA .adm-popover-menu-list-inner {
			padding-bottom: 0.4rem;
		}

.customPopover_SrKbdA .adm-popover-menu-item {
			padding-left: 1.2rem;
		}

.customPopover_SrKbdA .adm-popover-menu-item-text {
			font-size: 0.7rem;
			border-top: none;
			padding-right: 1.2rem;
			padding-top: 0.8rem;
			padding-bottom: 0.4rem;
			font-weight: 600;
		}

.customPopover_SrKbdA .adm-popover-arrow {
			display: none;
		}

.customPopover_SrKbdA.en_g9Jimt .adm-popover-menu-item:nth-child(1) {
				color: #2b8f88;
			}

.customPopover_SrKbdA.hk_zm18ye .adm-popover-menu-item:nth-child(2) {
				color: #2b8f88;
			}

.languageMenu_E5l39u {
	pointer-events: auto;
	margin-top: -0.4rem;
	left: auto !important;
	right: 0.6rem !important;
}

.languageMenu_E5l39u .adm-popover-arrow {
			display: none;
		}

.languageMenu_E5l39u .adm-popover-menu-item {
			margin: 0 1rem;
			padding: 0px;
			font-size: 0.7rem;
			border-bottom: 1px solid #ebebeb;
			margin: 0 20px;
		}

.languageMenu_E5l39u .adm-popover-menu-item .adm-popover-menu-item-icon {
				width: 1rem;
				height: 1rem;
				padding: 0;
				margin-right: 0.4rem;
			}

.languageMenu_E5l39u .adm-popover-menu-item .adm-popover-menu-item-icon img {
					width: 1rem;
					height: 1rem;
				}

.languageMenu_E5l39u .adm-popover-menu-item:last-child {
				border-bottom: none;
			}

.languageMenu_E5l39u .adm-popover-menu-item-text {
			border-top: none;
			padding-right: 0;
			color: #444444;
			font-size: 0.75rem;
			font-weight: 500;
			line-height: 1.05rem;
			padding: 1rem 0;
		}

.profile_Ug1yyT {
	z-index: 99999;
}

	.profile_Ug1yyT .adm-popup-body {
			display: -ms-flexbox;
			display: -webkit-box;
			display: flex;
			-ms-flex-direction: column;
			    -webkit-box-orient: vertical;
			    -webkit-box-direction: normal;
			    flex-direction: column;
			-ms-flex-pack: justify;
			    -webkit-box-pack: justify;
			    justify-content: space-between;
			padding: 0 0.8rem 2.2rem;
		}

	.profile_Ug1yyT .adm-popup-body .content {
				-ms-flex: 1;
				    -webkit-box-flex: 1;
				    flex: 1;
				overflow: auto;
			}

	.profile_Ug1yyT .adm-popup-body .content .brandContainer {
					display: -ms-flexbox;
					display: -webkit-box;
					display: flex;
					-ms-flex-align: center;
					    -webkit-box-align: center;
					    align-items: center;
					height: 3.2rem;
					-webkit-transform: translateY(0.2rem);
					    -ms-transform: translateY(0.2rem);
					        transform: translateY(0.2rem);
				}

	.profile_Ug1yyT .adm-popup-body .content .brandContainer .icon {
						width: 1.2rem;
						height: 1.2rem;
						margin-right: 0.6rem;
					}

	.profile_Ug1yyT .adm-popup-body .content .brandContainer .brandName {
						width: 4.55rem;
						height: 1.1rem;
					}

	.profile_Ug1yyT .adm-popup-body .content .brandContainer .close {
						width: 1.2rem;
						height: 1.2rem;
						margin-left: auto;
					}

	.profile_Ug1yyT .adm-popup-body .content .name {
					height: 2.9rem;
					color: #222222;
					font-size: 0.9rem;
					font-weight: 600;
					line-height: 2.9rem;
					overflow: hidden;
					text-overflow: ellipsis;
					white-space: nowrap;
				}

	.profile_Ug1yyT .adm-popup-body .content .description {
					margin: -0.4rem 0 1.2rem;
					color: rgba(136,136,136,0.53333);
					font-size: 0.65rem;
					line-height: 1.5;
				}

	.profile_Ug1yyT .adm-popup-body .content .listContainer {
					display: -ms-flexbox;
					display: -webkit-box;
					display: flex;
					-ms-flex-align: center;
					    -webkit-box-align: center;
					    align-items: center;
					height: 2.4rem;
					color: #222222;
					font-size: 0.8rem;
				}

	.profile_Ug1yyT .adm-popup-body .content .listContainer .menuIcon {
						-ms-flex-negative: 0;
						    flex-shrink: 0;
						width: 1.2rem;
						height: 1.2rem;
						margin-right: 0.6rem;
						color: #484848;
					}

	.profile_Ug1yyT .adm-popup-body .content .listContainer .unreadCount {
						-ms-flex-negative: 0;
						    flex-shrink: 0;
						padding: 0px 0.225rem;
						min-width: 0.8rem;
						height: 0.8rem;
						margin-left: auto;
						background: #db403b;
						border: 1px solid #ffffff;
						border-radius: 1rem;
						color: #ffffff;
						font-size: 0.5rem;
						font-weight: 500;
						line-height: 0.7rem;
					}

	.profile_Ug1yyT .adm-popup-body .content .divider {
					height: 1px;
					margin: 0.6rem 0;
					background-color: #ebebeb;
				}

	.profile_Ug1yyT .adm-popup-body .signOut {
				color: #484848;
				font-size: 0.8rem;
				font-weight: 600;
				-webkit-text-decoration: underline;
				text-decoration: underline;
			}

.page_LieOyR .content {
      padding: 0.6rem 0.8rem 0;
    }

      .page_LieOyR .content .jobInfo .jobExpiredTag {
          background: #f5f5f5;
          border-radius: 0.2rem;
          padding: 0.2rem;
          color: #666666;
          font-size: 0.6rem;
          font-weight: 600;
          line-height: 0.8rem;
          display: inline-block;
          margin-bottom: 0.6rem;
        }

      .page_LieOyR .content .jobInfo .jobMarkBox {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          grid-gap: 0.2rem 0.4rem;
          gap: 0.2rem 0.4rem;
          margin-bottom: 0.4rem;
        }

      .page_LieOyR .content .jobInfo .jobMarkBox .jobMarkContainer {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
            grid-gap: 0.2rem;
            gap: 0.2rem;
            height: 1rem;
            padding: 0 0.2rem;
            border-radius: 0.2rem;
          }

      .page_LieOyR .content .jobInfo .jobMarkBox .jobMarkContainer .jobMarkIcon {
              width: 0.6rem;
              height: 0.6rem;
            }

      .page_LieOyR .content .jobInfo .jobMarkBox .jobMarkContainer .jobMarkText {
              font-weight: 600;
              font-size: 0.6rem;
              line-height: 0.6rem;
            }

      .page_LieOyR .content .jobInfo .jobMarkBox .jobAuthMedal {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
            background: #ffe5eb;
            border-radius: 1.3rem;
            grid-gap: 0.2rem;
            gap: 0.2rem;
          }

      .page_LieOyR .content .jobInfo .jobMarkBox .jobAuthMedal .jobAuthMedalIcon {
              width: 1rem;
              height: 1rem;
            }

      .page_LieOyR .content .jobInfo .jobMarkBox .jobAuthMedal .jobAuthMedalText {
              padding: 0.1rem 0.45rem 0.1rem 0;
              color: #d8005c;
              font-size: 0.6rem;
              font-weight: 600;
              line-height: 0.8rem;
              white-space: nowrap;
            }

      .page_LieOyR .content .jobInfo .jobTitle {
          color: #222222;
          font-size: 1.2rem;
          font-weight: 600;
          line-height: 1.6rem;
          margin-bottom: 0.2rem;
          word-wrap: break-word;
        }

      .page_LieOyR .content .jobInfo .brandInfoDesc {
          color: #222222;
          font-size: 0.7rem;
          font-weight: 500;
          line-height: 1rem;
          margin-bottom: 0.6rem;
        }

      .page_LieOyR .content .jobInfo .postTime {
          font-size: 0.65rem;
          color: rgb(136, 136, 136);
          margin-bottom: 1rem;
        }

      .page_LieOyR .content .jobInfo .height8 {
          height: 0.4rem;
        }

      .page_LieOyR .content .jobInfo .infoGridContainer {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          grid-gap: 0.4rem 0.6rem;
          gap: 0.4rem 0.6rem;
          margin-bottom: 0.4rem;
        }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex: 0 1 100%;
                -webkit-box-flex: 0;
                flex: 0 1 100%;
            min-width: 0;
            max-width: 100%;
            height: 0.9rem /* 固定高度，防止CLS*/
          }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer.halfRow {
              -ms-flex: 0 1 calc(50% - 0.2rem);
                  -webkit-box-flex: 0;
                  flex: 0 1 calc(50% - 0.2rem);
              max-width: calc(50% - 0.2rem);
              min-width: 0;
            }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer {

            /* 长内容样式，占整行*/
          }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer.long-content {
              -ms-flex: 1 1 100%;
                  -webkit-box-flex: 1;
                  flex: 1 1 100%;
              max-width: 100%;
              height: 0.9rem /* 保持固定高度*/
            }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer.long-content.halfRow {
                -ms-flex: 0 1 50%;
                    -webkit-box-flex: 0;
                    flex: 0 1 50%;
                max-width: calc(50% - 0.3rem);
              }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer .infoItemIcon {
              display: -ms-inline-flexbox;
              display: -webkit-inline-box;
              display: inline-flex;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
            }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer .icon {
              width: 0.9rem;
              height: 0.9rem;
              margin: auto 0.3rem auto 0;
              -webkit-transform: translateY(1px);
                  -ms-transform: translateY(1px);
                      transform: translateY(1px);
              color: #cccccc;
            }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer .commonInfo {
              color: #666666;
              font-size: 0.65rem;
              font-weight: 400;
              line-height: 0.9rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap;
              -ms-flex: 1;
                  -webkit-box-flex: 1;
                  flex: 1;
              min-width: 0;
            }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer .commonInfo span {
                line-height: 0.9rem;
              }

      .page_LieOyR .content .jobInfo .infoGridContainer .infoContainer .commonInfo span a {
                  color: #666666;
                  font-size: 0.65rem;
                  font-weight: 400;
                  line-height: 0.9rem;
                }

      .page_LieOyR .content .jobInfo .salary {
          font-size: 1rem;
          line-height: 1.2rem;
          font-weight: 600;
          color: #06605a;
          text-align: right;
          margin-bottom: 1.3rem;
        }

      .page_LieOyR .content .jobInfo .salary .salaryDesc {
            display: inline-block;
            position: relative;
            width: -moz-fit-content;
            width: -webkit-fit-content;
            width: fit-content;
            max-width: 100%;
          }

      .page_LieOyR .content .jobInfo .salary .salaryDesc span {
              position: relative;
              z-index: 1;
              padding: 0 1px 0 0.1rem;
            }

      .page_LieOyR .content .jobInfo .salary .salaryDesc .bottomShadow {
              position: absolute;
              bottom: 0;
              left: 0;
              right: 0;
              height: 0.4rem;
              background: #e1f5b2;
              /* Safari 兼容：避免子像素渲染问题 */
              -webkit-transform: translateZ(0);
                      transform: translateZ(0);
            }

      .page_LieOyR .content .dividerContainer {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
      }

      .page_LieOyR .content .dividerContainer .side {
          -ms-flex: 1;
              -webkit-box-flex: 1;
              flex: 1;
          height: 1px;
          background: #cccccc;
          opacity: 0.5;
        }

      .page_LieOyR .content .dividerContainer .closeDesc {
          white-space: pre-wrap;
          margin: 0 0.8rem;
          color: #484848;
          font-size: 0.65rem;
          font-weight: 500;
          line-height: 0.9rem;
          text-align: center;
        }

      .page_LieOyR .content .viewMoreContainer {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
        -ms-flex-pack: center;
            -webkit-box-pack: center;
            justify-content: center;
        height: 1rem;
      }

      .page_LieOyR .content .viewMoreContainer .viewMore {
          margin-right: 0.2rem;
          color: #06605a;
          font-size: 0.7rem;
          font-weight: 600;
          line-height: 1rem;
        }

      .page_LieOyR .content .viewMoreContainer .arrowIcon {
          width: 0.7rem;
          height: 0.7rem;
          color: #06605a;
        }

      .page_LieOyR .content .recruiterInfo {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
            -webkit-box-align: center;
            align-items: center;
        /* height: 104px;*/
        padding: 1.2rem 0;
      }

      .page_LieOyR .content .recruiterInfo .avatar {
          position: relative;
          margin-right: 0.6rem;
        }

      .page_LieOyR .content .recruiterInfo .avatar .avatarImg {
            width: 2.4rem;
            height: 2.4rem;
            border-radius: 1.2rem;
          }

      .page_LieOyR .content .recruiterInfo .avatar .activeDot {
            position: absolute;
            bottom: 0px;
            right: 0px;
            width: 0.7rem;
            height: 0.7rem;
            background-color: #0ea70e;
            border-radius: 50%;
            border: 0.0875rem solid #ffffff;
          }

      .page_LieOyR .content .recruiterInfo .privateInfo {
          overflow: hidden;
        }

      .page_LieOyR .content .recruiterInfo .privateInfo .name {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.8rem;
            line-height: 1.1rem;
            margin-bottom: 0.1rem;
            color: rgb(34, 34, 34);
            font-weight: 600;
          }

      .page_LieOyR .content .recruiterInfo .privateInfo .position {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 0.65rem;
            line-height: 0.9rem;
            color: rgb(102, 102, 102);
          }

      .page_LieOyR .content .recruiterInfo .privateInfo .activeStatus {
            color: #00a362;
            font-size: 0.6rem;
            font-weight: 400;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }

      .page_LieOyR .content .recruiterInfo .privateInfo .activeStatus span {
              color: #888888;
            }

      .page_LieOyR .content .matchedInfo {
        margin-bottom: 1.3rem;
        padding: 0.8rem 0.6rem;
        background: #f6f4fe;
        border-radius: 0.6rem;
      }

      .page_LieOyR .content .matchedInfo .matchedTitleContainer {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
          grid-gap: 0.2rem;
          gap: 0.2rem;
        }

      .page_LieOyR .content .matchedInfo .matchedTitleContainer .matchedIcon {
            width: 1rem;
            height: 1rem;
          }

      .page_LieOyR .content .matchedInfo .matchedTitleContainer .matchedTitle {
            color: #222222;
            font-size: 0.8rem;
            font-weight: 600;
            line-height: 1.2rem;
          }

      .page_LieOyR .content .matchedInfo .matchedDescBox {
          margin-top: 0.6rem;
        }

      .page_LieOyR .content .matchedInfo .matchedDescBox .dotBox {
            float: left;
            width: 1rem;
            height: 1rem;
          }

      .page_LieOyR .content .matchedInfo .matchedDescBox .dotBox .blackDot {
              width: 0.2rem;
              height: 0.2rem;
              border-radius: 50%;
              background-color: #484848;
              -webkit-transform: translate(0.4rem, 0.4rem);
                  -ms-transform: translate(0.4rem, 0.4rem);
                      transform: translate(0.4rem, 0.4rem);
            }

      .page_LieOyR .content .matchedInfo .matchedDescBox .matchedDesc {
            color: #484848;
            font-size: 0.7rem;
            font-weight: 400;
            line-height: 1rem;
          }

      .page_LieOyR .content .jobHighLight {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
      }

      .page_LieOyR .content .jobHighLight .highLightTitle {
          font-size: 1rem;
          line-height: 1.4rem;
          margin-bottom: 1.2rem;
          font-weight: 600;
          color: #222222;
        }

      .page_LieOyR .content .jobHighLight .lightListContainer {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          margin-bottom: 0.4rem;
        }

      .page_LieOyR .content .jobHighLight .lightListContainer .dot {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 0.3rem;
            height: 0.3rem;
            border-radius: 0.15rem;
            margin-right: 0.4rem;
            background-color: #c7c7c7;
            -webkit-transform: translateY(0.4rem);
                -ms-transform: translateY(0.4rem);
                    transform: translateY(0.4rem);
          }

      .page_LieOyR .content .jobHighLight .lightListContainer .lightItem {
            font-size: 0.75rem;
            line-height: 1.1rem;
            color: rgb(72, 72, 72);
          }

      .page_LieOyR .content .jobDesc {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
      }

      .page_LieOyR .content .jobDesc .descTitle {
          font-size: 1rem;
          line-height: 1.4rem;
          margin-bottom: 1.2rem;
          font-weight: 600;
          color: #222222;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between;
        }

      .page_LieOyR .content .jobDesc .translatorBtn {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
        }

      .page_LieOyR .content .jobDesc .translatorBtn img {
            border-radius: 0.2rem;
          }

      .page_LieOyR .content .jobDesc .translatorBtnImg {
          width: 1.4rem;
          height: 1.4rem;
        }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator {
          margin-top: 0.6rem;
          padding: 0.6rem;
          background: #fafafa;
          border-radius: 0.6rem;
          font-size: 0.75rem;
          overflow: hidden;
        }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .adm-divider-horizontal {
              margin: 0.6rem 0;
            }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .jobDescriptionTranslatorTittle {
            font-size: 0.6rem;
            font-weight: 400;
            line-height: 0.9rem;
            color: #aaaaaa;
          }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .mb12 {
            margin-bottom: 0.6rem;
          }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .translatorDesc p {
              line-height: 1.2rem;
            }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .translatorDesc ul {
              padding-top: 0px;
              padding-left: 1.2rem;
            }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .translatorDesc ul li {
                line-height: 1.2rem;
                list-style-type: disc;
                word-wrap: break-word;
              }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .translatorDesc ol {
              padding-top: 0px;
              padding-left: 1.2rem;
            }

      .page_LieOyR .content .jobDesc .jobDescriptionTranslator .translatorDesc ol li {
                list-style-type: decimal;
                line-height: 1.2rem;
                word-wrap: break-word;
              }

      .page_LieOyR .content .jobDesc .skillBox {
          margin-top: 0.8rem;
          overflow-y: hidden;
          max-height: 6.5rem;
        }

      .page_LieOyR .content .jobDesc .skillBoxExpand {
          max-height: none;
        }

      .page_LieOyR .content .benefitBox {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
      }

      .page_LieOyR .content .benefitBox .benefitTitle {
          font-size: 1rem;
          line-height: 1.4rem;
          margin-bottom: 1.2rem;
          font-weight: 600;
          color: #222222;
        }

      .page_LieOyR .content .benefitBox .benefitContainer {
          overflow-y: hidden;
          max-height: 4.2rem;
        }

      .page_LieOyR .content .benefitBox .benefitContainerExpand {
          max-height: none;
        }

      .page_LieOyR .content .tagContainer {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        grid-gap: 0.4rem;
        gap: 0.4rem;
      }

      .page_LieOyR .content .tagContainer .tagItem {
          max-width: 11rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 0.7rem;
          color: rgb(34, 34, 34);
          padding: 0.4rem 0.8rem;
          border: 1px solid rgba(2, 2, 2, 0.15);
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          border-radius: 1rem;
        }

      .page_LieOyR .content .tagContainer .tagItem .tagItemIcon {
            width: 0.9rem;
            height: 0.9rem;
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
          }

      .page_LieOyR .content .tagContainer .expandTagItem {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
        }

      .page_LieOyR .content .companyBox {
        padding: 1.2rem 0;
      }

      .page_LieOyR .content .companyBox .companyTitle {
          font-size: 1rem;
          line-height: 1.4rem;
          margin-bottom: 1.2rem;
          font-weight: 600;
          color: #222222;
        }

      .page_LieOyR .content .companyBox .companyContainer {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          cursor: pointer;
        }

      /* height: 48px;*/

      .page_LieOyR .content .companyBox .companyContainer .companyIcon {
            height: 2.4rem;
            width: 2.4rem;
            margin-right: 0.6rem;
            border-radius: 0.4rem;
          }

      /* align-items: center;*/

      .page_LieOyR .content .companyBox .companyContainer .companyInfo {
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-direction: column;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                flex-direction: column;
            -ms-flex-pack: center;
                -webkit-box-pack: center;
                justify-content: center;
            margin-right: 0.6rem;
            word-break: break-word;
          }

      .page_LieOyR .content .companyBox .companyContainer .companyInfo .companyName {
              font-size: 0.8rem;
              line-height: 1.1rem;
              font-weight: 600;
              color: rgb(34, 34, 34);
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              line-clamp: 2;
              -webkit-line-clamp: 2;
            }

      .page_LieOyR .content .companyBox .companyContainer .companyInfo .companyIndustry {
              margin-top: 0.2rem;
              font-size: 0.65rem;
              line-height: 0.9rem;
              color: rgb(102, 102, 102);
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-box-orient: vertical;
              line-clamp: 2;
              -webkit-line-clamp: 2;
            }

      .page_LieOyR .content .companyBox .companyContainer .arrow {
            width: 1.2rem;
            height: 1.2rem;
            margin-left: auto;
            -webkit-transform: translateY(0.6rem);
                -ms-transform: translateY(0.6rem);
                    transform: translateY(0.6rem);
          }

      .page_LieOyR .content .companyBox .companyDesc {
          margin-top: 0.8rem;
          font-size: 0.75rem;
          line-height: 1.1rem;
          color: rgb(72, 72, 72);
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          line-clamp: 3;
          -webkit-line-clamp: 3;
        }

      .page_LieOyR .content .companyBox .companyBadge {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
          overflow-x: auto;
          scrollbar-width: none;
          -ms-overflow-style: none
        }

      .page_LieOyR .content .companyBox .companyBadge::-webkit-scrollbar {
            width: 0;
            height: 0;
          }

      .page_LieOyR .content .companyBox .companyBadge {
          margin: 0.8rem 0 0px;
        }

      .page_LieOyR .content .companyBox .companyBadge .badgeItem {
            margin-right: 0.4rem;
            height: 2.9rem;
            padding: 0 0.6rem;
            -ms-flex: 0 0 auto;
                -webkit-box-flex: 0;
                flex: 0 0 auto;
            min-width: -moz-fit-content;
            min-width: -webkit-fit-content;
            min-width: fit-content;
            max-width: 12rem;
            font-size: 0.6rem;
            font-weight: 500;
            color: #222222;
            border-radius: 0.4rem;
            border: 1px solid #ebebeb;
            display: -ms-flexbox;
            display: -webkit-box;
            display: flex;
            -ms-flex-align: center;
                -webkit-box-align: center;
                align-items: center;
          }

      .page_LieOyR .content .companyBox .companyBadge .badgeItem img {
              width: 1.4rem;
              height: 1.4rem;
              margin-right: 0.4rem;
            }

      .page_LieOyR .content .companyBox .companyBadge .badgeItem span {
              display: -webkit-box;
              line-clamp: 2;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              overflow: hidden;
              text-overflow: ellipsis;
              width: calc(100% - 1.4rem);
            }

      .page_LieOyR .content .similarPositionBox {
        padding: 1.2rem 0;
      }

      .page_LieOyR .content .similarPositionBox .similarPositionHeader {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between;
          margin-bottom: 1.2rem;
        }

      .page_LieOyR .content .similarPositionBox .similarPositionHeader .similarPositionTitle {
            color: #222222;
            font-size: 1rem;
            line-height: 1.4rem;
            font-weight: 600;
          }

      .page_LieOyR .content .similarPositionBox .similarPositionHeader .similarPositionViewMore {
            color: #888888;
            font-size: 0.8rem;
            font-weight: 500;
            line-height: 0.95rem
          }

      .page_LieOyR .content .similarPositionBox .similarPositionHeader .similarPositionViewMore:hover {
              cursor: pointer;
              color: #099188;
            }

      .page_LieOyR .content .similarPositionBox .similarPositionPlaceholder {
          min-height: 100vh; /* 占位符高度*/
          opacity: 0; /* 透明占位符*/
        }

      .page_LieOyR .content .carefulBox {
        padding-top: 1.2rem;
        padding-bottom: 1.2rem;
      }

      .page_LieOyR .content .carefulBox .carefulTitle {
          font-size: 1rem;
          line-height: 1.4rem;
          margin-bottom: 1.2rem;
          font-weight: 600;
          color: #222222;
        }

      .page_LieOyR .content .carefulBox .carefulDesc {
          font-size: 0.75rem;
          line-height: 1.1rem;
          color: rgb(72, 72, 72);
        }

      .page_LieOyR .content .carefulBox .carefulBoxPlaceholder {
          height: 5rem; /* 占位符高度，与carefulDesc的line-height一致*/
          opacity: 0; /* 透明占位符*/
        }

      .page_LieOyR .content .height108 {
        height: 5.4rem;
      }

      .page_LieOyR .content .height12 {
        height: 0.6rem;
      }

      .page_LieOyR .content .height16 {
        height: 0.8rem;
      }

      .page_LieOyR .content .chatBox {
        position: fixed;
        left: 0;
        bottom: 0;
        z-index: 10;
        width: 100%;
        height: 4rem;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        padding: 0.8rem;
        padding-bottom: calc(constant(safe-area-inset-bottom) + 0.8rem);
        padding-bottom: calc(env(safe-area-inset-bottom) + 0.8rem);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background-color: #fff;
      }

      .page_LieOyR .content .chatBox .saveBtn {
          -ms-flex: 1;
              -webkit-box-flex: 1;
              flex: 1;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
          height: 2.4rem;
          margin-right: 0.6rem;
          border: 1.5px solid #06605a;
          border-radius: 0.4rem;
          color: #06605a;
          font-size: 0.8rem;
          font-weight: 600;
        }

      .page_LieOyR .content .chatBox .saveBtn .collectIcon {
            width: 1.2rem;
            height: 1.2rem;
            margin-right: 0.2rem;
          }

      .page_LieOyR .content .chatBox .applyBtn {
          -ms-flex: 1.5;
              -webkit-box-flex: 1.5;
              flex: 1.5;
          height: 2.4rem;
        }

      .page_LieOyR .content .chatBox .chatBtn {
          -ms-flex: 1.5;
              -webkit-box-flex: 1.5;
              flex: 1.5;
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-align: center;
              -webkit-box-align: center;
              align-items: center;
          -ms-flex-pack: center;
              -webkit-box-pack: center;
              justify-content: center;
          height: 2.4rem;
          border-radius: 0.4rem;
          background-color: #06605a;
          font-size: 0.8rem;
          color: #fff;
          font-weight: 600;
        }

      .page_LieOyR .content .chatBox .chatBtn img {
            width: 1.2rem;
            height: 1.2rem;
            margin-right: 0.4rem;
          }

      .page_LieOyR .content .chatBox.subscribeBtnBox {
          -ms-flex-pack: justify;
              -webkit-box-pack: justify;
              justify-content: space-between;
        }

      .page_LieOyR .content .chatBox.subscribeBtnBox .chatBoxSubscribeBtn {
            width: 6.95rem;
            height: 2.4rem;
            color: #06605a;
            font-size: 0.8rem;
            font-weight: 600;
          }

      .page_LieOyR .content .chatBox.subscribeBtnBox .chatBoxSubscribeBtn .subscribeBtnContent {
              display: -ms-flexbox;
              display: -webkit-box;
              display: flex;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center;
            }

      .page_LieOyR .content .chatBox.subscribeBtnBox .chatBoxSubscribeBtn .subscribeBtnText {
              margin-left: 0.3rem;
            }

      .page_LieOyR .content .chatBox.subscribeBtnBox .chatBoxSubscribeBtn.subscribed {
              background-color: #f5f5f5;
              color: #222222;
              border: none;
              opacity: 1;
            }

      .page_LieOyR .content .chatBox.subscribeBtnBox .chatBoxSubscribeBtn.subscribed svg {
                color: #00b86e;
              }

      .page_LieOyR .content .chatBox.subscribeBtnBox .chatBoxMoreBtn {
            width: 9.7rem;
            height: 2.4rem;
            background-color: #06605a;
            color: #fff;
            font-size: 0.8rem;
            font-weight: 600;
            border-radius: 0.4rem;
            padding: 0 0.8rem;
          }

      .page_LieOyR .content .chatBox.subscribeBtnBox .checkedIcon {
            width: 0.9rem;
            height: 0.9rem;
            -ms-flex-negative: 0;
                flex-shrink: 0;
          }

      .page_LieOyR .content .chatBox.subscribeBtnBox .noticeIcon {
            width: 0.9rem;
            height: 0.9rem;
            -ms-flex-negative: 0;
                flex-shrink: 0;
          }
    .page_LieOyR .divider {
      height: 1px;
      background-color: #ebebeb;
    }
    .page_LieOyR .moreSuitableJobs {
      color: #484848;
      font-size: 0.65rem;
      margin: 0.4rem 0;
    }

.customModal_RtIJAz .adm-center-popup-wrap {
      width: calc(100vw - 3.2rem);
      max-width: none;
    }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body {
        padding-top: 2rem;
      }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-header {
          margin-bottom: 1.4rem;
        }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-header .adm-auto-center-content img {
              width: 4rem;
              height: 4rem;
            }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-title {
          font-size: 1.4rem;
          font-style: normal;
          font-weight: 600;
          line-height: 2.5rem;
        }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-content {
          padding: 0 1.4rem 1rem;
        }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-content .contentBox .content {
              margin-bottom: 1.4rem;
              font-size: 0.8rem;
              font-style: normal;
              line-height: normal;
              text-align: center;
            }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-content .contentBox .btn {
              display: -ms-flexbox;
              display: -webkit-box;
              display: flex;
              -ms-flex-pack: center;
                  -webkit-box-pack: center;
                  justify-content: center;
              -ms-flex-align: center;
                  -webkit-box-align: center;
                  align-items: center;
              padding: 0.6rem 1.8rem;
              background: #06605a;
              border-radius: 0.4rem;
              color: #ffffff;
              font-size: 0.8rem;
              font-weight: 600;
            }

.customModal_RtIJAz .adm-center-popup-wrap .adm-modal-body .adm-modal-content .contentBox .btn img {
                width: 1.2rem;
                height: 1.2rem;
                margin-right: 0.4rem;
              }

.jobTagList_wD30Xm {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-gap: 0.4rem;
  gap: 0.4rem;
  margin-top: 0.6rem;
  margin-bottom: 1rem;
}

.jobDetailError_O8jMUq {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
  -ms-flex-align: center;
      -webkit-box-align: center;
      align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      justify-content: center;
  padding-top: 8rem;
}

.jobDetailError_O8jMUq .errorImg_jRMeim {
    width: 10rem;
    height: 10rem;
    margin-bottom: 1rem;
  }

.jobDetailError_O8jMUq .errorTip_wiMkbb {
    margin: 0 1.6rem 1rem;
    color: #484848;
    font-size: 0.7rem;
    text-align: center;
  }

.jobDetailError_O8jMUq .returnListBtn_X0yj9B {
    margin: 0 1.6rem;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 600;
    text-align: center;
    background-color: #06605a;
    border-radius: 0.4rem;
    padding: 0.4rem 0.8rem;
  }

@-webkit-keyframes urgentToastSlideUp_fUK4lH {
  from {
    -webkit-transform: translateY(var(--urgent-toast-offset));
            transform: translateY(var(--urgent-toast-offset));
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes urgentToastSlideUp_fUK4lH {
  from {
    -webkit-transform: translateY(var(--urgent-toast-offset));
            transform: translateY(var(--urgent-toast-offset));
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes urgentToastSlideDown_QKie6l {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(var(--urgent-toast-offset));
            transform: translateY(var(--urgent-toast-offset));
  }
}

@keyframes urgentToastSlideDown_QKie6l {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(var(--urgent-toast-offset));
            transform: translateY(var(--urgent-toast-offset));
  }
}

.urgentToast_srCdhB {
  --urgent-toast-bottom: 4.6rem;
  --urgent-toast-offset: calc(100% + env(safe-area-inset-bottom, 0px) + var(--urgent-toast-bottom));
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 4.6rem);
  bottom: calc(env(safe-area-inset-bottom, 0px) + var(--urgent-toast-bottom));
  z-index: 9
}

.urgentToast_srCdhB.urgentToastEnter_kM54cx {
    -webkit-animation: urgentToastSlideUp_fUK4lH 0.6s ease-out forwards;
            animation: urgentToastSlideUp_fUK4lH 0.6s ease-out forwards;
  }

.urgentToast_srCdhB.urgentToastLeaving_CbCeD4 {
    -webkit-animation: urgentToastSlideDown_QKie6l 0.6s ease-in forwards;
            animation: urgentToastSlideDown_QKie6l 0.6s ease-in forwards;
  }

.urgentToast_srCdhB .urgentToastContent_vdlUpG {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 0.6rem 0.8rem;
    grid-gap: 0.4rem;
    gap: 0.4rem;
    -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0.8rem 0.1rem rgba(0, 0, 0, 0.12);
            box-shadow: 0px 0px 0.8rem 0.1rem rgba(0, 0, 0, 0.12);
    border-radius: 5rem;
  }

.urgentToast_srCdhB .urgentToastContent_vdlUpG .urgentToastContentIcon_d4sxzz {
      width: 1rem;
      height: 1rem;
      color: #fd7308;
    }

.urgentToast_srCdhB .urgentToastContent_vdlUpG .urgentToastContentText_pj8qrN {
      color: #222222;
      font-size: 0.65rem;
      font-weight: 500;
      line-height: 0.9rem;
    }

.jobDescription_EYhlg7 {
	line-height: 1.2rem;
	margin-top: 0.6rem;
	color: #444444;
	font-weight: 400;
	font-size: 0.75rem;
}

	.jobDescription_EYhlg7 p {
		line-height: 1.2rem;
	}

	.jobDescription_EYhlg7 ul {
		padding-top: 0px;
		padding-left: 1.2rem;
	}

	.jobDescription_EYhlg7 ul li {
			line-height: 1.2rem;
			list-style-type: disc;
			word-wrap: break-word;
		}

	.jobDescription_EYhlg7 ol {
		padding-top: 0px;
		padding-left: 1.2rem;
	}

	.jobDescription_EYhlg7 ol li {
			list-style-type: decimal;
			line-height: 1.2rem;
			word-wrap: break-word;
		}

.showMoreContainer_s3Xxew {
	margin-top: 0.4rem;
}

.showMoreMaskContainer_j399BG {
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	width: 100%;
	padding: 0.8rem 3.15rem 1.2rem 3.15rem;
	grid-gap: 0.5rem;
	gap: 0.5rem;
	-ms-flex-direction: column;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
	-ms-flex-pack: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	-ms-flex-align: center;
	    -webkit-box-align: center;
	    align-items: center;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	background: #fafafa;
	position: relative;
}

.showMoreMask_RTA9bz {
	position: absolute;
	top: -2.4rem;
	left: 0;
	width: 100%;
	height: 2.4rem;
	background: linear-gradient(179.99998deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}

.showMore__injiJ {
	cursor: pointer;
	color: #06605a;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.2rem;
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

