.page{
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 0px;
    position: relative;
    overflow: hidden;
    margin: 30px 0 0;
    text-transform: uppercase;
}
.page li{
	display: inline-block;
    font-size: 14px;
}

.active span{
	color: #fff;
    background: #ef1a20;
	border-color: #ef1a20;
}
.page ul li:nth-child(1){
	display:none;
}
.page a,.page span{
    display: inline-block;
    padding: 0 14px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
	margin: 0 5px;
}
.page span.current,.page a:hover{
	color:#fff; 
	border-color:#ef1a20; 
	background:#ef1a20;
}
@media screen and (max-width:1199px) {
	
.page{
	width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 0px;
    position: relative;
    overflow: hidden;
    margin: 30px 0 0;
    text-transform: uppercase;
}
.page li{
	display: inline-block;
    font-size: 14px;
}

.active span{
	color: #fff;
    background: #ef1a20;
	border-color: #ef1a20;
}
.page ul li:nth-child(1){
	display:none;
}
.page a,.page span{
    display: inline-block;
    padding: 0 6px;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid #e5e5e5;
	margin: 0 2px;
}
.page span.current,.page a:hover{
	color:#fff; 
	border-color:#ef1a20; 
	background:#ef1a20;
}
}