div{
	box-sizing: border-box;
}
#home{
	width:100vw;
	height: 100vh;
	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;
	padding: 0.36rem 0.3rem 0.7rem 0.3rem;
	background: #F8F8F8 url(../image/bg.png) no-repeat;
	background-size: 100% 6.94rem;
	overflow-y: auto;
	
}
.container{
  background: #FFFFFF;
	padding: 0.46rem 0.34rem 0 0.46rem;
	box-shadow: 0rem 0.08rem 0.3rem 0rem rgba(216,216,216,0.5);
	border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
}
.list{
	width:100%;
	height:auto;
	display: flex;
	flex-direction: column;
	padding-bottom: 0.3rem;
	background: #fff;
	overflow: hidden;
	margin-bottom: 0.28rem;
	border-bottom: 0.02rem solid #ECECEC;

	margin-bottom: 0.4rem;
}

.list>div:first-child{
	display: flex;
	align-items: center;
}
.list>div:first-child>div{
	flex: 1;
	display: flex;
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 700;
	font-size: 0.28rem;
	color: #3D3D3D;
	line-height: 0.32rem;
	display: flex;
	align-items: center;
}
.titleDec{
	width: 0.1rem;
	height: 0.24rem;
	background: #00C864;
	border-radius: 0rem 0rem 0rem 0rem;
	margin-right: 0.12rem;
}

.edit{
	padding:0 0.22rem;
	margin-top: 0.28rem;
}
.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{
	outline: none;
  padding: 0.16rem;
	/* width: 1.6rem; */
	height: 0.64rem;
	background: rgba(255,233,60,0.15);
	border-radius: 0.16rem 0.16rem 0.16rem 0.16rem;
	border: 0.02rem solid #FFE93C;

	font-family: Source Han Sans, Source Han Sans;
	font-weight: 500;
	font-size: 0.24rem;
	color: #3D3D3D;
	line-height: 0.32rem;
  
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.26rem;
}
.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
}
