@charset "utf-8";
/* css reset */
body,ul,li,p,h1,h2,h3,h4,h5,h6,img,br,hr,table,tr,td,dl,dt,dd,form {margin:0;padding:0;}
ul,li{list-style:none;}
img {border:none;display:block;}
body{color:#7C7B7B;}
a{text-decoration:none;}
input,textarea,button{padding:0;outline:none;}
em{font-style:normal;}
input{-webkit-appearance:none;}/*解决苹果圆角问题*/
input[type=checkbox]{-webkit-appearance:checkbox;}
