div{
	box-sizing: border-box;
}
#home{
	width:100vw;
	height:auto;
	min-height: 100vh;
	background:#F4F4F4;
	display: flex;
	flex-direction: column;
	padding: 0.36rem 0.3rem;
	font-size: 0.28rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.list{
	width:100%;
	height:auto;
	display: flex;
	flex-direction: column;
	padding:0 0.1rem;
	background: #fff;
	border-radius: 0.16rem;
	overflow: hidden;
	margin-bottom: 0.28rem;
}
.list:last-child{
	margin: 0;
}
.list>div:first-child{
	padding:0.46rem 0.35rem 0.46rem 0.2rem;
	display: flex;
	align-items: center;
}
.list>div:first-child>div{
	flex: 1;
	font-size: 0.3rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	display: flex;
	align-items:center;
	line-height: 0.42rem;
}
.list>div:first-child>div>img{
	width: 0.58rem;
	height: 0.58rem;
	object-fit: contain;
	margin-right: 0.1rem;
}
.list>div:first-child>img{
	width: 0.3rem;
	height: auto;
	object-fit: contain;
	transform: rotate(-90deg);
	transition: 0.5s;
}
.edit{
	padding:0 0.1rem;
	border-top: 0.01rem solid rgba(151,151,151,.3);
	display: none;
}
.edit>div{
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
}
.edit>div>span{
	width:0.01rem;
	height: 0.45rem;
	background: rgba(151,151,151,.3);
}
.edit>div>button{
	flex: 1;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	outline: none;
	margin:0;
	padding: 0;
	background-color: #fff;
	font-size: 0.3rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
	border: 0;
}
.edit>div>button:active{
	opacity: .8;
}
.edit>div>button img{
	width: 0.38rem;
	height: auto;
	object-fit: contain;
	margin-right: 0.05rem;
	position: relative;
	top:-0.02rem
}
