/*置底按鈕*/
#caterDownButton
{
	position  : absolute;
	bottom    : 0;
	left      : 0;  
}

/*置底功能BAR*/
.toolbar
{
	position:fixed;
	bottom:0;
	width:100%;
	background-color:#fff!important;
	z-index:1000!important;
	box-shadow:0 -1px 8px 0 rgba(63,67,89,.1);
	text-align:center!important;
}
.toolbar .row
{
	text-align:center!important;
}

.toolbar_div
{
	text-align:center;
	padding:5px 0;
	border-left:1px solid #aaa;
	border-right:1px solid #aaa;
}

.toolbar_div a
{
	font-size:16px!important;
	display:block;
}
