.container-fluid.bottom{
	background-color: #363636;
	text-align: center;
}
.bottom_main a{
	color:#fff;
	padding: 0 10px;
	border-left: 1px solid #fff;
	font-size: 14px;
	margin-bottom: 5px;
}
.bottom_main{
	border-bottom: 1px solid #2e2e2e;
	text-align: center;
	margin:0 auto;
}
.bottom_main a:first-child{
	border:none;
	font-size: 16px;
	outline: none;

}
.container-fluid.bottom a{
	color:#fff;
	display: inline-block;
}
.bottom_main{
	padding:20px 0;
}
.footer{
	text-align: center;
	margin:20px 0;
}
.footer a{
	display: inline-block;
	padding:0 10px;
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 14px;
}
.footer a:last-child {}
.footer p{
	color: #fff;
	font-size: 14px;
	margin-top: 10px;
}
@media (max-width:768px){
	.footer a {
		font-size: 12px;
	}
	.footer p {
		font-size: 12px;
	}
	.orderContainer {
		padding: 20px!important;
		box-sizing: border-box;
		border-radius: 6px;
		outline:none;
	}
	.orderContainer .close {
		top: 10px!important;
		right: 10px!important;
	}
	.orderModal .orderContainer .content div {
		margin-bottom: 0;
	}
	.orderContainer input,
	.orderContainer textarea {
		border: 1px solid #bbb!important;
		appearance: none;
		outline: none;
	}
	.orderModal .orderContainer .content div select {
		width: 32%!important;
	}
	.orderModal .orderContainer .content div button {
		width: 30%;
	}
}