/*reset*/
body {margin: 0;padding: 0;}
div,ul,li,img,a,table,p,dl,dt,dd,span,em,h1,h2,h3,h4,h5,h6,input {margin: 0;padding: 0;border: 0;background: transparent;box-sizing: border-box;-webkit-touch-callout: none;}
ul {list-style: none;box-sizing: border-box;}
input{font-family: Arial, Helvetica, sans-serif;background-color: transparent;padding: 0;margin: 0;border: none;box-sizing: border-box;}
input,select,textarea{outline: none;box-sizing: border-box;}
textarea{resize: none;box-sizing: border-box;}
a {text-decoration: none;cursor: pointer;-webkit-tap-highlight-color:transparent;/*outline:none;hide-focus:expression(this.hideFocus=true);*/box-sizing: border-box;}
a:hover {cursor: pointer;}
a:focus  {outline :none ;-moz-outline :none ;}

/*clear float篓*/
.clearfix:after{content:"";display: block;clear:both;}
.clearfix{zoom:1;}
