.car {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	height: 100%;
}

.car .header {
	height: 45px;
	line-height: 45px;
	color: #FFFFFF;
	background-color: #21b387;
}

.car .header span {
	margin-right: 15px;
}

.car .content {
	-webkit-box-flex: 1;
	overflow-y: auto;
}

.car .content .delete {
	margin-top: 10px;
}

.car .content .delete .view {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}

.car .content .delete .view .price {	
	-webkit-box-flex: 1;
	line-height: 35px;
}

.car .content .delete .view .price span{	
	color: red;
}

.car .content .delete .view .num {
	width: 120px;
}

.car .content .mui-table-view {
	margin-bottom: 10px;
}

.car .content .delete .mui-table-view {
	background-color: #f5f5f5;
}

.car .content .delete .mui-table-view .mui-table-view-cell {
	padding: 6px 15px;
}

.car .content .delete .mui-table-view:after,
.car .content .delete .mui-table-view:before {
	height: 0;
}

.car .footer {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	height: 44px;
	border-top: 1px solid #E5E5EA;
}

.car .footer .left {
	-webkit-box-flex: 1;
	background-color: #f7f7f7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.car .footer .left .num {
	-webkit-box-flex: 1;
	line-height: 25px;
	padding-left: 10px;
	/*background-color: black;*/
}
.car .footer .left .price {
	-webkit-box-flex: 1;
	line-height: 25px;
	padding-left: 10px;
	/*background: red;*/
}

.car .footer .right {
	width: 150px;
	line-height: 44px;
	color: #FFFFFF;
	background-color: #21b387;
}