.fuwu-leng .rt {
	width: 45%;
}

.fuwu-leng .lt {
	flex: 1;
	padding-bottom: 2rem;
}

.fuwu-leng .flexjs {
	gap: 12rem;
}


/* 优势 */
.fuwu-ys {
	background: #f0f3f5;
}

.fuwu-ys .item {
	background: #fff;
	padding: 3.2rem 2.8rem;
	display: block;
	border-radius: .8rem;
}

.fuwu-ys .item .ico{
	height: 3rem;
}
.fuwu-ys .item  h1{
	font-size: var(--f24);
	font-weight: 400;
	font-family: 'popm-font';
	margin-top: 2rem;
}
.fuwu-ys .item .ar_article{
	font-size: var(--f16);
	font-family: 'popl-font';
	color: #000;
	margin-top: 1rem;
}
.fuwu-ys .item .ar_article .open{
	width: 2.8rem;
	height: auto;
	aspect-ratio: 1/1;
	background: #f0f3f5;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: .6rem;
	margin-top: 2rem;
}
.fuwu-ys .item .ar_article .open:hover{
	background: var(--themeColor);
}
.fuwu-ys .item .ar_article .open:hover svg path{
	fill: unset;
}