.caed-list{
	width: 15rem;
	margin: 0 auto;
}
.caed-list ul li{
	float: left;
	margin: 0.5rem auto;
	padding: 0.5rem;
	width: 14rem;
	background-color: white;
	border-radius: 0.1rem;
	font-size: 0.6rem;
	position: relative;
}
.caed-list label{
	margin: 0 0.5rem 0 0;
}
.bank-name{
	font-size: 0.9rem;
}
.bank-num{
	font-size: 0.8rem;
	color: #C91623;
}
.caed-list del{
	position: absolute;
	right: 0.2rem;
	top: 0.2rem;
	width: .8rem;
	height: .8rem;
	background: url(../img/delete.png) no-repeat;
	background-size: 100% 100%;
	border-radius: 0.1rem;
}
.Audit:after{
	content: "未审核";
	position: absolute;
	bottom: 0;
	right: -8px;
	background: url(../img/ribbons.png) no-repeat;
	background-position: right 0;
	width: 70px;
	height: 24px;
	text-align: left;
	padding-left: 10px;
	border-radius: 0.1rem 0 0 0.1rem;
	color: white;
}

.fail:after{
	content: "驳回";
	position: absolute;
	right: -8px;
	background: url(../img/ribbons.png) no-repeat;
	background-position: right 50px;
	width: 70px;
	height: 24px;
	text-align: left;
	padding-left: 0.5rem;
	border-radius: 0.1rem 0 0 0.1rem;
	color: white;
	bottom: 0;
}

.success:after{
	content: "已通过";
	position: absolute;
	right: -8px;
	background: url(../img/ribbons.png) no-repeat;
	background-position: right -100px;
	width: 70px;
	height: 24px;
	text-align: left;
	padding-left: 10px;
	border-radius: 2px 0 0 2px;
	color: white;
	bottom: 0;
}
