div{
	box-sizing: border-box;
}
#home{
	width:100vw;
	height:auto;
	min-height: 100vh;
	background: #F8F8F8;
	display: flex;
	flex-direction: column;
	padding: 0.36rem 0.32rem;
	
}
.list{
	width:100%;
	height:auto;
	padding: 0.32rem 0.4rem 0.3rem 0.4rem;
	border-radius: 0.16rem;
	background: #FFFFFF;
	display: flex;
	margin-bottom: 0.28rem;
}
.list:last-child{
	margin: 0;
}
.list>div{
	flex: 1;
	padding:0.1rem 0.42rem 0 0.42rem;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 0.28rem;
	color: #3D3D3D;
	line-height: 0.32rem;
}
.list>img:first-child{
	width: 1.12rem;
	height:1.12rem;
	object-fit: contain;
	
}

.list>img:last-child{
	margin-top: 0.1rem;
	width: 0.28rem;
	height:0.48rem;
}