*,
::before,
::after{
	
	margin: 0;
	padding: 0;
	
	-webkit-tap-highlight-color: transparent ;

	
	
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}


input{
	border: none;
	
}





ol,ul{
	list-style: none;
}


.f_l{
	float: left;
}
.f_r{
	float: right;
}


.clearfix::before,
.clearfix::after{
	content:'';
	display: block;
	line-height: 0;
	height: 0;
	visibility: hidden;
	clear: both;
}


.b_l{
	border-left: 1px solid #eee;
}
.b_r{
	border-right: 1px solid #eee;
}
.b_t{
	border-top: 1px solid #eee;
}
.b_b{
	border-bottom: 1px solid #eee;
}
.container-fluid,.container{
	padding:0 20px;
}
@media (min-width: 1200px) {
	.container{

		max-width: 1200px;
	}
}