#app{
	background-color: #f5f5f5;
}
/* .el-footer {
	background-color: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 42px 0;
} */
.cart_footer{
	background-color: #fff;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding: 42px 0;
	display: none;
}
.cart_space{
	display: block;
	visibility: hidden;
}
/* .operation_box_cart{
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: space-between;
} */
.el-icon-circle-close {
	color: #fff;
}

.shop-info {
	padding: 10px;
}

.shop-item {
	margin-bottom: 24px;
}

.shop_name{
	font-size: 20px;
}
td .cell .el-checkbox .el-checkbox__input .el-checkbox__inner{
	border-radius: 50%!important;
}
.el-button--danger{
	border-radius: 0 !important;
	background-color: #d81212;
}
.fixed_bottom{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 999;
	background-color: #fff;
	-webkit-animation: 900ms cubic-bezier(0.22, 1, 0.2, 1) 0s normal none 1 running fadeInDown;
	animation: 900ms cubic-bezier(0.22, 1, 0.2, 1) 0s normal none 1 running fadeInDown;
}