
.cp-sort{
	padding-right: 100px;
	float: right;
}	
.cp-sort a{
	color: #fff;
	
	margin-right: 30px;
	line-height: 40px;
}
.cp-sort .current{
	border-bottom: 2px solid #ff6326;
}
.cp-sort a:hover{
	border-bottom: 2px solid #ff6326;
}

@media screen and (max-width: 1024px) and (min-width: 0px){
	
	
	.top-con{
		display: none;
	}
	.header-logo {
	 	display: none;
	}
	 
	.cp-sort{
		  display: none;
	}
	
}
@media screen and (max-width: 750px) {
	
	

  
  .top-con{
  	display: none;
  }
  .header-logo {
   	display: none;
  }
 
  .cp-sort{
	  display: none;
  }

}

