@charset "utf-8";

/* CSS Document */

body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,dd,img,div{margin:0;padding:0;border:0;} 

body{background:#fff;color:#333;font-size:12px;font-family:"宋体";} 

 

ul,ol{list-style-type:none;} 

select,input,img,select{vertical-align:middle;} 

table,th,tr,td{

	border-collapse:collapse;

	border: 1px solid #000;

}

a{text-decoration:none;} 

a:link{color:#333;} 

a:visited{color:#333;} 

a:hover,a:active,a:focus{color:#333;text-decoration:none;} 

*:focus {outline: none;}

*{

    -webkit-tap-highlight-color: rgba(0,0,0,0);  

    -webkit-tap-highlight-color: transparent;

}

/* 伪类清除浮动 */

.clearfix:after{

	content:".";

	display:block;

	height:0;

	clear:both;

	visibility:hidden;

}

.clearfix{

	zoom:1

}