.electronic_components-page .banner_list_item p,
.electronic_components-page .banner_list_item h1 {
	color: #000000 !important;
}
.electronic_components-page .banner_list_item{
	background-image: url("https://www.wanmi.com/attachment/20250722/2c7000ef46d6462181d8039a767b163a.png");
	background-size: 800px 600px;
	background-position: right;
	background-repeat: no-repeat;
}
.electronic_components-page .img-1 {
	width: 510px;
	height: 320px;
	object-fit: cover;
}
.electronic_components-page .img-full {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.electronic_components-page .img-2 {
	width: 80px;
	height: 80px;
	object-fit: cover;
}
.electronic_components-page .img-3 {
	width: 88px;
	height: 88px;
	object-fit: cover;
}
.electronic_components-page .enterprise-column {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.electronic_components-page .enterprise-title-wrap {
	margin: 80px 0;
}
.electronic_components-page .enterprise-title {
	font-weight: 500;
	font-size: 32px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 32px;
	text-align: center;
	margin-bottom: 24px;
}
.electronic_components-page .sub-title {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 24px;
}

.electronic_components-page .enterprise-title-2 {
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 32px;
}
.electronic_components-page .enterprise-row-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
}
.electronic_components-page .enterprise-card {
	padding: 40px;
	background: #f3f6fd;
	border-radius: 8px;
}
.electronic_components-page .enterprise-row-wrap .enterprise-card {
	flex: 0 0 calc((100% - 32px) / 3);
	display: flex;
	flex-direction: column;
	align-items: center;
}

.electronic_components-page .enterprise-row-wrap .enterprise-card .title-2 {
	font-weight: 400;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 28px;
}
.electronic_components-page .enterprise-row-wrap .enterprise-card .sub-title2 {
	font-weight: 400;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 22px;

}
.electronic_components-page .enterprise-row-wrap2 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 16px;
}
.electronic_components-page .enterprise-row-wrap2 .enterprise-card2 {
	flex: 0 0 calc((100% - 16px) / 2);
	display: flex;
	padding: 36px;
	background: #f3f6fd;
	border-radius: 8px;
	gap: 45px;
	align-items: center;
}
.electronic_components-page
	.enterprise-row-wrap2
	.enterprise-card2
	.info
	.info-title {
	font-weight: 400;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 20px;
	margin-bottom: 16px;
}
.electronic_components-page
	.enterprise-row-wrap2
	.enterprise-card2
	.info
	.info-sub-title {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 22px;
}

/* 导航标签样式 */
.electronic_components-page .enterprise-navs {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-bottom: 40px;
}

.electronic_components-page .enterprise-nav-item {
	flex: 0 0 calc((100% - 32px) / 3);
	display: flex;
	align-items: center;
	justify-content: center;
	height: 60px;
	background: #fff;
	border-radius: 8px;
	font-weight: 400;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	border: 2px solid transparent;
	user-select: none;
}

.electronic_components-page .enterprise-nav-item:hover {
	border-color: rgba(95, 164, 255, 1);
}

.electronic_components-page .enterprise-nav-item.active {
	color: #fff;
	background: linear-gradient(270deg, #49a5ff 0%, #1c79fb 100%);
	border-color: rgba(95, 164, 255, 1);
}

/* 内容区域样式 */
.electronic_components-page .enterprise-navs-content {
	display: flex;
	background-color: #fff;
	border-radius: 8px;
	min-height: 444px;
}

.electronic_components-page .enterprise-navs-content-left {
	flex: 1;
	padding: 24px 0 40px;
}

.electronic_components-page .enterprise-navs-content-right {
	flex: 1;
	display: flex;
	align-items: center;

}

.electronic_components-page .enterprise-navs-content-right img {
	width: 560px;
	height: 364px;
	object-fit: cover;
	border-radius: 8px;
}

/* 左侧内容标题 */
.electronic_components-page .enterprise-navs-content-left-item-title {
	margin-bottom: 24px;
	height: 52px;
	padding-left: 40px;
	display: flex;
	align-items: center;
	gap: 8px;
	background: linear-gradient(
		270deg,
		rgba(10, 106, 250, 0) 0%,
		rgba(10, 106, 250, 0.08) 100%
	);
}

.electronic_components-page
	.enterprise-navs-content-left-item-title
	span:first-child {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: #0a6afa;
}

.electronic_components-page
	.enterprise-navs-content-left-item-title
	span:nth-child(2) {
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}

.electronic_components-page
	.enterprise-navs-content-left-item-title
	span:nth-child(3) {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	color: rgba(0, 0, 0, 0.8);
}

/* 列表项样式 */
.electronic_components-page .enterprise-navs-content-left-item-list {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 40px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.electronic_components-page .enterprise-navs-content-left-item-list-item {
	display: flex;
	width: 100%!important;
	gap: 16px;
}

/* 选择框样式 */

.electronic_components-page img.select-box-img  {
	width: 16px;
	height: 16px;
	margin-top: 3px;
}

/* 信息框样式 */
.electronic_components-page .info-box {
	flex: 1;
}

.electronic_components-page .info-box-title {
	font-weight: 500;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8);
	line-height: 22px;
	margin-bottom: 4px;
}

.electronic_components-page .info-box-sub-title {
	font-weight: 400;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.6);
	line-height: 22px;
}
