a {
    color: #fff;
    text-decoration: none;
}

/*人才理念 */
.environment-box .title {
    font-size: 3rem;
    padding-bottom: 20px;
    display: inline-block;
    color: #fff;
}

.environment-box .title::after {
    display: block;
    content: "";
    overflow: hidden;
    width: 97px;
    height: 2px;
    background: #fff;
    margin-top: 22px;
}

.environment-box .content {
    z-index: 2;
    padding: 70px 105px;
    color: #fff;
}

.environment-box p {
    color: #fff;
    font-size: 2rem;
}

/* 人才激发 */


.talent-section {
    /* padding: 3rem 0; */
    /* max-width: 1000px; */
    margin: 0 auto;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 700;
    color: #181D27;
}

.nav-tabs {
    border-bottom: 2px solid #e2e8f0;
    margin-bottom: 2rem;
}

/* 招聘 Tab 仅在招聘区域内居中，避免被全局导航样式挤到左侧 */
.talent-section #talentTabs {
    display: flex;
    justify-content: center;
}

.talent-section #talentTabs .nav-item {
    flex: 0 0 160px;
}

.nav-tabs .nav-link {
    color: #64748b;
    border: none;
    /* padding: 0.75rem 1.5rem; */
    font-weight: 500;
    width: 100%;
    position: relative;
    font-size: 1rem;
    height: 2rem;
    padding: 0;
}

.nav-tabs .nav-link.active {
    color: #0086C9;
    background-color: transparent;
}

.nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0086C9;
}

@media (max-width: 575.98px) {
    .talent-section #talentTabs .nav-item {
        flex-basis: 50%;
    }
}

.talent-card {
    background-color: #EFF8FF;
    /* border-radius: 8px; */
    margin-bottom: 2rem;
    padding: 4rem 24rem 4rem 4rem;
    /* overflow: hidden; */
}
.tab-pane .talent-card:first-child {
	background: #EFF8FF url(../image/join/chahua01.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(2) {
	background: #EFF8FF url(../image/join/chahua02.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(3) {
	background: #EFF8FF url(../image/join/chahua03.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(4) {
	background: #EFF8FF url(../image/join/chahua01.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(5) {
	background: #EFF8FF url(../image/join/chahua02.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(6) {
	background: #EFF8FF url(../image/join/chahua03.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(7) {
	background: #EFF8FF url(../image/join/chahua01.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(8) {
	background: #EFF8FF url(../image/join/chahua02.png) right center no-repeat;
}
.tab-pane  .talent-card:nth-child(9) {
	background: #EFF8FF url(../image/join/chahua03.png) right center no-repeat;
}
.card-header {
    /* background-color: #edf2f7; */
    /* padding: 1rem 1.25rem; */
    /* cursor: pointer; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-title {
    margin: 0;
    font-size: 1.125rem;
    font-weight: bold;
    color: #181D27;
}

.gz-nr {
    font-size: 1rem;
    color: #535862;
    line-height: 1.1rem;
}

.gz-rz {
    color: #005195;
    font-size: 14px;
    margin-top: 10px;
}

.toggle-icon {
    transition: transform 0.3s ease;
    color: #64748b;
}

.zg-card.card-expanded .rzzg {
    transition: max-height 0.3s ease;
    max-height: 500px;
}

.zg-card.card-expanded .zhankai {
    display: none;
}

.zg-card .shouqi {
    display: none;
}

.zg-card.card-expanded .shouqi {
    display: block;
}

.zg-card.card-expanded img {
    transform: rotate(180deg);
}

.zg-card .rzzg {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.job-content {
    color: #475569;
    font-size: 0.95rem;
}

.job-content p {
    margin-bottom: 0.5rem;
}

.view-more {
    color: #0086C9;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    margin-top: 0.5rem;
    cursor: pointer;
}

.view-more:hover {
    text-decoration: underline;
	color: #0086C9;
}

.view-more i {
    margin-left: 0.25rem;
    font-size: 0.8rem;
}

/* 联系我们 */
.contact-card {
    background-color: #FAFAFA;
    padding: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
}
.contact-card p {
	color: #535862;
}

.icon-box {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background-color: #0d6efd;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.contact-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.contact-subtitle {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.contact-link {
    color: #005195;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: #005195;
    text-decoration: none;
}
@media (max-width: 778px) {
    .talent-card {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
	/* 人才理念：超宽横幅改为适合手机的完整卡片 */
	.environment-box .bg-card {
		min-height: 220px;
		border-radius: .5rem;
		overflow: hidden;
		background-size: cover!important;
		background-position: center!important;
	}
	.environment-box .content {
		min-height: 220px;
		box-sizing: border-box;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 2rem 1.25rem;
		background: linear-gradient(90deg, rgba(0,0,0,.48), rgba(0,0,0,.08));
	}
	.environment-box .title {
		font-size: 1.8rem;
		padding-bottom: .75rem;
	}
	.environment-box p {
		font-size: 1rem;
		line-height: 1.8;
	}

	/* 人才激发：插画缩小并固定在卡片右下角，避免遮挡岗位文字 */
	.talent-card,
	.tab-pane .talent-card {
		min-height: 0;
		height: auto;
		padding: 1.25rem!important;
		background-image: none!important;
	}
	.talent-card .card-header,
	.talent-card .job-content,
	.talent-card .view-more {
		position: relative;
		z-index: 1;
	}
	.talent-card .card-title {
		font-size: 1rem;
		line-height: 1.5;
	}
	.talent-card .gz-nr,
	.talent-card .job-content {
		font-size: .85rem;
		line-height: 1.6;
	}
	.talent-card .gz-rz {
		font-size: .8rem;
		line-height: 1.5;
	}
}
