/**fixed-nav star**/
.fixed{
	display:none;
	position: fixed;
	left:0;
	bottom:0;
	width: 100%;
	z-index: 999;
	background: rgba(0, 0, 0, 0.3);
}

.fixed-nav{	
	padding:5px 0;
	text-align: center;
	
}

.fixed-nav a{
	width: 48%;
	float: left;
	margin:0 1%;
	color:#fff;
	font-size: 14px;
	line-height:40px;
	box-sizing: border-box;
	background-color: #ff8400;
	border-radius: 8px;
}
.fixed-nav a.color_y{background-color:#1184e1 !important;}

/**fixed-nav end**/


@media only screen and (max-width:768px){
	.fixed{display:block;}
}