@charset "utf-8";
/*通用样式ͨ*/
html,body {
    width:100%;
    font: 12px "microsoft yahei", Arial, Helvetica, sans-serif;
    color:#272727;
    margin:0px;
    padding:0px;
	 -webkit-text-size-adjust:none;
    -webkit-font-smoothing:antialiased; 
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,button{
    margin:0px;
    padding:0px;
    border:none;
    list-style:none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
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;
}
a,a:hover,a:active{
	text-decoration: none;
	color:#272727;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	cursor: pointer;
}
img{
	vertical-align: middle;
}
em{
	font-style: normal;
}
