@charset "utf-8";
html,body {width:100%;height:100%;}
html {overflow-y: scroll;}
/*边距计算模式*/
*{box-sizing: border-box;}
/*清除内外边距*/
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {margin: 0; padding: 0;}
/*设置默认字体*/
body {font-size: 14px; line-height: 1.8; font-family: arial, sans-serif; color: #000;}
h1,h2,h3,h4,h5,h6 {font-size: 100%;}
address,cite,dfn,em,i,var {font-style: normal;}
/*重置列表风格*/
ul,ol {list-style: none;}
li {list-style-image: none; list-style-position: outside;  list-style-type: none;}
/*重置超链接格式*/
a {text-decoration: none; color: #000;}
a:hover {text-decoration:none;}
/*重置表单元素*/
fieldset,img { border: 0;}
select {outline-style: none;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;}
input,select,textarea {font-size: 100%; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: normal; line-height: normal;}
input,select { vertical-align: middle;}
textarea { resize: none;}
/*重置表格元素*/
table { border-collapse: collapse; border-spacing: 0; font-size: inherit;}
/*重置嵌套*/
blockquote,q { quotes: none;}
blockquote:before,blockquote:after,q:before,q:after { content: '';  content: none;}
/*去焦点框*/
*{outline:none;}

