@charset "UTF-8";
.recruitment{
	width: 100%;
	min-height: 920px;
	background: url(../img/rem/rer_bg.png) no-repeat center center;
	background-size: cover;
}
.recruitment-bg{
	margin-top:60px;
	width: 100%;
}
.recruitment-tab{
	margin:0 auto;
	width: 1280px;
	height: 400px;
	text-align: center;
}
.tab-title{
	/* width: 560px; */
	display: flex;
	justify-content: center;
	align-items: center;
	margin:0 auto;
}
.tab-title .title{
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 44px;
	color: rgba(255,255,255,0.6);
	line-height: 52px;
	text-align: left;
	font-style: normal;
	text-transform: none;
	margin:0 auto;
	position: relative;
	cursor: pointer;
}
.tab-title .title.active{
	color: rgba(255,255,255,1);
}

.tab-title .title.active::after{
    content: '';
    position: absolute;
	left: 0;
	bottom:-23px;
	right: 0;
	height: 1px;
	background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, #FFFFFF 50%, rgba(255,255,255,0) 100%);
	z-index: 1;
}
.tabs-content{
	margin-top:96px;
}
.tabs-inner{
	gap:24px;
}
@keyframes fadeInUp {
	0% {
	  transform: translateY(50px);
	}
	100% {
	  opacity: 1;
	  transform: translateY(0);
	}
  }
  
  @keyframes fadeLeft {
	0% {
	  transform: translateX(100px);
	}
	100% {
	  opacity: 1;
	  transform: translateX(0);
	}
  }
  
.apply-container:not(.edit-mode) .add-scroll-animation {
	opacity: 0;
  }
  
.show-scrolled-animation {
	animation: fadeInUp 0.5s ease both;
  }
  
 .show-scrolled-animation.fade-in-up-slow {
	animation: fadeInUp 0.8s ease both;
  }
  .four-card-job-list {
	overflow-y: auto;
  }
  .four-card-job-container {
	min-width: 1280px;
	margin: 0 8.33333%;
  }
  
  .module-container {
	width: calc(100% - 8.33333% * 2);
	margin: 60px auto 0 auto;
  }
  
  .column-2 {
	width: calc(((100% - 20px * 2) / 2));
  }
  
  .column-3 {
	width: calc(((100% - 20px * 3) / 3));
  }
  
  .column-4 {
	width: calc(((100% - 20px * 4) / 4));
  }
  
  .job-item {
	display: inline-block;
	height: 218px;
  }
  .job {
	width: 100%;
	height: 100%;
	position: relative;
	display: inline-block;
	border-radius: 4px;
	background-size: cover;
	overflow: hidden;
	transition: all 0.3s;
    padding:64px 48px 10px 48px;
	&:hover {
	  opacity: 0.8;
	}
	.text{
		display: inline-block;
		width: 100%;
        font-weight: 400;
		font-size: 28px;
		color: #FFFFFF;
		line-height: 34px;
		text-align: left;
		font-style: normal;
		text-transform: none;
	}
	.tip{
		padding-top: 18px;
		display: inline-block;
		width: 100%;
        font-size: 18px;
		color: #FFFFFF;
		line-height: 32px;
		text-align: left;
		opacity: 0.6;
	}
  }
  .job_bg1{
	 background: url(../img/rem/Mask_group.png) no-repeat center center;
	 box-shadow: rgba(3, 4, 13, 0.06) 0px 6px 24px;
  }
  .job_bg2{
	background: url(../img/rem/Mask_group2.png) no-repeat center center;
 }
 .job_bg3{
	background: url(../img/rem/Mask_group3.png) no-repeat center center;
 }
 .job_bg4{
	background: url(../img/rem/Mask_group5.png) no-repeat center center;
 }
 .job-work-bg{
	margin-top:80px;
    width: 100%;
	background: #F4F4F6;
	padding:36px 0;
 }
 .job-bg-content{
	 width: 1280px;
	 min-height: calc(100vh);
	 margin:0 auto;
	 padding:50px 0;
	 background: #fff;
	 border-radius: 36px;
	 padding:24px;
}
.job-conent-title {
    width: 100%;
    display: flex;
    padding:24px;
    background: #F4F4F6;
    border-radius:16px;
    -webkit-border-radius:16px;
    -moz-border-radius:16px;
    -ms-border-radius:16px;
    -o-border-radius:16px;
}
.job-title{
	display: flex;
	justify-content: center;
    align-items: center;
	font-size: 24px;
    color: #141933;
	margin-right: 64px;
	cursor: pointer;
}
.job-title.active,
.job-title:hover{
    color: #0E79F7;
}
.job-tabs{
	margin-top: 24px;
	width: 100%;
}
.job-inner ul{
	display: inline-block;
	width: 100%;
	list-style: none;
}
.job-inner ul li{
	float: left;
	width: 100%;
	padding:24px;
	font-family: Source Han Sans CN, Source Han Sans CN;
	font-weight: 400;
	font-size: 18px;
	color: #141933;
	line-height: 32px;
	text-align: justified;
	font-style: normal;
	text-transform: none;
	position: relative;
}
.job-inner ul li::after{
	content: "";
	position: absolute;
	top:80px;
	left: 0;
	right: 0;
	height: 1px;
	background-color:#F0F0F0;
 }
.job-inner ul li:hover{
	background: #F4F4F6;
    border-radius: 16px 16px 16px 16px;
	
}
.job-inner ul li:hover::after{
	display: none;
	height: 0;
}

.job-inner ul li .row{
	display: flex;
	justify-content: space-between;
	cursor: pointer;
}
.job-inner ul li .row .tip{
	font-size: 14px;
	color: #8589A6;
}
.job-inner ul li .row .tip{
	display: flex;
	align-items: center;
}
.job-inner ul li .row .tip .icon{
	margin-left: 16px;
	display: flex;
	width: 18px;
	height: 18px;
}
.job-inner ul li .row .icon.icon_zk{
	background-image: url(../img/rem/zk.png);
}
.job-inner ul li .row .icon.icon_sq{
	background-image: url(../img/rem/sq.png);
}
.row-infro{
	display: none;
}
.zwinfo{
	margin-top: 24px;
}

.job-description{
	font-size: 16px;
}
.zwms{
	position: relative;
	margin-top: 24px;
	padding: 24px 0;
}
.zwms::after{
	content: "";
	position: absolute;
	bottom:0;
	left: -24px;
	right: -24px;
	height: 1px;
	background-color:#F0F0F0;
 }
.zwms .title,
.zwinfo .title{
	font-size: 18px;
	color: #141933;
	font-weight: bold;
	margin-bottom: 10px;
}
.info-list{
	display: flex;
}
.no-adaptive-tooltip{
	width: 22%;
	color: #141933;
	font-size: 16px;
}
.no-adaptive{
    color: #8589A6;
}
  