.career-detail {
	display: flex;
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	right: 0;
	width: 100%;
	height: 100%;
}

.career-detail .left {
	background: #FFFFFF;
	border-radius: .10666667rem;
	margin: .26666667rem;
	box-sizing: border-box;
	position: absolute;
	top: 8%;
	height: 80%;
	overflow: hidden;
	padding: 6% 3%;
}

.career-detail .left h2 {
	font-size: .58rem;
	font-weight: bold;
	color: #27426F;
	line-height: .68rem;
}

.career-detail .left .tabs {
	margin: 3% 0;
}

.career-detail .left .tabs span {
	padding: 0 4%;
	background: #F6F6F6;
	font-size: .37rem;
	line-height: .98rem;
	text-align: center;
	margin-right: 1.6%;
	margin-bottom: 2.6%;
	font-weight: 500;
	color: #909090;
	display: inline-block;
}

.career-detail .left p {
	font-weight: 500;
	line-height: 38px
}
.career-detail .left .cont1{
    overflow: hidden;
    margin-bottom: 6%;
    height: 71%;
    overflow-y: scroll;
}