*{
	-webkit-touch-callout:none;/*系统默认菜单被禁用*/
	-webkit-user-select:none;/*webkit浏览器*/
	-khtml-user-select:none;/*早起浏览器*/
	-moz-user-select:none;/*火狐浏览器*/
	-ms-user-select:none;/*IE浏览器*/
	user-select:none;/*用户是否能够选中文本*/
 }
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6,
form, fieldset, legend, img { margin:0; padding:0; }
fieldset, img,input,button{ border:none; padding:0;margin:0;outline-style:none;}
ul, ol { list-style:none; }
input { padding-top:0; padding-bottom:0; font-family: "SimSun","宋体";}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0; -webkit-user-select:auto;}
textarea { resize:none; }
img {border:0; vertical-align:middle;-webkit-user-select:auto;}
table { border-collapse:collapse; }
a{color: white; text-decoration:none; }
a:hover{color:white;}
h1,h2,h3,h4,h5,h6{text-decoration:none;font-weight:normal;}
s,i,em{font-style:normal;text-decoration:none;}
input{outline: none;}
textarea{outline: none;}
form{outline: none;}
div{-webkit-tap-highlight-color:rgba(0,0,0,0)}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button { display: none; }

