@charset "utf-8";
/* CSS reset */
/*==Author: Cat==*/
/* 主要放入重置样式*/

body,h1,h2,h3,h4,h5,h6,h7,dd,dt,dl,div,table,td,th,hr,br,p,img,input,textarea,ul,ol,li,pre,legend,button,blockquote,fieldset,label,sub,sup,strong{ margin:0; padding:0; vertical-align: baseline; }
fieldset,img{ border: 0;}
abbr,acronym{ border: 0; font-variant: normal;}

/*字体重置*/
address,caption,cite,code,dfnem,strong,th,var,optgroup { font-style: inherit; font-weight: inherit;}
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal;}
abbr,acronym { border: 0; font-variant: normal;}
input,button,textareaselect,optgroup,option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit;}/*特别为ie6 7设置*/input,button,textarea,select { *font-size: 100%;}

body { line-height: 1;}/*中文设置 1.5 */
caption,th { text-align: left;}
ol,ul { list-style: none;}
/* 在 html 中设置 cellspacing="0" 来达到完美重置效果*/ table { border-collapse: collapse; border-spacing: 0;}
sup,sub { font-size: 100%; vertical-align: baseline;}

blockquote,q { quotes: none;}
blockquote:before,blockquote:after,q:before,q:after { content: ''; content: none;}

:link,:visited { text-decoration: none;}