.all {
	background-color: #f0f5fb;
}
.top{
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
}
.search{
	background-color: #ffffff;
	margin-bottom: 0.625rem;
}
.search .div{
	display: flex;
	align-items: center;
	margin: 0 0.625rem;
	border-bottom: 1px solid #ededed;
	color: #555555;
}
.search .div>span{
	color: #999;
	margin: 0 0.625rem;
}
.search .div:last-child{
	border-bottom: none;
}
.search .div input{
	flex: 1;
	padding: 0 5px;
	height: 2.375rem;
}
.search .div button{
	height: 1.875rem;
	background-color: #ededed;
	border-radius: 0.1875rem;
	padding: 0 0.9375rem;
	border: none;
	background-color: #2f85ff;
	color: #ffffff;
}
.content{
	flex: 1;
	overflow: auto;
}
.item{
	background-color: #ffffff;
	margin-bottom: 0.625rem;
	padding: 0.625rem;
}
.item:last-child{
	margin-bottom: 0;
}
.item .box{
	display: flex;
	line-height: 1.8;
	color: #333333;
}
.storeList{
	display: flex;
	line-height: 1.8;
}
.storeList>span{
	color: #333333;
}
.storeList .flex-1{
	flex: 1;
}
.flex-1{
	color: #666666;
}
.flex-1 .money{
	color: #ff5722;
	font-weight: bold;
}
.item .goodsName{
	font-weight: bold;
	border-bottom: 1px dashed #ededed;
	padding-bottom: 0.375rem;
}
.item .details{
	border-top: 1px dashed #ededed;
	padding-top: 0.5rem;
	color: #999;
	display: flex;
}
.item .details .time{
	flex: 1;
	text-align: right;
}
.disposal1{
    color: #FF9800;
    border: 1px solid #FF9800;
    padding: 0 0.3125rem;
}
.disposal2{
	color: #2f85ff;
	border: 1px solid #2f85ff;
	padding: 0 0.3125rem;
}