/**reset**/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset,
legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0 }

h1, h2, h3, h4, h5, h6, input, textarea, select, button { font-size: 100%; font-weight: normal }
li { list-style: none }
*{
	font-family: "微软雅黑","Microsoft YaHei","microsoft yahei"!important;
}
html, body { -webkit-user-select: none; user-select: none;  }
a, img { -webkit-touch-callout: none; }
a { text-decoration: none; }
a:hover { text-decoration: none; }
img { vertical-align: middle; }

table,th,tr,td{
    border: none;
}
input,button,select,textarea{outline:none}
textarea{resize:none}
