p{
	line-height: normal;
}
.detail_info li{
	height: 1.5rem;
	border-bottom: .01rem solid #e3e3e3;
	background: #fff;
	padding-left: .3rem;
	padding-right: .3rem;
	display: flex;
	justify-content: space-between;
}
.l_first,.r_first{
	color: #333;
	font-size: .32rem;
	margin-top: .15rem;
}
.l_second,.r_second{
	font-size: .26rem;
	color: #999;
	margin-top: .05rem;
}
.l_third{
	font-size: .22rem;
	color: #999;
	margin-top: .05rem;
}
.detail_info li:nth-of-type(3),.detail_info li:nth-of-type(7){
	height: 1.1rem;
}
