@charset "utf-8";
/*通用样式ͨ*/
body {
    width:100%;
    font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;
    color:#424241;
    margin:0px;
    padding:0px;
    -webkit-text-size-adjust: 100%;
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,button{
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
}
input {border:none;}
.lf   {float:left;}
.rt  {float:right;}
.clear  {clear:both;}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer;
}


