body, html {
    height: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size:1rem;
    background-color:#f3f4f5;
}
.card{
	width: 90%;
	margin: 0 auto;
	padding-top: 30px;
}
.discount{
	margin-top: 30px;
}
.car-info{
	margin-top: 30px;
}
.footer-pay{
	width: 100%;
	height: 50px;
	position: fixed;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	bottom: 0;
	background-color: #fff;
	line-height: 50px;
}
.footer-pay .number{
	color: #333;
	margin-left: 20px;
	font-size: 24px;
}
.footer-pay button{
	margin: 0;
	padding: 0 50px;
	border-radius: 0;
}
