.banner {
	width: 100%;
	height: 260px;
	position: relative;
	background: url(../images/joinUs/banner.png) no-repeat center;
	background-size: cover;
}

.banner-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.2;
	z-index: 1;
}
.banner-title {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 144px;
	height: 42px;
	color: rgba(255, 255, 255, 100);
	font-size: 36px;
	text-align: left;
	font-family: Arial-regular;
	z-index: 9;
}
.developent-img {
	background-repeat: no-repeat;
	background-image: url(../images/joinUs/developent-banner.png);
	height: 600px;
	width: 100%;
	background-size: cover;
	background-position: center;
}

.deve-people {
	margin-left: -15%;
	margin-top: -10%;
}


.deve-text {
	margin-top: 12%;
}

.recruitment-tbody>tr {
	border: 1px solid #DCDEE0;
	/* margin-top: 105px; */
}

.re-receive {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: url(../images/joinUs/re-an.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.job-con {
	transition: all .4s;
}

.re-an {
	width: 20px;
	height: 20px;
	border-radius: 20px;
	background-image: url(../images/joinUs/re-an.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.re-activeli {
	border-color: #0048A7 !important;
}

.re-activeli .layui-colla-item>ul>li {
	color: #0048A7;
}

.re-ul>li {
	float: left;
	text-align: center;
	padding: 9px 15px;
	min-height: 20px;
	line-height: 20px;
}

.re-ul>li:first-child {
	width: 8%;
	text-align: left;
	margin-left: -3%;
}

.re-ul>li:nth-child(2) {
	width: 18%;
}

.re-ul>li:nth-child(3) {
	width: 20%;
}

.re-ul>li:nth-child(4) {
	width: 13%;
}

.re-ul>li:nth-child(5) {
	width: 21%;
}

.re-ul>li:nth-child(6) {
	width: 14%;
	text-align: center;
}

.re-ul>li:nth-child(7) {
	width: 8%;

}

.btn-apply {
	background: #D82B27;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	border-radius: 4px;
	height: 36px;
	margin-bottom: 15px;
}

.layui-colla-icon {
	display: none;
}

.add {
	background: url(../images/joinUs/re-an.png) no-repeat center !important;
}

.reduce {
	background: url(../images/joinUs/re-receive.png) no-repeat center !important;
}

.btn-apply {
    background: #D82B27!important;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    border-radius: 4px;
    height: 36px;
    margin-bottom: 15px;
}


