body {
	background-color: #f4f1f1;
}

.ameritcar-head {
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0,0,0,.2);
}

.ameritcar-head .head-links {
	position: relative;
	height: 12px;
	z-index: 10;
}
.head-links .left {
	position: absolute;
	left: 5px;
	bottom: -7px;
}
.head-links .right {
	position: absolute;
	right: 5px;
	bottom: -7px;
}
.head-links a {
	display: inline-block;
	text-decoration: none;
	/*padding: 3px 8px;*/
	margin: 0 2px;
	font-size: 12px;
	border: 0;
	/*background-color: #e0f1ff;*/
	color: #5c94e4;
	border-radius: 4px;
	line-height: 100%;
}
.head-links a:hover {text-decoration: none}

.ameritcar-head .titlebar {
	position: relative;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.ameritcar-head .logo {
	font-size: 24px;
	font-weight: bold;
}
.ameritcar-head .merit {
	color: #f6a828;
}

.ameritcar-body {
	height: calc(100% - 82px);
	margin-top: 20px;
	overflow-y: auto;
	padding: 0 10px;
}
.ameritcar-head .btn-back {
	position: absolute;
	left: 12px;
	top: 12px;
	width: 26px;
	height: 26px;
	background: url(/img/arrow_back_icon.png) no-repeat center center;
	background-size: contain;
	display: none;
}






@media (max-width: 767px)
{
	.ameritcar-body {
		height: calc(100% - 72px);
		margin-top: 10px;
	}
}