.pingjia .item{
	display: flex;
	gap: 2rem;
	padding: 2rem 0;
	border-bottom: 1px solid #e1e1e1;
}
.pingjia .item .lt{
	width: 7rem;
}
.pingjia .item .lt .img{
	width: 100%;
	height: auto;
	aspect-ratio: 1/1;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 100%;
}
.pingjia .item .lt .img img{
	width: 80%;
	height: auto;
	aspect-ratio: 1/1;
	object-fit: contain;
}
.pingjia .item .rt{
	flex: 1;
}
.pingjia .item  .txt .tt{
	font-size: var(--f30);
	color: #000;
	font-family: 'popm-font';
	font-weight: 400;
}
.pingjia .item  .txt .ar_article{
	margin-top: 1.5rem;
	font-size: var(--f16);
	text-align: left;
}