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

.enterprise_materials-page .banner-button-fontColor-white {
	background: #ff5151;
	color: #fff;
}

.enterprise_materials-page .section-item {
	overflow: hidden;
}
.enterprise_materials-page .section-item-2 {
	background-color: #fff;
	padding: 0 0.8rem 2.4rem;
	margin-top: 2.4rem;
}

.enterprise_materials-page .section-item-3 {
	background-color: #f5f5f5;
	padding: 0 0.8rem;
}

.enterprise_materials-page .value-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.6rem;
}

.enterprise_materials-page .value-card {
	background: #ffffff;
	border: 1px solid #eaeaea;
	padding: 0.8rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.enterprise_materials-page .value-icon {
	width: 3.2rem;
	height: 3.2rem;
	margin-bottom: 1rem;
}

.enterprise_materials-page .value-icon img {
	width: 100%;
	height: 100%;
}

.enterprise_materials-page .value-title {
	font-weight: 400;
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 0.8rem;
	margin-bottom: 0.6rem;
}

.enterprise_materials-page .value-desc {
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.1rem;
}

.enterprise_materials-page .section-title {
	text-align: center;
	font-weight: 400;
	font-size: 1rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.4rem;
	padding: 2.4rem 0.8rem 2rem;
}

.enterprise_materials-page .section-list {
	padding: 0 0.8rem;
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.enterprise_materials-page .list-item {
	padding: 1.2rem 0.8rem;
}

.enterprise_materials-page .item-content {
	flex: 1;
}

.enterprise_materials-page .item-title {
	font-weight: 400;
	font-size: 0.8rem;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1.1rem;
	text-align: center;
	margin-bottom: 1rem;
}

.enterprise_materials-page .item-desc {
	font-weight: 400;
	font-size: 0.7rem;
	color: rgba(0, 0, 0, 0.6);
	line-height: 1.1rem;
	text-indent: -1em;
	padding-left: 1em;
}

.enterprise_materials-page .desc-title {
}

.enterprise_materials-page .desc-content {
}

.enterprise_materials-page .desc-content:last-child {
	margin-bottom: 0;
}

.enterprise_materials-page .desc-line.indent {
	padding-left: 0.7rem;
}

.enterprise_materials-page .desc-line:last-child {
	margin-bottom: 0;
}

.enterprise_materials-page .list-item img {
	margin-top: 1.2rem;
	width: 100%;
	height: auto;
}

.enterprise_materials-page .section-item img {
	width: 100%;
	height: auto;
}
