body,div,ol,ul,h1,h2,h3,h4,h5,h6,p,th,table,tr,td,dl,dd,form,fieldset,legend,input,textarea,select,li{
	margin:0;
	padding:0;
	list-style:none;
	box-sizing: border-box;
}
a{
	text-decoration:none;
} 
a:hover{
	color:#cd0200;
	text-decoration:underline;
} 
em{
	font-style:normal;
} 
img,fieldset{
	border:0;
	vertical-align:middle;
}
table{
	border-collapse:collapse;
	border-spacing:0;
} 
p{
	word-wrap:break-word;
}
a,button{
	cursor:pointer;
} 
.clearfix:before,.clearfix:after {
    content:"";  
    display:table;  
}  
.clearfix:after{
	clear:both;
}  
.clearfix{  
   *zoom:1;/*IE/7/6*/  
}
*{   
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color:transparent;
}