.banner img {
	height: 2.28rem;
}
.banner-title-box {
	display: flex;
	align-items: center;
	justify-content: start;
	position: absolute;
	top: 0.8rem;
	left: 0;
	right: 0;
	height: 1.48rem;
	margin: 0 auto;
}

.banner-title {
	flex: 1;
	display: flex;
	align-items: end;
	max-width: 12rem;
	margin: 0 auto;
	color: #fff;
	font-size: 0.16rem;
}

.banner-title h1 {
	margin-right: 0.2rem;
	font-size: 0.3rem;
	line-height: 1.2;
}

.careers-container {
	/* min-height: 5rem; */
	padding-bottom: .5rem;
	background: #f6f6f6;
}

.careers-container-list {
	width: 12rem;
	margin: 0 auto;
	padding: 0.3rem 0;
}

.careers-container-list h2 {
	margin-bottom: 0.2rem;
	font-size: 0.24rem;
	color: #000;
	text-align: center;
}

.job-table {
	width: 100%;
	border-collapse: collapse;
	background: white;
}

.job-table thead {
	height: 0.72rem;
}

.job-header {
	background-color: #332c26;
	color: white;
	text-align: left;
	font-weight: bold;
	padding: 0.12rem 0.2rem;
	font-size: 0.17rem;
}

.job-row {
	border-top: 0.15rem solid #f6f6f6;
	position: relative;
}

.job-cell {
	padding: 0.15rem 0.2rem;
	vertical-align: middle;
	font-size: 0.17rem;
	color: #000;
}

.job-detail-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .2s;
}

.job-detail-btn.plus {
	background-image: url(../images/careers/plus.png);
}

.job-detail-btn.minus {
	background-image: url(../images/careers/minus.png);
}

.job-detail-content {
	display: none;
}

.job-table tr td:first-child,
.job-table tr th:first-child {
	padding-left: 0.4rem;
}

.job-table tr td:last-child,
.job-table tr th:last-child {
	padding-right: 0.4rem;
}

.job-detail {
	padding: 0.2rem 0;
	border-top: 0.01rem solid #f6f6f6;
	margin: 0;
}

.job-detail > div {
	margin-top: 0.2rem;
}

.job-detail h3 {
	margin-top: 0;
	color: #333;
	font-size: 0.18rem;
}

.job-detail p {
	margin: 0.08rem 0;
	color: #333;
	font-size: 0.15rem;
}

.job-detail ul {
	margin: 0.08rem 0;
}

.job-detail li {
	margin: 0.08rem 0;
	font-size: 0.15rem;
	color: #424242;
}

.job-detail .priority {
	font-weight: bold;
	margin-top: 0.3rem;
	font-size: 0.16rem;
	color: #424242;
	font-weight: normal;
}
