.electronic_components-page .banner-box {
	padding: 0 0.8rem;
	background-image: url("http://m.wanmi.com/attachment/20250722/4e251ba3b1f447f088129ce75d65b81e.png");
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.electronic_components-page .banner-title {
	font-weight: 400;
	font-size: 1.2rem;
	color: #333333;
	line-height: 1.6rem;
}
.electronic_components-page .banner-desc {
	font-weight: 400;
	font-size: 0.6rem;
	color: #333333;
	line-height: 1rem;
}

.electronic_components-page .banner-button-fontColor-white {
	background: #0a6afa;
	color: #fff;
}
.ec-section-item {
	padding: 2.4rem 0.8rem;
}
.ec-section-item.ec-section-item-1 {
	padding-left: 0;
	padding-right: 0;
}
.ec-section-item .ec-section-header {
	padding: 0 0.8rem;
}
.ec-section-item .ec-section-header {
	text-align: center;
	margin-bottom: 2rem;
}
.ec-section-item .ec-section-header .ec-section-title {
	font-weight: 400;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.4rem;
}
.ec-section-item .ec-section-header .ec-section-subtitle {
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.1rem;
	margin-top: 0.6rem;
}
.ec-section-item .ec-section-img {
	width: 100%;
}
/* 核心功能模块样式 */

.ec-feature-list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.ec-feature-item {
	display: flex;
	background: #f3f6fd;
	padding: 1.2rem 0.8rem;
	gap: 0.8rem;
}

.ec-feature-icon {
	width: 3.2rem;
	height: 3.2rem;
}

.ec-feature-content {
	flex: 1;
}

.ec-feature-item-title {
	font-weight: 400;
	font-size: 0.8rem;
	color: #333333;
	line-height: 1.1rem;
	margin-bottom: 0.4rem;
}

.ec-feature-item-desc {
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1rem;
}

.ec-win-block-list {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.ec-win-block {
	background: #fff;
	/* 0.6rem = 12px */
	margin-bottom: 0.6rem;
}
.ec-win-block:last-child {
	margin-bottom: 0;
}
.ec-win-img {
	width: 100%;
	height: 8.6rem;
}
.ec-win-content {
	flex: 1;
	padding: 1.2rem 1rem;
}
.ec-win-content-header {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	line-height: 1.1rem;
	font-weight: 500;
	color: #333333;
	margin-bottom: 0.8rem;
}
.ec-win-no {
	color: #0a6afa;
	margin-right: 0.4rem;
}
.ec-win-block-subtitle {
	font-size: 0.7rem;
}
.ec-win-list {
	display: flex;
	flex-direction: column;
	gap: 0.4rem;
	list-style: none;
}
.ec-win-list li {
	display: flex;
	gap: 0.6rem;
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.1rem;
}
.ec-win-list li img {
	width: 0.6rem;
	height: 0.6rem;
	margin-top: 0.25rem;
}
.ec-pain-item {
	background: #f3f6fd;
	padding: 1rem;
	display: flex;
  height: 7.9rem;
	gap: 0.6rem;
}
.ec-pain-icon {
	width: 3.2rem;
	height: 3.2rem;
}
.ec-pain-content {
	flex: 1;
}
.ec-pain-title {
	font-weight: 400;
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.1rem;
	margin-bottom: 0.4rem;
}
.ec-pain-desc {
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.1rem;
}
#ec_swiper .swiper-slide {
	width: 16rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}
.ec_swiper_pagination {
	margin-top: 1.2rem;
	text-align: center;
}

.ec_swiper_pagination {
  display: flex;
  justify-content: center;
}
.ec_swiper_pagination > .swiper-pagination-bullet {
  width: 1.2rem;
  height: 0.1rem;
  background: rgba(0,0,0,0.1);;
  border-radius: unset;
}
.ec_swiper_pagination > .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.3rem;
}
.ec_swiper_pagination > .swiper-pagination-bullet-active {
  background: #0a6afa;
}