div{
	box-sizing: border-box;
}
#home{
	width:100vw;
	height:auto;
	min-height: 100vh;
	background:#F4F4F4;
	display: flex;
	flex-direction: column;
	padding: 0.35rem 0.3rem;
	font-size: 0.28rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.list{
	width:100%;
	height:auto;
	padding: 0.2rem;
	border-radius: 0.16rem;
	background: #FFFFFF;
	display: flex;
	margin-bottom: 0.28rem;
}
.list:last-child{
	margin: 0;
}
.list>div{
	flex: 1;
	line-height: 0.4rem;
	padding:0 0.28rem 0 0.1rem;
}
.list>img{
	width: 1.1rem;
	height:auto;
	object-fit: contain;
}