.product-service-list {
	width: 100%;
	max-width: 1921px;
	/* height: auto; */
	margin: 0 auto;
	background-color: #fff;

	/* background-image: url("/yurun/img/about-yr/about-yr-company-bg.png"); */
	/* 铺满 */
	/* background-size: cover; */
	/* 居中 */
	/* background-position: center; */
	/* 不重复 */
	/* background-repeat: no-repeat; */
}

.product-service-item {
	background: #fff;
	padding: 116px 112px 125px 112px;
}

.product-service-item.active {
	background: #f3f9f6;
}

.product-text-cn {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 45px;
	color: #505050;
	line-height: 1;
	margin-bottom: 81px;
}

/* 产品卡片网格布局 */
.product-card-list {
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 38px 68px;
}

/* 单个产品卡片 */
.product-card {
	height: 467px;
	background: #fff;
	border-radius: 8px;
	padding: 55px 38px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

/* 产品名称 */
.product-name {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 45px;
	color: #009628;
	line-height: 1;
	padding-bottom: 14px;
	border-bottom: 1px solid #009628;
	margin-top: 0;
	margin-bottom: 42px;
}

/* 卡片内图片+文字布局 */
.product-card-content {
	display: flex;
	gap: 28px;
	align-items: flex-start;
}

/* 产品图片 */
.product-img {
	width: 357px;
	height: auto;
	object-fit: contain;
}

.product-card-content-right {
	height: 260px;
}

/* 产品描述文字 */
.product-desc {
	flex: 100%;
	height: 210px;
	max-height: 210px;
	font-size: 20px;
	color: #606060;
	line-height: 1.8;
	margin: 0;
}

/* 详情视图样式 */
.product-detail-view {
	width: 100%;
	max-width: 1921px;
	/* height: 1246px; */
	margin: 0 auto;
	
	background-image: url("/yurun/img/about-yr/about-yr-company-bg.png");
	/* 铺满 */
	background-size: cover;
	/* 居中 */
	background-position: center;
	/* 不重复 */
	background-repeat: no-repeat;
	
	padding: 116px 110px 145px 110px;
}

.product-detail-text-cn {
	font-family: 'OPPOSans-M', sans-serif;
	font-size: 45px;
	color: #505050;
	line-height: 1;
	margin-bottom: 101px;
}

.product-detail-content {
	display: flex;
	gap: 175px;
	align-items: flex-start;
	margin-top: 40px;
}

.product-detail-img {
	width: 650px;
	height: auto;
}

.product-detail-img img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}

.product-detail-info {
	width: 861px;
}

.product-detail-info h3 {
	font-size: 45px;
	color: #009628;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 2px solid #009628;
	margin-top: 0;
	margin-bottom: 56px;
}

.detail-info-item {
	margin-bottom: 59px;
}

.detail-info-item h5 {
	font-family: 'OPPOSans-B', sans-serif;
	font-weight: bold;
	font-size: 20px;
	color: #505050;
	line-height: 1;
	margin: 0 0 15px;
}

.detail-info-item p {
	font-family: 'OPPOSans-R', sans-serif;
	font-size: 20px;
	color: #646464;
	line-height: 1.8;
	margin: 0;
}

.product-detail-desc {
	font-size: 20px;
	margin-bottom: 40px;
}

#product-detail-richText strong {
    font-weight: bold !important;
}

.product-detail-nav {
	display: flex;
	justify-content: center;
	gap: 9px;
	margin-top: 60px;
}
