/* 导航容器样式 */
.nav-container {
	display: flex;
	width: fit-content;
	justify-items: center;
	margin: 0 auto;
	position: relative;
}

/* 选项卡项样式 */
.tab-item {
	cursor: pointer;
	padding-bottom: 0.625rem;
}

.tab-item+.tab-item {
	margin-left: 60px;
}

/* 选中状态样式 */
.tab-item.active .text-24-600 {
	color: #F8C91C;
	font-weight: bold;
}

/* 指示器样式 */
.indicator {
	width: 1.25rem;
	height: 0.125rem;
	background-color: #F8C91C;
	position: absolute;
	left: 11.5rem;
	bottom: 0;
	transition: left 0.3s ease;
}

/* 分隔线样式 */
.divider {
	width: 85.5%;
	background-color: white;
	height: 1px;
	margin: auto;
	margin-bottom: 3rem;
}

main {
	padding: 1.875rem 0rem 0rem;
	width: 100%;
}

.content {
	padding: 0 1.875rem;
	width: 100%;
}

.my-swiper {
	overflow: hidden;
}

.my-swiper-slide img {
	height: 532px;
	object-fit: contain;
}

.ip-recruit {
	width: 100%;
}

.small-select {
	margin-top: 3.75rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.625rem;

}

.samll-arrow-left,
.small-arrow-right {
	width: 1rem;
	height: 1rem;
}

.flex-scroll-container {
	display: flex;
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	gap: 16px;
}

.small-product-image {
	width: 2.8125rem;
	height: 2.8125rem;
}

.section-title {
	margin-top: 1.875rem;
	font-weight: bold;
	font-size: 1.3125rem;
}

.product-welcome {
	margin-top: 1rem;
	font-size: 0.875rem;
	display: flex;
	align-items: center;
}

.product-voice {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

.skill-bg {
	margin-top: 0.75rem;
	width: 100%;
}

.skill {
	display: flex;
	justify-content: space-between;
}

.skill-2 { 
	margin-top: 3rem;
	display: flex;
	justify-content: space-between;
}

.skill-img {
	width: 3.75rem;
	height: 3.75rem;
	/* border-radius: 1.875rem; */
}

.gif {
	width: calc(100% - 88px);
}

.gif-img {
	width: 100%;
	border-radius: 0.5rem;
}

.skill-name {
	max-width: 4rem; 
	color: white;
	text-align: center;
	font-size: 0.75rem;
}

