.nav{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	padding-top: 0.9375rem;
}
.flex-c span{
	display: block;
	width: 0.875rem;
	height: 0.375rem;
	background-color: rgba(224,183,87, 1);
	border-radius: 0.25rem;
	font-size: 0.875rem;
	margin-top: 0.5rem;
	visibility: hidden;
}
.orange span{
	visibility: visible;
}
.list{
	height: 12.9375rem;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(255, 255, 255, 1);
	border-radius: 0.375rem;
	font-size: 0.875rem;
	box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
}
.headImg{
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 5px;
}
.img-box img{
	width: 5rem;
	height: 3.5rem;
}
.flex-r{
	justify-content: space-between;
}
.all{
	margin-top: 0.625rem;
}
.list{
	padding: 0.9375rem;
}
.default{
	display:block;
	padding: 0.05rem 0.35rem;
	border-radius: 0.625rem;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
	font-size: 0.75rem;
	margin-top: 0.1875rem;
}

.img-box img{
	border-radius: 0.25rem;
}
.flex-start{
	align-items: flex-start;
}
.jsfe{
	justify-content: flex-end;
}
.white-box{
	padding: 0.25rem 0.5rem;
	color: rgba(80, 80, 80, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 0.0625rem solid rgba(229, 229, 229, 1);
	border-radius: 0.375rem;
	font-size: 0.875rem;
}
.state1{
	background-color: rgba(224,183,87, 1);
	color: #fff;
}
.state2{
	border: 1px solid rgba(224,183,87, 1);
	color: rgba(224,183,87, 1);
}
.state0{
	background-color: rgba(166, 166, 166, 1);
	color:#fff;
}