body,p,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,fieldset,legend,input,select,textarea,button,th,td,menu{margin:0;padding:0;}
ul,dl,ol{list-style:none;}
img,fieldset,input[type="submit"]{border:0 none;}
em{font-style:normal;}
strong{font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
button,input[type="button"]{cursor:pointer;border:0 none;outline: none;}
a,button,input,img{-webkit-touch-callout:none;}
input,select,textarea{outline:none;}
a{text-decoration:none;display: block;}
.fl{ float: left}
.fr{ float: right}
.clear{clear:both;} 
html,body{
/*禁止用户选择元素*/
-moz-user-select:none;
 -webkit-user-select: none;
-ms-user-select: none;
 -khtml-user-select:none; /*禁止元素点击出现半透明黑色背景*/
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);  
-moz-tap-highlight-color:rgba(0, 0, 0, 0);  
-ms-tap-highlight-color:rgba(0, 0, 0, 0);  
-o-tap-highlight-color:rgba(0, 0, 0, 0);  
tap-highlight-color:rgba(0, 0, 0, 0);

}
@font-face
{
    font-family: hsw;
    src: ;    
}
html {height: 100%;width: 100%;font-family:"宋体","hsw",'heiti sc',"segoe ui", "lucida grande", helvetica, arial,sans-serif, freesans, arimo !important;outline: 0;-webkit-text-size-adjust:none;/*font-size:62.5%*/}
body {height: 100%;margin: 0;position: relative;}
img{
	display:block;
}
figure{
	margin:0;
}
li{
	list-style:none;
}
.floatl{
	float: left;
}
.floatr{
	float: right;
}
.clearl{
	clear: left;
}
.clearr{
	clear: right;
}
.clearboth{
	clear: both;
}
input[type=search]::-webkit-search-cancel-button{
    -webkit-appearance: none;
    position: relative;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-image: none;
    background-size: 0.3rem 0.3rem;
}